@mezo-org/passport 0.4.0-dev.2 → 0.4.0-dev.20

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 (263) hide show
  1. package/dist/src/api/auth.d.ts +57 -52
  2. package/dist/src/api/auth.d.ts.map +1 -1
  3. package/dist/src/api/auth.js +22 -53
  4. package/dist/src/api/auth.js.map +1 -1
  5. package/dist/src/api/client.d.ts +24 -0
  6. package/dist/src/api/client.d.ts.map +1 -0
  7. package/dist/src/api/client.js +54 -0
  8. package/dist/src/api/client.js.map +1 -0
  9. package/dist/src/api/fetch-error.d.ts +5 -0
  10. package/dist/src/api/fetch-error.d.ts.map +1 -0
  11. package/dist/src/api/fetch-error.js +8 -0
  12. package/dist/src/api/fetch-error.js.map +1 -0
  13. package/dist/src/api/index.d.ts +3 -0
  14. package/dist/src/api/index.d.ts.map +1 -0
  15. package/dist/src/api/index.js +3 -0
  16. package/dist/src/api/index.js.map +1 -0
  17. package/dist/src/api/portal.d.ts +32 -0
  18. package/dist/src/api/portal.d.ts.map +1 -0
  19. package/dist/src/api/portal.js +23 -0
  20. package/dist/src/api/portal.js.map +1 -0
  21. package/dist/src/assets/DefaultAvatar.d.ts +5 -0
  22. package/dist/src/assets/DefaultAvatar.d.ts.map +1 -0
  23. package/dist/src/assets/DefaultAvatar.js +21 -0
  24. package/dist/src/assets/DefaultAvatar.js.map +1 -0
  25. package/dist/src/components/Dropdown/ConnectedTrigger.d.ts +8 -0
  26. package/dist/src/components/Dropdown/ConnectedTrigger.d.ts.map +1 -0
  27. package/dist/src/components/Dropdown/ConnectedTrigger.js +39 -0
  28. package/dist/src/components/Dropdown/ConnectedTrigger.js.map +1 -0
  29. package/dist/src/components/Dropdown/Content.d.ts +9 -0
  30. package/dist/src/components/Dropdown/Content.d.ts.map +1 -0
  31. package/dist/src/components/Dropdown/Content.js +25 -0
  32. package/dist/src/components/Dropdown/Content.js.map +1 -0
  33. package/dist/src/components/Dropdown/DisconnectedTrigger.d.ts +7 -0
  34. package/dist/src/components/Dropdown/DisconnectedTrigger.d.ts.map +1 -0
  35. package/dist/src/components/Dropdown/DisconnectedTrigger.js +13 -0
  36. package/dist/src/components/Dropdown/DisconnectedTrigger.js.map +1 -0
  37. package/dist/src/components/Dropdown/Dropdown.d.ts +27 -0
  38. package/dist/src/components/Dropdown/Dropdown.d.ts.map +1 -0
  39. package/dist/src/components/Dropdown/Dropdown.js +64 -0
  40. package/dist/src/components/Dropdown/Dropdown.js.map +1 -0
  41. package/dist/src/components/Dropdown/NestedViewLayout.d.ts +7 -0
  42. package/dist/src/components/Dropdown/NestedViewLayout.d.ts.map +1 -0
  43. package/dist/src/components/Dropdown/NestedViewLayout.js +34 -0
  44. package/dist/src/components/Dropdown/NestedViewLayout.js.map +1 -0
  45. package/dist/src/components/Dropdown/Receive/Receive.d.ts +7 -0
  46. package/dist/src/components/Dropdown/Receive/Receive.d.ts.map +1 -0
  47. package/dist/src/components/Dropdown/Receive/Receive.js +53 -0
  48. package/dist/src/components/Dropdown/Receive/Receive.js.map +1 -0
  49. package/dist/src/components/Dropdown/Root/AccountAddressActions.d.ts +7 -0
  50. package/dist/src/components/Dropdown/Root/AccountAddressActions.d.ts.map +1 -0
  51. package/dist/src/components/Dropdown/Root/AccountAddressActions.js +48 -0
  52. package/dist/src/components/Dropdown/Root/AccountAddressActions.js.map +1 -0
  53. package/dist/src/components/Dropdown/Root/AccountAssets.d.ts +13 -0
  54. package/dist/src/components/Dropdown/Root/AccountAssets.d.ts.map +1 -0
  55. package/dist/src/components/Dropdown/Root/AccountAssets.js +43 -0
  56. package/dist/src/components/Dropdown/Root/AccountAssets.js.map +1 -0
  57. package/dist/src/components/Dropdown/Root/AccountBalance.d.ts +7 -0
  58. package/dist/src/components/Dropdown/Root/AccountBalance.d.ts.map +1 -0
  59. package/dist/src/components/Dropdown/Root/AccountBalance.js +16 -0
  60. package/dist/src/components/Dropdown/Root/AccountBalance.js.map +1 -0
  61. package/dist/src/components/Dropdown/Root/Root.d.ts +8 -0
  62. package/dist/src/components/Dropdown/Root/Root.d.ts.map +1 -0
  63. package/dist/src/components/Dropdown/Root/Root.js +64 -0
  64. package/dist/src/components/Dropdown/Root/Root.js.map +1 -0
  65. package/dist/src/components/Dropdown/Root/WalletAddress.d.ts +8 -0
  66. package/dist/src/components/Dropdown/Root/WalletAddress.d.ts.map +1 -0
  67. package/dist/src/components/Dropdown/Root/WalletAddress.js +65 -0
  68. package/dist/src/components/Dropdown/Root/WalletAddress.js.map +1 -0
  69. package/dist/src/components/Dropdown/Root/WelcomeBlock.d.ts +8 -0
  70. package/dist/src/components/Dropdown/Root/WelcomeBlock.d.ts.map +1 -0
  71. package/dist/src/components/Dropdown/Root/WelcomeBlock.js +43 -0
  72. package/dist/src/components/Dropdown/Root/WelcomeBlock.js.map +1 -0
  73. package/dist/src/components/Dropdown/index.d.ts +3 -0
  74. package/dist/src/components/Dropdown/index.d.ts.map +1 -0
  75. package/dist/src/components/Dropdown/index.js +2 -0
  76. package/dist/src/components/Dropdown/index.js.map +1 -0
  77. package/dist/src/components/index.d.ts +2 -0
  78. package/dist/src/components/index.d.ts.map +1 -0
  79. package/dist/src/components/index.js +2 -0
  80. package/dist/src/components/index.js.map +1 -0
  81. package/dist/src/hooks/constants.d.ts +3 -3
  82. package/dist/src/hooks/constants.js +4 -4
  83. package/dist/src/hooks/constants.js.map +1 -1
  84. package/dist/src/hooks/index.d.ts +2 -4
  85. package/dist/src/hooks/index.d.ts.map +1 -1
  86. package/dist/src/hooks/index.js +2 -4
  87. package/dist/src/hooks/index.js.map +1 -1
  88. package/dist/src/hooks/useAssetsUSDConversion.d.ts +8 -0
  89. package/dist/src/hooks/useAssetsUSDConversion.d.ts.map +1 -0
  90. package/dist/src/hooks/useAssetsUSDConversion.js +21 -0
  91. package/dist/src/hooks/useAssetsUSDConversion.js.map +1 -0
  92. package/dist/src/hooks/useAuthApiClient.d.ts +1 -1
  93. package/dist/src/hooks/useAuthApiClient.d.ts.map +1 -1
  94. package/dist/src/hooks/useAuthenticateWithWallet.d.ts +73 -0
  95. package/dist/src/hooks/useAuthenticateWithWallet.d.ts.map +1 -0
  96. package/dist/src/hooks/useAuthenticateWithWallet.js +69 -0
  97. package/dist/src/hooks/useAuthenticateWithWallet.js.map +1 -0
  98. package/dist/src/hooks/useCreateAccount.d.ts +41 -137
  99. package/dist/src/hooks/useCreateAccount.d.ts.map +1 -1
  100. package/dist/src/hooks/useCreateAccount.js +8 -10
  101. package/dist/src/hooks/useCreateAccount.js.map +1 -1
  102. package/dist/src/hooks/useCreateSession.d.ts +12 -182
  103. package/dist/src/hooks/useCreateSession.d.ts.map +1 -1
  104. package/dist/src/hooks/useCreateSession.js +12 -18
  105. package/dist/src/hooks/useCreateSession.js.map +1 -1
  106. package/dist/src/hooks/useDropdownData.d.ts +45 -0
  107. package/dist/src/hooks/useDropdownData.d.ts.map +1 -0
  108. package/dist/src/hooks/useDropdownData.js +80 -0
  109. package/dist/src/hooks/useDropdownData.js.map +1 -0
  110. package/dist/src/hooks/useEnsureNoSessionAndFetchNonce.d.ts +5 -0
  111. package/dist/src/hooks/useEnsureNoSessionAndFetchNonce.d.ts.map +1 -0
  112. package/dist/src/hooks/useEnsureNoSessionAndFetchNonce.js +34 -0
  113. package/dist/src/hooks/useEnsureNoSessionAndFetchNonce.js.map +1 -0
  114. package/dist/src/hooks/useGetAccountByAddress.d.ts +3 -5
  115. package/dist/src/hooks/useGetAccountByAddress.d.ts.map +1 -1
  116. package/dist/src/hooks/useGetAccountByAddress.js +3 -4
  117. package/dist/src/hooks/useGetAccountByAddress.js.map +1 -1
  118. package/dist/src/hooks/useGetAccountByMezoId.d.ts +3 -5
  119. package/dist/src/hooks/useGetAccountByMezoId.d.ts.map +1 -1
  120. package/dist/src/hooks/useGetAccountByMezoId.js +3 -4
  121. package/dist/src/hooks/useGetAccountByMezoId.js.map +1 -1
  122. package/dist/src/hooks/useGetCurrentAccount.d.ts +14 -8
  123. package/dist/src/hooks/useGetCurrentAccount.d.ts.map +1 -1
  124. package/dist/src/hooks/useGetCurrentAccount.js +28 -6
  125. package/dist/src/hooks/useGetCurrentAccount.js.map +1 -1
  126. package/dist/src/hooks/useGetSession.d.ts +3 -20
  127. package/dist/src/hooks/useGetSession.d.ts.map +1 -1
  128. package/dist/src/hooks/useGetSession.js +2 -2
  129. package/dist/src/hooks/useGetSession.js.map +1 -1
  130. package/dist/src/hooks/useLinkAccount.d.ts +15 -121
  131. package/dist/src/hooks/useLinkAccount.d.ts.map +1 -1
  132. package/dist/src/hooks/useLinkAccount.js +8 -21
  133. package/dist/src/hooks/useLinkAccount.js.map +1 -1
  134. package/dist/src/hooks/usePortalApiClient.d.ts +2 -0
  135. package/dist/src/hooks/usePortalApiClient.d.ts.map +1 -0
  136. package/dist/src/hooks/usePortalApiClient.js +6 -0
  137. package/dist/src/hooks/usePortalApiClient.js.map +1 -0
  138. package/dist/src/hooks/useRefreshPassport.d.ts +17 -0
  139. package/dist/src/hooks/useRefreshPassport.d.ts.map +1 -0
  140. package/dist/src/hooks/useRefreshPassport.js +29 -0
  141. package/dist/src/hooks/useRefreshPassport.js.map +1 -0
  142. package/dist/src/hooks/useSignInWithDiscord.d.ts +12 -181
  143. package/dist/src/hooks/useSignInWithDiscord.d.ts.map +1 -1
  144. package/dist/src/hooks/useSignInWithDiscord.js +11 -22
  145. package/dist/src/hooks/useSignInWithDiscord.js.map +1 -1
  146. package/dist/src/hooks/useSignInWithWallet.d.ts +12 -181
  147. package/dist/src/hooks/useSignInWithWallet.d.ts.map +1 -1
  148. package/dist/src/hooks/useSignInWithWallet.js +6 -44
  149. package/dist/src/hooks/useSignInWithWallet.js.map +1 -1
  150. package/dist/src/hooks/useSignOut.d.ts +12 -28
  151. package/dist/src/hooks/useSignOut.d.ts.map +1 -1
  152. package/dist/src/hooks/useSignOut.js +11 -6
  153. package/dist/src/hooks/useSignOut.js.map +1 -1
  154. package/dist/src/hooks/useSignUpWithWallet.d.ts +73 -0
  155. package/dist/src/hooks/useSignUpWithWallet.d.ts.map +1 -0
  156. package/dist/src/hooks/useSignUpWithWallet.js +11 -0
  157. package/dist/src/hooks/useSignUpWithWallet.js.map +1 -0
  158. package/dist/src/hooks/useUpdateMezoId.d.ts +30 -82
  159. package/dist/src/hooks/useUpdateMezoId.d.ts.map +1 -1
  160. package/dist/src/hooks/useUpdateMezoId.js +8 -12
  161. package/dist/src/hooks/useUpdateMezoId.js.map +1 -1
  162. package/dist/src/hooks/useWalletAccount.d.ts +12 -0
  163. package/dist/src/hooks/useWalletAccount.d.ts.map +1 -0
  164. package/dist/src/hooks/useWalletAccount.js +28 -0
  165. package/dist/src/hooks/useWalletAccount.js.map +1 -0
  166. package/dist/src/index.d.ts +1 -0
  167. package/dist/src/index.d.ts.map +1 -1
  168. package/dist/src/index.js +1 -0
  169. package/dist/src/index.js.map +1 -1
  170. package/dist/src/provider.d.ts +10 -13
  171. package/dist/src/provider.d.ts.map +1 -1
  172. package/dist/src/provider.js +11 -20
  173. package/dist/src/provider.js.map +1 -1
  174. package/dist/src/stores/dropdownStore.d.ts +12 -0
  175. package/dist/src/stores/dropdownStore.d.ts.map +1 -0
  176. package/dist/src/stores/dropdownStore.js +13 -0
  177. package/dist/src/stores/dropdownStore.js.map +1 -0
  178. package/dist/src/utils/address.d.ts +15 -0
  179. package/dist/src/utils/address.d.ts.map +1 -0
  180. package/dist/src/utils/address.js +37 -0
  181. package/dist/src/utils/address.js.map +1 -0
  182. package/dist/src/utils/address.test.d.ts +2 -0
  183. package/dist/src/utils/address.test.d.ts.map +1 -0
  184. package/dist/src/utils/address.test.js +40 -0
  185. package/dist/src/utils/address.test.js.map +1 -0
  186. package/dist/src/utils/cryptoAssets.d.ts +28 -0
  187. package/dist/src/utils/cryptoAssets.d.ts.map +1 -0
  188. package/dist/src/utils/cryptoAssets.js +73 -0
  189. package/dist/src/utils/cryptoAssets.js.map +1 -0
  190. package/dist/src/utils/cryptoAssets.test.d.ts +2 -0
  191. package/dist/src/utils/cryptoAssets.test.d.ts.map +1 -0
  192. package/dist/src/utils/cryptoAssets.test.js +50 -0
  193. package/dist/src/utils/cryptoAssets.test.js.map +1 -0
  194. package/dist/src/utils/currency.d.ts +14 -0
  195. package/dist/src/utils/currency.d.ts.map +1 -0
  196. package/dist/src/utils/currency.js +27 -0
  197. package/dist/src/utils/currency.js.map +1 -0
  198. package/dist/src/utils/currency.test.d.ts +2 -0
  199. package/dist/src/utils/currency.test.d.ts.map +1 -0
  200. package/dist/src/utils/currency.test.js +34 -0
  201. package/dist/src/utils/currency.test.js.map +1 -0
  202. package/dist/src/utils/numbers.d.ts +45 -0
  203. package/dist/src/utils/numbers.d.ts.map +1 -0
  204. package/dist/src/utils/numbers.js +86 -0
  205. package/dist/src/utils/numbers.js.map +1 -0
  206. package/dist/src/utils/numbers.test.d.ts +2 -0
  207. package/dist/src/utils/numbers.test.d.ts.map +1 -0
  208. package/dist/src/utils/numbers.test.js +170 -0
  209. package/dist/src/utils/numbers.test.js.map +1 -0
  210. package/package.json +10 -4
  211. package/src/api/auth.ts +104 -129
  212. package/src/api/client.ts +78 -0
  213. package/src/api/fetch-error.ts +8 -0
  214. package/src/api/index.ts +2 -0
  215. package/src/api/portal.ts +56 -0
  216. package/src/assets/DefaultAvatar.tsx +74 -0
  217. package/src/components/Dropdown/ConnectedTrigger.tsx +76 -0
  218. package/src/components/Dropdown/Content.tsx +62 -0
  219. package/src/components/Dropdown/DisconnectedTrigger.tsx +36 -0
  220. package/src/components/Dropdown/Dropdown.tsx +124 -0
  221. package/src/components/Dropdown/NestedViewLayout.tsx +75 -0
  222. package/src/components/Dropdown/README.md +55 -0
  223. package/src/components/Dropdown/Receive/Receive.tsx +119 -0
  224. package/src/components/Dropdown/Root/AccountAddressActions.tsx +101 -0
  225. package/src/components/Dropdown/Root/AccountAssets.tsx +108 -0
  226. package/src/components/Dropdown/Root/AccountBalance.tsx +35 -0
  227. package/src/components/Dropdown/Root/Root.tsx +141 -0
  228. package/src/components/Dropdown/Root/WalletAddress.tsx +128 -0
  229. package/src/components/Dropdown/Root/WelcomeBlock.tsx +91 -0
  230. package/src/components/Dropdown/index.ts +2 -0
  231. package/src/components/index.ts +1 -0
  232. package/src/hooks/constants.ts +4 -4
  233. package/src/hooks/index.ts +2 -4
  234. package/src/hooks/useAssetsUSDConversion.ts +31 -0
  235. package/src/hooks/useAuthenticateWithWallet.ts +98 -0
  236. package/src/hooks/useCreateAccount.ts +20 -11
  237. package/src/hooks/useCreateSession.ts +24 -18
  238. package/src/hooks/useDropdownData.ts +160 -0
  239. package/src/hooks/useEnsureNoSessionAndFetchNonce.ts +46 -0
  240. package/src/hooks/useGetAccountByAddress.ts +11 -5
  241. package/src/hooks/useGetAccountByMezoId.ts +11 -5
  242. package/src/hooks/useGetCurrentAccount.ts +53 -7
  243. package/src/hooks/useGetSession.ts +10 -3
  244. package/src/hooks/useLinkAccount.ts +19 -31
  245. package/src/hooks/usePortalApiClient.ts +6 -0
  246. package/src/hooks/useRefreshPassport.ts +40 -0
  247. package/src/hooks/useSignInWithDiscord.ts +19 -28
  248. package/src/hooks/useSignInWithWallet.ts +14 -55
  249. package/src/hooks/useSignOut.ts +22 -6
  250. package/src/hooks/useSignUpWithWallet.ts +21 -0
  251. package/src/hooks/useUpdateMezoId.ts +20 -12
  252. package/src/hooks/useWalletAccount.ts +53 -0
  253. package/src/index.ts +1 -0
  254. package/src/provider.ts +30 -37
  255. package/src/stores/dropdownStore.ts +20 -0
  256. package/src/utils/address.test.ts +48 -0
  257. package/src/utils/address.ts +45 -0
  258. package/src/utils/cryptoAssets.test.ts +61 -0
  259. package/src/utils/cryptoAssets.ts +93 -0
  260. package/src/utils/currency.test.ts +38 -0
  261. package/src/utils/currency.ts +32 -0
  262. package/src/utils/numbers.test.ts +220 -0
  263. package/src/utils/numbers.ts +120 -0
