@ape.swap/bonds-sdk 5.1.0 → 5.1.1-test.0

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 (1900) hide show
  1. package/dist/_virtual/_commonjsHelpers.js +33 -0
  2. package/dist/_virtual/_commonjsHelpers.js.map +1 -0
  3. package/dist/_virtual/_nodeUtil.js +4 -0
  4. package/dist/_virtual/_nodeUtil.js.map +1 -0
  5. package/dist/_virtual/bn.js +4 -0
  6. package/dist/_virtual/bn.js.map +1 -0
  7. package/dist/_virtual/common.js +4 -0
  8. package/dist/_virtual/common.js.map +1 -0
  9. package/dist/_virtual/common2.js +4 -0
  10. package/dist/_virtual/common2.js.map +1 -0
  11. package/dist/_virtual/dom-to-image.js +4 -0
  12. package/dist/_virtual/dom-to-image.js.map +1 -0
  13. package/dist/_virtual/hash.js +4 -0
  14. package/dist/_virtual/hash.js.map +1 -0
  15. package/dist/_virtual/index.js +4 -0
  16. package/dist/_virtual/index.js.map +1 -0
  17. package/dist/_virtual/index2.js +4 -0
  18. package/dist/_virtual/index2.js.map +1 -0
  19. package/dist/_virtual/index3.js +4 -0
  20. package/dist/_virtual/index3.js.map +1 -0
  21. package/dist/_virtual/index4.js +4 -0
  22. package/dist/_virtual/index4.js.map +1 -0
  23. package/dist/_virtual/index5.js +4 -0
  24. package/dist/_virtual/index5.js.map +1 -0
  25. package/dist/_virtual/index6.js +4 -0
  26. package/dist/_virtual/index6.js.map +1 -0
  27. package/dist/_virtual/inherits.js +4 -0
  28. package/dist/_virtual/inherits.js.map +1 -0
  29. package/dist/_virtual/inherits_browser.js +4 -0
  30. package/dist/_virtual/inherits_browser.js.map +1 -0
  31. package/dist/_virtual/isBuffer.js +4 -0
  32. package/dist/_virtual/isBuffer.js.map +1 -0
  33. package/dist/_virtual/jsx-runtime.js +4 -0
  34. package/dist/_virtual/jsx-runtime.js.map +1 -0
  35. package/dist/_virtual/main.js +4 -0
  36. package/dist/_virtual/main.js.map +1 -0
  37. package/dist/_virtual/react-is.development.js +4 -0
  38. package/dist/_virtual/react-is.development.js.map +1 -0
  39. package/dist/_virtual/react-is.production.min.js +4 -0
  40. package/dist/_virtual/react-is.production.min.js.map +1 -0
  41. package/dist/_virtual/react-jsx-runtime.development.js +4 -0
  42. package/dist/_virtual/react-jsx-runtime.development.js.map +1 -0
  43. package/dist/_virtual/react-jsx-runtime.production.min.js +4 -0
  44. package/dist/_virtual/react-jsx-runtime.production.min.js.map +1 -0
  45. package/dist/_virtual/ripemd.js +4 -0
  46. package/dist/_virtual/ripemd.js.map +1 -0
  47. package/dist/_virtual/sha.js +4 -0
  48. package/dist/_virtual/sha.js.map +1 -0
  49. package/dist/_virtual/sha3.js +4 -0
  50. package/dist/_virtual/sha3.js.map +1 -0
  51. package/dist/_virtual/tslib.es6.js +7 -0
  52. package/dist/_virtual/tslib.es6.js.map +1 -0
  53. package/dist/_virtual/types.js +4 -0
  54. package/dist/_virtual/types.js.map +1 -0
  55. package/dist/_virtual/util.js +4 -0
  56. package/dist/_virtual/util.js.map +1 -0
  57. package/dist/_virtual/utils.js +4 -0
  58. package/dist/_virtual/utils.js.map +1 -0
  59. package/dist/_virtual/zapTokens.js +4 -0
  60. package/dist/_virtual/zapTokens.js.map +1 -0
  61. package/dist/components/BondFilters/BondFilters.js +41 -0
  62. package/dist/components/BondFilters/BondFilters.js.map +1 -0
  63. package/dist/components/ChainOptionList/ChainOptionsButtons.js +32 -0
  64. package/dist/components/ChainOptionList/ChainOptionsButtons.js.map +1 -0
  65. package/dist/components/ChainOptionList/ChainOptionsList.js +41 -0
  66. package/dist/components/ChainOptionList/ChainOptionsList.js.map +1 -0
  67. package/dist/components/ChainOptionList/constants.js +11 -0
  68. package/dist/components/ChainOptionList/constants.js.map +1 -0
  69. package/dist/components/ChainOptionList/styles.js +54 -0
  70. package/dist/components/ChainOptionList/styles.js.map +1 -0
  71. package/dist/components/ConnectButton/AppKitButton.js +23 -0
  72. package/dist/components/ConnectButton/AppKitButton.js.map +1 -0
  73. package/dist/components/ConnectButton/RainbowKitButton.js +36 -0
  74. package/dist/components/ConnectButton/RainbowKitButton.js.map +1 -0
  75. package/dist/components/ConnectButton/index.js +27 -0
  76. package/dist/components/ConnectButton/index.js.map +1 -0
  77. package/dist/components/ConnectSolanaWalletButton/ConnectSolanaWalletButton.js +42 -0
  78. package/dist/components/ConnectSolanaWalletButton/ConnectSolanaWalletButton.js.map +1 -0
  79. package/dist/components/ConnectoToVmBanners/ConnectToEvmBanner.js +67 -0
  80. package/dist/components/ConnectoToVmBanners/ConnectToEvmBanner.js.map +1 -0
  81. package/dist/components/ConnectoToVmBanners/ConnectToSolanaBanner.js +64 -0
  82. package/dist/components/ConnectoToVmBanners/ConnectToSolanaBanner.js.map +1 -0
  83. package/dist/components/CustomClaimModals/AbondModal.js +28 -0
  84. package/dist/components/CustomClaimModals/AbondModal.js.map +1 -0
  85. package/dist/components/CustomClaimModals/OabondModal.js +28 -0
  86. package/dist/components/CustomClaimModals/OabondModal.js.map +1 -0
  87. package/dist/components/CustomClaimModals/PmusdModal.js +31 -0
  88. package/dist/components/CustomClaimModals/PmusdModal.js.map +1 -0
  89. package/dist/components/FavIcons/AddFavToken.js +37 -0
  90. package/dist/components/FavIcons/AddFavToken.js.map +1 -0
  91. package/dist/components/FavIcons/FavFilter.js +32 -0
  92. package/dist/components/FavIcons/FavFilter.js.map +1 -0
  93. package/dist/components/LoadingSpinner/index.js +51 -0
  94. package/dist/components/LoadingSpinner/index.js.map +1 -0
  95. package/dist/components/MenuSelect/MenuSelect.js +32 -0
  96. package/dist/components/MenuSelect/MenuSelect.js.map +1 -0
  97. package/dist/components/MenuSelect/RecommendationSelector.js +58 -0
  98. package/dist/components/MenuSelect/RecommendationSelector.js.map +1 -0
  99. package/dist/components/NetworkFilter/index.js +113 -0
  100. package/dist/components/NetworkFilter/index.js.map +1 -0
  101. package/dist/components/PlaceholderMonkey/index.js +29 -0
  102. package/dist/components/PlaceholderMonkey/index.js.map +1 -0
  103. package/dist/components/ProgressBar/ProgressBar.js +11 -0
  104. package/dist/components/ProgressBar/ProgressBar.js.map +1 -0
  105. package/dist/components/ProgressBar/ProgressBarWrapper.js +24 -0
  106. package/dist/components/ProgressBar/ProgressBarWrapper.js.map +1 -0
  107. package/dist/components/ProgressBar/styles.js +15 -0
  108. package/dist/components/ProgressBar/styles.js.map +1 -0
  109. package/dist/components/ProgressiveImage/index.js +44 -0
  110. package/dist/components/ProgressiveImage/index.js.map +1 -0
  111. package/dist/components/SafeHTMLComponent/index.js +31 -0
  112. package/dist/components/SafeHTMLComponent/index.js.map +1 -0
  113. package/dist/components/SlippageModal/index.js +73 -0
  114. package/dist/components/SlippageModal/index.js.map +1 -0
  115. package/dist/components/StepBubble/index.js +65 -0
  116. package/dist/components/StepBubble/index.js.map +1 -0
  117. package/dist/components/Toast/index.js +65 -0
  118. package/dist/components/Toast/index.js.map +1 -0
  119. package/dist/components/Toast/styles.js +30 -0
  120. package/dist/components/Toast/styles.js.map +1 -0
  121. package/dist/components/TokenInfoAndName/index.js +72 -0
  122. package/dist/components/TokenInfoAndName/index.js.map +1 -0
  123. package/dist/components/TokenSelectorModal/TokenRow.js +39 -0
  124. package/dist/components/TokenSelectorModal/TokenRow.js.map +1 -0
  125. package/dist/components/TokenSelectorModal/index.js +66 -0
  126. package/dist/components/TokenSelectorModal/index.js.map +1 -0
  127. package/dist/components/TokenSelectorPanel/index.js +67 -0
  128. package/dist/components/TokenSelectorPanel/index.js.map +1 -0
  129. package/dist/components/Tooltip/ButtonsRow.js +28 -0
  130. package/dist/components/Tooltip/ButtonsRow.js.map +1 -0
  131. package/dist/components/Tooltip/Tooltip.js +51 -0
  132. package/dist/components/Tooltip/Tooltip.js.map +1 -0
  133. package/dist/components/Tooltip/styles.js +32 -0
  134. package/dist/components/Tooltip/styles.js.map +1 -0
  135. package/dist/components/YouTooltip/YouTooltip.js +45 -0
  136. package/dist/components/YouTooltip/YouTooltip.js.map +1 -0
  137. package/dist/components/uikit-sdk/Button/Button.js +73 -0
  138. package/dist/components/uikit-sdk/Button/Button.js.map +1 -0
  139. package/dist/components/uikit-sdk/Button/IconButton.js +15 -0
  140. package/dist/components/uikit-sdk/Button/IconButton.js.map +1 -0
  141. package/dist/components/uikit-sdk/Button/styles.js +21 -0
  142. package/dist/components/uikit-sdk/Button/styles.js.map +1 -0
  143. package/dist/components/uikit-sdk/Button/types.js +39 -0
  144. package/dist/components/uikit-sdk/Button/types.js.map +1 -0
  145. package/dist/components/uikit-sdk/Checkbox/index.js +27 -0
  146. package/dist/components/uikit-sdk/Checkbox/index.js.map +1 -0
  147. package/dist/components/uikit-sdk/Checkbox/types.js +8 -0
  148. package/dist/components/uikit-sdk/Checkbox/types.js.map +1 -0
  149. package/dist/components/uikit-sdk/Flex/index.js +11 -0
  150. package/dist/components/uikit-sdk/Flex/index.js.map +1 -0
  151. package/dist/components/uikit-sdk/Input/Input.js +55 -0
  152. package/dist/components/uikit-sdk/Input/Input.js.map +1 -0
  153. package/dist/components/uikit-sdk/LoadingDots/index.js +42 -0
  154. package/dist/components/uikit-sdk/LoadingDots/index.js.map +1 -0
  155. package/dist/components/uikit-sdk/Modal/ModalHeader.js +15 -0
  156. package/dist/components/uikit-sdk/Modal/ModalHeader.js.map +1 -0
  157. package/dist/components/uikit-sdk/Modal/index.js +29 -0
  158. package/dist/components/uikit-sdk/Modal/index.js.map +1 -0
  159. package/dist/components/uikit-sdk/Modal/styles.js +47 -0
  160. package/dist/components/uikit-sdk/Modal/styles.js.map +1 -0
  161. package/dist/components/uikit-sdk/Select/Select.js +44 -0
  162. package/dist/components/uikit-sdk/Select/Select.js.map +1 -0
  163. package/dist/components/uikit-sdk/Select/SelectItem.js +22 -0
  164. package/dist/components/uikit-sdk/Select/SelectItem.js.map +1 -0
  165. package/dist/components/uikit-sdk/Select/styles.js +50 -0
  166. package/dist/components/uikit-sdk/Select/styles.js.map +1 -0
  167. package/dist/components/uikit-sdk/Select/types.js +39 -0
  168. package/dist/components/uikit-sdk/Select/types.js.map +1 -0
  169. package/dist/components/uikit-sdk/Skeleton/index.js +13 -0
  170. package/dist/components/uikit-sdk/Skeleton/index.js.map +1 -0
  171. package/dist/components/uikit-sdk/Skeleton/styles.js +43 -0
  172. package/dist/components/uikit-sdk/Skeleton/styles.js.map +1 -0
  173. package/dist/components/uikit-sdk/Skeleton/types.js +13 -0
  174. package/dist/components/uikit-sdk/Skeleton/types.js.map +1 -0
  175. package/dist/components/uikit-sdk/Svg/Icons/AllChains.js +8 -0
  176. package/dist/components/uikit-sdk/Svg/Icons/AllChains.js.map +1 -0
  177. package/dist/components/uikit-sdk/Svg/Icons/Arrow.js +18 -0
  178. package/dist/components/uikit-sdk/Svg/Icons/Arrow.js.map +1 -0
  179. package/dist/components/uikit-sdk/Svg/Icons/Audit.js +18 -0
  180. package/dist/components/uikit-sdk/Svg/Icons/Audit.js.map +1 -0
  181. package/dist/components/uikit-sdk/Svg/Icons/Caret.js +18 -0
  182. package/dist/components/uikit-sdk/Svg/Icons/Caret.js.map +1 -0
  183. package/dist/components/uikit-sdk/Svg/Icons/Close.js +11 -0
  184. package/dist/components/uikit-sdk/Svg/Icons/Close.js.map +1 -0
  185. package/dist/components/uikit-sdk/Svg/Icons/Cog.js +18 -0
  186. package/dist/components/uikit-sdk/Svg/Icons/Cog.js.map +1 -0
  187. package/dist/components/uikit-sdk/Svg/Icons/CoinGecko.js +18 -0
  188. package/dist/components/uikit-sdk/Svg/Icons/CoinGecko.js.map +1 -0
  189. package/dist/components/uikit-sdk/Svg/Icons/DexScreener.js +18 -0
  190. package/dist/components/uikit-sdk/Svg/Icons/DexScreener.js.map +1 -0
  191. package/dist/components/uikit-sdk/Svg/Icons/Discord.js +18 -0
  192. package/dist/components/uikit-sdk/Svg/Icons/Discord.js.map +1 -0
  193. package/dist/components/uikit-sdk/Svg/Icons/Error.js +18 -0
  194. package/dist/components/uikit-sdk/Svg/Icons/Error.js.map +1 -0
  195. package/dist/components/uikit-sdk/Svg/Icons/Expand.js +18 -0
  196. package/dist/components/uikit-sdk/Svg/Icons/Expand.js.map +1 -0
  197. package/dist/components/uikit-sdk/Svg/Icons/External.js +18 -0
  198. package/dist/components/uikit-sdk/Svg/Icons/External.js.map +1 -0
  199. package/dist/components/uikit-sdk/Svg/Icons/Fire.js +8 -0
  200. package/dist/components/uikit-sdk/Svg/Icons/Fire.js.map +1 -0
  201. package/dist/components/uikit-sdk/Svg/Icons/FirePink.js +8 -0
  202. package/dist/components/uikit-sdk/Svg/Icons/FirePink.js.map +1 -0
  203. package/dist/components/uikit-sdk/Svg/Icons/Hamburger.js +18 -0
  204. package/dist/components/uikit-sdk/Svg/Icons/Hamburger.js.map +1 -0
  205. package/dist/components/uikit-sdk/Svg/Icons/Insight.js +18 -0
  206. package/dist/components/uikit-sdk/Svg/Icons/Insight.js.map +1 -0
  207. package/dist/components/uikit-sdk/Svg/Icons/Instagram.js +18 -0
  208. package/dist/components/uikit-sdk/Svg/Icons/Instagram.js.map +1 -0
  209. package/dist/components/uikit-sdk/Svg/Icons/LineChart.js +8 -0
  210. package/dist/components/uikit-sdk/Svg/Icons/LineChart.js.map +1 -0
  211. package/dist/components/uikit-sdk/Svg/Icons/Medium.js +18 -0
  212. package/dist/components/uikit-sdk/Svg/Icons/Medium.js.map +1 -0
  213. package/dist/components/uikit-sdk/Svg/Icons/More.js +18 -0
  214. package/dist/components/uikit-sdk/Svg/Icons/More.js.map +1 -0
  215. package/dist/components/uikit-sdk/Svg/Icons/PlaceholderMonkey.js +18 -0
  216. package/dist/components/uikit-sdk/Svg/Icons/PlaceholderMonkey.js.map +1 -0
  217. package/dist/components/uikit-sdk/Svg/Icons/Question.js +8 -0
  218. package/dist/components/uikit-sdk/Svg/Icons/Question.js.map +1 -0
  219. package/dist/components/uikit-sdk/Svg/Icons/QuestionCircle.js +18 -0
  220. package/dist/components/uikit-sdk/Svg/Icons/QuestionCircle.js.map +1 -0
  221. package/dist/components/uikit-sdk/Svg/Icons/Reddit.js +18 -0
  222. package/dist/components/uikit-sdk/Svg/Icons/Reddit.js.map +1 -0
  223. package/dist/components/uikit-sdk/Svg/Icons/Search.js +18 -0
  224. package/dist/components/uikit-sdk/Svg/Icons/Search.js.map +1 -0
  225. package/dist/components/uikit-sdk/Svg/Icons/Sort.js +18 -0
  226. package/dist/components/uikit-sdk/Svg/Icons/Sort.js.map +1 -0
  227. package/dist/components/uikit-sdk/Svg/Icons/Star.js +8 -0
  228. package/dist/components/uikit-sdk/Svg/Icons/Star.js.map +1 -0
  229. package/dist/components/uikit-sdk/Svg/Icons/StarFilled.js +8 -0
  230. package/dist/components/uikit-sdk/Svg/Icons/StarFilled.js.map +1 -0
  231. package/dist/components/uikit-sdk/Svg/Icons/Success.js +18 -0
  232. package/dist/components/uikit-sdk/Svg/Icons/Success.js.map +1 -0
  233. package/dist/components/uikit-sdk/Svg/Icons/Tag.js +8 -0
  234. package/dist/components/uikit-sdk/Svg/Icons/Tag.js.map +1 -0
  235. package/dist/components/uikit-sdk/Svg/Icons/Telegram.js +18 -0
  236. package/dist/components/uikit-sdk/Svg/Icons/Telegram.js.map +1 -0
  237. package/dist/components/uikit-sdk/Svg/Icons/Tick.js +18 -0
  238. package/dist/components/uikit-sdk/Svg/Icons/Tick.js.map +1 -0
  239. package/dist/components/uikit-sdk/Svg/Icons/Timer.js +8 -0
  240. package/dist/components/uikit-sdk/Svg/Icons/Timer.js.map +1 -0
  241. package/dist/components/uikit-sdk/Svg/Icons/TurnArrow.js +8 -0
  242. package/dist/components/uikit-sdk/Svg/Icons/TurnArrow.js.map +1 -0
  243. package/dist/components/uikit-sdk/Svg/Icons/Twitter.js +18 -0
  244. package/dist/components/uikit-sdk/Svg/Icons/Twitter.js.map +1 -0
  245. package/dist/components/uikit-sdk/Svg/Icons/URL.js +18 -0
  246. package/dist/components/uikit-sdk/Svg/Icons/URL.js.map +1 -0
  247. package/dist/components/uikit-sdk/Svg/Icons/Website.js +18 -0
  248. package/dist/components/uikit-sdk/Svg/Icons/Website.js.map +1 -0
  249. package/dist/components/uikit-sdk/Svg/Icons/ZapArrow.js +18 -0
  250. package/dist/components/uikit-sdk/Svg/Icons/ZapArrow.js.map +1 -0
  251. package/dist/components/uikit-sdk/Svg/Icons/ZapIcon.js +18 -0
  252. package/dist/components/uikit-sdk/Svg/Icons/ZapIcon.js.map +1 -0
  253. package/dist/components/uikit-sdk/Svg/index.js +229 -0
  254. package/dist/components/uikit-sdk/Svg/index.js.map +1 -0
  255. package/dist/components/uikit-sdk/Svg/styles.js +14 -0
  256. package/dist/components/uikit-sdk/Svg/styles.js.map +1 -0
  257. package/dist/components/uikit-sdk/Svg/tokens/ARBITRUM.js +8 -0
  258. package/dist/components/uikit-sdk/Svg/tokens/ARBITRUM.js.map +1 -0
  259. package/dist/components/uikit-sdk/Svg/tokens/AVAX.js +8 -0
  260. package/dist/components/uikit-sdk/Svg/tokens/AVAX.js.map +1 -0
  261. package/dist/components/uikit-sdk/Svg/tokens/BASE.js +8 -0
  262. package/dist/components/uikit-sdk/Svg/tokens/BASE.js.map +1 -0
  263. package/dist/components/uikit-sdk/Svg/tokens/BERA.js +8 -0
  264. package/dist/components/uikit-sdk/Svg/tokens/BERA.js.map +1 -0
  265. package/dist/components/uikit-sdk/Svg/tokens/BLAST.js +8 -0
  266. package/dist/components/uikit-sdk/Svg/tokens/BLAST.js.map +1 -0
  267. package/dist/components/uikit-sdk/Svg/tokens/BNB.js +8 -0
  268. package/dist/components/uikit-sdk/Svg/tokens/BNB.js.map +1 -0
  269. package/dist/components/uikit-sdk/Svg/tokens/BSC.js +8 -0
  270. package/dist/components/uikit-sdk/Svg/tokens/BSC.js.map +1 -0
  271. package/dist/components/uikit-sdk/Svg/tokens/CELO.js +8 -0
  272. package/dist/components/uikit-sdk/Svg/tokens/CELO.js.map +1 -0
  273. package/dist/components/uikit-sdk/Svg/tokens/CRONOS.js +8 -0
  274. package/dist/components/uikit-sdk/Svg/tokens/CRONOS.js.map +1 -0
  275. package/dist/components/uikit-sdk/Svg/tokens/CROSSFI.js +8 -0
  276. package/dist/components/uikit-sdk/Svg/tokens/CROSSFI.js.map +1 -0
  277. package/dist/components/uikit-sdk/Svg/tokens/ETH.js +8 -0
  278. package/dist/components/uikit-sdk/Svg/tokens/ETH.js.map +1 -0
  279. package/dist/components/uikit-sdk/Svg/tokens/FANTOM.js +8 -0
  280. package/dist/components/uikit-sdk/Svg/tokens/FANTOM.js.map +1 -0
  281. package/dist/components/uikit-sdk/Svg/tokens/GNOSIS.js +8 -0
  282. package/dist/components/uikit-sdk/Svg/tokens/GNOSIS.js.map +1 -0
  283. package/dist/components/uikit-sdk/Svg/tokens/GraphLinq.js +8 -0
  284. package/dist/components/uikit-sdk/Svg/tokens/GraphLinq.js.map +1 -0
  285. package/dist/components/uikit-sdk/Svg/tokens/HYPEREVM.js +8 -0
  286. package/dist/components/uikit-sdk/Svg/tokens/HYPEREVM.js.map +1 -0
  287. package/dist/components/uikit-sdk/Svg/tokens/INEVM.js +8 -0
  288. package/dist/components/uikit-sdk/Svg/tokens/INEVM.js.map +1 -0
  289. package/dist/components/uikit-sdk/Svg/tokens/IOTA.js +8 -0
  290. package/dist/components/uikit-sdk/Svg/tokens/IOTA.js.map +1 -0
  291. package/dist/components/uikit-sdk/Svg/tokens/KATANA.js +8 -0
  292. package/dist/components/uikit-sdk/Svg/tokens/KATANA.js.map +1 -0
  293. package/dist/components/uikit-sdk/Svg/tokens/LIGHTLINK.js +8 -0
  294. package/dist/components/uikit-sdk/Svg/tokens/LIGHTLINK.js.map +1 -0
  295. package/dist/components/uikit-sdk/Svg/tokens/LINEA.js +8 -0
  296. package/dist/components/uikit-sdk/Svg/tokens/LINEA.js.map +1 -0
  297. package/dist/components/uikit-sdk/Svg/tokens/MEGAETH.js +8 -0
  298. package/dist/components/uikit-sdk/Svg/tokens/MEGAETH.js.map +1 -0
  299. package/dist/components/uikit-sdk/Svg/tokens/MONAD.js +8 -0
  300. package/dist/components/uikit-sdk/Svg/tokens/MONAD.js.map +1 -0
  301. package/dist/components/uikit-sdk/Svg/tokens/OKX.js +8 -0
  302. package/dist/components/uikit-sdk/Svg/tokens/OKX.js.map +1 -0
  303. package/dist/components/uikit-sdk/Svg/tokens/OPTIMISM.js +10 -0
  304. package/dist/components/uikit-sdk/Svg/tokens/OPTIMISM.js.map +1 -0
  305. package/dist/components/uikit-sdk/Svg/tokens/POLYGON.js +8 -0
  306. package/dist/components/uikit-sdk/Svg/tokens/POLYGON.js.map +1 -0
  307. package/dist/components/uikit-sdk/Svg/tokens/POLYGONZK.js +8 -0
  308. package/dist/components/uikit-sdk/Svg/tokens/POLYGONZK.js.map +1 -0
  309. package/dist/components/uikit-sdk/Svg/tokens/SOL.js +8 -0
  310. package/dist/components/uikit-sdk/Svg/tokens/SOL.js.map +1 -0
  311. package/dist/components/uikit-sdk/Svg/tokens/SONIC.js +8 -0
  312. package/dist/components/uikit-sdk/Svg/tokens/SONIC.js.map +1 -0
  313. package/dist/components/uikit-sdk/Svg/tokens/TLOS.js +8 -0
  314. package/dist/components/uikit-sdk/Svg/tokens/TLOS.js.map +1 -0
  315. package/dist/components/uikit-sdk/Svg/tokens/UNICHAIN.js +8 -0
  316. package/dist/components/uikit-sdk/Svg/tokens/UNICHAIN.js.map +1 -0
  317. package/dist/components/uikit-sdk/Svg/types.js +86 -0
  318. package/dist/components/uikit-sdk/Svg/types.js.map +1 -0
  319. package/dist/components/uikit-sdk/SwiperDots/index.js +16 -0
  320. package/dist/components/uikit-sdk/SwiperDots/index.js.map +1 -0
  321. package/dist/components/uikit-sdk/TabNav/index.js +42 -0
  322. package/dist/components/uikit-sdk/TabNav/index.js.map +1 -0
  323. package/dist/components/uikit-sdk/Tag/ListTag.js +10 -0
  324. package/dist/components/uikit-sdk/Tag/ListTag.js.map +1 -0
  325. package/dist/components/uikit-sdk/Text/index.js +17 -0
  326. package/dist/components/uikit-sdk/Text/index.js.map +1 -0
  327. package/dist/components/uikit-sdk/Text/types.js +16 -0
  328. package/dist/components/uikit-sdk/Text/types.js.map +1 -0
  329. package/dist/components/uikit-sdk/Toggle/index.js +15 -0
  330. package/dist/components/uikit-sdk/Toggle/index.js.map +1 -0
  331. package/dist/components/uikit-sdk/Toggle/styles.js +22 -0
  332. package/dist/components/uikit-sdk/Toggle/styles.js.map +1 -0
  333. package/dist/components/uikit-sdk/TokenImage/index.js +73 -0
  334. package/dist/components/uikit-sdk/TokenImage/index.js.map +1 -0
  335. package/dist/components/uikit-sdk/TooltipBubble/index.js +57 -0
  336. package/dist/components/uikit-sdk/TooltipBubble/index.js.map +1 -0
  337. package/dist/components/uikit-sdk/TooltipBubble/styles.js +55 -0
  338. package/dist/components/uikit-sdk/TooltipBubble/styles.js.map +1 -0
  339. package/dist/components/uikit-sdk/TooltipBubble/types.js +12 -0
  340. package/dist/components/uikit-sdk/TooltipBubble/types.js.map +1 -0
  341. package/dist/config/abi/BOND_2_0_0.json.js +1079 -0
  342. package/dist/config/abi/BOND_2_0_0.json.js.map +1 -0
  343. package/dist/config/abi/BOND_2_4_0.json.js +2409 -0
  344. package/dist/config/abi/BOND_2_4_0.json.js.map +1 -0
  345. package/dist/config/abi/bondNft.json.js +959 -0
  346. package/dist/config/abi/bondNft.json.js.map +1 -0
  347. package/dist/config/abi/deposit.json.js +29 -0
  348. package/dist/config/abi/deposit.json.js.map +1 -0
  349. package/dist/config/abi/depositSig.json.js +39 -0
  350. package/dist/config/abi/depositSig.json.js.map +1 -0
  351. package/dist/config/abi/erc20.json.js +229 -0
  352. package/dist/config/abi/erc20.json.js.map +1 -0
  353. package/dist/config/abi/launchBond_v2_4_1.json.js +2358 -0
  354. package/dist/config/abi/launchBond_v2_4_1.json.js.map +1 -0
  355. package/dist/config/abi/lensContract.json.js +338 -0
  356. package/dist/config/abi/lensContract.json.js.map +1 -0
  357. package/dist/config/abi/multicallv2.json.js +151 -0
  358. package/dist/config/abi/multicallv2.json.js.map +1 -0
  359. package/dist/config/abi/usdtETH.json.js +704 -0
  360. package/dist/config/abi/usdtETH.json.js.map +1 -0
  361. package/dist/config/constants/addresses.js +50 -0
  362. package/dist/config/constants/addresses.js.map +1 -0
  363. package/dist/config/constants/chains.js +139 -0
  364. package/dist/config/constants/chains.js.map +1 -0
  365. package/dist/config/constants/networks.js +89 -0
  366. package/dist/config/constants/networks.js.map +1 -0
  367. package/dist/config/constants/queryKeys.js +29 -0
  368. package/dist/config/constants/queryKeys.js.map +1 -0
  369. package/dist/config/constants/tooltips.js +20 -0
  370. package/dist/config/constants/tooltips.js.map +1 -0
  371. package/dist/config/constants/variables.js +42 -0
  372. package/dist/config/constants/variables.js.map +1 -0
  373. package/dist/config/idl/solanaProgramIdl.json.js +6 -0
  374. package/dist/config/idl/solanaProgramIdl.json.js.map +1 -0
  375. package/dist/constants/solanaConstants.js +41 -0
  376. package/dist/constants/solanaConstants.js.map +1 -0
  377. package/dist/contexts/ModalContext.js +72 -0
  378. package/dist/contexts/ModalContext.js.map +1 -0
  379. package/dist/contexts/Popups.js +29 -0
  380. package/dist/contexts/Popups.js.map +1 -0
  381. package/dist/contexts/SwiperProvider.js +21 -0
  382. package/dist/contexts/SwiperProvider.js.map +1 -0
  383. package/dist/hooks/accounts/useEVMAccount.js +13 -0
  384. package/dist/hooks/accounts/useEVMAccount.js.map +1 -0
  385. package/dist/hooks/accounts/useSOLAccount.js +17 -0
  386. package/dist/hooks/accounts/useSOLAccount.js.map +1 -0
  387. package/dist/hooks/useDebounce.js +21 -0
  388. package/dist/hooks/useDebounce.js.map +1 -0
  389. package/dist/hooks/useIsMobile.js +22 -0
  390. package/dist/hooks/useIsMobile.js.map +1 -0
  391. package/dist/hooks/useModal.js +34 -0
  392. package/dist/hooks/useModal.js.map +1 -0
  393. package/dist/hooks/useMonitorTx.js +26 -0
  394. package/dist/hooks/useMonitorTx.js.map +1 -0
  395. package/dist/hooks/useSendReferenceId.js +22 -0
  396. package/dist/hooks/useSendReferenceId.js.map +1 -0
  397. package/dist/hooks/useSortedZapList.js +56 -0
  398. package/dist/hooks/useSortedZapList.js.map +1 -0
  399. package/dist/hooks/useSwiper.js +13 -0
  400. package/dist/hooks/useSwiper.js.map +1 -0
  401. package/dist/hooks/useTokenFromZapList.js +15 -0
  402. package/dist/hooks/useTokenFromZapList.js.map +1 -0
  403. package/dist/hooks/useTopTags.js +47 -0
  404. package/dist/hooks/useTopTags.js.map +1 -0
  405. package/dist/main.d.ts +23 -0
  406. package/dist/main.js +18 -89923
  407. package/dist/main.js.map +1 -0
  408. package/dist/node_modules/@ape.swap/apeswap-lists/lib/constants/zapTokens.js +698 -0
  409. package/dist/node_modules/@ape.swap/apeswap-lists/lib/constants/zapTokens.js.map +1 -0
  410. package/dist/node_modules/@ape.swap/apeswap-lists/lib/main.js +27 -0
  411. package/dist/node_modules/@ape.swap/apeswap-lists/lib/main.js.map +1 -0
  412. package/dist/node_modules/@ape.swap/apeswap-lists/lib/types/index.js +1078 -0
  413. package/dist/node_modules/@ape.swap/apeswap-lists/lib/types/index.js.map +1 -0
  414. package/dist/node_modules/@emotion/cache/dist/emotion-cache.esm.js +500 -0
  415. package/dist/node_modules/@emotion/cache/dist/emotion-cache.esm.js.map +1 -0
  416. package/dist/node_modules/@emotion/hash/dist/emotion-hash.esm.js +56 -0
  417. package/dist/node_modules/@emotion/hash/dist/emotion-hash.esm.js.map +1 -0
  418. package/dist/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js +10 -0
  419. package/dist/node_modules/@emotion/memoize/dist/emotion-memoize.esm.js.map +1 -0
  420. package/dist/node_modules/@emotion/react/dist/emotion-element-d59e098f.esm.js +152 -0
  421. package/dist/node_modules/@emotion/react/dist/emotion-element-d59e098f.esm.js.map +1 -0
  422. package/dist/node_modules/@emotion/react/dist/emotion-react.esm.js +153 -0
  423. package/dist/node_modules/@emotion/react/dist/emotion-react.esm.js.map +1 -0
  424. package/dist/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.esm.js +22 -0
  425. package/dist/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.esm.js.map +1 -0
  426. package/dist/node_modules/@emotion/react/package.json.js +6 -0
  427. package/dist/node_modules/@emotion/react/package.json.js.map +1 -0
  428. package/dist/node_modules/@emotion/serialize/dist/emotion-serialize.esm.js +225 -0
  429. package/dist/node_modules/@emotion/serialize/dist/emotion-serialize.esm.js.map +1 -0
  430. package/dist/node_modules/@emotion/sheet/dist/emotion-sheet.esm.js +139 -0
  431. package/dist/node_modules/@emotion/sheet/dist/emotion-sheet.esm.js.map +1 -0
  432. package/dist/node_modules/@emotion/unitless/dist/emotion-unitless.esm.js +53 -0
  433. package/dist/node_modules/@emotion/unitless/dist/emotion-unitless.esm.js.map +1 -0
  434. package/dist/node_modules/@emotion/use-insertion-effect-with-fallbacks/dist/emotion-use-insertion-effect-with-fallbacks.esm.js +14 -0
  435. package/dist/node_modules/@emotion/use-insertion-effect-with-fallbacks/dist/emotion-use-insertion-effect-with-fallbacks.esm.js.map +1 -0
  436. package/dist/node_modules/@emotion/utils/dist/emotion-utils.esm.js +55 -0
  437. package/dist/node_modules/@emotion/utils/dist/emotion-utils.esm.js.map +1 -0
  438. package/dist/node_modules/@emotion/weak-memoize/dist/emotion-weak-memoize.esm.js +17 -0
  439. package/dist/node_modules/@emotion/weak-memoize/dist/emotion-weak-memoize.esm.js.map +1 -0
  440. package/dist/node_modules/@ethersproject/abi/lib.esm/_version.js +4 -0
  441. package/dist/node_modules/@ethersproject/abi/lib.esm/_version.js.map +1 -0
  442. package/dist/node_modules/@ethersproject/abi/lib.esm/abi-coder.js +97 -0
  443. package/dist/node_modules/@ethersproject/abi/lib.esm/abi-coder.js.map +1 -0
  444. package/dist/node_modules/@ethersproject/abi/lib.esm/coders/abstract-coder.js +149 -0
  445. package/dist/node_modules/@ethersproject/abi/lib.esm/coders/abstract-coder.js.map +1 -0
  446. package/dist/node_modules/@ethersproject/abi/lib.esm/coders/address.js +27 -0
  447. package/dist/node_modules/@ethersproject/abi/lib.esm/coders/address.js.map +1 -0
  448. package/dist/node_modules/@ethersproject/abi/lib.esm/coders/anonymous.js +21 -0
  449. package/dist/node_modules/@ethersproject/abi/lib.esm/coders/anonymous.js.map +1 -0
  450. package/dist/node_modules/@ethersproject/abi/lib.esm/coders/array.js +211 -0
  451. package/dist/node_modules/@ethersproject/abi/lib.esm/coders/array.js.map +1 -0
  452. package/dist/node_modules/@ethersproject/abi/lib.esm/coders/boolean.js +19 -0
  453. package/dist/node_modules/@ethersproject/abi/lib.esm/coders/boolean.js.map +1 -0
  454. package/dist/node_modules/@ethersproject/abi/lib.esm/coders/bytes.js +31 -0
  455. package/dist/node_modules/@ethersproject/abi/lib.esm/coders/bytes.js.map +1 -0
  456. package/dist/node_modules/@ethersproject/abi/lib.esm/coders/fixed-bytes.js +27 -0
  457. package/dist/node_modules/@ethersproject/abi/lib.esm/coders/fixed-bytes.js.map +1 -0
  458. package/dist/node_modules/@ethersproject/abi/lib.esm/coders/null.js +23 -0
  459. package/dist/node_modules/@ethersproject/abi/lib.esm/coders/null.js.map +1 -0
  460. package/dist/node_modules/@ethersproject/abi/lib.esm/coders/number.js +44 -0
  461. package/dist/node_modules/@ethersproject/abi/lib.esm/coders/number.js.map +1 -0
  462. package/dist/node_modules/@ethersproject/abi/lib.esm/coders/string.js +20 -0
  463. package/dist/node_modules/@ethersproject/abi/lib.esm/coders/string.js.map +1 -0
  464. package/dist/node_modules/@ethersproject/abi/lib.esm/coders/tuple.js +59 -0
  465. package/dist/node_modules/@ethersproject/abi/lib.esm/coders/tuple.js.map +1 -0
  466. package/dist/node_modules/@ethersproject/abi/lib.esm/fragments.js +855 -0
  467. package/dist/node_modules/@ethersproject/abi/lib.esm/fragments.js.map +1 -0
  468. package/dist/node_modules/@ethersproject/abi/lib.esm/interface.js +610 -0
  469. package/dist/node_modules/@ethersproject/abi/lib.esm/interface.js.map +1 -0
  470. package/dist/node_modules/@ethersproject/abstract-provider/lib.esm/_version.js +4 -0
  471. package/dist/node_modules/@ethersproject/abstract-provider/lib.esm/_version.js.map +1 -0
  472. package/dist/node_modules/@ethersproject/abstract-provider/lib.esm/index.js +67 -0
  473. package/dist/node_modules/@ethersproject/abstract-provider/lib.esm/index.js.map +1 -0
  474. package/dist/node_modules/@ethersproject/abstract-signer/lib.esm/_version.js +4 -0
  475. package/dist/node_modules/@ethersproject/abstract-signer/lib.esm/_version.js.map +1 -0
  476. package/dist/node_modules/@ethersproject/abstract-signer/lib.esm/index.js +303 -0
  477. package/dist/node_modules/@ethersproject/abstract-signer/lib.esm/index.js.map +1 -0
  478. package/dist/node_modules/@ethersproject/address/lib.esm/_version.js +4 -0
  479. package/dist/node_modules/@ethersproject/address/lib.esm/_version.js.map +1 -0
  480. package/dist/node_modules/@ethersproject/address/lib.esm/index.js +111 -0
  481. package/dist/node_modules/@ethersproject/address/lib.esm/index.js.map +1 -0
  482. package/dist/node_modules/@ethersproject/base64/lib.esm/base64.js +21 -0
  483. package/dist/node_modules/@ethersproject/base64/lib.esm/base64.js.map +1 -0
  484. package/dist/node_modules/@ethersproject/basex/lib.esm/index.js +121 -0
  485. package/dist/node_modules/@ethersproject/basex/lib.esm/index.js.map +1 -0
  486. package/dist/node_modules/@ethersproject/bignumber/lib.esm/_version.js +4 -0
  487. package/dist/node_modules/@ethersproject/bignumber/lib.esm/_version.js.map +1 -0
  488. package/dist/node_modules/@ethersproject/bignumber/lib.esm/bignumber.js +296 -0
  489. package/dist/node_modules/@ethersproject/bignumber/lib.esm/bignumber.js.map +1 -0
  490. package/dist/node_modules/@ethersproject/bignumber/lib.esm/fixednumber.js +361 -0
  491. package/dist/node_modules/@ethersproject/bignumber/lib.esm/fixednumber.js.map +1 -0
  492. package/dist/node_modules/@ethersproject/bytes/lib.esm/_version.js +4 -0
  493. package/dist/node_modules/@ethersproject/bytes/lib.esm/_version.js.map +1 -0
  494. package/dist/node_modules/@ethersproject/bytes/lib.esm/index.js +403 -0
  495. package/dist/node_modules/@ethersproject/bytes/lib.esm/index.js.map +1 -0
  496. package/dist/node_modules/@ethersproject/constants/lib.esm/addresses.js +4 -0
  497. package/dist/node_modules/@ethersproject/constants/lib.esm/addresses.js.map +1 -0
  498. package/dist/node_modules/@ethersproject/constants/lib.esm/bignumbers.js +9 -0
  499. package/dist/node_modules/@ethersproject/constants/lib.esm/bignumbers.js.map +1 -0
  500. package/dist/node_modules/@ethersproject/constants/lib.esm/hashes.js +4 -0
  501. package/dist/node_modules/@ethersproject/constants/lib.esm/hashes.js.map +1 -0
  502. package/dist/node_modules/@ethersproject/contracts/lib.esm/_version.js +4 -0
  503. package/dist/node_modules/@ethersproject/contracts/lib.esm/_version.js.map +1 -0
  504. package/dist/node_modules/@ethersproject/contracts/lib.esm/index.js +894 -0
  505. package/dist/node_modules/@ethersproject/contracts/lib.esm/index.js.map +1 -0
  506. package/dist/node_modules/@ethersproject/hash/lib.esm/_version.js +4 -0
  507. package/dist/node_modules/@ethersproject/hash/lib.esm/_version.js.map +1 -0
  508. package/dist/node_modules/@ethersproject/hash/lib.esm/ens-normalize/decoder.js +257 -0
  509. package/dist/node_modules/@ethersproject/hash/lib.esm/ens-normalize/decoder.js.map +1 -0
  510. package/dist/node_modules/@ethersproject/hash/lib.esm/ens-normalize/include.js +37 -0
  511. package/dist/node_modules/@ethersproject/hash/lib.esm/ens-normalize/include.js.map +1 -0
  512. package/dist/node_modules/@ethersproject/hash/lib.esm/ens-normalize/lib.js +136 -0
  513. package/dist/node_modules/@ethersproject/hash/lib.esm/ens-normalize/lib.js.map +1 -0
  514. package/dist/node_modules/@ethersproject/hash/lib.esm/id.js +9 -0
  515. package/dist/node_modules/@ethersproject/hash/lib.esm/id.js.map +1 -0
  516. package/dist/node_modules/@ethersproject/hash/lib.esm/namehash.js +65 -0
  517. package/dist/node_modules/@ethersproject/hash/lib.esm/namehash.js.map +1 -0
  518. package/dist/node_modules/@ethersproject/hash/lib.esm/typed-data.js +444 -0
  519. package/dist/node_modules/@ethersproject/hash/lib.esm/typed-data.js.map +1 -0
  520. package/dist/node_modules/@ethersproject/keccak256/lib.esm/index.js +9 -0
  521. package/dist/node_modules/@ethersproject/keccak256/lib.esm/index.js.map +1 -0
  522. package/dist/node_modules/@ethersproject/logger/lib.esm/_version.js +4 -0
  523. package/dist/node_modules/@ethersproject/logger/lib.esm/_version.js.map +1 -0
  524. package/dist/node_modules/@ethersproject/logger/lib.esm/index.js +353 -0
  525. package/dist/node_modules/@ethersproject/logger/lib.esm/index.js.map +1 -0
  526. package/dist/node_modules/@ethersproject/networks/lib.esm/_version.js +4 -0
  527. package/dist/node_modules/@ethersproject/networks/lib.esm/_version.js.map +1 -0
  528. package/dist/node_modules/@ethersproject/networks/lib.esm/index.js +267 -0
  529. package/dist/node_modules/@ethersproject/networks/lib.esm/index.js.map +1 -0
  530. package/dist/node_modules/@ethersproject/properties/lib.esm/_version.js +4 -0
  531. package/dist/node_modules/@ethersproject/properties/lib.esm/_version.js.map +1 -0
  532. package/dist/node_modules/@ethersproject/properties/lib.esm/index.js +128 -0
  533. package/dist/node_modules/@ethersproject/properties/lib.esm/index.js.map +1 -0
  534. package/dist/node_modules/@ethersproject/providers/lib.esm/_version.js +4 -0
  535. package/dist/node_modules/@ethersproject/providers/lib.esm/_version.js.map +1 -0
  536. package/dist/node_modules/@ethersproject/providers/lib.esm/base-provider.js +2008 -0
  537. package/dist/node_modules/@ethersproject/providers/lib.esm/base-provider.js.map +1 -0
  538. package/dist/node_modules/@ethersproject/providers/lib.esm/formatter.js +423 -0
  539. package/dist/node_modules/@ethersproject/providers/lib.esm/formatter.js.map +1 -0
  540. package/dist/node_modules/@ethersproject/providers/lib.esm/json-rpc-provider.js +675 -0
  541. package/dist/node_modules/@ethersproject/providers/lib.esm/json-rpc-provider.js.map +1 -0
  542. package/dist/node_modules/@ethersproject/providers/node_modules/bech32/index.js +188 -0
  543. package/dist/node_modules/@ethersproject/providers/node_modules/bech32/index.js.map +1 -0
  544. package/dist/node_modules/@ethersproject/rlp/lib.esm/_version.js +4 -0
  545. package/dist/node_modules/@ethersproject/rlp/lib.esm/_version.js.map +1 -0
  546. package/dist/node_modules/@ethersproject/rlp/lib.esm/index.js +121 -0
  547. package/dist/node_modules/@ethersproject/rlp/lib.esm/index.js.map +1 -0
  548. package/dist/node_modules/@ethersproject/sha2/lib.esm/sha2.js +9 -0
  549. package/dist/node_modules/@ethersproject/sha2/lib.esm/sha2.js.map +1 -0
  550. package/dist/node_modules/@ethersproject/signing-key/lib.esm/_version.js +4 -0
  551. package/dist/node_modules/@ethersproject/signing-key/lib.esm/_version.js.map +1 -0
  552. package/dist/node_modules/@ethersproject/signing-key/lib.esm/elliptic.js +2479 -0
  553. package/dist/node_modules/@ethersproject/signing-key/lib.esm/elliptic.js.map +1 -0
  554. package/dist/node_modules/@ethersproject/signing-key/lib.esm/index.js +77 -0
  555. package/dist/node_modules/@ethersproject/signing-key/lib.esm/index.js.map +1 -0
  556. package/dist/node_modules/@ethersproject/strings/lib.esm/_version.js +4 -0
  557. package/dist/node_modules/@ethersproject/strings/lib.esm/_version.js.map +1 -0
  558. package/dist/node_modules/@ethersproject/strings/lib.esm/utf8.js +220 -0
  559. package/dist/node_modules/@ethersproject/strings/lib.esm/utf8.js.map +1 -0
  560. package/dist/node_modules/@ethersproject/transactions/lib.esm/_version.js +4 -0
  561. package/dist/node_modules/@ethersproject/transactions/lib.esm/_version.js.map +1 -0
  562. package/dist/node_modules/@ethersproject/transactions/lib.esm/index.js +280 -0
  563. package/dist/node_modules/@ethersproject/transactions/lib.esm/index.js.map +1 -0
  564. package/dist/node_modules/@ethersproject/units/lib.esm/_version.js +4 -0
  565. package/dist/node_modules/@ethersproject/units/lib.esm/_version.js.map +1 -0
  566. package/dist/node_modules/@ethersproject/units/lib.esm/index.js +29 -0
  567. package/dist/node_modules/@ethersproject/units/lib.esm/index.js.map +1 -0
  568. package/dist/node_modules/@ethersproject/web/lib.esm/_version.js +4 -0
  569. package/dist/node_modules/@ethersproject/web/lib.esm/_version.js.map +1 -0
  570. package/dist/node_modules/@ethersproject/web/lib.esm/geturl.js +70 -0
  571. package/dist/node_modules/@ethersproject/web/lib.esm/geturl.js.map +1 -0
  572. package/dist/node_modules/@ethersproject/web/lib.esm/index.js +405 -0
  573. package/dist/node_modules/@ethersproject/web/lib.esm/index.js.map +1 -0
  574. package/dist/node_modules/@jup-ag/api/dist/index.js +792 -0
  575. package/dist/node_modules/@jup-ag/api/dist/index.js.map +1 -0
  576. package/dist/node_modules/@kurkle/color/dist/color.esm.js +583 -0
  577. package/dist/node_modules/@kurkle/color/dist/color.esm.js.map +1 -0
  578. package/dist/node_modules/@theme-ui/color-modes/dist/theme-ui-color-modes.esm.js +382 -0
  579. package/dist/node_modules/@theme-ui/color-modes/dist/theme-ui-color-modes.esm.js.map +1 -0
  580. package/dist/node_modules/@theme-ui/components/dist/theme-ui-components.esm.js +322 -0
  581. package/dist/node_modules/@theme-ui/components/dist/theme-ui-components.esm.js.map +1 -0
  582. package/dist/node_modules/@theme-ui/core/dist/parseProps-eab0b26e.esm.js +20 -0
  583. package/dist/node_modules/@theme-ui/core/dist/parseProps-eab0b26e.esm.js.map +1 -0
  584. package/dist/node_modules/@theme-ui/core/dist/theme-ui-core.esm.js +76 -0
  585. package/dist/node_modules/@theme-ui/core/dist/theme-ui-core.esm.js.map +1 -0
  586. package/dist/node_modules/@theme-ui/core/jsx-runtime/dist/theme-ui-core-jsx-runtime.esm.js +9 -0
  587. package/dist/node_modules/@theme-ui/core/jsx-runtime/dist/theme-ui-core-jsx-runtime.esm.js.map +1 -0
  588. package/dist/node_modules/@theme-ui/css/dist/theme-ui-css.esm.js +331 -0
  589. package/dist/node_modules/@theme-ui/css/dist/theme-ui-css.esm.js.map +1 -0
  590. package/dist/node_modules/@theme-ui/theme-provider/dist/theme-ui-theme-provider.esm.js +46 -0
  591. package/dist/node_modules/@theme-ui/theme-provider/dist/theme-ui-theme-provider.esm.js.map +1 -0
  592. package/dist/node_modules/available-typed-arrays/index.js +30 -0
  593. package/dist/node_modules/available-typed-arrays/index.js.map +1 -0
  594. package/dist/node_modules/base64-js/index.js +153 -0
  595. package/dist/node_modules/base64-js/index.js.map +1 -0
  596. package/dist/node_modules/bignumber.js/bignumber.js +2908 -0
  597. package/dist/node_modules/bignumber.js/bignumber.js.map +1 -0
  598. package/dist/node_modules/bn.js/lib/bn.js +3364 -0
  599. package/dist/node_modules/bn.js/lib/bn.js.map +1 -0
  600. package/dist/node_modules/buffer/index.js +2111 -0
  601. package/dist/node_modules/buffer/index.js.map +1 -0
  602. package/dist/node_modules/call-bind/index.js +41 -0
  603. package/dist/node_modules/call-bind/index.js.map +1 -0
  604. package/dist/node_modules/call-bind-apply-helpers/actualApply.js +25 -0
  605. package/dist/node_modules/call-bind-apply-helpers/actualApply.js.map +1 -0
  606. package/dist/node_modules/call-bind-apply-helpers/applyBind.js +24 -0
  607. package/dist/node_modules/call-bind-apply-helpers/applyBind.js.map +1 -0
  608. package/dist/node_modules/call-bind-apply-helpers/functionApply.js +14 -0
  609. package/dist/node_modules/call-bind-apply-helpers/functionApply.js.map +1 -0
  610. package/dist/node_modules/call-bind-apply-helpers/functionCall.js +14 -0
  611. package/dist/node_modules/call-bind-apply-helpers/functionCall.js.map +1 -0
  612. package/dist/node_modules/call-bind-apply-helpers/index.js +30 -0
  613. package/dist/node_modules/call-bind-apply-helpers/index.js.map +1 -0
  614. package/dist/node_modules/call-bind-apply-helpers/reflectApply.js +14 -0
  615. package/dist/node_modules/call-bind-apply-helpers/reflectApply.js.map +1 -0
  616. package/dist/node_modules/call-bound/index.js +32 -0
  617. package/dist/node_modules/call-bound/index.js.map +1 -0
  618. package/dist/node_modules/chart.js/dist/chart.js +8079 -0
  619. package/dist/node_modules/chart.js/dist/chart.js.map +1 -0
  620. package/dist/node_modules/chart.js/dist/chunks/helpers.dataset.js +2685 -0
  621. package/dist/node_modules/chart.js/dist/chunks/helpers.dataset.js.map +1 -0
  622. package/dist/node_modules/deepmerge/dist/cjs.js +138 -0
  623. package/dist/node_modules/deepmerge/dist/cjs.js.map +1 -0
  624. package/dist/node_modules/define-data-property/index.js +71 -0
  625. package/dist/node_modules/define-data-property/index.js.map +1 -0
  626. package/dist/node_modules/dom-to-image/src/dom-to-image.js +776 -0
  627. package/dist/node_modules/dom-to-image/src/dom-to-image.js.map +1 -0
  628. package/dist/node_modules/dunder-proto/get.js +43 -0
  629. package/dist/node_modules/dunder-proto/get.js.map +1 -0
  630. package/dist/node_modules/es-define-property/index.js +24 -0
  631. package/dist/node_modules/es-define-property/index.js.map +1 -0
  632. package/dist/node_modules/es-errors/eval.js +14 -0
  633. package/dist/node_modules/es-errors/eval.js.map +1 -0
  634. package/dist/node_modules/es-errors/index.js +14 -0
  635. package/dist/node_modules/es-errors/index.js.map +1 -0
  636. package/dist/node_modules/es-errors/range.js +14 -0
  637. package/dist/node_modules/es-errors/range.js.map +1 -0
  638. package/dist/node_modules/es-errors/ref.js +14 -0
  639. package/dist/node_modules/es-errors/ref.js.map +1 -0
  640. package/dist/node_modules/es-errors/syntax.js +14 -0
  641. package/dist/node_modules/es-errors/syntax.js.map +1 -0
  642. package/dist/node_modules/es-errors/type.js +14 -0
  643. package/dist/node_modules/es-errors/type.js.map +1 -0
  644. package/dist/node_modules/es-errors/uri.js +14 -0
  645. package/dist/node_modules/es-errors/uri.js.map +1 -0
  646. package/dist/node_modules/es-object-atoms/index.js +14 -0
  647. package/dist/node_modules/es-object-atoms/index.js.map +1 -0
  648. package/dist/node_modules/fancy-canvas/canvas-element-bitmap-size.js +239 -0
  649. package/dist/node_modules/fancy-canvas/canvas-element-bitmap-size.js.map +1 -0
  650. package/dist/node_modules/fancy-canvas/canvas-rendering-target.js +85 -0
  651. package/dist/node_modules/fancy-canvas/canvas-rendering-target.js.map +1 -0
  652. package/dist/node_modules/fancy-canvas/device-pixel-ratio.js +63 -0
  653. package/dist/node_modules/fancy-canvas/device-pixel-ratio.js.map +1 -0
  654. package/dist/node_modules/fancy-canvas/size.js +20 -0
  655. package/dist/node_modules/fancy-canvas/size.js.map +1 -0
  656. package/dist/node_modules/for-each/index.js +81 -0
  657. package/dist/node_modules/for-each/index.js.map +1 -0
  658. package/dist/node_modules/framer-motion/dist/es/animation/animate/single-value.js +12 -0
  659. package/dist/node_modules/framer-motion/dist/es/animation/animate/single-value.js.map +1 -0
  660. package/dist/node_modules/framer-motion/dist/es/animation/animators/AcceleratedAnimation.js +323 -0
  661. package/dist/node_modules/framer-motion/dist/es/animation/animators/AcceleratedAnimation.js.map +1 -0
  662. package/dist/node_modules/framer-motion/dist/es/animation/animators/BaseAnimation.js +118 -0
  663. package/dist/node_modules/framer-motion/dist/es/animation/animators/BaseAnimation.js.map +1 -0
  664. package/dist/node_modules/framer-motion/dist/es/animation/animators/MainThreadAnimation.js +388 -0
  665. package/dist/node_modules/framer-motion/dist/es/animation/animators/MainThreadAnimation.js.map +1 -0
  666. package/dist/node_modules/framer-motion/dist/es/animation/animators/drivers/driver-frameloop.js +18 -0
  667. package/dist/node_modules/framer-motion/dist/es/animation/animators/drivers/driver-frameloop.js.map +1 -0
  668. package/dist/node_modules/framer-motion/dist/es/animation/animators/utils/accelerated-values.js +15 -0
  669. package/dist/node_modules/framer-motion/dist/es/animation/animators/utils/accelerated-values.js.map +1 -0
  670. package/dist/node_modules/framer-motion/dist/es/animation/animators/utils/can-animate.js +43 -0
  671. package/dist/node_modules/framer-motion/dist/es/animation/animators/utils/can-animate.js.map +1 -0
  672. package/dist/node_modules/framer-motion/dist/es/animation/animators/waapi/index.js +25 -0
  673. package/dist/node_modules/framer-motion/dist/es/animation/animators/waapi/index.js.map +1 -0
  674. package/dist/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/get-final-keyframe.js +13 -0
  675. package/dist/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/get-final-keyframe.js.map +1 -0
  676. package/dist/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/supports-waapi.js +7 -0
  677. package/dist/node_modules/framer-motion/dist/es/animation/animators/waapi/utils/supports-waapi.js.map +1 -0
  678. package/dist/node_modules/framer-motion/dist/es/animation/generators/inertia.js +88 -0
  679. package/dist/node_modules/framer-motion/dist/es/animation/generators/inertia.js.map +1 -0
  680. package/dist/node_modules/framer-motion/dist/es/animation/generators/keyframes.js +52 -0
  681. package/dist/node_modules/framer-motion/dist/es/animation/generators/keyframes.js.map +1 -0
  682. package/dist/node_modules/framer-motion/dist/es/animation/generators/spring/defaults.js +28 -0
  683. package/dist/node_modules/framer-motion/dist/es/animation/generators/spring/defaults.js.map +1 -0
  684. package/dist/node_modules/framer-motion/dist/es/animation/generators/spring/find.js +87 -0
  685. package/dist/node_modules/framer-motion/dist/es/animation/generators/spring/find.js.map +1 -0
  686. package/dist/node_modules/framer-motion/dist/es/animation/generators/spring/index.js +169 -0
  687. package/dist/node_modules/framer-motion/dist/es/animation/generators/spring/index.js.map +1 -0
  688. package/dist/node_modules/framer-motion/dist/es/animation/generators/utils/velocity.js +10 -0
  689. package/dist/node_modules/framer-motion/dist/es/animation/generators/utils/velocity.js.map +1 -0
  690. package/dist/node_modules/framer-motion/dist/es/animation/hooks/animation-controls.js +81 -0
  691. package/dist/node_modules/framer-motion/dist/es/animation/hooks/animation-controls.js.map +1 -0
  692. package/dist/node_modules/framer-motion/dist/es/animation/hooks/use-animation.js +42 -0
  693. package/dist/node_modules/framer-motion/dist/es/animation/hooks/use-animation.js.map +1 -0
  694. package/dist/node_modules/framer-motion/dist/es/animation/interfaces/motion-value.js +107 -0
  695. package/dist/node_modules/framer-motion/dist/es/animation/interfaces/motion-value.js.map +1 -0
  696. package/dist/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-target.js +77 -0
  697. package/dist/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-target.js.map +1 -0
  698. package/dist/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-variant.js +67 -0
  699. package/dist/node_modules/framer-motion/dist/es/animation/interfaces/visual-element-variant.js.map +1 -0
  700. package/dist/node_modules/framer-motion/dist/es/animation/interfaces/visual-element.js +27 -0
  701. package/dist/node_modules/framer-motion/dist/es/animation/interfaces/visual-element.js.map +1 -0
  702. package/dist/node_modules/framer-motion/dist/es/animation/optimized-appear/data-id.js +7 -0
  703. package/dist/node_modules/framer-motion/dist/es/animation/optimized-appear/data-id.js.map +1 -0
  704. package/dist/node_modules/framer-motion/dist/es/animation/optimized-appear/get-appear-id.js +8 -0
  705. package/dist/node_modules/framer-motion/dist/es/animation/optimized-appear/get-appear-id.js.map +1 -0
  706. package/dist/node_modules/framer-motion/dist/es/animation/utils/default-transitions.js +41 -0
  707. package/dist/node_modules/framer-motion/dist/es/animation/utils/default-transitions.js.map +1 -0
  708. package/dist/node_modules/framer-motion/dist/es/animation/utils/is-animatable.js +31 -0
  709. package/dist/node_modules/framer-motion/dist/es/animation/utils/is-animatable.js.map +1 -0
  710. package/dist/node_modules/framer-motion/dist/es/animation/utils/is-animation-controls.js +8 -0
  711. package/dist/node_modules/framer-motion/dist/es/animation/utils/is-animation-controls.js.map +1 -0
  712. package/dist/node_modules/framer-motion/dist/es/animation/utils/is-keyframes-target.js +6 -0
  713. package/dist/node_modules/framer-motion/dist/es/animation/utils/is-keyframes-target.js.map +1 -0
  714. package/dist/node_modules/framer-motion/dist/es/animation/utils/is-none.js +16 -0
  715. package/dist/node_modules/framer-motion/dist/es/animation/utils/is-none.js.map +1 -0
  716. package/dist/node_modules/framer-motion/dist/es/animation/utils/is-transition-defined.js +11 -0
  717. package/dist/node_modules/framer-motion/dist/es/animation/utils/is-transition-defined.js.map +1 -0
  718. package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/PopChild.js +77 -0
  719. package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/PopChild.js.map +1 -0
  720. package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/PresenceChild.js +61 -0
  721. package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/PresenceChild.js.map +1 -0
  722. package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/index.js +166 -0
  723. package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/index.js.map +1 -0
  724. package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.js +44 -0
  725. package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.js.map +1 -0
  726. package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/utils.js +15 -0
  727. package/dist/node_modules/framer-motion/dist/es/components/AnimatePresence/utils.js.map +1 -0
  728. package/dist/node_modules/framer-motion/dist/es/context/LayoutGroupContext.js +6 -0
  729. package/dist/node_modules/framer-motion/dist/es/context/LayoutGroupContext.js.map +1 -0
  730. package/dist/node_modules/framer-motion/dist/es/context/LazyContext.js +6 -0
  731. package/dist/node_modules/framer-motion/dist/es/context/LazyContext.js.map +1 -0
  732. package/dist/node_modules/framer-motion/dist/es/context/MotionConfigContext.js +13 -0
  733. package/dist/node_modules/framer-motion/dist/es/context/MotionConfigContext.js.map +1 -0
  734. package/dist/node_modules/framer-motion/dist/es/context/MotionContext/create.js +14 -0
  735. package/dist/node_modules/framer-motion/dist/es/context/MotionContext/create.js.map +1 -0
  736. package/dist/node_modules/framer-motion/dist/es/context/MotionContext/index.js +6 -0
  737. package/dist/node_modules/framer-motion/dist/es/context/MotionContext/index.js.map +1 -0
  738. package/dist/node_modules/framer-motion/dist/es/context/MotionContext/utils.js +18 -0
  739. package/dist/node_modules/framer-motion/dist/es/context/MotionContext/utils.js.map +1 -0
  740. package/dist/node_modules/framer-motion/dist/es/context/PresenceContext.js +9 -0
  741. package/dist/node_modules/framer-motion/dist/es/context/PresenceContext.js.map +1 -0
  742. package/dist/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.js +9 -0
  743. package/dist/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.js.map +1 -0
  744. package/dist/node_modules/framer-motion/dist/es/easing/anticipate.js +6 -0
  745. package/dist/node_modules/framer-motion/dist/es/easing/anticipate.js.map +1 -0
  746. package/dist/node_modules/framer-motion/dist/es/easing/back.js +10 -0
  747. package/dist/node_modules/framer-motion/dist/es/easing/back.js.map +1 -0
  748. package/dist/node_modules/framer-motion/dist/es/easing/circ.js +9 -0
  749. package/dist/node_modules/framer-motion/dist/es/easing/circ.js.map +1 -0
  750. package/dist/node_modules/framer-motion/dist/es/easing/cubic-bezier.js +53 -0
  751. package/dist/node_modules/framer-motion/dist/es/easing/cubic-bezier.js.map +1 -0
  752. package/dist/node_modules/framer-motion/dist/es/easing/ease.js +8 -0
  753. package/dist/node_modules/framer-motion/dist/es/easing/ease.js.map +1 -0
  754. package/dist/node_modules/framer-motion/dist/es/easing/modifiers/mirror.js +6 -0
  755. package/dist/node_modules/framer-motion/dist/es/easing/modifiers/mirror.js.map +1 -0
  756. package/dist/node_modules/framer-motion/dist/es/easing/modifiers/reverse.js +6 -0
  757. package/dist/node_modules/framer-motion/dist/es/easing/modifiers/reverse.js.map +1 -0
  758. package/dist/node_modules/framer-motion/dist/es/easing/utils/is-easing-array.js +6 -0
  759. package/dist/node_modules/framer-motion/dist/es/easing/utils/is-easing-array.js.map +1 -0
  760. package/dist/node_modules/framer-motion/dist/es/easing/utils/map.js +39 -0
  761. package/dist/node_modules/framer-motion/dist/es/easing/utils/map.js.map +1 -0
  762. package/dist/node_modules/framer-motion/dist/es/events/add-dom-event.js +7 -0
  763. package/dist/node_modules/framer-motion/dist/es/events/add-dom-event.js.map +1 -0
  764. package/dist/node_modules/framer-motion/dist/es/events/add-pointer-event.js +9 -0
  765. package/dist/node_modules/framer-motion/dist/es/events/add-pointer-event.js.map +1 -0
  766. package/dist/node_modules/framer-motion/dist/es/events/event-info.js +17 -0
  767. package/dist/node_modules/framer-motion/dist/es/events/event-info.js.map +1 -0
  768. package/dist/node_modules/framer-motion/dist/es/frameloop/batcher.js +72 -0
  769. package/dist/node_modules/framer-motion/dist/es/frameloop/batcher.js.map +1 -0
  770. package/dist/node_modules/framer-motion/dist/es/frameloop/frame.js +8 -0
  771. package/dist/node_modules/framer-motion/dist/es/frameloop/frame.js.map +1 -0
  772. package/dist/node_modules/framer-motion/dist/es/frameloop/microtask.js +6 -0
  773. package/dist/node_modules/framer-motion/dist/es/frameloop/microtask.js.map +1 -0
  774. package/dist/node_modules/framer-motion/dist/es/frameloop/render-step.js +82 -0
  775. package/dist/node_modules/framer-motion/dist/es/frameloop/render-step.js.map +1 -0
  776. package/dist/node_modules/framer-motion/dist/es/frameloop/sync-time.js +32 -0
  777. package/dist/node_modules/framer-motion/dist/es/frameloop/sync-time.js.map +1 -0
  778. package/dist/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.js +485 -0
  779. package/dist/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.js.map +1 -0
  780. package/dist/node_modules/framer-motion/dist/es/gestures/drag/index.js +29 -0
  781. package/dist/node_modules/framer-motion/dist/es/gestures/drag/index.js.map +1 -0
  782. package/dist/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.js +131 -0
  783. package/dist/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.js.map +1 -0
  784. package/dist/node_modules/framer-motion/dist/es/gestures/focus.js +42 -0
  785. package/dist/node_modules/framer-motion/dist/es/gestures/focus.js.map +1 -0
  786. package/dist/node_modules/framer-motion/dist/es/gestures/hover.js +32 -0
  787. package/dist/node_modules/framer-motion/dist/es/gestures/hover.js.map +1 -0
  788. package/dist/node_modules/framer-motion/dist/es/gestures/pan/PanSession.js +158 -0
  789. package/dist/node_modules/framer-motion/dist/es/gestures/pan/PanSession.js.map +1 -0
  790. package/dist/node_modules/framer-motion/dist/es/gestures/pan/index.js +52 -0
  791. package/dist/node_modules/framer-motion/dist/es/gestures/pan/index.js.map +1 -0
  792. package/dist/node_modules/framer-motion/dist/es/gestures/press.js +32 -0
  793. package/dist/node_modules/framer-motion/dist/es/gestures/press.js.map +1 -0
  794. package/dist/node_modules/framer-motion/dist/es/motion/features/Feature.js +10 -0
  795. package/dist/node_modules/framer-motion/dist/es/motion/features/Feature.js.map +1 -0
  796. package/dist/node_modules/framer-motion/dist/es/motion/features/animation/exit.js +32 -0
  797. package/dist/node_modules/framer-motion/dist/es/motion/features/animation/exit.js.map +1 -0
  798. package/dist/node_modules/framer-motion/dist/es/motion/features/animation/index.js +42 -0
  799. package/dist/node_modules/framer-motion/dist/es/motion/features/animation/index.js.map +1 -0
  800. package/dist/node_modules/framer-motion/dist/es/motion/features/animations.js +14 -0
  801. package/dist/node_modules/framer-motion/dist/es/motion/features/animations.js.map +1 -0
  802. package/dist/node_modules/framer-motion/dist/es/motion/features/definitions.js +29 -0
  803. package/dist/node_modules/framer-motion/dist/es/motion/features/definitions.js.map +1 -0
  804. package/dist/node_modules/framer-motion/dist/es/motion/features/drag.js +18 -0
  805. package/dist/node_modules/framer-motion/dist/es/motion/features/drag.js.map +1 -0
  806. package/dist/node_modules/framer-motion/dist/es/motion/features/gestures.js +22 -0
  807. package/dist/node_modules/framer-motion/dist/es/motion/features/gestures.js.map +1 -0
  808. package/dist/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.js +134 -0
  809. package/dist/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.js.map +1 -0
  810. package/dist/node_modules/framer-motion/dist/es/motion/features/layout.js +12 -0
  811. package/dist/node_modules/framer-motion/dist/es/motion/features/layout.js.map +1 -0
  812. package/dist/node_modules/framer-motion/dist/es/motion/features/load-features.js +13 -0
  813. package/dist/node_modules/framer-motion/dist/es/motion/features/load-features.js.map +1 -0
  814. package/dist/node_modules/framer-motion/dist/es/motion/features/viewport/index.js +73 -0
  815. package/dist/node_modules/framer-motion/dist/es/motion/features/viewport/index.js.map +1 -0
  816. package/dist/node_modules/framer-motion/dist/es/motion/features/viewport/observers.js +50 -0
  817. package/dist/node_modules/framer-motion/dist/es/motion/features/viewport/observers.js.map +1 -0
  818. package/dist/node_modules/framer-motion/dist/es/motion/index.js +102 -0
  819. package/dist/node_modules/framer-motion/dist/es/motion/index.js.map +1 -0
  820. package/dist/node_modules/framer-motion/dist/es/motion/utils/is-forced-motion-value.js +12 -0
  821. package/dist/node_modules/framer-motion/dist/es/motion/utils/is-forced-motion-value.js.map +1 -0
  822. package/dist/node_modules/framer-motion/dist/es/motion/utils/symbol.js +4 -0
  823. package/dist/node_modules/framer-motion/dist/es/motion/utils/symbol.js.map +1 -0
  824. package/dist/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.js +39 -0
  825. package/dist/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.js.map +1 -0
  826. package/dist/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.js +135 -0
  827. package/dist/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.js.map +1 -0
  828. package/dist/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.js +89 -0
  829. package/dist/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.js.map +1 -0
  830. package/dist/node_modules/framer-motion/dist/es/motion/utils/valid-prop.js +58 -0
  831. package/dist/node_modules/framer-motion/dist/es/motion/utils/valid-prop.js.map +1 -0
  832. package/dist/node_modules/framer-motion/dist/es/projection/animation/mix-values.js +95 -0
  833. package/dist/node_modules/framer-motion/dist/es/projection/animation/mix-values.js.map +1 -0
  834. package/dist/node_modules/framer-motion/dist/es/projection/geometry/conversion.js +34 -0
  835. package/dist/node_modules/framer-motion/dist/es/projection/geometry/conversion.js.map +1 -0
  836. package/dist/node_modules/framer-motion/dist/es/projection/geometry/copy.js +32 -0
  837. package/dist/node_modules/framer-motion/dist/es/projection/geometry/copy.js.map +1 -0
  838. package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-apply.js +120 -0
  839. package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-apply.js.map +1 -0
  840. package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-calc.js +53 -0
  841. package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-calc.js.map +1 -0
  842. package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-remove.js +55 -0
  843. package/dist/node_modules/framer-motion/dist/es/projection/geometry/delta-remove.js.map +1 -0
  844. package/dist/node_modules/framer-motion/dist/es/projection/geometry/models.js +18 -0
  845. package/dist/node_modules/framer-motion/dist/es/projection/geometry/models.js.map +1 -0
  846. package/dist/node_modules/framer-motion/dist/es/projection/geometry/utils.js +32 -0
  847. package/dist/node_modules/framer-motion/dist/es/projection/geometry/utils.js.map +1 -0
  848. package/dist/node_modules/framer-motion/dist/es/projection/node/DocumentProjectionNode.js +14 -0
  849. package/dist/node_modules/framer-motion/dist/es/projection/node/DocumentProjectionNode.js.map +1 -0
  850. package/dist/node_modules/framer-motion/dist/es/projection/node/HTMLProjectionNode.js +28 -0
  851. package/dist/node_modules/framer-motion/dist/es/projection/node/HTMLProjectionNode.js.map +1 -0
  852. package/dist/node_modules/framer-motion/dist/es/projection/node/create-projection-node.js +1585 -0
  853. package/dist/node_modules/framer-motion/dist/es/projection/node/create-projection-node.js.map +1 -0
  854. package/dist/node_modules/framer-motion/dist/es/projection/node/state.js +20 -0
  855. package/dist/node_modules/framer-motion/dist/es/projection/node/state.js.map +1 -0
  856. package/dist/node_modules/framer-motion/dist/es/projection/shared/stack.js +113 -0
  857. package/dist/node_modules/framer-motion/dist/es/projection/shared/stack.js.map +1 -0
  858. package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-border-radius.js +42 -0
  859. package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-border-radius.js.map +1 -0
  860. package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-box-shadow.js +36 -0
  861. package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-box-shadow.js.map +1 -0
  862. package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-correction.js +7 -0
  863. package/dist/node_modules/framer-motion/dist/es/projection/styles/scale-correction.js.map +1 -0
  864. package/dist/node_modules/framer-motion/dist/es/projection/styles/transform.js +50 -0
  865. package/dist/node_modules/framer-motion/dist/es/projection/styles/transform.js.map +1 -0
  866. package/dist/node_modules/framer-motion/dist/es/projection/utils/each-axis.js +6 -0
  867. package/dist/node_modules/framer-motion/dist/es/projection/utils/each-axis.js.map +1 -0
  868. package/dist/node_modules/framer-motion/dist/es/projection/utils/has-transform.js +27 -0
  869. package/dist/node_modules/framer-motion/dist/es/projection/utils/has-transform.js.map +1 -0
  870. package/dist/node_modules/framer-motion/dist/es/projection/utils/measure.js +18 -0
  871. package/dist/node_modules/framer-motion/dist/es/projection/utils/measure.js.map +1 -0
  872. package/dist/node_modules/framer-motion/dist/es/render/VisualElement.js +480 -0
  873. package/dist/node_modules/framer-motion/dist/es/render/VisualElement.js.map +1 -0
  874. package/dist/node_modules/framer-motion/dist/es/render/components/create-factory.js +24 -0
  875. package/dist/node_modules/framer-motion/dist/es/render/components/create-factory.js.map +1 -0
  876. package/dist/node_modules/framer-motion/dist/es/render/components/create-proxy.js +39 -0
  877. package/dist/node_modules/framer-motion/dist/es/render/components/create-proxy.js.map +1 -0
  878. package/dist/node_modules/framer-motion/dist/es/render/components/motion/create.js +16 -0
  879. package/dist/node_modules/framer-motion/dist/es/render/components/motion/create.js.map +1 -0
  880. package/dist/node_modules/framer-motion/dist/es/render/components/motion/proxy.js +7 -0
  881. package/dist/node_modules/framer-motion/dist/es/render/components/motion/proxy.js.map +1 -0
  882. package/dist/node_modules/framer-motion/dist/es/render/dom/DOMKeyframesResolver.js +132 -0
  883. package/dist/node_modules/framer-motion/dist/es/render/dom/DOMKeyframesResolver.js.map +1 -0
  884. package/dist/node_modules/framer-motion/dist/es/render/dom/DOMVisualElement.js +44 -0
  885. package/dist/node_modules/framer-motion/dist/es/render/dom/DOMVisualElement.js.map +1 -0
  886. package/dist/node_modules/framer-motion/dist/es/render/dom/create-visual-element.js +15 -0
  887. package/dist/node_modules/framer-motion/dist/es/render/dom/create-visual-element.js.map +1 -0
  888. package/dist/node_modules/framer-motion/dist/es/render/dom/use-render.js +34 -0
  889. package/dist/node_modules/framer-motion/dist/es/render/dom/use-render.js.map +1 -0
  890. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/camel-to-dash.js +7 -0
  891. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/camel-to-dash.js.map +1 -0
  892. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/css-variables-conversion.js +43 -0
  893. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/css-variables-conversion.js.map +1 -0
  894. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.js +60 -0
  895. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.js.map +1 -0
  896. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/is-css-variable.js +16 -0
  897. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/is-css-variable.js.map +1 -0
  898. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-component.js +31 -0
  899. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-component.js.map +1 -0
  900. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-element.js +6 -0
  901. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-element.js.map +1 -0
  902. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/unit-conversion.js +54 -0
  903. package/dist/node_modules/framer-motion/dist/es/render/dom/utils/unit-conversion.js.map +1 -0
  904. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/animatable-none.js +16 -0
  905. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/animatable-none.js.map +1 -0
  906. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/defaults.js +31 -0
  907. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/defaults.js.map +1 -0
  908. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/dimensions.js +16 -0
  909. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/dimensions.js.map +1 -0
  910. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/find.js +16 -0
  911. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/find.js.map +1 -0
  912. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/get-as-type.js +11 -0
  913. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/get-as-type.js.map +1 -0
  914. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/number-browser.js +42 -0
  915. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/number-browser.js.map +1 -0
  916. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/number.js +19 -0
  917. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/number.js.map +1 -0
  918. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/test.js +7 -0
  919. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/test.js.map +1 -0
  920. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/transform.js +32 -0
  921. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/transform.js.map +1 -0
  922. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/type-auto.js +10 -0
  923. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/type-auto.js.map +1 -0
  924. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/type-int.js +9 -0
  925. package/dist/node_modules/framer-motion/dist/es/render/dom/value-types/type-int.js.map +1 -0
  926. package/dist/node_modules/framer-motion/dist/es/render/html/HTMLVisualElement.js +44 -0
  927. package/dist/node_modules/framer-motion/dist/es/render/html/HTMLVisualElement.js.map +1 -0
  928. package/dist/node_modules/framer-motion/dist/es/render/html/config-motion.js +13 -0
  929. package/dist/node_modules/framer-motion/dist/es/render/html/config-motion.js.map +1 -0
  930. package/dist/node_modules/framer-motion/dist/es/render/html/use-props.js +58 -0
  931. package/dist/node_modules/framer-motion/dist/es/render/html/use-props.js.map +1 -0
  932. package/dist/node_modules/framer-motion/dist/es/render/html/utils/build-styles.js +66 -0
  933. package/dist/node_modules/framer-motion/dist/es/render/html/utils/build-styles.js.map +1 -0
  934. package/dist/node_modules/framer-motion/dist/es/render/html/utils/build-transform.js +63 -0
  935. package/dist/node_modules/framer-motion/dist/es/render/html/utils/build-transform.js.map +1 -0
  936. package/dist/node_modules/framer-motion/dist/es/render/html/utils/create-render-state.js +9 -0
  937. package/dist/node_modules/framer-motion/dist/es/render/html/utils/create-render-state.js.map +1 -0
  938. package/dist/node_modules/framer-motion/dist/es/render/html/utils/keys-position.js +14 -0
  939. package/dist/node_modules/framer-motion/dist/es/render/html/utils/keys-position.js.map +1 -0
  940. package/dist/node_modules/framer-motion/dist/es/render/html/utils/keys-transform.js +29 -0
  941. package/dist/node_modules/framer-motion/dist/es/render/html/utils/keys-transform.js.map +1 -0
  942. package/dist/node_modules/framer-motion/dist/es/render/html/utils/make-none-animatable.js +31 -0
  943. package/dist/node_modules/framer-motion/dist/es/render/html/utils/make-none-animatable.js.map +1 -0
  944. package/dist/node_modules/framer-motion/dist/es/render/html/utils/render.js +10 -0
  945. package/dist/node_modules/framer-motion/dist/es/render/html/utils/render.js.map +1 -0
  946. package/dist/node_modules/framer-motion/dist/es/render/html/utils/scrape-motion-values.js +21 -0
  947. package/dist/node_modules/framer-motion/dist/es/render/html/utils/scrape-motion-values.js.map +1 -0
  948. package/dist/node_modules/framer-motion/dist/es/render/store.js +4 -0
  949. package/dist/node_modules/framer-motion/dist/es/render/store.js.map +1 -0
  950. package/dist/node_modules/framer-motion/dist/es/render/svg/SVGVisualElement.js +46 -0
  951. package/dist/node_modules/framer-motion/dist/es/render/svg/SVGVisualElement.js.map +1 -0
  952. package/dist/node_modules/framer-motion/dist/es/render/svg/config-motion.js +74 -0
  953. package/dist/node_modules/framer-motion/dist/es/render/svg/config-motion.js.map +1 -0
  954. package/dist/node_modules/framer-motion/dist/es/render/svg/lowercase-elements.js +34 -0
  955. package/dist/node_modules/framer-motion/dist/es/render/svg/lowercase-elements.js.map +1 -0
  956. package/dist/node_modules/framer-motion/dist/es/render/svg/use-props.js +25 -0
  957. package/dist/node_modules/framer-motion/dist/es/render/svg/use-props.js.map +1 -0
  958. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/build-attrs.js +53 -0
  959. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/build-attrs.js.map +1 -0
  960. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/camel-case-attrs.js +31 -0
  961. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/camel-case-attrs.js.map +1 -0
  962. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/create-render-state.js +9 -0
  963. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/create-render-state.js.map +1 -0
  964. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/is-svg-tag.js +4 -0
  965. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/is-svg-tag.js.map +1 -0
  966. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/path.js +33 -0
  967. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/path.js.map +1 -0
  968. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/render.js +13 -0
  969. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/render.js.map +1 -0
  970. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/scrape-motion-values.js +20 -0
  971. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/scrape-motion-values.js.map +1 -0
  972. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/transform-origin.js +19 -0
  973. package/dist/node_modules/framer-motion/dist/es/render/svg/utils/transform-origin.js.map +1 -0
  974. package/dist/node_modules/framer-motion/dist/es/render/utils/KeyframesResolver.js +165 -0
  975. package/dist/node_modules/framer-motion/dist/es/render/utils/KeyframesResolver.js.map +1 -0
  976. package/dist/node_modules/framer-motion/dist/es/render/utils/animation-state.js +333 -0
  977. package/dist/node_modules/framer-motion/dist/es/render/utils/animation-state.js.map +1 -0
  978. package/dist/node_modules/framer-motion/dist/es/render/utils/compare-by-depth.js +4 -0
  979. package/dist/node_modules/framer-motion/dist/es/render/utils/compare-by-depth.js.map +1 -0
  980. package/dist/node_modules/framer-motion/dist/es/render/utils/flat-tree.js +25 -0
  981. package/dist/node_modules/framer-motion/dist/es/render/utils/flat-tree.js.map +1 -0
  982. package/dist/node_modules/framer-motion/dist/es/render/utils/get-variant-context.js +29 -0
  983. package/dist/node_modules/framer-motion/dist/es/render/utils/get-variant-context.js.map +1 -0
  984. package/dist/node_modules/framer-motion/dist/es/render/utils/is-controlling-variants.js +14 -0
  985. package/dist/node_modules/framer-motion/dist/es/render/utils/is-controlling-variants.js.map +1 -0
  986. package/dist/node_modules/framer-motion/dist/es/render/utils/is-variant-label.js +9 -0
  987. package/dist/node_modules/framer-motion/dist/es/render/utils/is-variant-label.js.map +1 -0
  988. package/dist/node_modules/framer-motion/dist/es/render/utils/motion-values.js +60 -0
  989. package/dist/node_modules/framer-motion/dist/es/render/utils/motion-values.js.map +1 -0
  990. package/dist/node_modules/framer-motion/dist/es/render/utils/resolve-dynamic-variants.js +9 -0
  991. package/dist/node_modules/framer-motion/dist/es/render/utils/resolve-dynamic-variants.js.map +1 -0
  992. package/dist/node_modules/framer-motion/dist/es/render/utils/resolve-variants.js +37 -0
  993. package/dist/node_modules/framer-motion/dist/es/render/utils/resolve-variants.js.map +1 -0
  994. package/dist/node_modules/framer-motion/dist/es/render/utils/setters.js +28 -0
  995. package/dist/node_modules/framer-motion/dist/es/render/utils/setters.js.map +1 -0
  996. package/dist/node_modules/framer-motion/dist/es/render/utils/variant-props.js +13 -0
  997. package/dist/node_modules/framer-motion/dist/es/render/utils/variant-props.js.map +1 -0
  998. package/dist/node_modules/framer-motion/dist/es/utils/GlobalConfig.js +6 -0
  999. package/dist/node_modules/framer-motion/dist/es/utils/GlobalConfig.js.map +1 -0
  1000. package/dist/node_modules/framer-motion/dist/es/utils/array.js +12 -0
  1001. package/dist/node_modules/framer-motion/dist/es/utils/array.js.map +1 -0
  1002. package/dist/node_modules/framer-motion/dist/es/utils/clamp.js +10 -0
  1003. package/dist/node_modules/framer-motion/dist/es/utils/clamp.js.map +1 -0
  1004. package/dist/node_modules/framer-motion/dist/es/utils/delay.js +22 -0
  1005. package/dist/node_modules/framer-motion/dist/es/utils/delay.js.map +1 -0
  1006. package/dist/node_modules/framer-motion/dist/es/utils/distance.js +10 -0
  1007. package/dist/node_modules/framer-motion/dist/es/utils/distance.js.map +1 -0
  1008. package/dist/node_modules/framer-motion/dist/es/utils/get-context-window.js +7 -0
  1009. package/dist/node_modules/framer-motion/dist/es/utils/get-context-window.js.map +1 -0
  1010. package/dist/node_modules/framer-motion/dist/es/utils/hsla-to-rgba.js +43 -0
  1011. package/dist/node_modules/framer-motion/dist/es/utils/hsla-to-rgba.js.map +1 -0
  1012. package/dist/node_modules/framer-motion/dist/es/utils/interpolate.js +79 -0
  1013. package/dist/node_modules/framer-motion/dist/es/utils/interpolate.js.map +1 -0
  1014. package/dist/node_modules/framer-motion/dist/es/utils/is-browser.js +4 -0
  1015. package/dist/node_modules/framer-motion/dist/es/utils/is-browser.js.map +1 -0
  1016. package/dist/node_modules/framer-motion/dist/es/utils/is-numerical-string.js +7 -0
  1017. package/dist/node_modules/framer-motion/dist/es/utils/is-numerical-string.js.map +1 -0
  1018. package/dist/node_modules/framer-motion/dist/es/utils/is-ref-object.js +8 -0
  1019. package/dist/node_modules/framer-motion/dist/es/utils/is-ref-object.js.map +1 -0
  1020. package/dist/node_modules/framer-motion/dist/es/utils/is-zero-value-string.js +7 -0
  1021. package/dist/node_modules/framer-motion/dist/es/utils/is-zero-value-string.js.map +1 -0
  1022. package/dist/node_modules/framer-motion/dist/es/utils/mix/color.js +48 -0
  1023. package/dist/node_modules/framer-motion/dist/es/utils/mix/color.js.map +1 -0
  1024. package/dist/node_modules/framer-motion/dist/es/utils/mix/complex.js +95 -0
  1025. package/dist/node_modules/framer-motion/dist/es/utils/mix/complex.js.map +1 -0
  1026. package/dist/node_modules/framer-motion/dist/es/utils/mix/immediate.js +6 -0
  1027. package/dist/node_modules/framer-motion/dist/es/utils/mix/immediate.js.map +1 -0
  1028. package/dist/node_modules/framer-motion/dist/es/utils/mix/index.js +15 -0
  1029. package/dist/node_modules/framer-motion/dist/es/utils/mix/index.js.map +1 -0
  1030. package/dist/node_modules/framer-motion/dist/es/utils/mix/number.js +27 -0
  1031. package/dist/node_modules/framer-motion/dist/es/utils/mix/number.js.map +1 -0
  1032. package/dist/node_modules/framer-motion/dist/es/utils/mix/visibility.js +17 -0
  1033. package/dist/node_modules/framer-motion/dist/es/utils/mix/visibility.js.map +1 -0
  1034. package/dist/node_modules/framer-motion/dist/es/utils/offsets/default.js +10 -0
  1035. package/dist/node_modules/framer-motion/dist/es/utils/offsets/default.js.map +1 -0
  1036. package/dist/node_modules/framer-motion/dist/es/utils/offsets/fill.js +14 -0
  1037. package/dist/node_modules/framer-motion/dist/es/utils/offsets/fill.js.map +1 -0
  1038. package/dist/node_modules/framer-motion/dist/es/utils/offsets/time.js +6 -0
  1039. package/dist/node_modules/framer-motion/dist/es/utils/offsets/time.js.map +1 -0
  1040. package/dist/node_modules/framer-motion/dist/es/utils/pipe.js +12 -0
  1041. package/dist/node_modules/framer-motion/dist/es/utils/pipe.js.map +1 -0
  1042. package/dist/node_modules/framer-motion/dist/es/utils/reduced-motion/index.js +20 -0
  1043. package/dist/node_modules/framer-motion/dist/es/utils/reduced-motion/index.js.map +1 -0
  1044. package/dist/node_modules/framer-motion/dist/es/utils/reduced-motion/state.js +6 -0
  1045. package/dist/node_modules/framer-motion/dist/es/utils/reduced-motion/state.js.map +1 -0
  1046. package/dist/node_modules/framer-motion/dist/es/utils/resolve-value.js +12 -0
  1047. package/dist/node_modules/framer-motion/dist/es/utils/resolve-value.js.map +1 -0
  1048. package/dist/node_modules/framer-motion/dist/es/utils/shallow-compare.js +15 -0
  1049. package/dist/node_modules/framer-motion/dist/es/utils/shallow-compare.js.map +1 -0
  1050. package/dist/node_modules/framer-motion/dist/es/utils/subscription-manager.js +41 -0
  1051. package/dist/node_modules/framer-motion/dist/es/utils/subscription-manager.js.map +1 -0
  1052. package/dist/node_modules/framer-motion/dist/es/utils/use-constant.js +19 -0
  1053. package/dist/node_modules/framer-motion/dist/es/utils/use-constant.js.map +1 -0
  1054. package/dist/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.js +7 -0
  1055. package/dist/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.js.map +1 -0
  1056. package/dist/node_modules/framer-motion/dist/es/utils/velocity-per-second.js +12 -0
  1057. package/dist/node_modules/framer-motion/dist/es/utils/velocity-per-second.js.map +1 -0
  1058. package/dist/node_modules/framer-motion/dist/es/utils/warn-once.js +10 -0
  1059. package/dist/node_modules/framer-motion/dist/es/utils/warn-once.js.map +1 -0
  1060. package/dist/node_modules/framer-motion/dist/es/value/index.js +314 -0
  1061. package/dist/node_modules/framer-motion/dist/es/value/index.js.map +1 -0
  1062. package/dist/node_modules/framer-motion/dist/es/value/types/color/hex.js +41 -0
  1063. package/dist/node_modules/framer-motion/dist/es/value/types/color/hex.js.map +1 -0
  1064. package/dist/node_modules/framer-motion/dist/es/value/types/color/hsla.js +23 -0
  1065. package/dist/node_modules/framer-motion/dist/es/value/types/color/hsla.js.map +1 -0
  1066. package/dist/node_modules/framer-motion/dist/es/value/types/color/index.js +28 -0
  1067. package/dist/node_modules/framer-motion/dist/es/value/types/color/index.js.map +1 -0
  1068. package/dist/node_modules/framer-motion/dist/es/value/types/color/rgba.js +26 -0
  1069. package/dist/node_modules/framer-motion/dist/es/value/types/color/rgba.js.map +1 -0
  1070. package/dist/node_modules/framer-motion/dist/es/value/types/color/utils.js +30 -0
  1071. package/dist/node_modules/framer-motion/dist/es/value/types/color/utils.js.map +1 -0
  1072. package/dist/node_modules/framer-motion/dist/es/value/types/complex/filter.js +31 -0
  1073. package/dist/node_modules/framer-motion/dist/es/value/types/complex/filter.js.map +1 -0
  1074. package/dist/node_modules/framer-motion/dist/es/value/types/complex/index.js +93 -0
  1075. package/dist/node_modules/framer-motion/dist/es/value/types/complex/index.js.map +1 -0
  1076. package/dist/node_modules/framer-motion/dist/es/value/types/numbers/index.js +18 -0
  1077. package/dist/node_modules/framer-motion/dist/es/value/types/numbers/index.js.map +1 -0
  1078. package/dist/node_modules/framer-motion/dist/es/value/types/numbers/units.js +18 -0
  1079. package/dist/node_modules/framer-motion/dist/es/value/types/numbers/units.js.map +1 -0
  1080. package/dist/node_modules/framer-motion/dist/es/value/types/utils/color-regex.js +4 -0
  1081. package/dist/node_modules/framer-motion/dist/es/value/types/utils/color-regex.js.map +1 -0
  1082. package/dist/node_modules/framer-motion/dist/es/value/types/utils/float-regex.js +4 -0
  1083. package/dist/node_modules/framer-motion/dist/es/value/types/utils/float-regex.js.map +1 -0
  1084. package/dist/node_modules/framer-motion/dist/es/value/types/utils/is-nullish.js +6 -0
  1085. package/dist/node_modules/framer-motion/dist/es/value/types/utils/is-nullish.js.map +1 -0
  1086. package/dist/node_modules/framer-motion/dist/es/value/types/utils/sanitize.js +6 -0
  1087. package/dist/node_modules/framer-motion/dist/es/value/types/utils/sanitize.js.map +1 -0
  1088. package/dist/node_modules/framer-motion/dist/es/value/types/utils/single-color-regex.js +4 -0
  1089. package/dist/node_modules/framer-motion/dist/es/value/types/utils/single-color-regex.js.map +1 -0
  1090. package/dist/node_modules/framer-motion/dist/es/value/use-will-change/add-will-change.js +15 -0
  1091. package/dist/node_modules/framer-motion/dist/es/value/use-will-change/add-will-change.js.map +1 -0
  1092. package/dist/node_modules/framer-motion/dist/es/value/use-will-change/is.js +8 -0
  1093. package/dist/node_modules/framer-motion/dist/es/value/use-will-change/is.js.map +1 -0
  1094. package/dist/node_modules/framer-motion/dist/es/value/utils/is-motion-value.js +4 -0
  1095. package/dist/node_modules/framer-motion/dist/es/value/utils/is-motion-value.js.map +1 -0
  1096. package/dist/node_modules/framer-motion/dist/es/value/utils/resolve-motion-value.js +17 -0
  1097. package/dist/node_modules/framer-motion/dist/es/value/utils/resolve-motion-value.js.map +1 -0
  1098. package/dist/node_modules/function-bind/implementation.js +94 -0
  1099. package/dist/node_modules/function-bind/implementation.js.map +1 -0
  1100. package/dist/node_modules/function-bind/index.js +17 -0
  1101. package/dist/node_modules/function-bind/index.js.map +1 -0
  1102. package/dist/node_modules/generator-function/index.js +17 -0
  1103. package/dist/node_modules/generator-function/index.js.map +1 -0
  1104. package/dist/node_modules/get-intrinsic/index.js +414 -0
  1105. package/dist/node_modules/get-intrinsic/index.js.map +1 -0
  1106. package/dist/node_modules/get-proto/Object.getPrototypeOf.js +18 -0
  1107. package/dist/node_modules/get-proto/Object.getPrototypeOf.js.map +1 -0
  1108. package/dist/node_modules/get-proto/Reflect.getPrototypeOf.js +14 -0
  1109. package/dist/node_modules/get-proto/Reflect.getPrototypeOf.js.map +1 -0
  1110. package/dist/node_modules/get-proto/index.js +41 -0
  1111. package/dist/node_modules/get-proto/index.js.map +1 -0
  1112. package/dist/node_modules/gopd/gOPD.js +14 -0
  1113. package/dist/node_modules/gopd/gOPD.js.map +1 -0
  1114. package/dist/node_modules/gopd/index.js +27 -0
  1115. package/dist/node_modules/gopd/index.js.map +1 -0
  1116. package/dist/node_modules/has-property-descriptors/index.js +34 -0
  1117. package/dist/node_modules/has-property-descriptors/index.js.map +1 -0
  1118. package/dist/node_modules/has-symbols/index.js +26 -0
  1119. package/dist/node_modules/has-symbols/index.js.map +1 -0
  1120. package/dist/node_modules/has-symbols/shams.js +55 -0
  1121. package/dist/node_modules/has-symbols/shams.js.map +1 -0
  1122. package/dist/node_modules/has-tostringtag/shams.js +20 -0
  1123. package/dist/node_modules/has-tostringtag/shams.js.map +1 -0
  1124. package/dist/node_modules/hash.js/lib/hash/common.js +98 -0
  1125. package/dist/node_modules/hash.js/lib/hash/common.js.map +1 -0
  1126. package/dist/node_modules/hash.js/lib/hash/hmac.js +52 -0
  1127. package/dist/node_modules/hash.js/lib/hash/hmac.js.map +1 -0
  1128. package/dist/node_modules/hash.js/lib/hash/ripemd.js +153 -0
  1129. package/dist/node_modules/hash.js/lib/hash/ripemd.js.map +1 -0
  1130. package/dist/node_modules/hash.js/lib/hash/sha/1.js +82 -0
  1131. package/dist/node_modules/hash.js/lib/hash/sha/1.js.map +1 -0
  1132. package/dist/node_modules/hash.js/lib/hash/sha/224.js +34 -0
  1133. package/dist/node_modules/hash.js/lib/hash/sha/224.js.map +1 -0
  1134. package/dist/node_modules/hash.js/lib/hash/sha/256.js +114 -0
  1135. package/dist/node_modules/hash.js/lib/hash/sha/256.js.map +1 -0
  1136. package/dist/node_modules/hash.js/lib/hash/sha/384.js +40 -0
  1137. package/dist/node_modules/hash.js/lib/hash/sha/384.js.map +1 -0
  1138. package/dist/node_modules/hash.js/lib/hash/sha/512.js +337 -0
  1139. package/dist/node_modules/hash.js/lib/hash/sha/512.js.map +1 -0
  1140. package/dist/node_modules/hash.js/lib/hash/sha/common.js +54 -0
  1141. package/dist/node_modules/hash.js/lib/hash/sha/common.js.map +1 -0
  1142. package/dist/node_modules/hash.js/lib/hash/sha.js +15 -0
  1143. package/dist/node_modules/hash.js/lib/hash/sha.js.map +1 -0
  1144. package/dist/node_modules/hash.js/lib/hash/utils.js +283 -0
  1145. package/dist/node_modules/hash.js/lib/hash/utils.js.map +1 -0
  1146. package/dist/node_modules/hash.js/lib/hash.js +34 -0
  1147. package/dist/node_modules/hash.js/lib/hash.js.map +1 -0
  1148. package/dist/node_modules/hasown/index.js +20 -0
  1149. package/dist/node_modules/hasown/index.js.map +1 -0
  1150. package/dist/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js +22 -0
  1151. package/dist/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js.map +1 -0
  1152. package/dist/node_modules/ieee754/index.js +91 -0
  1153. package/dist/node_modules/ieee754/index.js.map +1 -0
  1154. package/dist/node_modules/inherits/inherits.js +23 -0
  1155. package/dist/node_modules/inherits/inherits.js.map +1 -0
  1156. package/dist/node_modules/inherits/inherits_browser.js +39 -0
  1157. package/dist/node_modules/inherits/inherits_browser.js.map +1 -0
  1158. package/dist/node_modules/is-arguments/index.js +57 -0
  1159. package/dist/node_modules/is-arguments/index.js.map +1 -0
  1160. package/dist/node_modules/is-callable/index.js +111 -0
  1161. package/dist/node_modules/is-callable/index.js.map +1 -0
  1162. package/dist/node_modules/is-generator-function/index.js +47 -0
  1163. package/dist/node_modules/is-generator-function/index.js.map +1 -0
  1164. package/dist/node_modules/is-regex/index.js +84 -0
  1165. package/dist/node_modules/is-regex/index.js.map +1 -0
  1166. package/dist/node_modules/is-typed-array/index.js +20 -0
  1167. package/dist/node_modules/is-typed-array/index.js.map +1 -0
  1168. package/dist/node_modules/js-sha3/src/sha3.js +661 -0
  1169. package/dist/node_modules/js-sha3/src/sha3.js.map +1 -0
  1170. package/dist/node_modules/lightweight-charts/dist/lightweight-charts.production.js +14 -0
  1171. package/dist/node_modules/lightweight-charts/dist/lightweight-charts.production.js.map +1 -0
  1172. package/dist/node_modules/lodash/_DataView.js +13 -0
  1173. package/dist/node_modules/lodash/_DataView.js.map +1 -0
  1174. package/dist/node_modules/lodash/_Hash.js +41 -0
  1175. package/dist/node_modules/lodash/_Hash.js.map +1 -0
  1176. package/dist/node_modules/lodash/_ListCache.js +41 -0
  1177. package/dist/node_modules/lodash/_ListCache.js.map +1 -0
  1178. package/dist/node_modules/lodash/_Map.js +13 -0
  1179. package/dist/node_modules/lodash/_Map.js.map +1 -0
  1180. package/dist/node_modules/lodash/_MapCache.js +41 -0
  1181. package/dist/node_modules/lodash/_MapCache.js.map +1 -0
  1182. package/dist/node_modules/lodash/_Promise.js +13 -0
  1183. package/dist/node_modules/lodash/_Promise.js.map +1 -0
  1184. package/dist/node_modules/lodash/_Set.js +13 -0
  1185. package/dist/node_modules/lodash/_Set.js.map +1 -0
  1186. package/dist/node_modules/lodash/_SetCache.js +34 -0
  1187. package/dist/node_modules/lodash/_SetCache.js.map +1 -0
  1188. package/dist/node_modules/lodash/_Stack.js +37 -0
  1189. package/dist/node_modules/lodash/_Stack.js.map +1 -0
  1190. package/dist/node_modules/lodash/_Symbol.js +11 -0
  1191. package/dist/node_modules/lodash/_Symbol.js.map +1 -0
  1192. package/dist/node_modules/lodash/_Uint8Array.js +11 -0
  1193. package/dist/node_modules/lodash/_Uint8Array.js.map +1 -0
  1194. package/dist/node_modules/lodash/_WeakMap.js +13 -0
  1195. package/dist/node_modules/lodash/_WeakMap.js.map +1 -0
  1196. package/dist/node_modules/lodash/_arrayFilter.js +29 -0
  1197. package/dist/node_modules/lodash/_arrayFilter.js.map +1 -0
  1198. package/dist/node_modules/lodash/_arrayIncludes.js +22 -0
  1199. package/dist/node_modules/lodash/_arrayIncludes.js.map +1 -0
  1200. package/dist/node_modules/lodash/_arrayIncludesWith.js +26 -0
  1201. package/dist/node_modules/lodash/_arrayIncludesWith.js.map +1 -0
  1202. package/dist/node_modules/lodash/_arrayLikeKeys.js +59 -0
  1203. package/dist/node_modules/lodash/_arrayLikeKeys.js.map +1 -0
  1204. package/dist/node_modules/lodash/_arrayMap.js +25 -0
  1205. package/dist/node_modules/lodash/_arrayMap.js.map +1 -0
  1206. package/dist/node_modules/lodash/_arrayPush.js +24 -0
  1207. package/dist/node_modules/lodash/_arrayPush.js.map +1 -0
  1208. package/dist/node_modules/lodash/_arraySome.js +27 -0
  1209. package/dist/node_modules/lodash/_arraySome.js.map +1 -0
  1210. package/dist/node_modules/lodash/_assocIndexOf.js +26 -0
  1211. package/dist/node_modules/lodash/_assocIndexOf.js.map +1 -0
  1212. package/dist/node_modules/lodash/_baseFindIndex.js +28 -0
  1213. package/dist/node_modules/lodash/_baseFindIndex.js.map +1 -0
  1214. package/dist/node_modules/lodash/_baseFlatten.js +44 -0
  1215. package/dist/node_modules/lodash/_baseFlatten.js.map +1 -0
  1216. package/dist/node_modules/lodash/_baseGet.js +30 -0
  1217. package/dist/node_modules/lodash/_baseGet.js.map +1 -0
  1218. package/dist/node_modules/lodash/_baseGetAllKeys.js +26 -0
  1219. package/dist/node_modules/lodash/_baseGetAllKeys.js.map +1 -0
  1220. package/dist/node_modules/lodash/_baseGetTag.js +35 -0
  1221. package/dist/node_modules/lodash/_baseGetTag.js.map +1 -0
  1222. package/dist/node_modules/lodash/_baseHasIn.js +17 -0
  1223. package/dist/node_modules/lodash/_baseHasIn.js.map +1 -0
  1224. package/dist/node_modules/lodash/_baseIndexOf.js +27 -0
  1225. package/dist/node_modules/lodash/_baseIndexOf.js.map +1 -0
  1226. package/dist/node_modules/lodash/_baseIsArguments.js +24 -0
  1227. package/dist/node_modules/lodash/_baseIsArguments.js.map +1 -0
  1228. package/dist/node_modules/lodash/_baseIsEqual.js +34 -0
  1229. package/dist/node_modules/lodash/_baseIsEqual.js.map +1 -0
  1230. package/dist/node_modules/lodash/_baseIsEqualDeep.js +95 -0
  1231. package/dist/node_modules/lodash/_baseIsEqualDeep.js.map +1 -0
  1232. package/dist/node_modules/lodash/_baseIsMatch.js +68 -0
  1233. package/dist/node_modules/lodash/_baseIsMatch.js.map +1 -0
  1234. package/dist/node_modules/lodash/_baseIsNaN.js +16 -0
  1235. package/dist/node_modules/lodash/_baseIsNaN.js.map +1 -0
  1236. package/dist/node_modules/lodash/_baseIsNative.js +55 -0
  1237. package/dist/node_modules/lodash/_baseIsNative.js.map +1 -0
  1238. package/dist/node_modules/lodash/_baseIsTypedArray.js +67 -0
  1239. package/dist/node_modules/lodash/_baseIsTypedArray.js.map +1 -0
  1240. package/dist/node_modules/lodash/_baseIteratee.js +40 -0
  1241. package/dist/node_modules/lodash/_baseIteratee.js.map +1 -0
  1242. package/dist/node_modules/lodash/_baseKeys.js +36 -0
  1243. package/dist/node_modules/lodash/_baseKeys.js.map +1 -0
  1244. package/dist/node_modules/lodash/_baseMatches.js +29 -0
  1245. package/dist/node_modules/lodash/_baseMatches.js.map +1 -0
  1246. package/dist/node_modules/lodash/_baseMatchesProperty.js +44 -0
  1247. package/dist/node_modules/lodash/_baseMatchesProperty.js.map +1 -0
  1248. package/dist/node_modules/lodash/_baseProperty.js +18 -0
  1249. package/dist/node_modules/lodash/_baseProperty.js.map +1 -0
  1250. package/dist/node_modules/lodash/_basePropertyDeep.js +21 -0
  1251. package/dist/node_modules/lodash/_basePropertyDeep.js.map +1 -0
  1252. package/dist/node_modules/lodash/_baseSlice.js +35 -0
  1253. package/dist/node_modules/lodash/_baseSlice.js.map +1 -0
  1254. package/dist/node_modules/lodash/_baseTimes.js +24 -0
  1255. package/dist/node_modules/lodash/_baseTimes.js.map +1 -0
  1256. package/dist/node_modules/lodash/_baseToString.js +42 -0
  1257. package/dist/node_modules/lodash/_baseToString.js.map +1 -0
  1258. package/dist/node_modules/lodash/_baseTrim.js +24 -0
  1259. package/dist/node_modules/lodash/_baseTrim.js.map +1 -0
  1260. package/dist/node_modules/lodash/_baseUnary.js +18 -0
  1261. package/dist/node_modules/lodash/_baseUnary.js.map +1 -0
  1262. package/dist/node_modules/lodash/_baseUniq.js +82 -0
  1263. package/dist/node_modules/lodash/_baseUniq.js.map +1 -0
  1264. package/dist/node_modules/lodash/_cacheHas.js +17 -0
  1265. package/dist/node_modules/lodash/_cacheHas.js.map +1 -0
  1266. package/dist/node_modules/lodash/_castPath.js +29 -0
  1267. package/dist/node_modules/lodash/_castPath.js.map +1 -0
  1268. package/dist/node_modules/lodash/_coreJsData.js +11 -0
  1269. package/dist/node_modules/lodash/_coreJsData.js.map +1 -0
  1270. package/dist/node_modules/lodash/_createSet.js +26 -0
  1271. package/dist/node_modules/lodash/_createSet.js.map +1 -0
  1272. package/dist/node_modules/lodash/_equalArrays.js +91 -0
  1273. package/dist/node_modules/lodash/_equalArrays.js.map +1 -0
  1274. package/dist/node_modules/lodash/_equalByTag.js +122 -0
  1275. package/dist/node_modules/lodash/_equalByTag.js.map +1 -0
  1276. package/dist/node_modules/lodash/_equalObjects.js +95 -0
  1277. package/dist/node_modules/lodash/_equalObjects.js.map +1 -0
  1278. package/dist/node_modules/lodash/_freeGlobal.js +10 -0
  1279. package/dist/node_modules/lodash/_freeGlobal.js.map +1 -0
  1280. package/dist/node_modules/lodash/_getAllKeys.js +23 -0
  1281. package/dist/node_modules/lodash/_getAllKeys.js.map +1 -0
  1282. package/dist/node_modules/lodash/_getMapData.js +23 -0
  1283. package/dist/node_modules/lodash/_getMapData.js.map +1 -0
  1284. package/dist/node_modules/lodash/_getMatchData.js +30 -0
  1285. package/dist/node_modules/lodash/_getMatchData.js.map +1 -0
  1286. package/dist/node_modules/lodash/_getNative.js +23 -0
  1287. package/dist/node_modules/lodash/_getNative.js.map +1 -0
  1288. package/dist/node_modules/lodash/_getRawTag.js +51 -0
  1289. package/dist/node_modules/lodash/_getRawTag.js.map +1 -0
  1290. package/dist/node_modules/lodash/_getSymbols.js +36 -0
  1291. package/dist/node_modules/lodash/_getSymbols.js.map +1 -0
  1292. package/dist/node_modules/lodash/_getTag.js +69 -0
  1293. package/dist/node_modules/lodash/_getTag.js.map +1 -0
  1294. package/dist/node_modules/lodash/_getValue.js +17 -0
  1295. package/dist/node_modules/lodash/_getValue.js.map +1 -0
  1296. package/dist/node_modules/lodash/_hasPath.js +49 -0
  1297. package/dist/node_modules/lodash/_hasPath.js.map +1 -0
  1298. package/dist/node_modules/lodash/_hashClear.js +20 -0
  1299. package/dist/node_modules/lodash/_hashClear.js.map +1 -0
  1300. package/dist/node_modules/lodash/_hashDelete.js +21 -0
  1301. package/dist/node_modules/lodash/_hashDelete.js.map +1 -0
  1302. package/dist/node_modules/lodash/_hashGet.js +35 -0
  1303. package/dist/node_modules/lodash/_hashGet.js.map +1 -0
  1304. package/dist/node_modules/lodash/_hashHas.js +28 -0
  1305. package/dist/node_modules/lodash/_hashHas.js.map +1 -0
  1306. package/dist/node_modules/lodash/_hashSet.js +28 -0
  1307. package/dist/node_modules/lodash/_hashSet.js.map +1 -0
  1308. package/dist/node_modules/lodash/_isFlattenable.js +27 -0
  1309. package/dist/node_modules/lodash/_isFlattenable.js.map +1 -0
  1310. package/dist/node_modules/lodash/_isIndex.js +29 -0
  1311. package/dist/node_modules/lodash/_isIndex.js.map +1 -0
  1312. package/dist/node_modules/lodash/_isIterateeCall.js +38 -0
  1313. package/dist/node_modules/lodash/_isIterateeCall.js.map +1 -0
  1314. package/dist/node_modules/lodash/_isKey.js +35 -0
  1315. package/dist/node_modules/lodash/_isKey.js.map +1 -0
  1316. package/dist/node_modules/lodash/_isKeyable.js +19 -0
  1317. package/dist/node_modules/lodash/_isKeyable.js.map +1 -0
  1318. package/dist/node_modules/lodash/_isMasked.js +25 -0
  1319. package/dist/node_modules/lodash/_isMasked.js.map +1 -0
  1320. package/dist/node_modules/lodash/_isPrototype.js +22 -0
  1321. package/dist/node_modules/lodash/_isPrototype.js.map +1 -0
  1322. package/dist/node_modules/lodash/_isStrictComparable.js +20 -0
  1323. package/dist/node_modules/lodash/_isStrictComparable.js.map +1 -0
  1324. package/dist/node_modules/lodash/_listCacheClear.js +17 -0
  1325. package/dist/node_modules/lodash/_listCacheClear.js.map +1 -0
  1326. package/dist/node_modules/lodash/_listCacheDelete.js +40 -0
  1327. package/dist/node_modules/lodash/_listCacheDelete.js.map +1 -0
  1328. package/dist/node_modules/lodash/_listCacheGet.js +24 -0
  1329. package/dist/node_modules/lodash/_listCacheGet.js.map +1 -0
  1330. package/dist/node_modules/lodash/_listCacheHas.js +21 -0
  1331. package/dist/node_modules/lodash/_listCacheHas.js.map +1 -0
  1332. package/dist/node_modules/lodash/_listCacheSet.js +31 -0
  1333. package/dist/node_modules/lodash/_listCacheSet.js.map +1 -0
  1334. package/dist/node_modules/lodash/_mapCacheClear.js +28 -0
  1335. package/dist/node_modules/lodash/_mapCacheClear.js.map +1 -0
  1336. package/dist/node_modules/lodash/_mapCacheDelete.js +23 -0
  1337. package/dist/node_modules/lodash/_mapCacheDelete.js.map +1 -0
  1338. package/dist/node_modules/lodash/_mapCacheGet.js +21 -0
  1339. package/dist/node_modules/lodash/_mapCacheGet.js.map +1 -0
  1340. package/dist/node_modules/lodash/_mapCacheHas.js +21 -0
  1341. package/dist/node_modules/lodash/_mapCacheHas.js.map +1 -0
  1342. package/dist/node_modules/lodash/_mapCacheSet.js +27 -0
  1343. package/dist/node_modules/lodash/_mapCacheSet.js.map +1 -0
  1344. package/dist/node_modules/lodash/_mapToArray.js +22 -0
  1345. package/dist/node_modules/lodash/_mapToArray.js.map +1 -0
  1346. package/dist/node_modules/lodash/_matchesStrictComparable.js +24 -0
  1347. package/dist/node_modules/lodash/_matchesStrictComparable.js.map +1 -0
  1348. package/dist/node_modules/lodash/_memoizeCapped.js +31 -0
  1349. package/dist/node_modules/lodash/_memoizeCapped.js.map +1 -0
  1350. package/dist/node_modules/lodash/_nativeCreate.js +11 -0
  1351. package/dist/node_modules/lodash/_nativeCreate.js.map +1 -0
  1352. package/dist/node_modules/lodash/_nativeKeys.js +11 -0
  1353. package/dist/node_modules/lodash/_nativeKeys.js.map +1 -0
  1354. package/dist/node_modules/lodash/_nodeUtil.js +42 -0
  1355. package/dist/node_modules/lodash/_nodeUtil.js.map +1 -0
  1356. package/dist/node_modules/lodash/_objectToString.js +26 -0
  1357. package/dist/node_modules/lodash/_objectToString.js.map +1 -0
  1358. package/dist/node_modules/lodash/_overArg.js +19 -0
  1359. package/dist/node_modules/lodash/_overArg.js.map +1 -0
  1360. package/dist/node_modules/lodash/_root.js +14 -0
  1361. package/dist/node_modules/lodash/_root.js.map +1 -0
  1362. package/dist/node_modules/lodash/_setCacheAdd.js +23 -0
  1363. package/dist/node_modules/lodash/_setCacheAdd.js.map +1 -0
  1364. package/dist/node_modules/lodash/_setCacheHas.js +18 -0
  1365. package/dist/node_modules/lodash/_setCacheHas.js.map +1 -0
  1366. package/dist/node_modules/lodash/_setToArray.js +22 -0
  1367. package/dist/node_modules/lodash/_setToArray.js.map +1 -0
  1368. package/dist/node_modules/lodash/_stackClear.js +20 -0
  1369. package/dist/node_modules/lodash/_stackClear.js.map +1 -0
  1370. package/dist/node_modules/lodash/_stackDelete.js +22 -0
  1371. package/dist/node_modules/lodash/_stackDelete.js.map +1 -0
  1372. package/dist/node_modules/lodash/_stackGet.js +18 -0
  1373. package/dist/node_modules/lodash/_stackGet.js.map +1 -0
  1374. package/dist/node_modules/lodash/_stackHas.js +18 -0
  1375. package/dist/node_modules/lodash/_stackHas.js.map +1 -0
  1376. package/dist/node_modules/lodash/_stackSet.js +41 -0
  1377. package/dist/node_modules/lodash/_stackSet.js.map +1 -0
  1378. package/dist/node_modules/lodash/_strictIndexOf.js +27 -0
  1379. package/dist/node_modules/lodash/_strictIndexOf.js.map +1 -0
  1380. package/dist/node_modules/lodash/_stringToPath.js +32 -0
  1381. package/dist/node_modules/lodash/_stringToPath.js.map +1 -0
  1382. package/dist/node_modules/lodash/_toKey.js +23 -0
  1383. package/dist/node_modules/lodash/_toKey.js.map +1 -0
  1384. package/dist/node_modules/lodash/_toSource.js +30 -0
  1385. package/dist/node_modules/lodash/_toSource.js.map +1 -0
  1386. package/dist/node_modules/lodash/_trimmedEndIndex.js +23 -0
  1387. package/dist/node_modules/lodash/_trimmedEndIndex.js.map +1 -0
  1388. package/dist/node_modules/lodash/chunk.js +60 -0
  1389. package/dist/node_modules/lodash/chunk.js.map +1 -0
  1390. package/dist/node_modules/lodash/eq.js +41 -0
  1391. package/dist/node_modules/lodash/eq.js.map +1 -0
  1392. package/dist/node_modules/lodash/flatten.js +30 -0
  1393. package/dist/node_modules/lodash/flatten.js.map +1 -0
  1394. package/dist/node_modules/lodash/get.js +41 -0
  1395. package/dist/node_modules/lodash/get.js.map +1 -0
  1396. package/dist/node_modules/lodash/hasIn.js +40 -0
  1397. package/dist/node_modules/lodash/hasIn.js.map +1 -0
  1398. package/dist/node_modules/lodash/identity.js +25 -0
  1399. package/dist/node_modules/lodash/identity.js.map +1 -0
  1400. package/dist/node_modules/lodash/isArguments.js +42 -0
  1401. package/dist/node_modules/lodash/isArguments.js.map +1 -0
  1402. package/dist/node_modules/lodash/isArray.js +34 -0
  1403. package/dist/node_modules/lodash/isArray.js.map +1 -0
  1404. package/dist/node_modules/lodash/isArrayLike.js +39 -0
  1405. package/dist/node_modules/lodash/isArrayLike.js.map +1 -0
  1406. package/dist/node_modules/lodash/isBuffer.js +51 -0
  1407. package/dist/node_modules/lodash/isBuffer.js.map +1 -0
  1408. package/dist/node_modules/lodash/isFunction.js +43 -0
  1409. package/dist/node_modules/lodash/isFunction.js.map +1 -0
  1410. package/dist/node_modules/lodash/isLength.js +39 -0
  1411. package/dist/node_modules/lodash/isLength.js.map +1 -0
  1412. package/dist/node_modules/lodash/isObject.js +35 -0
  1413. package/dist/node_modules/lodash/isObject.js.map +1 -0
  1414. package/dist/node_modules/lodash/isObjectLike.js +33 -0
  1415. package/dist/node_modules/lodash/isObjectLike.js.map +1 -0
  1416. package/dist/node_modules/lodash/isSymbol.js +35 -0
  1417. package/dist/node_modules/lodash/isSymbol.js.map +1 -0
  1418. package/dist/node_modules/lodash/isTypedArray.js +34 -0
  1419. package/dist/node_modules/lodash/isTypedArray.js.map +1 -0
  1420. package/dist/node_modules/lodash/keys.js +44 -0
  1421. package/dist/node_modules/lodash/keys.js.map +1 -0
  1422. package/dist/node_modules/lodash/memoize.js +78 -0
  1423. package/dist/node_modules/lodash/memoize.js.map +1 -0
  1424. package/dist/node_modules/lodash/noop.js +21 -0
  1425. package/dist/node_modules/lodash/noop.js.map +1 -0
  1426. package/dist/node_modules/lodash/property.js +40 -0
  1427. package/dist/node_modules/lodash/property.js.map +1 -0
  1428. package/dist/node_modules/lodash/stubArray.js +27 -0
  1429. package/dist/node_modules/lodash/stubArray.js.map +1 -0
  1430. package/dist/node_modules/lodash/stubFalse.js +22 -0
  1431. package/dist/node_modules/lodash/stubFalse.js.map +1 -0
  1432. package/dist/node_modules/lodash/toFinite.js +47 -0
  1433. package/dist/node_modules/lodash/toFinite.js.map +1 -0
  1434. package/dist/node_modules/lodash/toInteger.js +41 -0
  1435. package/dist/node_modules/lodash/toInteger.js.map +1 -0
  1436. package/dist/node_modules/lodash/toNumber.js +71 -0
  1437. package/dist/node_modules/lodash/toNumber.js.map +1 -0
  1438. package/dist/node_modules/lodash/toString.js +33 -0
  1439. package/dist/node_modules/lodash/toString.js.map +1 -0
  1440. package/dist/node_modules/lodash/uniqBy.js +40 -0
  1441. package/dist/node_modules/lodash/uniqBy.js.map +1 -0
  1442. package/dist/node_modules/math-intrinsics/abs.js +14 -0
  1443. package/dist/node_modules/math-intrinsics/abs.js.map +1 -0
  1444. package/dist/node_modules/math-intrinsics/floor.js +14 -0
  1445. package/dist/node_modules/math-intrinsics/floor.js.map +1 -0
  1446. package/dist/node_modules/math-intrinsics/isNaN.js +16 -0
  1447. package/dist/node_modules/math-intrinsics/isNaN.js.map +1 -0
  1448. package/dist/node_modules/math-intrinsics/max.js +14 -0
  1449. package/dist/node_modules/math-intrinsics/max.js.map +1 -0
  1450. package/dist/node_modules/math-intrinsics/min.js +14 -0
  1451. package/dist/node_modules/math-intrinsics/min.js.map +1 -0
  1452. package/dist/node_modules/math-intrinsics/pow.js +14 -0
  1453. package/dist/node_modules/math-intrinsics/pow.js.map +1 -0
  1454. package/dist/node_modules/math-intrinsics/round.js +14 -0
  1455. package/dist/node_modules/math-intrinsics/round.js.map +1 -0
  1456. package/dist/node_modules/math-intrinsics/sign.js +23 -0
  1457. package/dist/node_modules/math-intrinsics/sign.js.map +1 -0
  1458. package/dist/node_modules/minimalistic-assert/index.js +14 -0
  1459. package/dist/node_modules/minimalistic-assert/index.js.map +1 -0
  1460. package/dist/node_modules/motion-dom/dist/es/animation/controls/BaseGroup.js +83 -0
  1461. package/dist/node_modules/motion-dom/dist/es/animation/controls/BaseGroup.js.map +1 -0
  1462. package/dist/node_modules/motion-dom/dist/es/animation/controls/Group.js +14 -0
  1463. package/dist/node_modules/motion-dom/dist/es/animation/controls/Group.js.map +1 -0
  1464. package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/calc-duration.js +18 -0
  1465. package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/calc-duration.js.map +1 -0
  1466. package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/is-generator.js +6 -0
  1467. package/dist/node_modules/motion-dom/dist/es/animation/generators/utils/is-generator.js.map +1 -0
  1468. package/dist/node_modules/motion-dom/dist/es/animation/utils/get-value-transition.js +10 -0
  1469. package/dist/node_modules/motion-dom/dist/es/animation/utils/get-value-transition.js.map +1 -0
  1470. package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/attach-timeline.js +7 -0
  1471. package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/attach-timeline.js.map +1 -0
  1472. package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/easing.js +45 -0
  1473. package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/easing.js.map +1 -0
  1474. package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/linear.js +16 -0
  1475. package/dist/node_modules/motion-dom/dist/es/animation/waapi/utils/linear.js.map +1 -0
  1476. package/dist/node_modules/motion-dom/dist/es/gestures/drag/state/is-active.js +10 -0
  1477. package/dist/node_modules/motion-dom/dist/es/gestures/drag/state/is-active.js.map +1 -0
  1478. package/dist/node_modules/motion-dom/dist/es/gestures/drag/state/set-active.js +29 -0
  1479. package/dist/node_modules/motion-dom/dist/es/gestures/drag/state/set-active.js.map +1 -0
  1480. package/dist/node_modules/motion-dom/dist/es/gestures/hover.js +42 -0
  1481. package/dist/node_modules/motion-dom/dist/es/gestures/hover.js.map +1 -0
  1482. package/dist/node_modules/motion-dom/dist/es/gestures/press/index.js +77 -0
  1483. package/dist/node_modules/motion-dom/dist/es/gestures/press/index.js.map +1 -0
  1484. package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.js +14 -0
  1485. package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.js.map +1 -0
  1486. package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/keyboard.js +39 -0
  1487. package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/keyboard.js.map +1 -0
  1488. package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/state.js +4 -0
  1489. package/dist/node_modules/motion-dom/dist/es/gestures/press/utils/state.js.map +1 -0
  1490. package/dist/node_modules/motion-dom/dist/es/gestures/utils/is-node-or-child.js +21 -0
  1491. package/dist/node_modules/motion-dom/dist/es/gestures/utils/is-node-or-child.js.map +1 -0
  1492. package/dist/node_modules/motion-dom/dist/es/gestures/utils/is-primary-pointer.js +19 -0
  1493. package/dist/node_modules/motion-dom/dist/es/gestures/utils/is-primary-pointer.js.map +1 -0
  1494. package/dist/node_modules/motion-dom/dist/es/gestures/utils/setup.js +16 -0
  1495. package/dist/node_modules/motion-dom/dist/es/gestures/utils/setup.js.map +1 -0
  1496. package/dist/node_modules/motion-dom/dist/es/utils/is-bezier-definition.js +4 -0
  1497. package/dist/node_modules/motion-dom/dist/es/utils/is-bezier-definition.js.map +1 -0
  1498. package/dist/node_modules/motion-dom/dist/es/utils/resolve-elements.js +15 -0
  1499. package/dist/node_modules/motion-dom/dist/es/utils/resolve-elements.js.map +1 -0
  1500. package/dist/node_modules/motion-dom/dist/es/utils/supports/flags.js +10 -0
  1501. package/dist/node_modules/motion-dom/dist/es/utils/supports/flags.js.map +1 -0
  1502. package/dist/node_modules/motion-dom/dist/es/utils/supports/linear-easing.js +16 -0
  1503. package/dist/node_modules/motion-dom/dist/es/utils/supports/linear-easing.js.map +1 -0
  1504. package/dist/node_modules/motion-dom/dist/es/utils/supports/memo.js +11 -0
  1505. package/dist/node_modules/motion-dom/dist/es/utils/supports/memo.js.map +1 -0
  1506. package/dist/node_modules/motion-dom/dist/es/utils/supports/scroll-timeline.js +7 -0
  1507. package/dist/node_modules/motion-dom/dist/es/utils/supports/scroll-timeline.js.map +1 -0
  1508. package/dist/node_modules/motion-utils/dist/es/errors.js +19 -0
  1509. package/dist/node_modules/motion-utils/dist/es/errors.js.map +1 -0
  1510. package/dist/node_modules/motion-utils/dist/es/memo.js +12 -0
  1511. package/dist/node_modules/motion-utils/dist/es/memo.js.map +1 -0
  1512. package/dist/node_modules/motion-utils/dist/es/noop.js +5 -0
  1513. package/dist/node_modules/motion-utils/dist/es/noop.js.map +1 -0
  1514. package/dist/node_modules/motion-utils/dist/es/progress.js +20 -0
  1515. package/dist/node_modules/motion-utils/dist/es/progress.js.map +1 -0
  1516. package/dist/node_modules/motion-utils/dist/es/time-conversion.js +13 -0
  1517. package/dist/node_modules/motion-utils/dist/es/time-conversion.js.map +1 -0
  1518. package/dist/node_modules/possible-typed-array-names/index.js +27 -0
  1519. package/dist/node_modules/possible-typed-array-names/index.js.map +1 -0
  1520. package/dist/node_modules/primereact/api/api.esm.js +120 -0
  1521. package/dist/node_modules/primereact/api/api.esm.js.map +1 -0
  1522. package/dist/node_modules/primereact/componentbase/componentbase.esm.js +357 -0
  1523. package/dist/node_modules/primereact/componentbase/componentbase.esm.js.map +1 -0
  1524. package/dist/node_modules/primereact/hooks/hooks.esm.js +276 -0
  1525. package/dist/node_modules/primereact/hooks/hooks.esm.js.map +1 -0
  1526. package/dist/node_modules/primereact/knob/knob.esm.js +388 -0
  1527. package/dist/node_modules/primereact/knob/knob.esm.js.map +1 -0
  1528. package/dist/node_modules/primereact/utils/utils.esm.js +2155 -0
  1529. package/dist/node_modules/primereact/utils/utils.esm.js.map +1 -0
  1530. package/dist/node_modules/react/cjs/react-jsx-runtime.development.js +1326 -0
  1531. package/dist/node_modules/react/cjs/react-jsx-runtime.development.js.map +1 -0
  1532. package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js +25 -0
  1533. package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js.map +1 -0
  1534. package/dist/node_modules/react/jsx-runtime.js +14 -0
  1535. package/dist/node_modules/react/jsx-runtime.js.map +1 -0
  1536. package/dist/node_modules/react-chartjs-2/dist/index.js +143 -0
  1537. package/dist/node_modules/react-chartjs-2/dist/index.js.map +1 -0
  1538. package/dist/node_modules/react-is/cjs/react-is.development.js +191 -0
  1539. package/dist/node_modules/react-is/cjs/react-is.development.js.map +1 -0
  1540. package/dist/node_modules/react-is/cjs/react-is.production.min.js +27 -0
  1541. package/dist/node_modules/react-is/cjs/react-is.production.min.js.map +1 -0
  1542. package/dist/node_modules/react-is/index.js +14 -0
  1543. package/dist/node_modules/react-is/index.js.map +1 -0
  1544. package/dist/node_modules/safe-regex-test/index.js +31 -0
  1545. package/dist/node_modules/safe-regex-test/index.js.map +1 -0
  1546. package/dist/node_modules/set-function-length/index.js +58 -0
  1547. package/dist/node_modules/set-function-length/index.js.map +1 -0
  1548. package/dist/node_modules/stylis/src/Enum.js +13 -0
  1549. package/dist/node_modules/stylis/src/Enum.js.map +1 -0
  1550. package/dist/node_modules/stylis/src/Middleware.js +33 -0
  1551. package/dist/node_modules/stylis/src/Middleware.js.map +1 -0
  1552. package/dist/node_modules/stylis/src/Parser.js +194 -0
  1553. package/dist/node_modules/stylis/src/Parser.js.map +1 -0
  1554. package/dist/node_modules/stylis/src/Serializer.js +39 -0
  1555. package/dist/node_modules/stylis/src/Serializer.js.map +1 -0
  1556. package/dist/node_modules/stylis/src/Tokenizer.js +224 -0
  1557. package/dist/node_modules/stylis/src/Tokenizer.js.map +1 -0
  1558. package/dist/node_modules/stylis/src/Utility.js +118 -0
  1559. package/dist/node_modules/stylis/src/Utility.js.map +1 -0
  1560. package/dist/node_modules/swiper/shared/ssr-window.esm.js +147 -0
  1561. package/dist/node_modules/swiper/shared/ssr-window.esm.js.map +1 -0
  1562. package/dist/node_modules/swiper/shared/swiper-core.js +3952 -0
  1563. package/dist/node_modules/swiper/shared/swiper-core.js.map +1 -0
  1564. package/dist/node_modules/swiper/shared/update-on-virtual-data.js +132 -0
  1565. package/dist/node_modules/swiper/shared/update-on-virtual-data.js.map +1 -0
  1566. package/dist/node_modules/swiper/shared/update-swiper.js +233 -0
  1567. package/dist/node_modules/swiper/shared/update-swiper.js.map +1 -0
  1568. package/dist/node_modules/swiper/shared/utils.js +303 -0
  1569. package/dist/node_modules/swiper/shared/utils.js.map +1 -0
  1570. package/dist/node_modules/swiper/swiper-react.js +390 -0
  1571. package/dist/node_modules/swiper/swiper-react.js.map +1 -0
  1572. package/dist/node_modules/tslib/tslib.es6.js +400 -0
  1573. package/dist/node_modules/tslib/tslib.es6.js.map +1 -0
  1574. package/dist/node_modules/util/support/isBuffer.js +14 -0
  1575. package/dist/node_modules/util/support/isBuffer.js.map +1 -0
  1576. package/dist/node_modules/util/support/types.js +348 -0
  1577. package/dist/node_modules/util/support/types.js.map +1 -0
  1578. package/dist/node_modules/util/util.js +730 -0
  1579. package/dist/node_modules/util/util.js.map +1 -0
  1580. package/dist/node_modules/viem/_esm/constants/unit.js +7 -0
  1581. package/dist/node_modules/viem/_esm/constants/unit.js.map +1 -0
  1582. package/dist/node_modules/viem/_esm/errors/base.js +92 -0
  1583. package/dist/node_modules/viem/_esm/errors/base.js.map +1 -0
  1584. package/dist/node_modules/viem/_esm/errors/unit.js +12 -0
  1585. package/dist/node_modules/viem/_esm/errors/unit.js.map +1 -0
  1586. package/dist/node_modules/viem/_esm/errors/version.js +4 -0
  1587. package/dist/node_modules/viem/_esm/errors/version.js.map +1 -0
  1588. package/dist/node_modules/viem/_esm/utils/unit/parseEther.js +20 -0
  1589. package/dist/node_modules/viem/_esm/utils/unit/parseEther.js.map +1 -0
  1590. package/dist/node_modules/viem/_esm/utils/unit/parseUnits.js +53 -0
  1591. package/dist/node_modules/viem/_esm/utils/unit/parseUnits.js.map +1 -0
  1592. package/dist/node_modules/which-typed-array/index.js +136 -0
  1593. package/dist/node_modules/which-typed-array/index.js.map +1 -0
  1594. package/dist/providers/index.js +63 -0
  1595. package/dist/providers/index.js.map +1 -0
  1596. package/dist/state/abtesting/useCookie.js +40 -0
  1597. package/dist/state/abtesting/useCookie.js.map +1 -0
  1598. package/dist/state/activeView/index.js +40 -0
  1599. package/dist/state/activeView/index.js.map +1 -0
  1600. package/dist/state/allowance/useAllowance.js +139 -0
  1601. package/dist/state/allowance/useAllowance.js.map +1 -0
  1602. package/dist/state/balance/useCurrencyBalance.js +40 -0
  1603. package/dist/state/balance/useCurrencyBalance.js.map +1 -0
  1604. package/dist/state/balance/useCurrencyBalanceSolana.js +43 -0
  1605. package/dist/state/balance/useCurrencyBalanceSolana.js.map +1 -0
  1606. package/dist/state/balance/useUserTokensBalance.js +100 -0
  1607. package/dist/state/balance/useUserTokensBalance.js.map +1 -0
  1608. package/dist/state/bondApiStats/useGetBondApiStats.js +21 -0
  1609. package/dist/state/bondApiStats/useGetBondApiStats.js.map +1 -0
  1610. package/dist/state/bonds/fetchBillsUser.js +157 -0
  1611. package/dist/state/bonds/fetchBillsUser.js.map +1 -0
  1612. package/dist/state/bonds/fetchBillsUserSolana.js +167 -0
  1613. package/dist/state/bonds/fetchBillsUserSolana.js.map +1 -0
  1614. package/dist/state/bonds/useBondsData.js +84 -0
  1615. package/dist/state/bonds/useBondsData.js.map +1 -0
  1616. package/dist/state/bonds/useBondsList.js +35 -0
  1617. package/dist/state/bonds/useBondsList.js.map +1 -0
  1618. package/dist/state/bonds/useBondsListPreTGE.js +36 -0
  1619. package/dist/state/bonds/useBondsListPreTGE.js.map +1 -0
  1620. package/dist/state/bonds/useTierProofSignature.js +46 -0
  1621. package/dist/state/bonds/useTierProofSignature.js.map +1 -0
  1622. package/dist/state/bonds/useUserBonds.js +131 -0
  1623. package/dist/state/bonds/useUserBonds.js.map +1 -0
  1624. package/dist/state/bonds/useUserBondsPreTGE.js +151 -0
  1625. package/dist/state/bonds/useUserBondsPreTGE.js.map +1 -0
  1626. package/dist/state/bonds/utils.js +330 -0
  1627. package/dist/state/bonds/utils.js.map +1 -0
  1628. package/dist/state/chainFilterOption/useChainFilterOption.js +35 -0
  1629. package/dist/state/chainFilterOption/useChainFilterOption.js.map +1 -0
  1630. package/dist/state/favoriteTokens/useFavoriteTokens.js +47 -0
  1631. package/dist/state/favoriteTokens/useFavoriteTokens.js.map +1 -0
  1632. package/dist/state/historicalPrice/useHistoricalPrice.js +26 -0
  1633. package/dist/state/historicalPrice/useHistoricalPrice.js.map +1 -0
  1634. package/dist/state/hotBonds/useHotBonds.js +51 -0
  1635. package/dist/state/hotBonds/useHotBonds.js.map +1 -0
  1636. package/dist/state/popups/usePopups.js +57 -0
  1637. package/dist/state/popups/usePopups.js.map +1 -0
  1638. package/dist/state/price/useCurrencyPrice.js +22 -0
  1639. package/dist/state/price/useCurrencyPrice.js.map +1 -0
  1640. package/dist/state/recommendations/useGetBondRecommendations.js +23 -0
  1641. package/dist/state/recommendations/useGetBondRecommendations.js.map +1 -0
  1642. package/dist/state/slippage/useSlippage.js +40 -0
  1643. package/dist/state/slippage/useSlippage.js.map +1 -0
  1644. package/dist/state/tiers/useTierPoints.js +102 -0
  1645. package/dist/state/tiers/useTierPoints.js.map +1 -0
  1646. package/dist/state/tokenPrices/useTokenPrices.js +36 -0
  1647. package/dist/state/tokenPrices/useTokenPrices.js.map +1 -0
  1648. package/dist/state/useSDKConfig.js +39 -0
  1649. package/dist/state/useSDKConfig.js.map +1 -0
  1650. package/dist/state/zap/getChainParam.js +58 -0
  1651. package/dist/state/zap/getChainParam.js.map +1 -0
  1652. package/dist/state/zap/useJupiterSolanaQuote.js +128 -0
  1653. package/dist/state/zap/useJupiterSolanaQuote.js.map +1 -0
  1654. package/dist/state/zap/useSoulZapBondQuote.js +168 -0
  1655. package/dist/state/zap/useSoulZapBondQuote.js.map +1 -0
  1656. package/dist/theme/base.js +125 -0
  1657. package/dist/theme/base.js.map +1 -0
  1658. package/dist/theme/colors.js +25 -0
  1659. package/dist/theme/colors.js.map +1 -0
  1660. package/dist/theme/components.js +321 -0
  1661. package/dist/theme/components.js.map +1 -0
  1662. package/dist/theme/index.js +8 -0
  1663. package/dist/theme/index.js.map +1 -0
  1664. package/dist/types/bondCodec.js +24 -0
  1665. package/dist/types/bondCodec.js.map +1 -0
  1666. package/dist/types/bondIssuanceCodec.js +32 -0
  1667. package/dist/types/bondIssuanceCodec.js.map +1 -0
  1668. package/dist/types/bondPricingCodec.js +22 -0
  1669. package/dist/types/bondPricingCodec.js.map +1 -0
  1670. package/dist/types/bondTermCodec.js +24 -0
  1671. package/dist/types/bondTermCodec.js.map +1 -0
  1672. package/dist/utils/calculateSolanaTrueBillPrice.js +71 -0
  1673. package/dist/utils/calculateSolanaTrueBillPrice.js.map +1 -0
  1674. package/dist/utils/campaignStyles.js +54 -0
  1675. package/dist/utils/campaignStyles.js.map +1 -0
  1676. package/dist/utils/convertToTokenValue.js +27 -0
  1677. package/dist/utils/convertToTokenValue.js.map +1 -0
  1678. package/dist/utils/dates/formatDate.js +16 -0
  1679. package/dist/utils/dates/formatDate.js.map +1 -0
  1680. package/dist/utils/derivePda.js +9 -0
  1681. package/dist/utils/derivePda.js.map +1 -0
  1682. package/dist/utils/displayHelpers.js +238 -0
  1683. package/dist/utils/displayHelpers.js.map +1 -0
  1684. package/dist/utils/formatNumber.js +52 -0
  1685. package/dist/utils/formatNumber.js.map +1 -0
  1686. package/dist/utils/getBalanceNumber.js +11 -0
  1687. package/dist/utils/getBalanceNumber.js.map +1 -0
  1688. package/dist/utils/getDotPos.js +12 -0
  1689. package/dist/utils/getDotPos.js.map +1 -0
  1690. package/dist/utils/getNativeTicker.js +21 -0
  1691. package/dist/utils/getNativeTicker.js.map +1 -0
  1692. package/dist/utils/getSolanaAccount.js +116 -0
  1693. package/dist/utils/getSolanaAccount.js.map +1 -0
  1694. package/dist/utils/getTimePeriods.js +67 -0
  1695. package/dist/utils/getTimePeriods.js.map +1 -0
  1696. package/dist/utils/index.js +16 -0
  1697. package/dist/utils/index.js.map +1 -0
  1698. package/dist/utils/multicall.js +49 -0
  1699. package/dist/utils/multicall.js.map +1 -0
  1700. package/dist/utils/numbers.js +7 -0
  1701. package/dist/utils/numbers.js.map +1 -0
  1702. package/dist/utils/remove0xPrefix.js +9 -0
  1703. package/dist/utils/remove0xPrefix.js.map +1 -0
  1704. package/dist/utils/reportError.js +31 -0
  1705. package/dist/utils/reportError.js.map +1 -0
  1706. package/dist/utils/roundNumber.js +16 -0
  1707. package/dist/utils/roundNumber.js.map +1 -0
  1708. package/dist/utils/solanaAtaHelper.js +40 -0
  1709. package/dist/utils/solanaAtaHelper.js.map +1 -0
  1710. package/dist/utils/solanaMulticall.js +44 -0
  1711. package/dist/utils/solanaMulticall.js.map +1 -0
  1712. package/dist/utils/solanaRpc.js +13 -0
  1713. package/dist/utils/solanaRpc.js.map +1 -0
  1714. package/dist/utils/track.js +7 -0
  1715. package/dist/utils/track.js.map +1 -0
  1716. package/dist/views/Bonds/Bonds.js +196 -0
  1717. package/dist/views/Bonds/Bonds.js.map +1 -0
  1718. package/dist/views/Bonds/components/BondRows/ActiveBondRows.js +66 -0
  1719. package/dist/views/Bonds/components/BondRows/ActiveBondRows.js.map +1 -0
  1720. package/dist/views/Bonds/components/BondRows/BondRow.js +70 -0
  1721. package/dist/views/Bonds/components/BondRows/BondRow.js.map +1 -0
  1722. package/dist/views/Bonds/components/BondRows/ChainTitle.js +39 -0
  1723. package/dist/views/Bonds/components/BondRows/ChainTitle.js.map +1 -0
  1724. package/dist/views/Bonds/components/BondRows/ModalHandler.js +104 -0
  1725. package/dist/views/Bonds/components/BondRows/ModalHandler.js.map +1 -0
  1726. package/dist/views/Bonds/components/BondRows/ModalHandlerPreTGE.js +39 -0
  1727. package/dist/views/Bonds/components/BondRows/ModalHandlerPreTGE.js.map +1 -0
  1728. package/dist/views/Bonds/components/BondRows/SoldOutRows.js +43 -0
  1729. package/dist/views/Bonds/components/BondRows/SoldOutRows.js.map +1 -0
  1730. package/dist/views/Bonds/components/BondsMenu/BondsMenu.js +36 -0
  1731. package/dist/views/Bonds/components/BondsMenu/BondsMenu.js.map +1 -0
  1732. package/dist/views/Bonds/components/BonusComponents/BonusComponent.js +59 -0
  1733. package/dist/views/Bonds/components/BonusComponents/BonusComponent.js.map +1 -0
  1734. package/dist/views/Bonds/components/BonusComponents/BonusContainer.js +11 -0
  1735. package/dist/views/Bonds/components/BonusComponents/BonusContainer.js.map +1 -0
  1736. package/dist/views/Bonds/components/BonusComponents/BonusTable.js +57 -0
  1737. package/dist/views/Bonds/components/BonusComponents/BonusTable.js.map +1 -0
  1738. package/dist/views/Bonds/components/BuyAgainRow/index.js +83 -0
  1739. package/dist/views/Bonds/components/BuyAgainRow/index.js.map +1 -0
  1740. package/dist/views/Bonds/components/ChainBanner/ChainBanner.js +84 -0
  1741. package/dist/views/Bonds/components/ChainBanner/ChainBanner.js.map +1 -0
  1742. package/dist/views/Bonds/components/CheckURL/index.js +44 -0
  1743. package/dist/views/Bonds/components/CheckURL/index.js.map +1 -0
  1744. package/dist/views/Bonds/components/HotBondCards/HotBondCard.js +54 -0
  1745. package/dist/views/Bonds/components/HotBondCards/HotBondCard.js.map +1 -0
  1746. package/dist/views/Bonds/components/HotBondCards/index.js +78 -0
  1747. package/dist/views/Bonds/components/HotBondCards/index.js.map +1 -0
  1748. package/dist/views/Bonds/components/HotBondCards/styles.js +47 -0
  1749. package/dist/views/Bonds/components/HotBondCards/styles.js.map +1 -0
  1750. package/dist/views/Bonds/components/LoadingSkeleton/LoadingSkeleton.js +37 -0
  1751. package/dist/views/Bonds/components/LoadingSkeleton/LoadingSkeleton.js.map +1 -0
  1752. package/dist/views/Bonds/components/RecommendationCards/SmallRecommendationCard.js +27 -0
  1753. package/dist/views/Bonds/components/RecommendationCards/SmallRecommendationCard.js.map +1 -0
  1754. package/dist/views/Bonds/components/RecommendationCards/index.js +84 -0
  1755. package/dist/views/Bonds/components/RecommendationCards/index.js.map +1 -0
  1756. package/dist/views/Bonds/components/RecommendationCards/styles.js +24 -0
  1757. package/dist/views/Bonds/components/RecommendationCards/styles.js.map +1 -0
  1758. package/dist/views/Bonds/index.js +12 -0
  1759. package/dist/views/Bonds/index.js.map +1 -0
  1760. package/dist/views/Bonds/utils.js +149 -0
  1761. package/dist/views/Bonds/utils.js.map +1 -0
  1762. package/dist/views/BuyBond/BuyBondModal.js +26 -0
  1763. package/dist/views/BuyBond/BuyBondModal.js.map +1 -0
  1764. package/dist/views/BuyBond/BuyComponent.js +425 -0
  1765. package/dist/views/BuyBond/BuyComponent.js.map +1 -0
  1766. package/dist/views/BuyBond/BuyComponentPreTGE.js +154 -0
  1767. package/dist/views/BuyBond/BuyComponentPreTGE.js.map +1 -0
  1768. package/dist/views/BuyBond/BuyComponentSolana.js +641 -0
  1769. package/dist/views/BuyBond/BuyComponentSolana.js.map +1 -0
  1770. package/dist/views/BuyBond/ParticipationSuccessful.js +78 -0
  1771. package/dist/views/BuyBond/ParticipationSuccessful.js.map +1 -0
  1772. package/dist/views/BuyBond/components/BondCards/BondCards.js +92 -0
  1773. package/dist/views/BuyBond/components/BondCards/BondCards.js.map +1 -0
  1774. package/dist/views/BuyBond/components/BondCards/BondCardsPreTGE.js +74 -0
  1775. package/dist/views/BuyBond/components/BondCards/BondCardsPreTGE.js.map +1 -0
  1776. package/dist/views/BuyBond/components/BondModalHeader.js +95 -0
  1777. package/dist/views/BuyBond/components/BondModalHeader.js.map +1 -0
  1778. package/dist/views/BuyBond/components/BondModalMinTierHeader.js +35 -0
  1779. package/dist/views/BuyBond/components/BondModalMinTierHeader.js.map +1 -0
  1780. package/dist/views/BuyBond/components/Estimations.js +68 -0
  1781. package/dist/views/BuyBond/components/Estimations.js.map +1 -0
  1782. package/dist/views/BuyBond/components/ExpandedViewButton.js +37 -0
  1783. package/dist/views/BuyBond/components/ExpandedViewButton.js.map +1 -0
  1784. package/dist/views/BuyBond/components/GetUpToComponent/GetUpToComponent.js +71 -0
  1785. package/dist/views/BuyBond/components/GetUpToComponent/GetUpToComponent.js.map +1 -0
  1786. package/dist/views/BuyBond/components/NewRateModal/NewRateModal.js +55 -0
  1787. package/dist/views/BuyBond/components/NewRateModal/NewRateModal.js.map +1 -0
  1788. package/dist/views/BuyBond/components/NoBonusModal/NoBonusModal.js +36 -0
  1789. package/dist/views/BuyBond/components/NoBonusModal/NoBonusModal.js.map +1 -0
  1790. package/dist/views/BuyBond/components/ProjectDescription.js +38 -0
  1791. package/dist/views/BuyBond/components/ProjectDescription.js.map +1 -0
  1792. package/dist/views/BuyBond/index.js +12 -0
  1793. package/dist/views/BuyBond/index.js.map +1 -0
  1794. package/dist/views/BuyBond/styles.js +33 -0
  1795. package/dist/views/BuyBond/styles.js.map +1 -0
  1796. package/dist/views/FullBondsView/FullBondsView.js +34 -0
  1797. package/dist/views/FullBondsView/FullBondsView.js.map +1 -0
  1798. package/dist/views/FullBondsView/index.js +12 -0
  1799. package/dist/views/FullBondsView/index.js.map +1 -0
  1800. package/dist/views/LifiModal/LifiModal.js +79 -0
  1801. package/dist/views/LifiModal/LifiModal.js.map +1 -0
  1802. package/dist/views/ProjectView/ProjectView.js +72 -0
  1803. package/dist/views/ProjectView/ProjectView.js.map +1 -0
  1804. package/dist/views/ProjectView/components/BondLeaderboard/components/SalesTable.js +56 -0
  1805. package/dist/views/ProjectView/components/BondLeaderboard/components/SalesTable.js.map +1 -0
  1806. package/dist/views/ProjectView/components/BondLeaderboard/components/TopSaleCard.js +46 -0
  1807. package/dist/views/ProjectView/components/BondLeaderboard/components/TopSaleCard.js.map +1 -0
  1808. package/dist/views/ProjectView/components/BondLeaderboard/components/TopThreeSalesCards.js +24 -0
  1809. package/dist/views/ProjectView/components/BondLeaderboard/components/TopThreeSalesCards.js.map +1 -0
  1810. package/dist/views/ProjectView/components/BondLeaderboard/components/styles.js +51 -0
  1811. package/dist/views/ProjectView/components/BondLeaderboard/components/styles.js.map +1 -0
  1812. package/dist/views/ProjectView/components/BondLeaderboard/index.js +45 -0
  1813. package/dist/views/ProjectView/components/BondLeaderboard/index.js.map +1 -0
  1814. package/dist/views/ProjectView/components/BondStats/index.js +97 -0
  1815. package/dist/views/ProjectView/components/BondStats/index.js.map +1 -0
  1816. package/dist/views/ProjectView/components/BondStats/styles.js +49 -0
  1817. package/dist/views/ProjectView/components/BondStats/styles.js.map +1 -0
  1818. package/dist/views/ProjectView/components/BondStats/types.js +40 -0
  1819. package/dist/views/ProjectView/components/BondStats/types.js.map +1 -0
  1820. package/dist/views/ProjectView/components/BondStats/utils.js +10 -0
  1821. package/dist/views/ProjectView/components/BondStats/utils.js.map +1 -0
  1822. package/dist/views/ProjectView/components/NavPanel/index.js +32 -0
  1823. package/dist/views/ProjectView/components/NavPanel/index.js.map +1 -0
  1824. package/dist/views/ProjectView/components/PriceChart/components/CandleStickChart.js +112 -0
  1825. package/dist/views/ProjectView/components/PriceChart/components/CandleStickChart.js.map +1 -0
  1826. package/dist/views/ProjectView/components/PriceChart/components/LineChart.js +100 -0
  1827. package/dist/views/ProjectView/components/PriceChart/components/LineChart.js.map +1 -0
  1828. package/dist/views/ProjectView/components/PriceChart/components/utils.js +20 -0
  1829. package/dist/views/ProjectView/components/PriceChart/components/utils.js.map +1 -0
  1830. package/dist/views/ProjectView/components/PriceChart/index.js +53 -0
  1831. package/dist/views/ProjectView/components/PriceChart/index.js.map +1 -0
  1832. package/dist/views/ProjectView/components/PriceChart/styles.js +44 -0
  1833. package/dist/views/ProjectView/components/PriceChart/styles.js.map +1 -0
  1834. package/dist/views/ProjectView/components/ProjectInfo/index.js +34 -0
  1835. package/dist/views/ProjectView/components/ProjectInfo/index.js.map +1 -0
  1836. package/dist/views/ProjectView/components/ProjectInfo/styles.js +44 -0
  1837. package/dist/views/ProjectView/components/ProjectInfo/styles.js.map +1 -0
  1838. package/dist/views/ProjectView/components/RecommendationCards/index.js +112 -0
  1839. package/dist/views/ProjectView/components/RecommendationCards/index.js.map +1 -0
  1840. package/dist/views/ProjectView/index.js +12 -0
  1841. package/dist/views/ProjectView/index.js.map +1 -0
  1842. package/dist/views/ProjectView/styles.js +9 -0
  1843. package/dist/views/ProjectView/styles.js.map +1 -0
  1844. package/dist/views/SingleBond/SingleBond.js +50 -0
  1845. package/dist/views/SingleBond/SingleBond.js.map +1 -0
  1846. package/dist/views/SingleBond/SoldOutBuyBondPlaceholder.js +85 -0
  1847. package/dist/views/SingleBond/SoldOutBuyBondPlaceholder.js.map +1 -0
  1848. package/dist/views/SingleBond/index.js +12 -0
  1849. package/dist/views/SingleBond/index.js.map +1 -0
  1850. package/dist/views/TransactionModal/TransactionModal.js +194 -0
  1851. package/dist/views/TransactionModal/TransactionModal.js.map +1 -0
  1852. package/dist/views/YourBonds/YourBonds.js +158 -0
  1853. package/dist/views/YourBonds/YourBonds.js.map +1 -0
  1854. package/dist/views/YourBonds/components/ClaimAll/ClaimAllModal.js +133 -0
  1855. package/dist/views/YourBonds/components/ClaimAll/ClaimAllModal.js.map +1 -0
  1856. package/dist/views/YourBonds/components/ClaimAll/index.js +36 -0
  1857. package/dist/views/YourBonds/components/ClaimAll/index.js.map +1 -0
  1858. package/dist/views/YourBonds/components/ProfitCard/ProfitCard.js +29 -0
  1859. package/dist/views/YourBonds/components/ProfitCard/ProfitCard.js.map +1 -0
  1860. package/dist/views/YourBonds/components/UserBondRow/PreTGEActions.js +118 -0
  1861. package/dist/views/YourBonds/components/UserBondRow/PreTGEActions.js.map +1 -0
  1862. package/dist/views/YourBonds/components/UserBondRow/UserBondRow.js +151 -0
  1863. package/dist/views/YourBonds/components/UserBondRow/UserBondRow.js.map +1 -0
  1864. package/dist/views/YourBonds/components/UserBondRow/UserBondRowPreTGE.js +58 -0
  1865. package/dist/views/YourBonds/components/UserBondRow/UserBondRowPreTGE.js.map +1 -0
  1866. package/dist/views/YourBonds/components/UserBondRow/UserBondRowSolana.js +183 -0
  1867. package/dist/views/YourBonds/components/UserBondRow/UserBondRowSolana.js.map +1 -0
  1868. package/dist/views/YourBonds/components/YourBondsMenu/YourBondsMenu.js +29 -0
  1869. package/dist/views/YourBonds/components/YourBondsMenu/YourBondsMenu.js.map +1 -0
  1870. package/dist/views/YourBonds/index.js +12 -0
  1871. package/dist/views/YourBonds/index.js.map +1 -0
  1872. package/dist/views/YourBondsModal/YourBondsModal.js +154 -0
  1873. package/dist/views/YourBondsModal/YourBondsModal.js.map +1 -0
  1874. package/dist/views/YourBondsModal/components/Actions/Actions.js +146 -0
  1875. package/dist/views/YourBondsModal/components/Actions/Actions.js.map +1 -0
  1876. package/dist/views/YourBondsModal/components/Actions/ActionsSolana.js +166 -0
  1877. package/dist/views/YourBondsModal/components/Actions/ActionsSolana.js.map +1 -0
  1878. package/dist/views/YourBondsModal/components/LinkShare/LinkShare.js +73 -0
  1879. package/dist/views/YourBondsModal/components/LinkShare/LinkShare.js.map +1 -0
  1880. package/dist/views/YourBondsModal/components/LinkShare/templateImageShare.js +94 -0
  1881. package/dist/views/YourBondsModal/components/LinkShare/templateImageShare.js.map +1 -0
  1882. package/dist/views/YourBondsModal/components/LinkShare/utils.js +57 -0
  1883. package/dist/views/YourBondsModal/components/LinkShare/utils.js.map +1 -0
  1884. package/dist/views/YourBondsModal/components/NFTImage/NFTImage.js +153 -0
  1885. package/dist/views/YourBondsModal/components/NFTImage/NFTImage.js.map +1 -0
  1886. package/dist/views/YourBondsModal/components/Recommendations/CardRecommendation.js +39 -0
  1887. package/dist/views/YourBondsModal/components/Recommendations/CardRecommendation.js.map +1 -0
  1888. package/dist/views/YourBondsModal/components/Recommendations/RecSkeleton.js +32 -0
  1889. package/dist/views/YourBondsModal/components/Recommendations/RecSkeleton.js.map +1 -0
  1890. package/dist/views/YourBondsModal/components/Recommendations/Recommendations.js +47 -0
  1891. package/dist/views/YourBondsModal/components/Recommendations/Recommendations.js.map +1 -0
  1892. package/dist/views/YourBondsModal/components/TransferBondModal/TransferAction.js +88 -0
  1893. package/dist/views/YourBondsModal/components/TransferBondModal/TransferAction.js.map +1 -0
  1894. package/dist/views/YourBondsModal/components/TransferBondModal/TransferActionSolana.js +103 -0
  1895. package/dist/views/YourBondsModal/components/TransferBondModal/TransferActionSolana.js.map +1 -0
  1896. package/dist/views/YourBondsModal/components/TransferBondModal/index.js +45 -0
  1897. package/dist/views/YourBondsModal/components/TransferBondModal/index.js.map +1 -0
  1898. package/dist/views/YourBondsModal/components/YourBondModalHeader/YourBondModalHeader.js +58 -0
  1899. package/dist/views/YourBondsModal/components/YourBondModalHeader/YourBondModalHeader.js.map +1 -0
  1900. package/package.json +70 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bignumber.js","sources":["../../../node_modules/bignumber.js/bignumber.mjs"],"sourcesContent":["/*\r\n * bignumber.js v9.3.1\r\n * A JavaScript library for arbitrary-precision arithmetic.\r\n * https://github.com/MikeMcl/bignumber.js\r\n * Copyright (c) 2025 Michael Mclaughlin <M8ch88l@gmail.com>\r\n * MIT Licensed.\r\n *\r\n * BigNumber.prototype methods | BigNumber methods\r\n * |\r\n * absoluteValue abs | clone\r\n * comparedTo | config set\r\n * decimalPlaces dp | DECIMAL_PLACES\r\n * dividedBy div | ROUNDING_MODE\r\n * dividedToIntegerBy idiv | EXPONENTIAL_AT\r\n * exponentiatedBy pow | RANGE\r\n * integerValue | CRYPTO\r\n * isEqualTo eq | MODULO_MODE\r\n * isFinite | POW_PRECISION\r\n * isGreaterThan gt | FORMAT\r\n * isGreaterThanOrEqualTo gte | ALPHABET\r\n * isInteger | isBigNumber\r\n * isLessThan lt | maximum max\r\n * isLessThanOrEqualTo lte | minimum min\r\n * isNaN | random\r\n * isNegative | sum\r\n * isPositive |\r\n * isZero |\r\n * minus |\r\n * modulo mod |\r\n * multipliedBy times |\r\n * negated |\r\n * plus |\r\n * precision sd |\r\n * shiftedBy |\r\n * squareRoot sqrt |\r\n * toExponential |\r\n * toFixed |\r\n * toFormat |\r\n * toFraction |\r\n * toJSON |\r\n * toNumber |\r\n * toPrecision |\r\n * toString |\r\n * valueOf |\r\n *\r\n */\r\n\r\n\r\nvar\r\n isNumeric = /^-?(?:\\d+(?:\\.\\d*)?|\\.\\d+)(?:e[+-]?\\d+)?$/i,\r\n mathceil = Math.ceil,\r\n mathfloor = Math.floor,\r\n\r\n bignumberError = '[BigNumber Error] ',\r\n tooManyDigits = bignumberError + 'Number primitive has more than 15 significant digits: ',\r\n\r\n BASE = 1e14,\r\n LOG_BASE = 14,\r\n MAX_SAFE_INTEGER = 0x1fffffffffffff, // 2^53 - 1\r\n // MAX_INT32 = 0x7fffffff, // 2^31 - 1\r\n POWS_TEN = [1, 10, 100, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8, 1e9, 1e10, 1e11, 1e12, 1e13],\r\n SQRT_BASE = 1e7,\r\n\r\n // EDITABLE\r\n // The limit on the value of DECIMAL_PLACES, TO_EXP_NEG, TO_EXP_POS, MIN_EXP, MAX_EXP, and\r\n // the arguments to toExponential, toFixed, toFormat, and toPrecision.\r\n MAX = 1E9; // 0 to MAX_INT32\r\n\r\n\r\n/*\r\n * Create and return a BigNumber constructor.\r\n */\r\nfunction clone(configObject) {\r\n var div, convertBase, parseNumeric,\r\n P = BigNumber.prototype = { constructor: BigNumber, toString: null, valueOf: null },\r\n ONE = new BigNumber(1),\r\n\r\n\r\n //----------------------------- EDITABLE CONFIG DEFAULTS -------------------------------\r\n\r\n\r\n // The default values below must be integers within the inclusive ranges stated.\r\n // The values can also be changed at run-time using BigNumber.set.\r\n\r\n // The maximum number of decimal places for operations involving division.\r\n DECIMAL_PLACES = 20, // 0 to MAX\r\n\r\n // The rounding mode used when rounding to the above decimal places, and when using\r\n // toExponential, toFixed, toFormat and toPrecision, and round (default value).\r\n // UP 0 Away from zero.\r\n // DOWN 1 Towards zero.\r\n // CEIL 2 Towards +Infinity.\r\n // FLOOR 3 Towards -Infinity.\r\n // HALF_UP 4 Towards nearest neighbour. If equidistant, up.\r\n // HALF_DOWN 5 Towards nearest neighbour. If equidistant, down.\r\n // HALF_EVEN 6 Towards nearest neighbour. If equidistant, towards even neighbour.\r\n // HALF_CEIL 7 Towards nearest neighbour. If equidistant, towards +Infinity.\r\n // HALF_FLOOR 8 Towards nearest neighbour. If equidistant, towards -Infinity.\r\n ROUNDING_MODE = 4, // 0 to 8\r\n\r\n // EXPONENTIAL_AT : [TO_EXP_NEG , TO_EXP_POS]\r\n\r\n // The exponent value at and beneath which toString returns exponential notation.\r\n // Number type: -7\r\n TO_EXP_NEG = -7, // 0 to -MAX\r\n\r\n // The exponent value at and above which toString returns exponential notation.\r\n // Number type: 21\r\n TO_EXP_POS = 21, // 0 to MAX\r\n\r\n // RANGE : [MIN_EXP, MAX_EXP]\r\n\r\n // The minimum exponent value, beneath which underflow to zero occurs.\r\n // Number type: -324 (5e-324)\r\n MIN_EXP = -1e7, // -1 to -MAX\r\n\r\n // The maximum exponent value, above which overflow to Infinity occurs.\r\n // Number type: 308 (1.7976931348623157e+308)\r\n // For MAX_EXP > 1e7, e.g. new BigNumber('1e100000000').plus(1) may be slow.\r\n MAX_EXP = 1e7, // 1 to MAX\r\n\r\n // Whether to use cryptographically-secure random number generation, if available.\r\n CRYPTO = false, // true or false\r\n\r\n // The modulo mode used when calculating the modulus: a mod n.\r\n // The quotient (q = a / n) is calculated according to the corresponding rounding mode.\r\n // The remainder (r) is calculated as: r = a - n * q.\r\n //\r\n // UP 0 The remainder is positive if the dividend is negative, else is negative.\r\n // DOWN 1 The remainder has the same sign as the dividend.\r\n // This modulo mode is commonly known as 'truncated division' and is\r\n // equivalent to (a % n) in JavaScript.\r\n // FLOOR 3 The remainder has the same sign as the divisor (Python %).\r\n // HALF_EVEN 6 This modulo mode implements the IEEE 754 remainder function.\r\n // EUCLID 9 Euclidian division. q = sign(n) * floor(a / abs(n)).\r\n // The remainder is always positive.\r\n //\r\n // The truncated division, floored division, Euclidian division and IEEE 754 remainder\r\n // modes are commonly used for the modulus operation.\r\n // Although the other rounding modes can also be used, they may not give useful results.\r\n MODULO_MODE = 1, // 0 to 9\r\n\r\n // The maximum number of significant digits of the result of the exponentiatedBy operation.\r\n // If POW_PRECISION is 0, there will be unlimited significant digits.\r\n POW_PRECISION = 0, // 0 to MAX\r\n\r\n // The format specification used by the BigNumber.prototype.toFormat method.\r\n FORMAT = {\r\n prefix: '',\r\n groupSize: 3,\r\n secondaryGroupSize: 0,\r\n groupSeparator: ',',\r\n decimalSeparator: '.',\r\n fractionGroupSize: 0,\r\n fractionGroupSeparator: '\\xA0', // non-breaking space\r\n suffix: ''\r\n },\r\n\r\n // The alphabet used for base conversion. It must be at least 2 characters long, with no '+',\r\n // '-', '.', whitespace, or repeated character.\r\n // '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ$_'\r\n ALPHABET = '0123456789abcdefghijklmnopqrstuvwxyz',\r\n alphabetHasNormalDecimalDigits = true;\r\n\r\n\r\n //------------------------------------------------------------------------------------------\r\n\r\n\r\n // CONSTRUCTOR\r\n\r\n\r\n /*\r\n * The BigNumber constructor and exported function.\r\n * Create and return a new instance of a BigNumber object.\r\n *\r\n * v {number|string|BigNumber} A numeric value.\r\n * [b] {number} The base of v. Integer, 2 to ALPHABET.length inclusive.\r\n */\r\n function BigNumber(v, b) {\r\n var alphabet, c, caseChanged, e, i, isNum, len, str,\r\n x = this;\r\n\r\n // Enable constructor call without `new`.\r\n if (!(x instanceof BigNumber)) return new BigNumber(v, b);\r\n\r\n if (b == null) {\r\n\r\n if (v && v._isBigNumber === true) {\r\n x.s = v.s;\r\n\r\n if (!v.c || v.e > MAX_EXP) {\r\n x.c = x.e = null;\r\n } else if (v.e < MIN_EXP) {\r\n x.c = [x.e = 0];\r\n } else {\r\n x.e = v.e;\r\n x.c = v.c.slice();\r\n }\r\n\r\n return;\r\n }\r\n\r\n if ((isNum = typeof v == 'number') && v * 0 == 0) {\r\n\r\n // Use `1 / n` to handle minus zero also.\r\n x.s = 1 / v < 0 ? (v = -v, -1) : 1;\r\n\r\n // Fast path for integers, where n < 2147483648 (2**31).\r\n if (v === ~~v) {\r\n for (e = 0, i = v; i >= 10; i /= 10, e++);\r\n\r\n if (e > MAX_EXP) {\r\n x.c = x.e = null;\r\n } else {\r\n x.e = e;\r\n x.c = [v];\r\n }\r\n\r\n return;\r\n }\r\n\r\n str = String(v);\r\n } else {\r\n\r\n if (!isNumeric.test(str = String(v))) return parseNumeric(x, str, isNum);\r\n\r\n x.s = str.charCodeAt(0) == 45 ? (str = str.slice(1), -1) : 1;\r\n }\r\n\r\n // Decimal point?\r\n if ((e = str.indexOf('.')) > -1) str = str.replace('.', '');\r\n\r\n // Exponential form?\r\n if ((i = str.search(/e/i)) > 0) {\r\n\r\n // Determine exponent.\r\n if (e < 0) e = i;\r\n e += +str.slice(i + 1);\r\n str = str.substring(0, i);\r\n } else if (e < 0) {\r\n\r\n // Integer.\r\n e = str.length;\r\n }\r\n\r\n } else {\r\n\r\n // '[BigNumber Error] Base {not a primitive number|not an integer|out of range}: {b}'\r\n intCheck(b, 2, ALPHABET.length, 'Base');\r\n\r\n // Allow exponential notation to be used with base 10 argument, while\r\n // also rounding to DECIMAL_PLACES as with other bases.\r\n if (b == 10 && alphabetHasNormalDecimalDigits) {\r\n x = new BigNumber(v);\r\n return round(x, DECIMAL_PLACES + x.e + 1, ROUNDING_MODE);\r\n }\r\n\r\n str = String(v);\r\n\r\n if (isNum = typeof v == 'number') {\r\n\r\n // Avoid potential interpretation of Infinity and NaN as base 44+ values.\r\n if (v * 0 != 0) return parseNumeric(x, str, isNum, b);\r\n\r\n x.s = 1 / v < 0 ? (str = str.slice(1), -1) : 1;\r\n\r\n // '[BigNumber Error] Number primitive has more than 15 significant digits: {n}'\r\n if (BigNumber.DEBUG && str.replace(/^0\\.0*|\\./, '').length > 15) {\r\n throw Error\r\n (tooManyDigits + v);\r\n }\r\n } else {\r\n x.s = str.charCodeAt(0) === 45 ? (str = str.slice(1), -1) : 1;\r\n }\r\n\r\n alphabet = ALPHABET.slice(0, b);\r\n e = i = 0;\r\n\r\n // Check that str is a valid base b number.\r\n // Don't use RegExp, so alphabet can contain special characters.\r\n for (len = str.length; i < len; i++) {\r\n if (alphabet.indexOf(c = str.charAt(i)) < 0) {\r\n if (c == '.') {\r\n\r\n // If '.' is not the first character and it has not be found before.\r\n if (i > e) {\r\n e = len;\r\n continue;\r\n }\r\n } else if (!caseChanged) {\r\n\r\n // Allow e.g. hexadecimal 'FF' as well as 'ff'.\r\n if (str == str.toUpperCase() && (str = str.toLowerCase()) ||\r\n str == str.toLowerCase() && (str = str.toUpperCase())) {\r\n caseChanged = true;\r\n i = -1;\r\n e = 0;\r\n continue;\r\n }\r\n }\r\n\r\n return parseNumeric(x, String(v), isNum, b);\r\n }\r\n }\r\n\r\n // Prevent later check for length on converted number.\r\n isNum = false;\r\n str = convertBase(str, b, 10, x.s);\r\n\r\n // Decimal point?\r\n if ((e = str.indexOf('.')) > -1) str = str.replace('.', '');\r\n else e = str.length;\r\n }\r\n\r\n // Determine leading zeros.\r\n for (i = 0; str.charCodeAt(i) === 48; i++);\r\n\r\n // Determine trailing zeros.\r\n for (len = str.length; str.charCodeAt(--len) === 48;);\r\n\r\n if (str = str.slice(i, ++len)) {\r\n len -= i;\r\n\r\n // '[BigNumber Error] Number primitive has more than 15 significant digits: {n}'\r\n if (isNum && BigNumber.DEBUG &&\r\n len > 15 && (v > MAX_SAFE_INTEGER || v !== mathfloor(v))) {\r\n throw Error\r\n (tooManyDigits + (x.s * v));\r\n }\r\n\r\n // Overflow?\r\n if ((e = e - i - 1) > MAX_EXP) {\r\n\r\n // Infinity.\r\n x.c = x.e = null;\r\n\r\n // Underflow?\r\n } else if (e < MIN_EXP) {\r\n\r\n // Zero.\r\n x.c = [x.e = 0];\r\n } else {\r\n x.e = e;\r\n x.c = [];\r\n\r\n // Transform base\r\n\r\n // e is the base 10 exponent.\r\n // i is where to slice str to get the first element of the coefficient array.\r\n i = (e + 1) % LOG_BASE;\r\n if (e < 0) i += LOG_BASE; // i < 1\r\n\r\n if (i < len) {\r\n if (i) x.c.push(+str.slice(0, i));\r\n\r\n for (len -= LOG_BASE; i < len;) {\r\n x.c.push(+str.slice(i, i += LOG_BASE));\r\n }\r\n\r\n i = LOG_BASE - (str = str.slice(i)).length;\r\n } else {\r\n i -= len;\r\n }\r\n\r\n for (; i--; str += '0');\r\n x.c.push(+str);\r\n }\r\n } else {\r\n\r\n // Zero.\r\n x.c = [x.e = 0];\r\n }\r\n }\r\n\r\n\r\n // CONSTRUCTOR PROPERTIES\r\n\r\n\r\n BigNumber.clone = clone;\r\n\r\n BigNumber.ROUND_UP = 0;\r\n BigNumber.ROUND_DOWN = 1;\r\n BigNumber.ROUND_CEIL = 2;\r\n BigNumber.ROUND_FLOOR = 3;\r\n BigNumber.ROUND_HALF_UP = 4;\r\n BigNumber.ROUND_HALF_DOWN = 5;\r\n BigNumber.ROUND_HALF_EVEN = 6;\r\n BigNumber.ROUND_HALF_CEIL = 7;\r\n BigNumber.ROUND_HALF_FLOOR = 8;\r\n BigNumber.EUCLID = 9;\r\n\r\n\r\n /*\r\n * Configure infrequently-changing library-wide settings.\r\n *\r\n * Accept an object with the following optional properties (if the value of a property is\r\n * a number, it must be an integer within the inclusive range stated):\r\n *\r\n * DECIMAL_PLACES {number} 0 to MAX\r\n * ROUNDING_MODE {number} 0 to 8\r\n * EXPONENTIAL_AT {number|number[]} -MAX to MAX or [-MAX to 0, 0 to MAX]\r\n * RANGE {number|number[]} -MAX to MAX (not zero) or [-MAX to -1, 1 to MAX]\r\n * CRYPTO {boolean} true or false\r\n * MODULO_MODE {number} 0 to 9\r\n * POW_PRECISION {number} 0 to MAX\r\n * ALPHABET {string} A string of two or more unique characters which does\r\n * not contain '.'.\r\n * FORMAT {object} An object with some of the following properties:\r\n * prefix {string}\r\n * groupSize {number}\r\n * secondaryGroupSize {number}\r\n * groupSeparator {string}\r\n * decimalSeparator {string}\r\n * fractionGroupSize {number}\r\n * fractionGroupSeparator {string}\r\n * suffix {string}\r\n *\r\n * (The values assigned to the above FORMAT object properties are not checked for validity.)\r\n *\r\n * E.g.\r\n * BigNumber.config({ DECIMAL_PLACES : 20, ROUNDING_MODE : 4 })\r\n *\r\n * Ignore properties/parameters set to null or undefined, except for ALPHABET.\r\n *\r\n * Return an object with the properties current values.\r\n */\r\n BigNumber.config = BigNumber.set = function (obj) {\r\n var p, v;\r\n\r\n if (obj != null) {\r\n\r\n if (typeof obj == 'object') {\r\n\r\n // DECIMAL_PLACES {number} Integer, 0 to MAX inclusive.\r\n // '[BigNumber Error] DECIMAL_PLACES {not a primitive number|not an integer|out of range}: {v}'\r\n if (obj.hasOwnProperty(p = 'DECIMAL_PLACES')) {\r\n v = obj[p];\r\n intCheck(v, 0, MAX, p);\r\n DECIMAL_PLACES = v;\r\n }\r\n\r\n // ROUNDING_MODE {number} Integer, 0 to 8 inclusive.\r\n // '[BigNumber Error] ROUNDING_MODE {not a primitive number|not an integer|out of range}: {v}'\r\n if (obj.hasOwnProperty(p = 'ROUNDING_MODE')) {\r\n v = obj[p];\r\n intCheck(v, 0, 8, p);\r\n ROUNDING_MODE = v;\r\n }\r\n\r\n // EXPONENTIAL_AT {number|number[]}\r\n // Integer, -MAX to MAX inclusive or\r\n // [integer -MAX to 0 inclusive, 0 to MAX inclusive].\r\n // '[BigNumber Error] EXPONENTIAL_AT {not a primitive number|not an integer|out of range}: {v}'\r\n if (obj.hasOwnProperty(p = 'EXPONENTIAL_AT')) {\r\n v = obj[p];\r\n if (v && v.pop) {\r\n intCheck(v[0], -MAX, 0, p);\r\n intCheck(v[1], 0, MAX, p);\r\n TO_EXP_NEG = v[0];\r\n TO_EXP_POS = v[1];\r\n } else {\r\n intCheck(v, -MAX, MAX, p);\r\n TO_EXP_NEG = -(TO_EXP_POS = v < 0 ? -v : v);\r\n }\r\n }\r\n\r\n // RANGE {number|number[]} Non-zero integer, -MAX to MAX inclusive or\r\n // [integer -MAX to -1 inclusive, integer 1 to MAX inclusive].\r\n // '[BigNumber Error] RANGE {not a primitive number|not an integer|out of range|cannot be zero}: {v}'\r\n if (obj.hasOwnProperty(p = 'RANGE')) {\r\n v = obj[p];\r\n if (v && v.pop) {\r\n intCheck(v[0], -MAX, -1, p);\r\n intCheck(v[1], 1, MAX, p);\r\n MIN_EXP = v[0];\r\n MAX_EXP = v[1];\r\n } else {\r\n intCheck(v, -MAX, MAX, p);\r\n if (v) {\r\n MIN_EXP = -(MAX_EXP = v < 0 ? -v : v);\r\n } else {\r\n throw Error\r\n (bignumberError + p + ' cannot be zero: ' + v);\r\n }\r\n }\r\n }\r\n\r\n // CRYPTO {boolean} true or false.\r\n // '[BigNumber Error] CRYPTO not true or false: {v}'\r\n // '[BigNumber Error] crypto unavailable'\r\n if (obj.hasOwnProperty(p = 'CRYPTO')) {\r\n v = obj[p];\r\n if (v === !!v) {\r\n if (v) {\r\n if (typeof crypto != 'undefined' && crypto &&\r\n (crypto.getRandomValues || crypto.randomBytes)) {\r\n CRYPTO = v;\r\n } else {\r\n CRYPTO = !v;\r\n throw Error\r\n (bignumberError + 'crypto unavailable');\r\n }\r\n } else {\r\n CRYPTO = v;\r\n }\r\n } else {\r\n throw Error\r\n (bignumberError + p + ' not true or false: ' + v);\r\n }\r\n }\r\n\r\n // MODULO_MODE {number} Integer, 0 to 9 inclusive.\r\n // '[BigNumber Error] MODULO_MODE {not a primitive number|not an integer|out of range}: {v}'\r\n if (obj.hasOwnProperty(p = 'MODULO_MODE')) {\r\n v = obj[p];\r\n intCheck(v, 0, 9, p);\r\n MODULO_MODE = v;\r\n }\r\n\r\n // POW_PRECISION {number} Integer, 0 to MAX inclusive.\r\n // '[BigNumber Error] POW_PRECISION {not a primitive number|not an integer|out of range}: {v}'\r\n if (obj.hasOwnProperty(p = 'POW_PRECISION')) {\r\n v = obj[p];\r\n intCheck(v, 0, MAX, p);\r\n POW_PRECISION = v;\r\n }\r\n\r\n // FORMAT {object}\r\n // '[BigNumber Error] FORMAT not an object: {v}'\r\n if (obj.hasOwnProperty(p = 'FORMAT')) {\r\n v = obj[p];\r\n if (typeof v == 'object') FORMAT = v;\r\n else throw Error\r\n (bignumberError + p + ' not an object: ' + v);\r\n }\r\n\r\n // ALPHABET {string}\r\n // '[BigNumber Error] ALPHABET invalid: {v}'\r\n if (obj.hasOwnProperty(p = 'ALPHABET')) {\r\n v = obj[p];\r\n\r\n // Disallow if less than two characters,\r\n // or if it contains '+', '-', '.', whitespace, or a repeated character.\r\n if (typeof v == 'string' && !/^.?$|[+\\-.\\s]|(.).*\\1/.test(v)) {\r\n alphabetHasNormalDecimalDigits = v.slice(0, 10) == '0123456789';\r\n ALPHABET = v;\r\n } else {\r\n throw Error\r\n (bignumberError + p + ' invalid: ' + v);\r\n }\r\n }\r\n\r\n } else {\r\n\r\n // '[BigNumber Error] Object expected: {v}'\r\n throw Error\r\n (bignumberError + 'Object expected: ' + obj);\r\n }\r\n }\r\n\r\n return {\r\n DECIMAL_PLACES: DECIMAL_PLACES,\r\n ROUNDING_MODE: ROUNDING_MODE,\r\n EXPONENTIAL_AT: [TO_EXP_NEG, TO_EXP_POS],\r\n RANGE: [MIN_EXP, MAX_EXP],\r\n CRYPTO: CRYPTO,\r\n MODULO_MODE: MODULO_MODE,\r\n POW_PRECISION: POW_PRECISION,\r\n FORMAT: FORMAT,\r\n ALPHABET: ALPHABET\r\n };\r\n };\r\n\r\n\r\n /*\r\n * Return true if v is a BigNumber instance, otherwise return false.\r\n *\r\n * If BigNumber.DEBUG is true, throw if a BigNumber instance is not well-formed.\r\n *\r\n * v {any}\r\n *\r\n * '[BigNumber Error] Invalid BigNumber: {v}'\r\n */\r\n BigNumber.isBigNumber = function (v) {\r\n if (!v || v._isBigNumber !== true) return false;\r\n if (!BigNumber.DEBUG) return true;\r\n\r\n var i, n,\r\n c = v.c,\r\n e = v.e,\r\n s = v.s;\r\n\r\n out: if ({}.toString.call(c) == '[object Array]') {\r\n\r\n if ((s === 1 || s === -1) && e >= -MAX && e <= MAX && e === mathfloor(e)) {\r\n\r\n // If the first element is zero, the BigNumber value must be zero.\r\n if (c[0] === 0) {\r\n if (e === 0 && c.length === 1) return true;\r\n break out;\r\n }\r\n\r\n // Calculate number of digits that c[0] should have, based on the exponent.\r\n i = (e + 1) % LOG_BASE;\r\n if (i < 1) i += LOG_BASE;\r\n\r\n // Calculate number of digits of c[0].\r\n //if (Math.ceil(Math.log(c[0] + 1) / Math.LN10) == i) {\r\n if (String(c[0]).length == i) {\r\n\r\n for (i = 0; i < c.length; i++) {\r\n n = c[i];\r\n if (n < 0 || n >= BASE || n !== mathfloor(n)) break out;\r\n }\r\n\r\n // Last element cannot be zero, unless it is the only element.\r\n if (n !== 0) return true;\r\n }\r\n }\r\n\r\n // Infinity/NaN\r\n } else if (c === null && e === null && (s === null || s === 1 || s === -1)) {\r\n return true;\r\n }\r\n\r\n throw Error\r\n (bignumberError + 'Invalid BigNumber: ' + v);\r\n };\r\n\r\n\r\n /*\r\n * Return a new BigNumber whose value is the maximum of the arguments.\r\n *\r\n * arguments {number|string|BigNumber}\r\n */\r\n BigNumber.maximum = BigNumber.max = function () {\r\n return maxOrMin(arguments, -1);\r\n };\r\n\r\n\r\n /*\r\n * Return a new BigNumber whose value is the minimum of the arguments.\r\n *\r\n * arguments {number|string|BigNumber}\r\n */\r\n BigNumber.minimum = BigNumber.min = function () {\r\n return maxOrMin(arguments, 1);\r\n };\r\n\r\n\r\n /*\r\n * Return a new BigNumber with a random value equal to or greater than 0 and less than 1,\r\n * and with dp, or DECIMAL_PLACES if dp is omitted, decimal places (or less if trailing\r\n * zeros are produced).\r\n *\r\n * [dp] {number} Decimal places. Integer, 0 to MAX inclusive.\r\n *\r\n * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {dp}'\r\n * '[BigNumber Error] crypto unavailable'\r\n */\r\n BigNumber.random = (function () {\r\n var pow2_53 = 0x20000000000000;\r\n\r\n // Return a 53 bit integer n, where 0 <= n < 9007199254740992.\r\n // Check if Math.random() produces more than 32 bits of randomness.\r\n // If it does, assume at least 53 bits are produced, otherwise assume at least 30 bits.\r\n // 0x40000000 is 2^30, 0x800000 is 2^23, 0x1fffff is 2^21 - 1.\r\n var random53bitInt = (Math.random() * pow2_53) & 0x1fffff\r\n ? function () { return mathfloor(Math.random() * pow2_53); }\r\n : function () { return ((Math.random() * 0x40000000 | 0) * 0x800000) +\r\n (Math.random() * 0x800000 | 0); };\r\n\r\n return function (dp) {\r\n var a, b, e, k, v,\r\n i = 0,\r\n c = [],\r\n rand = new BigNumber(ONE);\r\n\r\n if (dp == null) dp = DECIMAL_PLACES;\r\n else intCheck(dp, 0, MAX);\r\n\r\n k = mathceil(dp / LOG_BASE);\r\n\r\n if (CRYPTO) {\r\n\r\n // Browsers supporting crypto.getRandomValues.\r\n if (crypto.getRandomValues) {\r\n\r\n a = crypto.getRandomValues(new Uint32Array(k *= 2));\r\n\r\n for (; i < k;) {\r\n\r\n // 53 bits:\r\n // ((Math.pow(2, 32) - 1) * Math.pow(2, 21)).toString(2)\r\n // 11111 11111111 11111111 11111111 11100000 00000000 00000000\r\n // ((Math.pow(2, 32) - 1) >>> 11).toString(2)\r\n // 11111 11111111 11111111\r\n // 0x20000 is 2^21.\r\n v = a[i] * 0x20000 + (a[i + 1] >>> 11);\r\n\r\n // Rejection sampling:\r\n // 0 <= v < 9007199254740992\r\n // Probability that v >= 9e15, is\r\n // 7199254740992 / 9007199254740992 ~= 0.0008, i.e. 1 in 1251\r\n if (v >= 9e15) {\r\n b = crypto.getRandomValues(new Uint32Array(2));\r\n a[i] = b[0];\r\n a[i + 1] = b[1];\r\n } else {\r\n\r\n // 0 <= v <= 8999999999999999\r\n // 0 <= (v % 1e14) <= 99999999999999\r\n c.push(v % 1e14);\r\n i += 2;\r\n }\r\n }\r\n i = k / 2;\r\n\r\n // Node.js supporting crypto.randomBytes.\r\n } else if (crypto.randomBytes) {\r\n\r\n // buffer\r\n a = crypto.randomBytes(k *= 7);\r\n\r\n for (; i < k;) {\r\n\r\n // 0x1000000000000 is 2^48, 0x10000000000 is 2^40\r\n // 0x100000000 is 2^32, 0x1000000 is 2^24\r\n // 11111 11111111 11111111 11111111 11111111 11111111 11111111\r\n // 0 <= v < 9007199254740992\r\n v = ((a[i] & 31) * 0x1000000000000) + (a[i + 1] * 0x10000000000) +\r\n (a[i + 2] * 0x100000000) + (a[i + 3] * 0x1000000) +\r\n (a[i + 4] << 16) + (a[i + 5] << 8) + a[i + 6];\r\n\r\n if (v >= 9e15) {\r\n crypto.randomBytes(7).copy(a, i);\r\n } else {\r\n\r\n // 0 <= (v % 1e14) <= 99999999999999\r\n c.push(v % 1e14);\r\n i += 7;\r\n }\r\n }\r\n i = k / 7;\r\n } else {\r\n CRYPTO = false;\r\n throw Error\r\n (bignumberError + 'crypto unavailable');\r\n }\r\n }\r\n\r\n // Use Math.random.\r\n if (!CRYPTO) {\r\n\r\n for (; i < k;) {\r\n v = random53bitInt();\r\n if (v < 9e15) c[i++] = v % 1e14;\r\n }\r\n }\r\n\r\n k = c[--i];\r\n dp %= LOG_BASE;\r\n\r\n // Convert trailing digits to zeros according to dp.\r\n if (k && dp) {\r\n v = POWS_TEN[LOG_BASE - dp];\r\n c[i] = mathfloor(k / v) * v;\r\n }\r\n\r\n // Remove trailing elements which are zero.\r\n for (; c[i] === 0; c.pop(), i--);\r\n\r\n // Zero?\r\n if (i < 0) {\r\n c = [e = 0];\r\n } else {\r\n\r\n // Remove leading elements which are zero and adjust exponent accordingly.\r\n for (e = -1 ; c[0] === 0; c.splice(0, 1), e -= LOG_BASE);\r\n\r\n // Count the digits of the first element of c to determine leading zeros, and...\r\n for (i = 1, v = c[0]; v >= 10; v /= 10, i++);\r\n\r\n // adjust the exponent accordingly.\r\n if (i < LOG_BASE) e -= LOG_BASE - i;\r\n }\r\n\r\n rand.e = e;\r\n rand.c = c;\r\n return rand;\r\n };\r\n })();\r\n\r\n\r\n /*\r\n * Return a BigNumber whose value is the sum of the arguments.\r\n *\r\n * arguments {number|string|BigNumber}\r\n */\r\n BigNumber.sum = function () {\r\n var i = 1,\r\n args = arguments,\r\n sum = new BigNumber(args[0]);\r\n for (; i < args.length;) sum = sum.plus(args[i++]);\r\n return sum;\r\n };\r\n\r\n\r\n // PRIVATE FUNCTIONS\r\n\r\n\r\n // Called by BigNumber and BigNumber.prototype.toString.\r\n convertBase = (function () {\r\n var decimal = '0123456789';\r\n\r\n /*\r\n * Convert string of baseIn to an array of numbers of baseOut.\r\n * Eg. toBaseOut('255', 10, 16) returns [15, 15].\r\n * Eg. toBaseOut('ff', 16, 10) returns [2, 5, 5].\r\n */\r\n function toBaseOut(str, baseIn, baseOut, alphabet) {\r\n var j,\r\n arr = [0],\r\n arrL,\r\n i = 0,\r\n len = str.length;\r\n\r\n for (; i < len;) {\r\n for (arrL = arr.length; arrL--; arr[arrL] *= baseIn);\r\n\r\n arr[0] += alphabet.indexOf(str.charAt(i++));\r\n\r\n for (j = 0; j < arr.length; j++) {\r\n\r\n if (arr[j] > baseOut - 1) {\r\n if (arr[j + 1] == null) arr[j + 1] = 0;\r\n arr[j + 1] += arr[j] / baseOut | 0;\r\n arr[j] %= baseOut;\r\n }\r\n }\r\n }\r\n\r\n return arr.reverse();\r\n }\r\n\r\n // Convert a numeric string of baseIn to a numeric string of baseOut.\r\n // If the caller is toString, we are converting from base 10 to baseOut.\r\n // If the caller is BigNumber, we are converting from baseIn to base 10.\r\n return function (str, baseIn, baseOut, sign, callerIsToString) {\r\n var alphabet, d, e, k, r, x, xc, y,\r\n i = str.indexOf('.'),\r\n dp = DECIMAL_PLACES,\r\n rm = ROUNDING_MODE;\r\n\r\n // Non-integer.\r\n if (i >= 0) {\r\n k = POW_PRECISION;\r\n\r\n // Unlimited precision.\r\n POW_PRECISION = 0;\r\n str = str.replace('.', '');\r\n y = new BigNumber(baseIn);\r\n x = y.pow(str.length - i);\r\n POW_PRECISION = k;\r\n\r\n // Convert str as if an integer, then restore the fraction part by dividing the\r\n // result by its base raised to a power.\r\n\r\n y.c = toBaseOut(toFixedPoint(coeffToString(x.c), x.e, '0'),\r\n 10, baseOut, decimal);\r\n y.e = y.c.length;\r\n }\r\n\r\n // Convert the number as integer.\r\n\r\n xc = toBaseOut(str, baseIn, baseOut, callerIsToString\r\n ? (alphabet = ALPHABET, decimal)\r\n : (alphabet = decimal, ALPHABET));\r\n\r\n // xc now represents str as an integer and converted to baseOut. e is the exponent.\r\n e = k = xc.length;\r\n\r\n // Remove trailing zeros.\r\n for (; xc[--k] == 0; xc.pop());\r\n\r\n // Zero?\r\n if (!xc[0]) return alphabet.charAt(0);\r\n\r\n // Does str represent an integer? If so, no need for the division.\r\n if (i < 0) {\r\n --e;\r\n } else {\r\n x.c = xc;\r\n x.e = e;\r\n\r\n // The sign is needed for correct rounding.\r\n x.s = sign;\r\n x = div(x, y, dp, rm, baseOut);\r\n xc = x.c;\r\n r = x.r;\r\n e = x.e;\r\n }\r\n\r\n // xc now represents str converted to baseOut.\r\n\r\n // The index of the rounding digit.\r\n d = e + dp + 1;\r\n\r\n // The rounding digit: the digit to the right of the digit that may be rounded up.\r\n i = xc[d];\r\n\r\n // Look at the rounding digits and mode to determine whether to round up.\r\n\r\n k = baseOut / 2;\r\n r = r || d < 0 || xc[d + 1] != null;\r\n\r\n r = rm < 4 ? (i != null || r) && (rm == 0 || rm == (x.s < 0 ? 3 : 2))\r\n : i > k || i == k &&(rm == 4 || r || rm == 6 && xc[d - 1] & 1 ||\r\n rm == (x.s < 0 ? 8 : 7));\r\n\r\n // If the index of the rounding digit is not greater than zero, or xc represents\r\n // zero, then the result of the base conversion is zero or, if rounding up, a value\r\n // such as 0.00001.\r\n if (d < 1 || !xc[0]) {\r\n\r\n // 1^-dp or 0\r\n str = r ? toFixedPoint(alphabet.charAt(1), -dp, alphabet.charAt(0)) : alphabet.charAt(0);\r\n } else {\r\n\r\n // Truncate xc to the required number of decimal places.\r\n xc.length = d;\r\n\r\n // Round up?\r\n if (r) {\r\n\r\n // Rounding up may mean the previous digit has to be rounded up and so on.\r\n for (--baseOut; ++xc[--d] > baseOut;) {\r\n xc[d] = 0;\r\n\r\n if (!d) {\r\n ++e;\r\n xc = [1].concat(xc);\r\n }\r\n }\r\n }\r\n\r\n // Determine trailing zeros.\r\n for (k = xc.length; !xc[--k];);\r\n\r\n // E.g. [4, 11, 15] becomes 4bf.\r\n for (i = 0, str = ''; i <= k; str += alphabet.charAt(xc[i++]));\r\n\r\n // Add leading zeros, decimal point and trailing zeros as required.\r\n str = toFixedPoint(str, e, alphabet.charAt(0));\r\n }\r\n\r\n // The caller will add the sign.\r\n return str;\r\n };\r\n })();\r\n\r\n\r\n // Perform division in the specified base. Called by div and convertBase.\r\n div = (function () {\r\n\r\n // Assume non-zero x and k.\r\n function multiply(x, k, base) {\r\n var m, temp, xlo, xhi,\r\n carry = 0,\r\n i = x.length,\r\n klo = k % SQRT_BASE,\r\n khi = k / SQRT_BASE | 0;\r\n\r\n for (x = x.slice(); i--;) {\r\n xlo = x[i] % SQRT_BASE;\r\n xhi = x[i] / SQRT_BASE | 0;\r\n m = khi * xlo + xhi * klo;\r\n temp = klo * xlo + ((m % SQRT_BASE) * SQRT_BASE) + carry;\r\n carry = (temp / base | 0) + (m / SQRT_BASE | 0) + khi * xhi;\r\n x[i] = temp % base;\r\n }\r\n\r\n if (carry) x = [carry].concat(x);\r\n\r\n return x;\r\n }\r\n\r\n function compare(a, b, aL, bL) {\r\n var i, cmp;\r\n\r\n if (aL != bL) {\r\n cmp = aL > bL ? 1 : -1;\r\n } else {\r\n\r\n for (i = cmp = 0; i < aL; i++) {\r\n\r\n if (a[i] != b[i]) {\r\n cmp = a[i] > b[i] ? 1 : -1;\r\n break;\r\n }\r\n }\r\n }\r\n\r\n return cmp;\r\n }\r\n\r\n function subtract(a, b, aL, base) {\r\n var i = 0;\r\n\r\n // Subtract b from a.\r\n for (; aL--;) {\r\n a[aL] -= i;\r\n i = a[aL] < b[aL] ? 1 : 0;\r\n a[aL] = i * base + a[aL] - b[aL];\r\n }\r\n\r\n // Remove leading zeros.\r\n for (; !a[0] && a.length > 1; a.splice(0, 1));\r\n }\r\n\r\n // x: dividend, y: divisor.\r\n return function (x, y, dp, rm, base) {\r\n var cmp, e, i, more, n, prod, prodL, q, qc, rem, remL, rem0, xi, xL, yc0,\r\n yL, yz,\r\n s = x.s == y.s ? 1 : -1,\r\n xc = x.c,\r\n yc = y.c;\r\n\r\n // Either NaN, Infinity or 0?\r\n if (!xc || !xc[0] || !yc || !yc[0]) {\r\n\r\n return new BigNumber(\r\n\r\n // Return NaN if either NaN, or both Infinity or 0.\r\n !x.s || !y.s || (xc ? yc && xc[0] == yc[0] : !yc) ? NaN :\r\n\r\n // Return ±0 if x is ±0 or y is ±Infinity, or return ±Infinity as y is ±0.\r\n xc && xc[0] == 0 || !yc ? s * 0 : s / 0\r\n );\r\n }\r\n\r\n q = new BigNumber(s);\r\n qc = q.c = [];\r\n e = x.e - y.e;\r\n s = dp + e + 1;\r\n\r\n if (!base) {\r\n base = BASE;\r\n e = bitFloor(x.e / LOG_BASE) - bitFloor(y.e / LOG_BASE);\r\n s = s / LOG_BASE | 0;\r\n }\r\n\r\n // Result exponent may be one less then the current value of e.\r\n // The coefficients of the BigNumbers from convertBase may have trailing zeros.\r\n for (i = 0; yc[i] == (xc[i] || 0); i++);\r\n\r\n if (yc[i] > (xc[i] || 0)) e--;\r\n\r\n if (s < 0) {\r\n qc.push(1);\r\n more = true;\r\n } else {\r\n xL = xc.length;\r\n yL = yc.length;\r\n i = 0;\r\n s += 2;\r\n\r\n // Normalise xc and yc so highest order digit of yc is >= base / 2.\r\n\r\n n = mathfloor(base / (yc[0] + 1));\r\n\r\n // Not necessary, but to handle odd bases where yc[0] == (base / 2) - 1.\r\n // if (n > 1 || n++ == 1 && yc[0] < base / 2) {\r\n if (n > 1) {\r\n yc = multiply(yc, n, base);\r\n xc = multiply(xc, n, base);\r\n yL = yc.length;\r\n xL = xc.length;\r\n }\r\n\r\n xi = yL;\r\n rem = xc.slice(0, yL);\r\n remL = rem.length;\r\n\r\n // Add zeros to make remainder as long as divisor.\r\n for (; remL < yL; rem[remL++] = 0);\r\n yz = yc.slice();\r\n yz = [0].concat(yz);\r\n yc0 = yc[0];\r\n if (yc[1] >= base / 2) yc0++;\r\n // Not necessary, but to prevent trial digit n > base, when using base 3.\r\n // else if (base == 3 && yc0 == 1) yc0 = 1 + 1e-15;\r\n\r\n do {\r\n n = 0;\r\n\r\n // Compare divisor and remainder.\r\n cmp = compare(yc, rem, yL, remL);\r\n\r\n // If divisor < remainder.\r\n if (cmp < 0) {\r\n\r\n // Calculate trial digit, n.\r\n\r\n rem0 = rem[0];\r\n if (yL != remL) rem0 = rem0 * base + (rem[1] || 0);\r\n\r\n // n is how many times the divisor goes into the current remainder.\r\n n = mathfloor(rem0 / yc0);\r\n\r\n // Algorithm:\r\n // product = divisor multiplied by trial digit (n).\r\n // Compare product and remainder.\r\n // If product is greater than remainder:\r\n // Subtract divisor from product, decrement trial digit.\r\n // Subtract product from remainder.\r\n // If product was less than remainder at the last compare:\r\n // Compare new remainder and divisor.\r\n // If remainder is greater than divisor:\r\n // Subtract divisor from remainder, increment trial digit.\r\n\r\n if (n > 1) {\r\n\r\n // n may be > base only when base is 3.\r\n if (n >= base) n = base - 1;\r\n\r\n // product = divisor * trial digit.\r\n prod = multiply(yc, n, base);\r\n prodL = prod.length;\r\n remL = rem.length;\r\n\r\n // Compare product and remainder.\r\n // If product > remainder then trial digit n too high.\r\n // n is 1 too high about 5% of the time, and is not known to have\r\n // ever been more than 1 too high.\r\n while (compare(prod, rem, prodL, remL) == 1) {\r\n n--;\r\n\r\n // Subtract divisor from product.\r\n subtract(prod, yL < prodL ? yz : yc, prodL, base);\r\n prodL = prod.length;\r\n cmp = 1;\r\n }\r\n } else {\r\n\r\n // n is 0 or 1, cmp is -1.\r\n // If n is 0, there is no need to compare yc and rem again below,\r\n // so change cmp to 1 to avoid it.\r\n // If n is 1, leave cmp as -1, so yc and rem are compared again.\r\n if (n == 0) {\r\n\r\n // divisor < remainder, so n must be at least 1.\r\n cmp = n = 1;\r\n }\r\n\r\n // product = divisor\r\n prod = yc.slice();\r\n prodL = prod.length;\r\n }\r\n\r\n if (prodL < remL) prod = [0].concat(prod);\r\n\r\n // Subtract product from remainder.\r\n subtract(rem, prod, remL, base);\r\n remL = rem.length;\r\n\r\n // If product was < remainder.\r\n if (cmp == -1) {\r\n\r\n // Compare divisor and new remainder.\r\n // If divisor < new remainder, subtract divisor from remainder.\r\n // Trial digit n too low.\r\n // n is 1 too low about 5% of the time, and very rarely 2 too low.\r\n while (compare(yc, rem, yL, remL) < 1) {\r\n n++;\r\n\r\n // Subtract divisor from remainder.\r\n subtract(rem, yL < remL ? yz : yc, remL, base);\r\n remL = rem.length;\r\n }\r\n }\r\n } else if (cmp === 0) {\r\n n++;\r\n rem = [0];\r\n } // else cmp === 1 and n will be 0\r\n\r\n // Add the next digit, n, to the result array.\r\n qc[i++] = n;\r\n\r\n // Update the remainder.\r\n if (rem[0]) {\r\n rem[remL++] = xc[xi] || 0;\r\n } else {\r\n rem = [xc[xi]];\r\n remL = 1;\r\n }\r\n } while ((xi++ < xL || rem[0] != null) && s--);\r\n\r\n more = rem[0] != null;\r\n\r\n // Leading zero?\r\n if (!qc[0]) qc.splice(0, 1);\r\n }\r\n\r\n if (base == BASE) {\r\n\r\n // To calculate q.e, first get the number of digits of qc[0].\r\n for (i = 1, s = qc[0]; s >= 10; s /= 10, i++);\r\n\r\n round(q, dp + (q.e = i + e * LOG_BASE - 1) + 1, rm, more);\r\n\r\n // Caller is convertBase.\r\n } else {\r\n q.e = e;\r\n q.r = +more;\r\n }\r\n\r\n return q;\r\n };\r\n })();\r\n\r\n\r\n /*\r\n * Return a string representing the value of BigNumber n in fixed-point or exponential\r\n * notation rounded to the specified decimal places or significant digits.\r\n *\r\n * n: a BigNumber.\r\n * i: the index of the last digit required (i.e. the digit that may be rounded up).\r\n * rm: the rounding mode.\r\n * id: 1 (toExponential) or 2 (toPrecision).\r\n */\r\n function format(n, i, rm, id) {\r\n var c0, e, ne, len, str;\r\n\r\n if (rm == null) rm = ROUNDING_MODE;\r\n else intCheck(rm, 0, 8);\r\n\r\n if (!n.c) return n.toString();\r\n\r\n c0 = n.c[0];\r\n ne = n.e;\r\n\r\n if (i == null) {\r\n str = coeffToString(n.c);\r\n str = id == 1 || id == 2 && (ne <= TO_EXP_NEG || ne >= TO_EXP_POS)\r\n ? toExponential(str, ne)\r\n : toFixedPoint(str, ne, '0');\r\n } else {\r\n n = round(new BigNumber(n), i, rm);\r\n\r\n // n.e may have changed if the value was rounded up.\r\n e = n.e;\r\n\r\n str = coeffToString(n.c);\r\n len = str.length;\r\n\r\n // toPrecision returns exponential notation if the number of significant digits\r\n // specified is less than the number of digits necessary to represent the integer\r\n // part of the value in fixed-point notation.\r\n\r\n // Exponential notation.\r\n if (id == 1 || id == 2 && (i <= e || e <= TO_EXP_NEG)) {\r\n\r\n // Append zeros?\r\n for (; len < i; str += '0', len++);\r\n str = toExponential(str, e);\r\n\r\n // Fixed-point notation.\r\n } else {\r\n i -= ne + (id === 2 && e > ne);\r\n str = toFixedPoint(str, e, '0');\r\n\r\n // Append zeros?\r\n if (e + 1 > len) {\r\n if (--i > 0) for (str += '.'; i--; str += '0');\r\n } else {\r\n i += e - len;\r\n if (i > 0) {\r\n if (e + 1 == len) str += '.';\r\n for (; i--; str += '0');\r\n }\r\n }\r\n }\r\n }\r\n\r\n return n.s < 0 && c0 ? '-' + str : str;\r\n }\r\n\r\n\r\n // Handle BigNumber.max and BigNumber.min.\r\n // If any number is NaN, return NaN.\r\n function maxOrMin(args, n) {\r\n var k, y,\r\n i = 1,\r\n x = new BigNumber(args[0]);\r\n\r\n for (; i < args.length; i++) {\r\n y = new BigNumber(args[i]);\r\n if (!y.s || (k = compare(x, y)) === n || k === 0 && x.s === n) {\r\n x = y;\r\n }\r\n }\r\n\r\n return x;\r\n }\r\n\r\n\r\n /*\r\n * Strip trailing zeros, calculate base 10 exponent and check against MIN_EXP and MAX_EXP.\r\n * Called by minus, plus and times.\r\n */\r\n function normalise(n, c, e) {\r\n var i = 1,\r\n j = c.length;\r\n\r\n // Remove trailing zeros.\r\n for (; !c[--j]; c.pop());\r\n\r\n // Calculate the base 10 exponent. First get the number of digits of c[0].\r\n for (j = c[0]; j >= 10; j /= 10, i++);\r\n\r\n // Overflow?\r\n if ((e = i + e * LOG_BASE - 1) > MAX_EXP) {\r\n\r\n // Infinity.\r\n n.c = n.e = null;\r\n\r\n // Underflow?\r\n } else if (e < MIN_EXP) {\r\n\r\n // Zero.\r\n n.c = [n.e = 0];\r\n } else {\r\n n.e = e;\r\n n.c = c;\r\n }\r\n\r\n return n;\r\n }\r\n\r\n\r\n // Handle values that fail the validity test in BigNumber.\r\n parseNumeric = (function () {\r\n var basePrefix = /^(-?)0([xbo])(?=\\w[\\w.]*$)/i,\r\n dotAfter = /^([^.]+)\\.$/,\r\n dotBefore = /^\\.([^.]+)$/,\r\n isInfinityOrNaN = /^-?(Infinity|NaN)$/,\r\n whitespaceOrPlus = /^\\s*\\+(?=[\\w.])|^\\s+|\\s+$/g;\r\n\r\n return function (x, str, isNum, b) {\r\n var base,\r\n s = isNum ? str : str.replace(whitespaceOrPlus, '');\r\n\r\n // No exception on ±Infinity or NaN.\r\n if (isInfinityOrNaN.test(s)) {\r\n x.s = isNaN(s) ? null : s < 0 ? -1 : 1;\r\n } else {\r\n if (!isNum) {\r\n\r\n // basePrefix = /^(-?)0([xbo])(?=\\w[\\w.]*$)/i\r\n s = s.replace(basePrefix, function (m, p1, p2) {\r\n base = (p2 = p2.toLowerCase()) == 'x' ? 16 : p2 == 'b' ? 2 : 8;\r\n return !b || b == base ? p1 : m;\r\n });\r\n\r\n if (b) {\r\n base = b;\r\n\r\n // E.g. '1.' to '1', '.1' to '0.1'\r\n s = s.replace(dotAfter, '$1').replace(dotBefore, '0.$1');\r\n }\r\n\r\n if (str != s) return new BigNumber(s, base);\r\n }\r\n\r\n // '[BigNumber Error] Not a number: {n}'\r\n // '[BigNumber Error] Not a base {b} number: {n}'\r\n if (BigNumber.DEBUG) {\r\n throw Error\r\n (bignumberError + 'Not a' + (b ? ' base ' + b : '') + ' number: ' + str);\r\n }\r\n\r\n // NaN\r\n x.s = null;\r\n }\r\n\r\n x.c = x.e = null;\r\n }\r\n })();\r\n\r\n\r\n /*\r\n * Round x to sd significant digits using rounding mode rm. Check for over/under-flow.\r\n * If r is truthy, it is known that there are more digits after the rounding digit.\r\n */\r\n function round(x, sd, rm, r) {\r\n var d, i, j, k, n, ni, rd,\r\n xc = x.c,\r\n pows10 = POWS_TEN;\r\n\r\n // if x is not Infinity or NaN...\r\n if (xc) {\r\n\r\n // rd is the rounding digit, i.e. the digit after the digit that may be rounded up.\r\n // n is a base 1e14 number, the value of the element of array x.c containing rd.\r\n // ni is the index of n within x.c.\r\n // d is the number of digits of n.\r\n // i is the index of rd within n including leading zeros.\r\n // j is the actual index of rd within n (if < 0, rd is a leading zero).\r\n out: {\r\n\r\n // Get the number of digits of the first element of xc.\r\n for (d = 1, k = xc[0]; k >= 10; k /= 10, d++);\r\n i = sd - d;\r\n\r\n // If the rounding digit is in the first element of xc...\r\n if (i < 0) {\r\n i += LOG_BASE;\r\n j = sd;\r\n n = xc[ni = 0];\r\n\r\n // Get the rounding digit at index j of n.\r\n rd = mathfloor(n / pows10[d - j - 1] % 10);\r\n } else {\r\n ni = mathceil((i + 1) / LOG_BASE);\r\n\r\n if (ni >= xc.length) {\r\n\r\n if (r) {\r\n\r\n // Needed by sqrt.\r\n for (; xc.length <= ni; xc.push(0));\r\n n = rd = 0;\r\n d = 1;\r\n i %= LOG_BASE;\r\n j = i - LOG_BASE + 1;\r\n } else {\r\n break out;\r\n }\r\n } else {\r\n n = k = xc[ni];\r\n\r\n // Get the number of digits of n.\r\n for (d = 1; k >= 10; k /= 10, d++);\r\n\r\n // Get the index of rd within n.\r\n i %= LOG_BASE;\r\n\r\n // Get the index of rd within n, adjusted for leading zeros.\r\n // The number of leading zeros of n is given by LOG_BASE - d.\r\n j = i - LOG_BASE + d;\r\n\r\n // Get the rounding digit at index j of n.\r\n rd = j < 0 ? 0 : mathfloor(n / pows10[d - j - 1] % 10);\r\n }\r\n }\r\n\r\n r = r || sd < 0 ||\r\n\r\n // Are there any non-zero digits after the rounding digit?\r\n // The expression n % pows10[d - j - 1] returns all digits of n to the right\r\n // of the digit at j, e.g. if n is 908714 and j is 2, the expression gives 714.\r\n xc[ni + 1] != null || (j < 0 ? n : n % pows10[d - j - 1]);\r\n\r\n r = rm < 4\r\n ? (rd || r) && (rm == 0 || rm == (x.s < 0 ? 3 : 2))\r\n : rd > 5 || rd == 5 && (rm == 4 || r || rm == 6 &&\r\n\r\n // Check whether the digit to the left of the rounding digit is odd.\r\n ((i > 0 ? j > 0 ? n / pows10[d - j] : 0 : xc[ni - 1]) % 10) & 1 ||\r\n rm == (x.s < 0 ? 8 : 7));\r\n\r\n if (sd < 1 || !xc[0]) {\r\n xc.length = 0;\r\n\r\n if (r) {\r\n\r\n // Convert sd to decimal places.\r\n sd -= x.e + 1;\r\n\r\n // 1, 0.1, 0.01, 0.001, 0.0001 etc.\r\n xc[0] = pows10[(LOG_BASE - sd % LOG_BASE) % LOG_BASE];\r\n x.e = -sd || 0;\r\n } else {\r\n\r\n // Zero.\r\n xc[0] = x.e = 0;\r\n }\r\n\r\n return x;\r\n }\r\n\r\n // Remove excess digits.\r\n if (i == 0) {\r\n xc.length = ni;\r\n k = 1;\r\n ni--;\r\n } else {\r\n xc.length = ni + 1;\r\n k = pows10[LOG_BASE - i];\r\n\r\n // E.g. 56700 becomes 56000 if 7 is the rounding digit.\r\n // j > 0 means i > number of leading zeros of n.\r\n xc[ni] = j > 0 ? mathfloor(n / pows10[d - j] % pows10[j]) * k : 0;\r\n }\r\n\r\n // Round up?\r\n if (r) {\r\n\r\n for (; ;) {\r\n\r\n // If the digit to be rounded up is in the first element of xc...\r\n if (ni == 0) {\r\n\r\n // i will be the length of xc[0] before k is added.\r\n for (i = 1, j = xc[0]; j >= 10; j /= 10, i++);\r\n j = xc[0] += k;\r\n for (k = 1; j >= 10; j /= 10, k++);\r\n\r\n // if i != k the length has increased.\r\n if (i != k) {\r\n x.e++;\r\n if (xc[0] == BASE) xc[0] = 1;\r\n }\r\n\r\n break;\r\n } else {\r\n xc[ni] += k;\r\n if (xc[ni] != BASE) break;\r\n xc[ni--] = 0;\r\n k = 1;\r\n }\r\n }\r\n }\r\n\r\n // Remove trailing zeros.\r\n for (i = xc.length; xc[--i] === 0; xc.pop());\r\n }\r\n\r\n // Overflow? Infinity.\r\n if (x.e > MAX_EXP) {\r\n x.c = x.e = null;\r\n\r\n // Underflow? Zero.\r\n } else if (x.e < MIN_EXP) {\r\n x.c = [x.e = 0];\r\n }\r\n }\r\n\r\n return x;\r\n }\r\n\r\n\r\n function valueOf(n) {\r\n var str,\r\n e = n.e;\r\n\r\n if (e === null) return n.toString();\r\n\r\n str = coeffToString(n.c);\r\n\r\n str = e <= TO_EXP_NEG || e >= TO_EXP_POS\r\n ? toExponential(str, e)\r\n : toFixedPoint(str, e, '0');\r\n\r\n return n.s < 0 ? '-' + str : str;\r\n }\r\n\r\n\r\n // PROTOTYPE/INSTANCE METHODS\r\n\r\n\r\n /*\r\n * Return a new BigNumber whose value is the absolute value of this BigNumber.\r\n */\r\n P.absoluteValue = P.abs = function () {\r\n var x = new BigNumber(this);\r\n if (x.s < 0) x.s = 1;\r\n return x;\r\n };\r\n\r\n\r\n /*\r\n * Return\r\n * 1 if the value of this BigNumber is greater than the value of BigNumber(y, b),\r\n * -1 if the value of this BigNumber is less than the value of BigNumber(y, b),\r\n * 0 if they have the same value,\r\n * or null if the value of either is NaN.\r\n */\r\n P.comparedTo = function (y, b) {\r\n return compare(this, new BigNumber(y, b));\r\n };\r\n\r\n\r\n /*\r\n * If dp is undefined or null or true or false, return the number of decimal places of the\r\n * value of this BigNumber, or null if the value of this BigNumber is ±Infinity or NaN.\r\n *\r\n * Otherwise, if dp is a number, return a new BigNumber whose value is the value of this\r\n * BigNumber rounded to a maximum of dp decimal places using rounding mode rm, or\r\n * ROUNDING_MODE if rm is omitted.\r\n *\r\n * [dp] {number} Decimal places: integer, 0 to MAX inclusive.\r\n * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive.\r\n *\r\n * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {dp|rm}'\r\n */\r\n P.decimalPlaces = P.dp = function (dp, rm) {\r\n var c, n, v,\r\n x = this;\r\n\r\n if (dp != null) {\r\n intCheck(dp, 0, MAX);\r\n if (rm == null) rm = ROUNDING_MODE;\r\n else intCheck(rm, 0, 8);\r\n\r\n return round(new BigNumber(x), dp + x.e + 1, rm);\r\n }\r\n\r\n if (!(c = x.c)) return null;\r\n n = ((v = c.length - 1) - bitFloor(this.e / LOG_BASE)) * LOG_BASE;\r\n\r\n // Subtract the number of trailing zeros of the last number.\r\n if (v = c[v]) for (; v % 10 == 0; v /= 10, n--);\r\n if (n < 0) n = 0;\r\n\r\n return n;\r\n };\r\n\r\n\r\n /*\r\n * n / 0 = I\r\n * n / N = N\r\n * n / I = 0\r\n * 0 / n = 0\r\n * 0 / 0 = N\r\n * 0 / N = N\r\n * 0 / I = 0\r\n * N / n = N\r\n * N / 0 = N\r\n * N / N = N\r\n * N / I = N\r\n * I / n = I\r\n * I / 0 = I\r\n * I / N = N\r\n * I / I = N\r\n *\r\n * Return a new BigNumber whose value is the value of this BigNumber divided by the value of\r\n * BigNumber(y, b), rounded according to DECIMAL_PLACES and ROUNDING_MODE.\r\n */\r\n P.dividedBy = P.div = function (y, b) {\r\n return div(this, new BigNumber(y, b), DECIMAL_PLACES, ROUNDING_MODE);\r\n };\r\n\r\n\r\n /*\r\n * Return a new BigNumber whose value is the integer part of dividing the value of this\r\n * BigNumber by the value of BigNumber(y, b).\r\n */\r\n P.dividedToIntegerBy = P.idiv = function (y, b) {\r\n return div(this, new BigNumber(y, b), 0, 1);\r\n };\r\n\r\n\r\n /*\r\n * Return a BigNumber whose value is the value of this BigNumber exponentiated by n.\r\n *\r\n * If m is present, return the result modulo m.\r\n * If n is negative round according to DECIMAL_PLACES and ROUNDING_MODE.\r\n * If POW_PRECISION is non-zero and m is not present, round to POW_PRECISION using ROUNDING_MODE.\r\n *\r\n * The modular power operation works efficiently when x, n, and m are integers, otherwise it\r\n * is equivalent to calculating x.exponentiatedBy(n).modulo(m) with a POW_PRECISION of 0.\r\n *\r\n * n {number|string|BigNumber} The exponent. An integer.\r\n * [m] {number|string|BigNumber} The modulus.\r\n *\r\n * '[BigNumber Error] Exponent not an integer: {n}'\r\n */\r\n P.exponentiatedBy = P.pow = function (n, m) {\r\n var half, isModExp, i, k, more, nIsBig, nIsNeg, nIsOdd, y,\r\n x = this;\r\n\r\n n = new BigNumber(n);\r\n\r\n // Allow NaN and ±Infinity, but not other non-integers.\r\n if (n.c && !n.isInteger()) {\r\n throw Error\r\n (bignumberError + 'Exponent not an integer: ' + valueOf(n));\r\n }\r\n\r\n if (m != null) m = new BigNumber(m);\r\n\r\n // Exponent of MAX_SAFE_INTEGER is 15.\r\n nIsBig = n.e > 14;\r\n\r\n // If x is NaN, ±Infinity, ±0 or ±1, or n is ±Infinity, NaN or ±0.\r\n if (!x.c || !x.c[0] || x.c[0] == 1 && !x.e && x.c.length == 1 || !n.c || !n.c[0]) {\r\n\r\n // The sign of the result of pow when x is negative depends on the evenness of n.\r\n // If +n overflows to ±Infinity, the evenness of n would be not be known.\r\n y = new BigNumber(Math.pow(+valueOf(x), nIsBig ? n.s * (2 - isOdd(n)) : +valueOf(n)));\r\n return m ? y.mod(m) : y;\r\n }\r\n\r\n nIsNeg = n.s < 0;\r\n\r\n if (m) {\r\n\r\n // x % m returns NaN if abs(m) is zero, or m is NaN.\r\n if (m.c ? !m.c[0] : !m.s) return new BigNumber(NaN);\r\n\r\n isModExp = !nIsNeg && x.isInteger() && m.isInteger();\r\n\r\n if (isModExp) x = x.mod(m);\r\n\r\n // Overflow to ±Infinity: >=2**1e10 or >=1.0000024**1e15.\r\n // Underflow to ±0: <=0.79**1e10 or <=0.9999975**1e15.\r\n } else if (n.e > 9 && (x.e > 0 || x.e < -1 || (x.e == 0\r\n // [1, 240000000]\r\n ? x.c[0] > 1 || nIsBig && x.c[1] >= 24e7\r\n // [80000000000000] [99999750000000]\r\n : x.c[0] < 8e13 || nIsBig && x.c[0] <= 9999975e7))) {\r\n\r\n // If x is negative and n is odd, k = -0, else k = 0.\r\n k = x.s < 0 && isOdd(n) ? -0 : 0;\r\n\r\n // If x >= 1, k = ±Infinity.\r\n if (x.e > -1) k = 1 / k;\r\n\r\n // If n is negative return ±0, else return ±Infinity.\r\n return new BigNumber(nIsNeg ? 1 / k : k);\r\n\r\n } else if (POW_PRECISION) {\r\n\r\n // Truncating each coefficient array to a length of k after each multiplication\r\n // equates to truncating significant digits to POW_PRECISION + [28, 41],\r\n // i.e. there will be a minimum of 28 guard digits retained.\r\n k = mathceil(POW_PRECISION / LOG_BASE + 2);\r\n }\r\n\r\n if (nIsBig) {\r\n half = new BigNumber(0.5);\r\n if (nIsNeg) n.s = 1;\r\n nIsOdd = isOdd(n);\r\n } else {\r\n i = Math.abs(+valueOf(n));\r\n nIsOdd = i % 2;\r\n }\r\n\r\n y = new BigNumber(ONE);\r\n\r\n // Performs 54 loop iterations for n of 9007199254740991.\r\n for (; ;) {\r\n\r\n if (nIsOdd) {\r\n y = y.times(x);\r\n if (!y.c) break;\r\n\r\n if (k) {\r\n if (y.c.length > k) y.c.length = k;\r\n } else if (isModExp) {\r\n y = y.mod(m); //y = y.minus(div(y, m, 0, MODULO_MODE).times(m));\r\n }\r\n }\r\n\r\n if (i) {\r\n i = mathfloor(i / 2);\r\n if (i === 0) break;\r\n nIsOdd = i % 2;\r\n } else {\r\n n = n.times(half);\r\n round(n, n.e + 1, 1);\r\n\r\n if (n.e > 14) {\r\n nIsOdd = isOdd(n);\r\n } else {\r\n i = +valueOf(n);\r\n if (i === 0) break;\r\n nIsOdd = i % 2;\r\n }\r\n }\r\n\r\n x = x.times(x);\r\n\r\n if (k) {\r\n if (x.c && x.c.length > k) x.c.length = k;\r\n } else if (isModExp) {\r\n x = x.mod(m); //x = x.minus(div(x, m, 0, MODULO_MODE).times(m));\r\n }\r\n }\r\n\r\n if (isModExp) return y;\r\n if (nIsNeg) y = ONE.div(y);\r\n\r\n return m ? y.mod(m) : k ? round(y, POW_PRECISION, ROUNDING_MODE, more) : y;\r\n };\r\n\r\n\r\n /*\r\n * Return a new BigNumber whose value is the value of this BigNumber rounded to an integer\r\n * using rounding mode rm, or ROUNDING_MODE if rm is omitted.\r\n *\r\n * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive.\r\n *\r\n * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {rm}'\r\n */\r\n P.integerValue = function (rm) {\r\n var n = new BigNumber(this);\r\n if (rm == null) rm = ROUNDING_MODE;\r\n else intCheck(rm, 0, 8);\r\n return round(n, n.e + 1, rm);\r\n };\r\n\r\n\r\n /*\r\n * Return true if the value of this BigNumber is equal to the value of BigNumber(y, b),\r\n * otherwise return false.\r\n */\r\n P.isEqualTo = P.eq = function (y, b) {\r\n return compare(this, new BigNumber(y, b)) === 0;\r\n };\r\n\r\n\r\n /*\r\n * Return true if the value of this BigNumber is a finite number, otherwise return false.\r\n */\r\n P.isFinite = function () {\r\n return !!this.c;\r\n };\r\n\r\n\r\n /*\r\n * Return true if the value of this BigNumber is greater than the value of BigNumber(y, b),\r\n * otherwise return false.\r\n */\r\n P.isGreaterThan = P.gt = function (y, b) {\r\n return compare(this, new BigNumber(y, b)) > 0;\r\n };\r\n\r\n\r\n /*\r\n * Return true if the value of this BigNumber is greater than or equal to the value of\r\n * BigNumber(y, b), otherwise return false.\r\n */\r\n P.isGreaterThanOrEqualTo = P.gte = function (y, b) {\r\n return (b = compare(this, new BigNumber(y, b))) === 1 || b === 0;\r\n\r\n };\r\n\r\n\r\n /*\r\n * Return true if the value of this BigNumber is an integer, otherwise return false.\r\n */\r\n P.isInteger = function () {\r\n return !!this.c && bitFloor(this.e / LOG_BASE) > this.c.length - 2;\r\n };\r\n\r\n\r\n /*\r\n * Return true if the value of this BigNumber is less than the value of BigNumber(y, b),\r\n * otherwise return false.\r\n */\r\n P.isLessThan = P.lt = function (y, b) {\r\n return compare(this, new BigNumber(y, b)) < 0;\r\n };\r\n\r\n\r\n /*\r\n * Return true if the value of this BigNumber is less than or equal to the value of\r\n * BigNumber(y, b), otherwise return false.\r\n */\r\n P.isLessThanOrEqualTo = P.lte = function (y, b) {\r\n return (b = compare(this, new BigNumber(y, b))) === -1 || b === 0;\r\n };\r\n\r\n\r\n /*\r\n * Return true if the value of this BigNumber is NaN, otherwise return false.\r\n */\r\n P.isNaN = function () {\r\n return !this.s;\r\n };\r\n\r\n\r\n /*\r\n * Return true if the value of this BigNumber is negative, otherwise return false.\r\n */\r\n P.isNegative = function () {\r\n return this.s < 0;\r\n };\r\n\r\n\r\n /*\r\n * Return true if the value of this BigNumber is positive, otherwise return false.\r\n */\r\n P.isPositive = function () {\r\n return this.s > 0;\r\n };\r\n\r\n\r\n /*\r\n * Return true if the value of this BigNumber is 0 or -0, otherwise return false.\r\n */\r\n P.isZero = function () {\r\n return !!this.c && this.c[0] == 0;\r\n };\r\n\r\n\r\n /*\r\n * n - 0 = n\r\n * n - N = N\r\n * n - I = -I\r\n * 0 - n = -n\r\n * 0 - 0 = 0\r\n * 0 - N = N\r\n * 0 - I = -I\r\n * N - n = N\r\n * N - 0 = N\r\n * N - N = N\r\n * N - I = N\r\n * I - n = I\r\n * I - 0 = I\r\n * I - N = N\r\n * I - I = N\r\n *\r\n * Return a new BigNumber whose value is the value of this BigNumber minus the value of\r\n * BigNumber(y, b).\r\n */\r\n P.minus = function (y, b) {\r\n var i, j, t, xLTy,\r\n x = this,\r\n a = x.s;\r\n\r\n y = new BigNumber(y, b);\r\n b = y.s;\r\n\r\n // Either NaN?\r\n if (!a || !b) return new BigNumber(NaN);\r\n\r\n // Signs differ?\r\n if (a != b) {\r\n y.s = -b;\r\n return x.plus(y);\r\n }\r\n\r\n var xe = x.e / LOG_BASE,\r\n ye = y.e / LOG_BASE,\r\n xc = x.c,\r\n yc = y.c;\r\n\r\n if (!xe || !ye) {\r\n\r\n // Either Infinity?\r\n if (!xc || !yc) return xc ? (y.s = -b, y) : new BigNumber(yc ? x : NaN);\r\n\r\n // Either zero?\r\n if (!xc[0] || !yc[0]) {\r\n\r\n // Return y if y is non-zero, x if x is non-zero, or zero if both are zero.\r\n return yc[0] ? (y.s = -b, y) : new BigNumber(xc[0] ? x :\r\n\r\n // IEEE 754 (2008) 6.3: n - n = -0 when rounding to -Infinity\r\n ROUNDING_MODE == 3 ? -0 : 0);\r\n }\r\n }\r\n\r\n xe = bitFloor(xe);\r\n ye = bitFloor(ye);\r\n xc = xc.slice();\r\n\r\n // Determine which is the bigger number.\r\n if (a = xe - ye) {\r\n\r\n if (xLTy = a < 0) {\r\n a = -a;\r\n t = xc;\r\n } else {\r\n ye = xe;\r\n t = yc;\r\n }\r\n\r\n t.reverse();\r\n\r\n // Prepend zeros to equalise exponents.\r\n for (b = a; b--; t.push(0));\r\n t.reverse();\r\n } else {\r\n\r\n // Exponents equal. Check digit by digit.\r\n j = (xLTy = (a = xc.length) < (b = yc.length)) ? a : b;\r\n\r\n for (a = b = 0; b < j; b++) {\r\n\r\n if (xc[b] != yc[b]) {\r\n xLTy = xc[b] < yc[b];\r\n break;\r\n }\r\n }\r\n }\r\n\r\n // x < y? Point xc to the array of the bigger number.\r\n if (xLTy) {\r\n t = xc;\r\n xc = yc;\r\n yc = t;\r\n y.s = -y.s;\r\n }\r\n\r\n b = (j = yc.length) - (i = xc.length);\r\n\r\n // Append zeros to xc if shorter.\r\n // No need to add zeros to yc if shorter as subtract only needs to start at yc.length.\r\n if (b > 0) for (; b--; xc[i++] = 0);\r\n b = BASE - 1;\r\n\r\n // Subtract yc from xc.\r\n for (; j > a;) {\r\n\r\n if (xc[--j] < yc[j]) {\r\n for (i = j; i && !xc[--i]; xc[i] = b);\r\n --xc[i];\r\n xc[j] += BASE;\r\n }\r\n\r\n xc[j] -= yc[j];\r\n }\r\n\r\n // Remove leading zeros and adjust exponent accordingly.\r\n for (; xc[0] == 0; xc.splice(0, 1), --ye);\r\n\r\n // Zero?\r\n if (!xc[0]) {\r\n\r\n // Following IEEE 754 (2008) 6.3,\r\n // n - n = +0 but n - n = -0 when rounding towards -Infinity.\r\n y.s = ROUNDING_MODE == 3 ? -1 : 1;\r\n y.c = [y.e = 0];\r\n return y;\r\n }\r\n\r\n // No need to check for Infinity as +x - +y != Infinity && -x - -y != Infinity\r\n // for finite x and y.\r\n return normalise(y, xc, ye);\r\n };\r\n\r\n\r\n /*\r\n * n % 0 = N\r\n * n % N = N\r\n * n % I = n\r\n * 0 % n = 0\r\n * -0 % n = -0\r\n * 0 % 0 = N\r\n * 0 % N = N\r\n * 0 % I = 0\r\n * N % n = N\r\n * N % 0 = N\r\n * N % N = N\r\n * N % I = N\r\n * I % n = N\r\n * I % 0 = N\r\n * I % N = N\r\n * I % I = N\r\n *\r\n * Return a new BigNumber whose value is the value of this BigNumber modulo the value of\r\n * BigNumber(y, b). The result depends on the value of MODULO_MODE.\r\n */\r\n P.modulo = P.mod = function (y, b) {\r\n var q, s,\r\n x = this;\r\n\r\n y = new BigNumber(y, b);\r\n\r\n // Return NaN if x is Infinity or NaN, or y is NaN or zero.\r\n if (!x.c || !y.s || y.c && !y.c[0]) {\r\n return new BigNumber(NaN);\r\n\r\n // Return x if y is Infinity or x is zero.\r\n } else if (!y.c || x.c && !x.c[0]) {\r\n return new BigNumber(x);\r\n }\r\n\r\n if (MODULO_MODE == 9) {\r\n\r\n // Euclidian division: q = sign(y) * floor(x / abs(y))\r\n // r = x - qy where 0 <= r < abs(y)\r\n s = y.s;\r\n y.s = 1;\r\n q = div(x, y, 0, 3);\r\n y.s = s;\r\n q.s *= s;\r\n } else {\r\n q = div(x, y, 0, MODULO_MODE);\r\n }\r\n\r\n y = x.minus(q.times(y));\r\n\r\n // To match JavaScript %, ensure sign of zero is sign of dividend.\r\n if (!y.c[0] && MODULO_MODE == 1) y.s = x.s;\r\n\r\n return y;\r\n };\r\n\r\n\r\n /*\r\n * n * 0 = 0\r\n * n * N = N\r\n * n * I = I\r\n * 0 * n = 0\r\n * 0 * 0 = 0\r\n * 0 * N = N\r\n * 0 * I = N\r\n * N * n = N\r\n * N * 0 = N\r\n * N * N = N\r\n * N * I = N\r\n * I * n = I\r\n * I * 0 = N\r\n * I * N = N\r\n * I * I = I\r\n *\r\n * Return a new BigNumber whose value is the value of this BigNumber multiplied by the value\r\n * of BigNumber(y, b).\r\n */\r\n P.multipliedBy = P.times = function (y, b) {\r\n var c, e, i, j, k, m, xcL, xlo, xhi, ycL, ylo, yhi, zc,\r\n base, sqrtBase,\r\n x = this,\r\n xc = x.c,\r\n yc = (y = new BigNumber(y, b)).c;\r\n\r\n // Either NaN, ±Infinity or ±0?\r\n if (!xc || !yc || !xc[0] || !yc[0]) {\r\n\r\n // Return NaN if either is NaN, or one is 0 and the other is Infinity.\r\n if (!x.s || !y.s || xc && !xc[0] && !yc || yc && !yc[0] && !xc) {\r\n y.c = y.e = y.s = null;\r\n } else {\r\n y.s *= x.s;\r\n\r\n // Return ±Infinity if either is ±Infinity.\r\n if (!xc || !yc) {\r\n y.c = y.e = null;\r\n\r\n // Return ±0 if either is ±0.\r\n } else {\r\n y.c = [0];\r\n y.e = 0;\r\n }\r\n }\r\n\r\n return y;\r\n }\r\n\r\n e = bitFloor(x.e / LOG_BASE) + bitFloor(y.e / LOG_BASE);\r\n y.s *= x.s;\r\n xcL = xc.length;\r\n ycL = yc.length;\r\n\r\n // Ensure xc points to longer array and xcL to its length.\r\n if (xcL < ycL) {\r\n zc = xc;\r\n xc = yc;\r\n yc = zc;\r\n i = xcL;\r\n xcL = ycL;\r\n ycL = i;\r\n }\r\n\r\n // Initialise the result array with zeros.\r\n for (i = xcL + ycL, zc = []; i--; zc.push(0));\r\n\r\n base = BASE;\r\n sqrtBase = SQRT_BASE;\r\n\r\n for (i = ycL; --i >= 0;) {\r\n c = 0;\r\n ylo = yc[i] % sqrtBase;\r\n yhi = yc[i] / sqrtBase | 0;\r\n\r\n for (k = xcL, j = i + k; j > i;) {\r\n xlo = xc[--k] % sqrtBase;\r\n xhi = xc[k] / sqrtBase | 0;\r\n m = yhi * xlo + xhi * ylo;\r\n xlo = ylo * xlo + ((m % sqrtBase) * sqrtBase) + zc[j] + c;\r\n c = (xlo / base | 0) + (m / sqrtBase | 0) + yhi * xhi;\r\n zc[j--] = xlo % base;\r\n }\r\n\r\n zc[j] = c;\r\n }\r\n\r\n if (c) {\r\n ++e;\r\n } else {\r\n zc.splice(0, 1);\r\n }\r\n\r\n return normalise(y, zc, e);\r\n };\r\n\r\n\r\n /*\r\n * Return a new BigNumber whose value is the value of this BigNumber negated,\r\n * i.e. multiplied by -1.\r\n */\r\n P.negated = function () {\r\n var x = new BigNumber(this);\r\n x.s = -x.s || null;\r\n return x;\r\n };\r\n\r\n\r\n /*\r\n * n + 0 = n\r\n * n + N = N\r\n * n + I = I\r\n * 0 + n = n\r\n * 0 + 0 = 0\r\n * 0 + N = N\r\n * 0 + I = I\r\n * N + n = N\r\n * N + 0 = N\r\n * N + N = N\r\n * N + I = N\r\n * I + n = I\r\n * I + 0 = I\r\n * I + N = N\r\n * I + I = I\r\n *\r\n * Return a new BigNumber whose value is the value of this BigNumber plus the value of\r\n * BigNumber(y, b).\r\n */\r\n P.plus = function (y, b) {\r\n var t,\r\n x = this,\r\n a = x.s;\r\n\r\n y = new BigNumber(y, b);\r\n b = y.s;\r\n\r\n // Either NaN?\r\n if (!a || !b) return new BigNumber(NaN);\r\n\r\n // Signs differ?\r\n if (a != b) {\r\n y.s = -b;\r\n return x.minus(y);\r\n }\r\n\r\n var xe = x.e / LOG_BASE,\r\n ye = y.e / LOG_BASE,\r\n xc = x.c,\r\n yc = y.c;\r\n\r\n if (!xe || !ye) {\r\n\r\n // Return ±Infinity if either ±Infinity.\r\n if (!xc || !yc) return new BigNumber(a / 0);\r\n\r\n // Either zero?\r\n // Return y if y is non-zero, x if x is non-zero, or zero if both are zero.\r\n if (!xc[0] || !yc[0]) return yc[0] ? y : new BigNumber(xc[0] ? x : a * 0);\r\n }\r\n\r\n xe = bitFloor(xe);\r\n ye = bitFloor(ye);\r\n xc = xc.slice();\r\n\r\n // Prepend zeros to equalise exponents. Faster to use reverse then do unshifts.\r\n if (a = xe - ye) {\r\n if (a > 0) {\r\n ye = xe;\r\n t = yc;\r\n } else {\r\n a = -a;\r\n t = xc;\r\n }\r\n\r\n t.reverse();\r\n for (; a--; t.push(0));\r\n t.reverse();\r\n }\r\n\r\n a = xc.length;\r\n b = yc.length;\r\n\r\n // Point xc to the longer array, and b to the shorter length.\r\n if (a - b < 0) {\r\n t = yc;\r\n yc = xc;\r\n xc = t;\r\n b = a;\r\n }\r\n\r\n // Only start adding at yc.length - 1 as the further digits of xc can be ignored.\r\n for (a = 0; b;) {\r\n a = (xc[--b] = xc[b] + yc[b] + a) / BASE | 0;\r\n xc[b] = BASE === xc[b] ? 0 : xc[b] % BASE;\r\n }\r\n\r\n if (a) {\r\n xc = [a].concat(xc);\r\n ++ye;\r\n }\r\n\r\n // No need to check for zero, as +x + +y != 0 && -x + -y != 0\r\n // ye = MAX_EXP + 1 possible\r\n return normalise(y, xc, ye);\r\n };\r\n\r\n\r\n /*\r\n * If sd is undefined or null or true or false, return the number of significant digits of\r\n * the value of this BigNumber, or null if the value of this BigNumber is ±Infinity or NaN.\r\n * If sd is true include integer-part trailing zeros in the count.\r\n *\r\n * Otherwise, if sd is a number, return a new BigNumber whose value is the value of this\r\n * BigNumber rounded to a maximum of sd significant digits using rounding mode rm, or\r\n * ROUNDING_MODE if rm is omitted.\r\n *\r\n * sd {number|boolean} number: significant digits: integer, 1 to MAX inclusive.\r\n * boolean: whether to count integer-part trailing zeros: true or false.\r\n * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive.\r\n *\r\n * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {sd|rm}'\r\n */\r\n P.precision = P.sd = function (sd, rm) {\r\n var c, n, v,\r\n x = this;\r\n\r\n if (sd != null && sd !== !!sd) {\r\n intCheck(sd, 1, MAX);\r\n if (rm == null) rm = ROUNDING_MODE;\r\n else intCheck(rm, 0, 8);\r\n\r\n return round(new BigNumber(x), sd, rm);\r\n }\r\n\r\n if (!(c = x.c)) return null;\r\n v = c.length - 1;\r\n n = v * LOG_BASE + 1;\r\n\r\n if (v = c[v]) {\r\n\r\n // Subtract the number of trailing zeros of the last element.\r\n for (; v % 10 == 0; v /= 10, n--);\r\n\r\n // Add the number of digits of the first element.\r\n for (v = c[0]; v >= 10; v /= 10, n++);\r\n }\r\n\r\n if (sd && x.e + 1 > n) n = x.e + 1;\r\n\r\n return n;\r\n };\r\n\r\n\r\n /*\r\n * Return a new BigNumber whose value is the value of this BigNumber shifted by k places\r\n * (powers of 10). Shift to the right if n > 0, and to the left if n < 0.\r\n *\r\n * k {number} Integer, -MAX_SAFE_INTEGER to MAX_SAFE_INTEGER inclusive.\r\n *\r\n * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {k}'\r\n */\r\n P.shiftedBy = function (k) {\r\n intCheck(k, -MAX_SAFE_INTEGER, MAX_SAFE_INTEGER);\r\n return this.times('1e' + k);\r\n };\r\n\r\n\r\n /*\r\n * sqrt(-n) = N\r\n * sqrt(N) = N\r\n * sqrt(-I) = N\r\n * sqrt(I) = I\r\n * sqrt(0) = 0\r\n * sqrt(-0) = -0\r\n *\r\n * Return a new BigNumber whose value is the square root of the value of this BigNumber,\r\n * rounded according to DECIMAL_PLACES and ROUNDING_MODE.\r\n */\r\n P.squareRoot = P.sqrt = function () {\r\n var m, n, r, rep, t,\r\n x = this,\r\n c = x.c,\r\n s = x.s,\r\n e = x.e,\r\n dp = DECIMAL_PLACES + 4,\r\n half = new BigNumber('0.5');\r\n\r\n // Negative/NaN/Infinity/zero?\r\n if (s !== 1 || !c || !c[0]) {\r\n return new BigNumber(!s || s < 0 && (!c || c[0]) ? NaN : c ? x : 1 / 0);\r\n }\r\n\r\n // Initial estimate.\r\n s = Math.sqrt(+valueOf(x));\r\n\r\n // Math.sqrt underflow/overflow?\r\n // Pass x to Math.sqrt as integer, then adjust the exponent of the result.\r\n if (s == 0 || s == 1 / 0) {\r\n n = coeffToString(c);\r\n if ((n.length + e) % 2 == 0) n += '0';\r\n s = Math.sqrt(+n);\r\n e = bitFloor((e + 1) / 2) - (e < 0 || e % 2);\r\n\r\n if (s == 1 / 0) {\r\n n = '5e' + e;\r\n } else {\r\n n = s.toExponential();\r\n n = n.slice(0, n.indexOf('e') + 1) + e;\r\n }\r\n\r\n r = new BigNumber(n);\r\n } else {\r\n r = new BigNumber(s + '');\r\n }\r\n\r\n // Check for zero.\r\n // r could be zero if MIN_EXP is changed after the this value was created.\r\n // This would cause a division by zero (x/t) and hence Infinity below, which would cause\r\n // coeffToString to throw.\r\n if (r.c[0]) {\r\n e = r.e;\r\n s = e + dp;\r\n if (s < 3) s = 0;\r\n\r\n // Newton-Raphson iteration.\r\n for (; ;) {\r\n t = r;\r\n r = half.times(t.plus(div(x, t, dp, 1)));\r\n\r\n if (coeffToString(t.c).slice(0, s) === (n = coeffToString(r.c)).slice(0, s)) {\r\n\r\n // The exponent of r may here be one less than the final result exponent,\r\n // e.g 0.0009999 (e-4) --> 0.001 (e-3), so adjust s so the rounding digits\r\n // are indexed correctly.\r\n if (r.e < e) --s;\r\n n = n.slice(s - 3, s + 1);\r\n\r\n // The 4th rounding digit may be in error by -1 so if the 4 rounding digits\r\n // are 9999 or 4999 (i.e. approaching a rounding boundary) continue the\r\n // iteration.\r\n if (n == '9999' || !rep && n == '4999') {\r\n\r\n // On the first iteration only, check to see if rounding up gives the\r\n // exact result as the nines may infinitely repeat.\r\n if (!rep) {\r\n round(t, t.e + DECIMAL_PLACES + 2, 0);\r\n\r\n if (t.times(t).eq(x)) {\r\n r = t;\r\n break;\r\n }\r\n }\r\n\r\n dp += 4;\r\n s += 4;\r\n rep = 1;\r\n } else {\r\n\r\n // If rounding digits are null, 0{0,4} or 50{0,3}, check for exact\r\n // result. If not, then there are further digits and m will be truthy.\r\n if (!+n || !+n.slice(1) && n.charAt(0) == '5') {\r\n\r\n // Truncate to the first rounding digit.\r\n round(r, r.e + DECIMAL_PLACES + 2, 1);\r\n m = !r.times(r).eq(x);\r\n }\r\n\r\n break;\r\n }\r\n }\r\n }\r\n }\r\n\r\n return round(r, r.e + DECIMAL_PLACES + 1, ROUNDING_MODE, m);\r\n };\r\n\r\n\r\n /*\r\n * Return a string representing the value of this BigNumber in exponential notation and\r\n * rounded using ROUNDING_MODE to dp fixed decimal places.\r\n *\r\n * [dp] {number} Decimal places. Integer, 0 to MAX inclusive.\r\n * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive.\r\n *\r\n * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {dp|rm}'\r\n */\r\n P.toExponential = function (dp, rm) {\r\n if (dp != null) {\r\n intCheck(dp, 0, MAX);\r\n dp++;\r\n }\r\n return format(this, dp, rm, 1);\r\n };\r\n\r\n\r\n /*\r\n * Return a string representing the value of this BigNumber in fixed-point notation rounding\r\n * to dp fixed decimal places using rounding mode rm, or ROUNDING_MODE if rm is omitted.\r\n *\r\n * Note: as with JavaScript's number type, (-0).toFixed(0) is '0',\r\n * but e.g. (-0.00001).toFixed(0) is '-0'.\r\n *\r\n * [dp] {number} Decimal places. Integer, 0 to MAX inclusive.\r\n * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive.\r\n *\r\n * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {dp|rm}'\r\n */\r\n P.toFixed = function (dp, rm) {\r\n if (dp != null) {\r\n intCheck(dp, 0, MAX);\r\n dp = dp + this.e + 1;\r\n }\r\n return format(this, dp, rm);\r\n };\r\n\r\n\r\n /*\r\n * Return a string representing the value of this BigNumber in fixed-point notation rounded\r\n * using rm or ROUNDING_MODE to dp decimal places, and formatted according to the properties\r\n * of the format or FORMAT object (see BigNumber.set).\r\n *\r\n * The formatting object may contain some or all of the properties shown below.\r\n *\r\n * FORMAT = {\r\n * prefix: '',\r\n * groupSize: 3,\r\n * secondaryGroupSize: 0,\r\n * groupSeparator: ',',\r\n * decimalSeparator: '.',\r\n * fractionGroupSize: 0,\r\n * fractionGroupSeparator: '\\xA0', // non-breaking space\r\n * suffix: ''\r\n * };\r\n *\r\n * [dp] {number} Decimal places. Integer, 0 to MAX inclusive.\r\n * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive.\r\n * [format] {object} Formatting options. See FORMAT pbject above.\r\n *\r\n * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {dp|rm}'\r\n * '[BigNumber Error] Argument not an object: {format}'\r\n */\r\n P.toFormat = function (dp, rm, format) {\r\n var str,\r\n x = this;\r\n\r\n if (format == null) {\r\n if (dp != null && rm && typeof rm == 'object') {\r\n format = rm;\r\n rm = null;\r\n } else if (dp && typeof dp == 'object') {\r\n format = dp;\r\n dp = rm = null;\r\n } else {\r\n format = FORMAT;\r\n }\r\n } else if (typeof format != 'object') {\r\n throw Error\r\n (bignumberError + 'Argument not an object: ' + format);\r\n }\r\n\r\n str = x.toFixed(dp, rm);\r\n\r\n if (x.c) {\r\n var i,\r\n arr = str.split('.'),\r\n g1 = +format.groupSize,\r\n g2 = +format.secondaryGroupSize,\r\n groupSeparator = format.groupSeparator || '',\r\n intPart = arr[0],\r\n fractionPart = arr[1],\r\n isNeg = x.s < 0,\r\n intDigits = isNeg ? intPart.slice(1) : intPart,\r\n len = intDigits.length;\r\n\r\n if (g2) {\r\n i = g1;\r\n g1 = g2;\r\n g2 = i;\r\n len -= i;\r\n }\r\n\r\n if (g1 > 0 && len > 0) {\r\n i = len % g1 || g1;\r\n intPart = intDigits.substr(0, i);\r\n for (; i < len; i += g1) intPart += groupSeparator + intDigits.substr(i, g1);\r\n if (g2 > 0) intPart += groupSeparator + intDigits.slice(i);\r\n if (isNeg) intPart = '-' + intPart;\r\n }\r\n\r\n str = fractionPart\r\n ? intPart + (format.decimalSeparator || '') + ((g2 = +format.fractionGroupSize)\r\n ? fractionPart.replace(new RegExp('\\\\d{' + g2 + '}\\\\B', 'g'),\r\n '$&' + (format.fractionGroupSeparator || ''))\r\n : fractionPart)\r\n : intPart;\r\n }\r\n\r\n return (format.prefix || '') + str + (format.suffix || '');\r\n };\r\n\r\n\r\n /*\r\n * Return an array of two BigNumbers representing the value of this BigNumber as a simple\r\n * fraction with an integer numerator and an integer denominator.\r\n * The denominator will be a positive non-zero value less than or equal to the specified\r\n * maximum denominator. If a maximum denominator is not specified, the denominator will be\r\n * the lowest value necessary to represent the number exactly.\r\n *\r\n * [md] {number|string|BigNumber} Integer >= 1, or Infinity. The maximum denominator.\r\n *\r\n * '[BigNumber Error] Argument {not an integer|out of range} : {md}'\r\n */\r\n P.toFraction = function (md) {\r\n var d, d0, d1, d2, e, exp, n, n0, n1, q, r, s,\r\n x = this,\r\n xc = x.c;\r\n\r\n if (md != null) {\r\n n = new BigNumber(md);\r\n\r\n // Throw if md is less than one or is not an integer, unless it is Infinity.\r\n if (!n.isInteger() && (n.c || n.s !== 1) || n.lt(ONE)) {\r\n throw Error\r\n (bignumberError + 'Argument ' +\r\n (n.isInteger() ? 'out of range: ' : 'not an integer: ') + valueOf(n));\r\n }\r\n }\r\n\r\n if (!xc) return new BigNumber(x);\r\n\r\n d = new BigNumber(ONE);\r\n n1 = d0 = new BigNumber(ONE);\r\n d1 = n0 = new BigNumber(ONE);\r\n s = coeffToString(xc);\r\n\r\n // Determine initial denominator.\r\n // d is a power of 10 and the minimum max denominator that specifies the value exactly.\r\n e = d.e = s.length - x.e - 1;\r\n d.c[0] = POWS_TEN[(exp = e % LOG_BASE) < 0 ? LOG_BASE + exp : exp];\r\n md = !md || n.comparedTo(d) > 0 ? (e > 0 ? d : n1) : n;\r\n\r\n exp = MAX_EXP;\r\n MAX_EXP = 1 / 0;\r\n n = new BigNumber(s);\r\n\r\n // n0 = d1 = 0\r\n n0.c[0] = 0;\r\n\r\n for (; ;) {\r\n q = div(n, d, 0, 1);\r\n d2 = d0.plus(q.times(d1));\r\n if (d2.comparedTo(md) == 1) break;\r\n d0 = d1;\r\n d1 = d2;\r\n n1 = n0.plus(q.times(d2 = n1));\r\n n0 = d2;\r\n d = n.minus(q.times(d2 = d));\r\n n = d2;\r\n }\r\n\r\n d2 = div(md.minus(d0), d1, 0, 1);\r\n n0 = n0.plus(d2.times(n1));\r\n d0 = d0.plus(d2.times(d1));\r\n n0.s = n1.s = x.s;\r\n e = e * 2;\r\n\r\n // Determine which fraction is closer to x, n0/d0 or n1/d1\r\n r = div(n1, d1, e, ROUNDING_MODE).minus(x).abs().comparedTo(\r\n div(n0, d0, e, ROUNDING_MODE).minus(x).abs()) < 1 ? [n1, d1] : [n0, d0];\r\n\r\n MAX_EXP = exp;\r\n\r\n return r;\r\n };\r\n\r\n\r\n /*\r\n * Return the value of this BigNumber converted to a number primitive.\r\n */\r\n P.toNumber = function () {\r\n return +valueOf(this);\r\n };\r\n\r\n\r\n /*\r\n * Return a string representing the value of this BigNumber rounded to sd significant digits\r\n * using rounding mode rm or ROUNDING_MODE. If sd is less than the number of digits\r\n * necessary to represent the integer part of the value in fixed-point notation, then use\r\n * exponential notation.\r\n *\r\n * [sd] {number} Significant digits. Integer, 1 to MAX inclusive.\r\n * [rm] {number} Rounding mode. Integer, 0 to 8 inclusive.\r\n *\r\n * '[BigNumber Error] Argument {not a primitive number|not an integer|out of range}: {sd|rm}'\r\n */\r\n P.toPrecision = function (sd, rm) {\r\n if (sd != null) intCheck(sd, 1, MAX);\r\n return format(this, sd, rm, 2);\r\n };\r\n\r\n\r\n /*\r\n * Return a string representing the value of this BigNumber in base b, or base 10 if b is\r\n * omitted. If a base is specified, including base 10, round according to DECIMAL_PLACES and\r\n * ROUNDING_MODE. If a base is not specified, and this BigNumber has a positive exponent\r\n * that is equal to or greater than TO_EXP_POS, or a negative exponent equal to or less than\r\n * TO_EXP_NEG, return exponential notation.\r\n *\r\n * [b] {number} Integer, 2 to ALPHABET.length inclusive.\r\n *\r\n * '[BigNumber Error] Base {not a primitive number|not an integer|out of range}: {b}'\r\n */\r\n P.toString = function (b) {\r\n var str,\r\n n = this,\r\n s = n.s,\r\n e = n.e;\r\n\r\n // Infinity or NaN?\r\n if (e === null) {\r\n if (s) {\r\n str = 'Infinity';\r\n if (s < 0) str = '-' + str;\r\n } else {\r\n str = 'NaN';\r\n }\r\n } else {\r\n if (b == null) {\r\n str = e <= TO_EXP_NEG || e >= TO_EXP_POS\r\n ? toExponential(coeffToString(n.c), e)\r\n : toFixedPoint(coeffToString(n.c), e, '0');\r\n } else if (b === 10 && alphabetHasNormalDecimalDigits) {\r\n n = round(new BigNumber(n), DECIMAL_PLACES + e + 1, ROUNDING_MODE);\r\n str = toFixedPoint(coeffToString(n.c), n.e, '0');\r\n } else {\r\n intCheck(b, 2, ALPHABET.length, 'Base');\r\n str = convertBase(toFixedPoint(coeffToString(n.c), e, '0'), 10, b, s, true);\r\n }\r\n\r\n if (s < 0 && n.c[0]) str = '-' + str;\r\n }\r\n\r\n return str;\r\n };\r\n\r\n\r\n /*\r\n * Return as toString, but do not accept a base argument, and include the minus sign for\r\n * negative zero.\r\n */\r\n P.valueOf = P.toJSON = function () {\r\n return valueOf(this);\r\n };\r\n\r\n\r\n P._isBigNumber = true;\r\n\r\n P[Symbol.toStringTag] = 'BigNumber';\r\n\r\n // Node.js v10.12.0+\r\n P[Symbol.for('nodejs.util.inspect.custom')] = P.valueOf;\r\n\r\n if (configObject != null) BigNumber.set(configObject);\r\n\r\n return BigNumber;\r\n}\r\n\r\n\r\n// PRIVATE HELPER FUNCTIONS\r\n\r\n// These functions don't need access to variables,\r\n// e.g. DECIMAL_PLACES, in the scope of the `clone` function above.\r\n\r\n\r\nfunction bitFloor(n) {\r\n var i = n | 0;\r\n return n > 0 || n === i ? i : i - 1;\r\n}\r\n\r\n\r\n// Return a coefficient array as a string of base 10 digits.\r\nfunction coeffToString(a) {\r\n var s, z,\r\n i = 1,\r\n j = a.length,\r\n r = a[0] + '';\r\n\r\n for (; i < j;) {\r\n s = a[i++] + '';\r\n z = LOG_BASE - s.length;\r\n for (; z--; s = '0' + s);\r\n r += s;\r\n }\r\n\r\n // Determine trailing zeros.\r\n for (j = r.length; r.charCodeAt(--j) === 48;);\r\n\r\n return r.slice(0, j + 1 || 1);\r\n}\r\n\r\n\r\n// Compare the value of BigNumbers x and y.\r\nfunction compare(x, y) {\r\n var a, b,\r\n xc = x.c,\r\n yc = y.c,\r\n i = x.s,\r\n j = y.s,\r\n k = x.e,\r\n l = y.e;\r\n\r\n // Either NaN?\r\n if (!i || !j) return null;\r\n\r\n a = xc && !xc[0];\r\n b = yc && !yc[0];\r\n\r\n // Either zero?\r\n if (a || b) return a ? b ? 0 : -j : i;\r\n\r\n // Signs differ?\r\n if (i != j) return i;\r\n\r\n a = i < 0;\r\n b = k == l;\r\n\r\n // Either Infinity?\r\n if (!xc || !yc) return b ? 0 : !xc ^ a ? 1 : -1;\r\n\r\n // Compare exponents.\r\n if (!b) return k > l ^ a ? 1 : -1;\r\n\r\n j = (k = xc.length) < (l = yc.length) ? k : l;\r\n\r\n // Compare digit by digit.\r\n for (i = 0; i < j; i++) if (xc[i] != yc[i]) return xc[i] > yc[i] ^ a ? 1 : -1;\r\n\r\n // Compare lengths.\r\n return k == l ? 0 : k > l ^ a ? 1 : -1;\r\n}\r\n\r\n\r\n/*\r\n * Check that n is a primitive number, an integer, and in range, otherwise throw.\r\n */\r\nfunction intCheck(n, min, max, name) {\r\n if (n < min || n > max || n !== mathfloor(n)) {\r\n throw Error\r\n (bignumberError + (name || 'Argument') + (typeof n == 'number'\r\n ? n < min || n > max ? ' out of range: ' : ' not an integer: '\r\n : ' not a primitive number: ') + String(n));\r\n }\r\n}\r\n\r\n\r\n// Assumes finite n.\r\nfunction isOdd(n) {\r\n var k = n.c.length - 1;\r\n return bitFloor(n.e / LOG_BASE) == k && n.c[k] % 2 != 0;\r\n}\r\n\r\n\r\nfunction toExponential(str, e) {\r\n return (str.length > 1 ? str.charAt(0) + '.' + str.slice(1) : str) +\r\n (e < 0 ? 'e' : 'e+') + e;\r\n}\r\n\r\n\r\nfunction toFixedPoint(str, e, z) {\r\n var len, zs;\r\n\r\n // Negative exponent?\r\n if (e < 0) {\r\n\r\n // Prepend zeros.\r\n for (zs = z + '.'; ++e; zs += z);\r\n str = zs + str;\r\n\r\n // Positive exponent\r\n } else {\r\n len = str.length;\r\n\r\n // Append zeros.\r\n if (++e > len) {\r\n for (zs = z, e -= len; --e; zs += z);\r\n str += zs;\r\n } else if (e < len) {\r\n str = str.slice(0, e) + '.' + str.slice(e);\r\n }\r\n }\r\n\r\n return str;\r\n}\r\n\r\n\r\n// EXPORT\r\n\r\n\r\nexport var BigNumber = clone();\r\n\r\nexport default BigNumber;\r\n"],"names":[],"mappings":"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","x_google_ignoreList":[0]}