@@ -0,0 +1,36 @@
1
+ import { Button, ButtonProps, LogIn01, useStyletron } from "@mezo-org/mezo-clay"
2
+ import React, { forwardRef } from "react"
3
+
4
+ type DisconnectedTriggerProps = Omit<ButtonProps, "children"> & {
5
+ children: string
6
+ }
7
+
8
+ const DisconnectedTrigger = forwardRef<
9
+ HTMLButtonElement,
10
+ DisconnectedTriggerProps
11
+ >((props, ref) => {
12
+ const { onClick, children, ...restProps } = props
13
+
14
+ const [, theme] = useStyletron()
15
+
16
+ return (
17
+ <Button
18
+ startEnhancer={
19
+ <LogIn01 color="currentColor" size={theme.sizing.scale600} />
20
+ }
21
+ overrides={{
22
+ Root: {
23
+ props: { ref },
24
+ },
25
+ }}
26
+ size="small"
27
+ shape="pill"
28
+ onClick={onClick}
29
+ {...restProps}
30
+ >
31
+ {children}
32
+ </Button>
33
+ )
34
+ })
35
+
36
+ export default DisconnectedTrigger
@@ -0,0 +1,124 @@
1
+ import {
2
+ ButtonProps,
3
+ StatefulPopover,
4
+ StatefulPopoverProps,
5
+ useStyletron,
6
+ } from "@mezo-org/mezo-clay"
7
+ import { useConnectModal } from "@rainbow-me/rainbowkit"
8
+ import React, { useEffect } from "react"
9
+ import { useDisconnect } from "wagmi"
10
+ import DefaultAvatar from "../../assets/DefaultAvatar"
11
+ import useDropdownData, {
12
+ DropdownCryptoAsset,
13
+ } from "../../hooks/useDropdownData"
14
+ import useWalletAccount from "../../hooks/useWalletAccount"
15
+ import ConnectedTrigger from "./ConnectedTrigger"
16
+ import Content from "./Content"
17
+ import DisconnectedTrigger from "./DisconnectedTrigger"
18
+ import { useSignInWithWallet } from "../../hooks"
19
+
20
+ export type DropdownProps = {
21
+ /** The callback to be called when the user clicks the sign-out button */
22
+ onSignOut?: () => void
23
+ /** The callback to be called when the user clicks the button in sign-in state */
24
+ onSignIn?: () => void
25
+ /** The set of EVM native assets to be displayed in the dropdown */
26
+ evmNativeAssets?: DropdownCryptoAsset<"tbtc" | "wbtc">[]
27
+ /** The set of Matsnet assets to be displayed in the dropdown */
28
+ matsnetAssets?: DropdownCryptoAsset<"mbtc" | "musd">[]
29
+ /** The props to be passed to the trigger button */
30
+ triggerProps?: {
31
+ signedIn?: Omit<ButtonProps, "onClick" | "size"> & {
32
+ size: "medium" | "large"
33
+ }
34
+ signedOut?: Omit<ButtonProps, "onClick">
35
+ }
36
+ } & Omit<StatefulPopoverProps, "children" | "content">
37
+
38
+ /**
39
+ * Passport Dropdown component that displays user's wallet and assets information.
40
+ * @param {DropdownProps} props - Component props.
41
+ * @returns {JSX.Element}
42
+ */
43
+ export function Dropdown(props: DropdownProps) {
44
+ const {
45
+ placement = "bottomRight",
46
+ animateOutTime = 120,
47
+ onSignIn,
48
+ onSignOut,
49
+ evmNativeAssets,
50
+ matsnetAssets,
51
+ overrides,
52
+ triggerProps,
53
+ ...restProps
54
+ } = props
55
+
56
+ const [, theme] = useStyletron()
57
+
58
+ const dropdownData = useDropdownData({ evmNativeAssets, matsnetAssets })
59
+
60
+ const { openConnectModal } = useConnectModal()
61
+
62
+ const { isConnected } = useWalletAccount()
63
+
64
+ const { signInWithWalletAsync, isPending } = useSignInWithWallet()
65
+
66
+ const { disconnectAsync } = useDisconnect()
67
+
68
+ useEffect(() => {
69
+ if (onSignIn) return
70
+
71
+ const handleSignIn = async () => {
72
+ if (!isConnected) return
73
+
74
+ try {
75
+ await signInWithWalletAsync()
76
+ } catch (error) {
77
+ await disconnectAsync()
78
+ }
79
+ }
80
+
81
+ handleSignIn()
82
+ }, [disconnectAsync, isConnected, onSignIn, signInWithWalletAsync])
83
+
84
+ if (!dropdownData || !isConnected) {
85
+ return (
86
+ <DisconnectedTrigger
87
+ // If connect wallet flow is not provided it fallbacks to RainbowKit's
88
+ // connect modal
89
+ onClick={onSignIn || openConnectModal}
90
+ isLoading={isPending}
91
+ {...triggerProps?.signedOut}
92
+ >
93
+ Sign in
94
+ </DisconnectedTrigger>
95
+ )
96
+ }
97
+
98
+ return (
99
+ <StatefulPopover
100
+ content={<Content data={dropdownData} onSignOut={onSignOut} />}
101
+ placement={placement}
102
+ animateOutTime={animateOutTime}
103
+ overrides={{
104
+ ...overrides,
105
+ Body: {
106
+ ...overrides?.Body,
107
+ style: {
108
+ width: "396px",
109
+ borderRadius: theme.borders.radius500,
110
+ boxShadow: theme.lighting.shadow500,
111
+ overflow: "hidden",
112
+ ...overrides?.Body?.style,
113
+ },
114
+ },
115
+ }}
116
+ {...restProps}
117
+ >
118
+ <ConnectedTrigger
119
+ avatar={<DefaultAvatar />}
120
+ {...triggerProps?.signedIn}
121
+ />
122
+ </StatefulPopover>
123
+ )
124
+ }
@@ -0,0 +1,75 @@
1
+ import {
2
+ ArrowLeft,
3
+ Block,
4
+ ButtonIcon,
5
+ LabelMedium,
6
+ useStyletron,
7
+ } from "@mezo-org/mezo-clay"
8
+ import React, { ReactNode, useCallback } from "react"
9
+ import useDropdownStore, { DropdownView } from "../../stores/dropdownStore"
10
+
11
+ const getHeaderTitle = (view: DropdownView) => {
12
+ const titleMap: Partial<Record<DropdownView, string>> = {
13
+ [DropdownView.RECEIVE]: "Receive",
14
+ }
15
+ return titleMap[view]!
16
+ }
17
+
18
+ type NestedViewLayoutProps = {
19
+ children: ReactNode
20
+ }
21
+
22
+ function NestedViewLayout(props: NestedViewLayoutProps) {
23
+ const { children, ...restProps } = props
24
+
25
+ const currentView = useDropdownStore((state) => state.view)
26
+ const setView = useDropdownStore((state) => state.setView)
27
+ const isNested = useDropdownStore((state) => state.isNestedView())
28
+
29
+ const [, theme] = useStyletron()
30
+
31
+ const handleOnButtonClick = useCallback(() => {
32
+ setView(DropdownView.ROOT)
33
+ }, [setView])
34
+
35
+ return (
36
+ <Block
37
+ display="flex"
38
+ flexDirection="column"
39
+ minHeight="588px"
40
+ padding={theme.sizing.scale700}
41
+ paddingTop={0}
42
+ {...restProps}
43
+ >
44
+ <Block
45
+ display="flex"
46
+ alignItems="center"
47
+ paddingTop={theme.sizing.scale600}
48
+ paddingBottom={theme.sizing.scale600}
49
+ marginBottom={theme.sizing.scale300}
50
+ >
51
+ <ButtonIcon
52
+ onClick={handleOnButtonClick}
53
+ shape="circle"
54
+ size="small"
55
+ overrides={{
56
+ BaseButton: {
57
+ style: {
58
+ background: theme.colors.backgroundPrimary,
59
+ marginRight: isNested ? theme.sizing.scale300 : undefined,
60
+ },
61
+ },
62
+ }}
63
+ >
64
+ <ArrowLeft size={theme.sizing.scale700} />
65
+ </ButtonIcon>
66
+
67
+ <LabelMedium>{getHeaderTitle(currentView)}</LabelMedium>
68
+ </Block>
69
+
70
+ {children}
71
+ </Block>
72
+ )
73
+ }
74
+
75
+ export default NestedViewLayout
@@ -0,0 +1,55 @@
1
+ # Passport Dropdown component
2
+
3
+ This component is a layer of interaction with Passport API in form of Dropdown
4
+ component. It allows to establish the session and interact with the API.
5
+
6
+ ## Props
7
+
8
+ - `onSignIn` (`() => void`) - The callback to be executed on trigger click when
9
+ the state is disconnected. It's optional since by default it triggers the
10
+ [Rainbow Kit's wallet connection modal](https://www.rainbowkit.com/docs/modal-hooks).
11
+ If the callback is not provided it will automatically establish the Passport
12
+ Session. If not, you have to handle it manually using `useSignInWithWallet`
13
+ hook. - **optional**
14
+ - `onSignOut` (`() => void`) - The callback to be executed on click of the
15
+ **Sign out** button. It's optional since by default it disconnects the current
16
+ wallet connector and closes the Passport session. - **optional**
17
+ - `evmNativeAssets` (`Asset<"tbtc" | "wbtc">[]`) - Array of Matsnet assets. -
18
+ **optional**
19
+ - `matsnetAssets` (`Asset<"mbtc" | "musd">[]`) - Array of Matsnet assets. -
20
+ **optional**
21
+ ```ts
22
+ type Asset = {
23
+ type: "btc" | "tbtc" | "wbtc" | "mbtc" | "musd"
24
+ decimals: number
25
+ amount: {
26
+ token: bigint
27
+ usd: number
28
+ }
29
+ }
30
+ ```
31
+ - `triggerProps.signedIn` (`ButtonProps`) - Props to be passed to the trigger
32
+ button in signed-in state.
33
+ - `triggerProps.signedOut` (`ButtonProps`) - Props to be passed to the trigger
34
+ button in signed-out state
35
+
36
+ Besides that, component allows
37
+ [Clay's `StatefulPopover` props](https://baseweb.design/components/popover/)
38
+ excluding the `children` and `content`.
39
+
40
+ ## Overview
41
+
42
+ The component has two distinguishable states - disconnected and connected. In
43
+ disconnected state the component offers the trigger to initiate the connection
44
+ flow. It can be fully customizable by providing your own one. As long as it's
45
+ compliant with Wagmi/RainbowKit it will work. Component will automatically
46
+ detect connected connector and change the state of component displaying the
47
+ avatar thumbnail instead of button.
48
+
49
+ Component has the following features:
50
+
51
+ - displays wallet address that can be copied,
52
+ - displays total balance in USD,
53
+ - displays partial balances per asset with token amounts and USD conversions,
54
+ - serves _Log out_ button which disconnects the wallet connector and closes
55
+ Passport API session.
@@ -0,0 +1,119 @@
1
+ import {
2
+ Block,
3
+ Button,
4
+ LabelMedium,
5
+ MonoLabelXSmall,
6
+ ParagraphSmall,
7
+ useStyletron,
8
+ } from "@mezo-org/mezo-clay"
9
+ import React, { useCallback, useState } from "react"
10
+ import { useCopyToClipboard } from "usehooks-ts"
11
+ import { QRCodeSVG } from "qrcode.react"
12
+ import NestedViewLayout from "../NestedViewLayout"
13
+ import { getAddressExplorerUrl } from "../../../utils/address"
14
+ import { usePassportContext } from "../../../hooks/usePassportContext"
15
+ import useWalletAccount from "../../../hooks/useWalletAccount"
16
+
17
+ type ReceiveProps = {
18
+ address: string
19
+ }
20
+
21
+ function Receive(props: ReceiveProps) {
22
+ const { address } = props
23
+
24
+ const { environment } = usePassportContext()
25
+
26
+ const blockExplorerUrl = getAddressExplorerUrl(
27
+ address,
28
+ "mezo",
29
+ environment === "testnet",
30
+ )
31
+
32
+ const [, theme] = useStyletron()
33
+
34
+ const [, copy] = useCopyToClipboard()
35
+ const [isCopiedMessageVisible, setIsCopiedMessageVisible] = useState(false)
36
+ const handleCopyAddress = useCallback(() => {
37
+ copy(address)
38
+ setIsCopiedMessageVisible(true)
39
+
40
+ setTimeout(() => {
41
+ setIsCopiedMessageVisible(false)
42
+ }, 2000)
43
+ }, [copy, address])
44
+
45
+ const { networkFamily } = useWalletAccount()
46
+
47
+ return (
48
+ <NestedViewLayout>
49
+ <LabelMedium>Receive assets on Mezo</LabelMedium>
50
+
51
+ <ParagraphSmall
52
+ marginTop={theme.sizing.scale300}
53
+ marginBottom={theme.sizing.scale600}
54
+ color={theme.colors.contentTertiary}
55
+ >
56
+ {networkFamily === "bitcoin" ? (
57
+ <>
58
+ Mezo automatically created a smart account that&apos;s fully
59
+ controlled by your connected Bitcoin wallet. Use this address to
60
+ receive assets on Mezo.
61
+ </>
62
+ ) : (
63
+ <>
64
+ Your connected wallet address is your Mezo address. Use this address
65
+ to receive assets on Mezo.
66
+ </>
67
+ )}
68
+ </ParagraphSmall>
69
+
70
+ <Block
71
+ as={QRCodeSVG}
72
+ value={address}
73
+ flex={1}
74
+ overrides={{
75
+ Block: {
76
+ style: {
77
+ aspectRatio: 1,
78
+ width: "fit-content",
79
+ margin: "0 auto",
80
+ },
81
+ },
82
+ }}
83
+ />
84
+
85
+ <MonoLabelXSmall
86
+ marginTop={theme.sizing.scale800}
87
+ marginBottom={theme.sizing.scale800}
88
+ overrides={{
89
+ Block: {
90
+ style: {
91
+ textAlign: "center",
92
+ },
93
+ },
94
+ }}
95
+ >
96
+ {address}
97
+ </MonoLabelXSmall>
98
+
99
+ <Button
100
+ onClick={handleCopyAddress}
101
+ overrides={{
102
+ BaseButton: {
103
+ style: {
104
+ marginBottom: theme.sizing.scale400,
105
+ },
106
+ },
107
+ }}
108
+ >
109
+ {isCopiedMessageVisible ? "Copied!" : "Copy Mezo Address"}
110
+ </Button>
111
+
112
+ <Button kind="secondary" $as="a" href={blockExplorerUrl} target="_blank">
113
+ View Explorer
114
+ </Button>
115
+ </NestedViewLayout>
116
+ )
117
+ }
118
+
119
+ export default Receive
@@ -0,0 +1,101 @@
1
+ import {
2
+ ArrowNarrowLeft,
3
+ Block,
4
+ Button,
5
+ ButtonProps,
6
+ Cube01,
7
+ useStyletron,
8
+ } from "@mezo-org/mezo-clay"
9
+ import React, { useCallback } from "react"
10
+ import { usePassportContext } from "../../../hooks/usePassportContext"
11
+ import { getAddressExplorerUrl } from "../../../utils/address"
12
+ import useDropdownStore, { DropdownView } from "../../../stores/dropdownStore"
13
+
14
+ type AccountAddressActionsProps = {
15
+ address: string
16
+ }
17
+
18
+ const buttonStartEnhancerSize = 12
19
+
20
+ const commonButtonProps: Partial<ButtonProps> = {
21
+ kind: "secondary",
22
+ size: "xsmall",
23
+ overrides: {
24
+ BaseButton: {
25
+ style: {
26
+ flex: 1,
27
+ },
28
+ },
29
+ StartEnhancer: {
30
+ style: {
31
+ stroke: "currentColor",
32
+ },
33
+ },
34
+ },
35
+ }
36
+
37
+ export default function AccountAddressActions(
38
+ props: AccountAddressActionsProps,
39
+ ) {
40
+ const { address } = props
41
+
42
+ const [, theme] = useStyletron()
43
+
44
+ const { environment } = usePassportContext()
45
+ const blockExplorerUrl = getAddressExplorerUrl(
46
+ address,
47
+ "mezo",
48
+ environment === "testnet",
49
+ )
50
+
51
+ const setDropdownView = useDropdownStore((state) => state.setView)
52
+
53
+ const handleReceiveClick = useCallback(() => {
54
+ setDropdownView(DropdownView.RECEIVE)
55
+ }, [setDropdownView])
56
+
57
+ return (
58
+ <Block
59
+ display="flex"
60
+ alignItems="center"
61
+ backgroundColor="transparent"
62
+ marginBottom={theme.sizing.scale600}
63
+ overrides={{
64
+ Block: {
65
+ style: {
66
+ gap: theme.sizing.scale600,
67
+ },
68
+ },
69
+ }}
70
+ >
71
+ <Button
72
+ startEnhancer={<Cube01 size={buttonStartEnhancerSize} />}
73
+ $as="a"
74
+ href={blockExplorerUrl}
75
+ target="_blank"
76
+ {...commonButtonProps}
77
+ >
78
+ View Mezo Explorer
79
+ </Button>
80
+
81
+ <Button
82
+ onClick={handleReceiveClick}
83
+ startEnhancer={
84
+ <ArrowNarrowLeft
85
+ size={buttonStartEnhancerSize}
86
+ overrides={{
87
+ Svg: {
88
+ style: {
89
+ transform: "rotate(-45deg)",
90
+ },
91
+ },
92
+ }}
93
+ />
94
+ }
95
+ {...commonButtonProps}
96
+ >
97
+ Receive
98
+ </Button>
99
+ </Block>
100
+ )
101
+ }
@@ -0,0 +1,108 @@
1
+ import {
2
+ Block,
3
+ LabelSmall,
4
+ ParagraphSmall,
5
+ useStyletron,
6
+ } from "@mezo-org/mezo-clay"
7
+ import React, { useMemo } from "react"
8
+ import { CryptoAssetKey, getCryptoAsset } from "../../../utils/cryptoAssets"
9
+
10
+ type AccountAssetsProps = {
11
+ label: string | React.ReactNode
12
+ assets: {
13
+ type: CryptoAssetKey
14
+ balance: string
15
+ balanceInUsd: string
16
+ }[]
17
+ }
18
+
19
+ export default function AccountAssets(props: AccountAssetsProps) {
20
+ const { label, assets } = props
21
+
22
+ const [, theme] = useStyletron()
23
+
24
+ const assetsData = useMemo(
25
+ () =>
26
+ assets.map((token) => {
27
+ const { name, symbol, icon } = getCryptoAsset(token.type)
28
+
29
+ return {
30
+ ...token,
31
+ icon,
32
+ label: name,
33
+ symbol,
34
+ }
35
+ }),
36
+ [assets],
37
+ )
38
+
39
+ const labelContent =
40
+ typeof label === "string" ? (
41
+ <ParagraphSmall margin={0} color={theme.colors.gray800}>
42
+ {label}
43
+ </ParagraphSmall>
44
+ ) : (
45
+ label
46
+ )
47
+
48
+ if (assetsData.length === 0) {
49
+ return null
50
+ }
51
+
52
+ return (
53
+ <Block padding={`0 ${theme.sizing.scale500}`}>
54
+ <Block margin={`${theme.sizing.scale400} 0`}>{labelContent}</Block>
55
+
56
+ <Block
57
+ as="ul"
58
+ marginBottom={theme.sizing.scale600}
59
+ padding={0}
60
+ display="flex"
61
+ flexDirection="column"
62
+ overrides={{
63
+ Block: {
64
+ style: {
65
+ gap: theme.sizing.scale100,
66
+ },
67
+ },
68
+ }}
69
+ >
70
+ {assetsData.map((asset) => (
71
+ <Block
72
+ as="li"
73
+ key={`${asset.type}-${asset.balance}`}
74
+ display="flex"
75
+ justifyContent="space-between"
76
+ alignItems="center"
77
+ margin={`${theme.sizing.scale100} 0`}
78
+ >
79
+ <asset.icon
80
+ size={theme.sizing.scale800}
81
+ overrides={{
82
+ Svg: {
83
+ style: {
84
+ marginRight: theme.sizing.scale500,
85
+ },
86
+ },
87
+ }}
88
+ />
89
+
90
+ <Block flex={1}>
91
+ <LabelSmall margin={0}>{asset.label}</LabelSmall>
92
+ <ParagraphSmall margin={0} color={theme.colors.gray500}>
93
+ {asset.symbol}
94
+ </ParagraphSmall>
95
+ </Block>
96
+
97
+ <Block display="flex" alignItems="end" flexDirection="column">
98
+ <LabelSmall margin={0}>{asset.balance}</LabelSmall>
99
+ <ParagraphSmall margin={0} color={theme.colors.gray500}>
100
+ {asset.balanceInUsd}
101
+ </ParagraphSmall>
102
+ </Block>
103
+ </Block>
104
+ ))}
105
+ </Block>
106
+ </Block>
107
+ )
108
+ }
@@ -0,0 +1,35 @@
1
+ import {
2
+ Block,
3
+ HeadingSmall,
4
+ ParagraphSmall,
5
+ useStyletron,
6
+ } from "@mezo-org/mezo-clay"
7
+ import React from "react"
8
+
9
+ type AccountBalanceProps = {
10
+ amount: string
11
+ }
12
+
13
+ export default function AccountBalance(props: AccountBalanceProps) {
14
+ const { amount } = props
15
+
16
+ const [, theme] = useStyletron()
17
+
18
+ return (
19
+ <Block
20
+ padding={theme.sizing.scale500}
21
+ overrides={{
22
+ Block: {
23
+ style: {
24
+ borderBottom: `1px solid ${theme.colors.backgroundPrimary}`,
25
+ },
26
+ },
27
+ }}
28
+ >
29
+ <ParagraphSmall margin={0} color={theme.colors.gray800}>
30
+ Available balance
31
+ </ParagraphSmall>
32
+ <HeadingSmall margin={0}>{amount}</HeadingSmall>
33
+ </Block>
34
+ )
35
+ }