@xyo-network/react-connected-accounts 2.78.0 → 2.78.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,2 +1,553 @@
1
- var R="XYO|EnabledWallets",v=class{persistPreferences=!0;enabledWallets={};ethWalletsState={};listeners=[];localStorageKey=R;constructor(e=R){this.localStorageKey=e,this.reviveSettings()}get wallets(){return this.ethWalletsState}disableWallet(e){this.toggleEnabledWallet(e,!1)}enableWallet(e){this.toggleEnabledWallet(e,!0)}resetWallets(e){let o={},l=([n,a])=>{o[n]={enabled:n in this.enabledWallets?this.enabledWallets[n]:!0,wallet:a}};Object.entries(e).forEach(l.bind(this)),this.ethWalletsState=o,this.emitChange()}subscribe(e){return this.listeners=[...this.listeners,e],()=>{this.listeners=this.listeners.filter(o=>o!==e)}}toggleEnabledWallet(e,o){e&&this.ethWalletsState[e]&&(this.ethWalletsState[e].enabled=o,this.ethWalletsState={...this.ethWalletsState},this.emitChange())}emitChange(){for(let e of this.listeners)e();this.persistSettings()}isPersistance(e){this.persistPreferences&&e()}persistSettings(){this.isPersistance(()=>{let e=Object.entries(this.ethWalletsState).reduce((o,[l,{enabled:n}])=>(o[l]=n,o),{});localStorage.setItem(this.localStorageKey,JSON.stringify(e))})}reviveSettings(){this.isPersistance(()=>{let e=localStorage.getItem(this.localStorageKey);try{let o=e?JSON.parse(e):{};this.enabledWallets=o}catch(o){console.warn(`Error parsing saved enabled wallet entries: ${o.message}`)}})}};import{Typography as Ce,useTheme as yo}from"@mui/material";import{FlexCol as be}from"@xylabs/react-flexbox";import{forwardRef as Po}from"react";import{AccountsChangedEventName as I,useWalletDiscovery as We}from"@xylabs/react-crypto";import{useEffect as L,useMemo as ve,useState as B}from"react";var Te=t=>Object.values(t).reduce((e,o)=>(o.allowedAccounts.length>0?e.unshift(o):e.push(o),e),[]),O=()=>{let t=We(),[e,o]=B(0),[l,n]=B([]);L(()=>{n(Te(t))},[t,e]),L(()=>{let r=()=>{o(p=>p+1)};return window.addEventListener(I,r),()=>{window.removeEventListener(I,r)}},[t]);let a=ve(()=>Object.values(l).reduce((r,p)=>r+p.allowedAccounts.length,0),[l]);return{sortedWallets:l,totalConnectedAccounts:a}};import{useWalletDiscovery as ye}from"@xylabs/react-crypto";import{useMemo as N,useSyncExternalStore as Pe}from"react";var s,we=t=>{let e=ye(),o=N(()=>{s===void 0&&(s=new v),s.resetWallets(e);for(let[l,n]of Object.entries(t??{}))s==null||s.toggleEnabledWallet(l,n);return s},[e,t]);return Pe(o.subscribe.bind(o),()=>o.wallets)},M=t=>{let e=we(t),o=N(()=>Object.entries(e).reduce((l,[n,a])=>(a.enabled&&(l[n]=a),l),{}),[e]);return{disableWallet:s==null?void 0:s.disableWallet.bind(s),enableWallet:s==null?void 0:s.enableWallet.bind(s),enabledWallets:o,wallets:e}};import{Checkbox as Se,FormControl as De,FormLabel as Fe}from"@mui/material";import{jsx as Y,jsxs as Ee}from"react/jsx-runtime";var H=({onCheckChanged:t,...e})=>Y(De,{...e,children:Ee(Fe,{children:[Y(Se,{onChange:(o,l)=>t==null?void 0:t(l)}),"Do not show this again."]})});import{Button as $,Dialog as Be,DialogActions as Oe,DialogContent as Ne,DialogTitle as Me}from"@mui/material";import{SyncAlt as Ae}from"@mui/icons-material";import{Typography as X}from"@mui/material";import{ConstrainedImage as ke}from"@xylabs/react-crypto";import{FlexCol as V,FlexRow as Re}from"@xylabs/react-flexbox";import{default as K}from"./xyo-color-logo-LHR2SMEM.svg";import{default as zo}from"./xyo-color-logo-text-only-QPAW5BSQ.svg";import{jsx as u,jsxs as D}from"react/jsx-runtime";var _=({icon:t,providerName:e,...o})=>D(Re,{gap:4,justifyContent:"space-evenly",...o,children:[D(V,{gap:.5,children:[u("img",{alt:"XYO Logo",src:K,style:{height:"48px"}}),u(X,{variant:"subtitle1",children:"XYO App"})]}),u(Ae,{fontSize:"large"}),D(V,{gap:.5,children:[u(ke,{constrainedValue:"48px",src:t,alt:e,style:{height:"48px",maxWidth:"48px"}}),u(X,{variant:"subtitle1",children:e})]})]});import{Link as Ie,Typography as z}from"@mui/material";import{FlexCol as Le}from"@xylabs/react-flexbox";import{jsx as T,jsxs as F}from"react/jsx-runtime";var J=t=>F(Le,{gap:4,...t,children:[T(z,{fontWeight:"bold",sx:{textAlign:"center"},children:"This will allow XYO to:"}),F("ul",{children:[T("li",{children:"View your wallet account(s) and address(es)"}),T("li",{children:"Read-only access to browse the public blockchain(s) you select"})]}),F(z,{variant:"subtitle1",sx:{textAlign:"center"},children:["You control what accounts to share and what blockchains to view. You can see or revoke access via your wallet's settings at anytime. View more on XYO's sovereign data philosophy"," ",T(Ie,{href:"https://cointelegraph.com/innovation-circle/decentralization-and-sovereignty-debunking-our-approach-to-digital-sovereignty",sx:{fontWeight:"bold"},target:"_blank",children:"here"}),"."]})]});import{jsx as f,jsxs as E}from"react/jsx-runtime";var G=({activeProvider:t,onIgnoreConnectDialog:e,...o})=>{let{icon:l,providerName:n}=t??{};return E(Be,{PaperProps:{sx:{display:"flex",gap:4}},...o,children:[f(Me,{sx:{textAlign:"center"},children:"XYO Wants To Access The Blockchain on Your Behalf"}),E(Ne,{sx:{display:"flex",flexDirection:"column",gap:4},children:[f(_,{icon:l,providerName:n}),f(J,{}),f(H,{onCheckChanged:e})]}),E(Oe,{children:[f($,{variant:"outlined",onClick:()=>{var r;return(r=o.onClose)==null?void 0:r.call(o,{},"escapeKeyDown")},children:"Close"}),f($,{variant:"contained",onClick:async()=>{var r,p;try{await((r=t==null?void 0:t.connectWallet)==null?void 0:r.call(t)),(p=o.onClose)==null||p.call(o,{},"escapeKeyDown")}catch(i){console.warn(`Error connecting to wallet: ${i.message}`)}},children:"Connect"})]})]})};import{Button as Ye,Dialog as He,DialogActions as Ke,DialogContent as Xe,DialogTitle as Ve,Typography as U}from"@mui/material";import{ConstrainedImage as _e}from"@xylabs/react-crypto";import{FlexRow as ze}from"@xylabs/react-flexbox";import{jsx as y,jsxs as x}from"react/jsx-runtime";var q=({activeProvider:t,...e})=>x(He,{...e,children:[x(ze,{gap:2,justifyContent:"start",pl:2,children:[y(_e,{src:t==null?void 0:t.icon,constrainedValue:"24px"}),x(Ve,{sx:{pl:0},children:["Revoke ",t==null?void 0:t.providerName," Access"]})]}),x(Xe,{children:[x(U,{children:["Revoking access to your wallet must be done from the wallet's browser extension. Wallets grant access to specific domains please consult ",t==null?void 0:t.providerName,"'s documentation on how to revoke access to this website:"]}),y(U,{children:window.location.origin})]}),y(Ke,{children:y(Ye,{variant:"contained",onClick:()=>{var o;return(o=e.onClose)==null?void 0:o.call(e,{},"escapeKeyDown")},children:"Close"})})]});import{TableCell as Je,Tooltip as $e,Typography as Ge}from"@mui/material";import{jsx as P}from"react/jsx-runtime";var Q=({additionalAccounts:t,currentAccount:e,totalAccounts:o,tableCellProps:l})=>P(Je,{...l,children:P($e,{sx:{cursor:o>0?"pointer":"auto"},title:[...e??[],...t??[]].map((n,a)=>P("p",{children:n},a)),children:P(Ge,{children:o})})});import{Check as Ue,InfoOutlined as qe}from"@mui/icons-material";import{Button as Qe,IconButton as Ze,TableCell as je,Typography as eo}from"@mui/material";import{FlexRow as oo}from"@xylabs/react-flexbox";import{jsx as W,jsxs as Z}from"react/jsx-runtime";var j=({connected:t,onConnect:e,onRevoke:o,tableCellProps:l})=>W(je,{...l,children:Z(oo,{gap:2,justifyContent:"start",children:[t?Z(eo,{sx:{display:"inline-flex",gap:.5},children:[W(Ue,{}),"Connected"]}):W(Qe,{variant:"contained",onClick:e,children:"Connect"}),t?W(Ze,{onClick:o,children:W(qe,{})}):null]})});import{TableCell as to}from"@mui/material";import{jsx as lo}from"react/jsx-runtime";var ee=({chainName:t,tableCellProps:e})=>lo(to,{...e,children:t});import{Switch as no,TableCell as ao}from"@mui/material";import{useMemo as ro}from"react";import{jsx as oe}from"react/jsx-runtime";var te=({connected:t,walletRdns:e,tableCellProps:o})=>{let{disableWallet:l,enableWallet:n,wallets:a}=M(),r=ro(()=>e?a[e].enabled:!1,[a,e]);return oe(ao,{...o,children:oe(no,{disabled:!t,checked:t&&r,onChange:i=>{var c;let C=(c=i.target)==null?void 0:c.checked;e&&(C?n==null||n(e):l==null||l(e))}})})};import{TableCell as so,useTheme as io}from"@mui/material";import{ConstrainedImage as co}from"@xylabs/react-crypto";import{FlexRow as po}from"@xylabs/react-flexbox";import{jsx as le,jsxs as mo}from"react/jsx-runtime";var ne=({icon:t,walletName:e,tableCellProps:o})=>{let l=io();return le(so,{...o,children:mo(po,{gap:2,justifyContent:"start",children:[le(co,{constrainedValue:l.spacing(4),src:t}),e]})})};var ae=[ne,ee,Q,j,te];import{Table as fo,TableBody as ho,TableCell as uo,TableHead as xo,TableRow as Wo}from"@mui/material";import{useState as vo}from"react";var re=[{disablePadding:!1,id:"wallet",label:"Wallet",numeric:!1,showOnMobile:!0},{disablePadding:!1,id:"chain",label:"Chain",numeric:!1,showOnMobile:!0},{disablePadding:!1,id:"accounts",label:"Accounts",numeric:!0,showOnMobile:!0},{disablePadding:!1,id:"actions",label:"Actions",numeric:!1,showOnMobile:!0},{disablePadding:!1,id:"enabled",label:"Enabled",numeric:!1,showOnMobile:!0}];import{TableRow as Co}from"@mui/material";import{useEthWallet as bo}from"@xylabs/react-crypto";import{useCallback as se,useMemo as ie}from"react";import{jsx as ce}from"react/jsx-runtime";var pe=({ignoreConnectDialog:t,onConnectClick:e,onRevoke:o,wallet:l,...n})=>{let{currentAccount:a,additionalAccounts:r,chainName:p,connectWallet:i,providerInfo:C}=bo(l),c=a!=null&&a.toString()?[a.toString()]:[],w=((r==null?void 0:r.length)??0)+((c==null?void 0:c.length)??0),b=!!((c==null?void 0:c.length)??!1),{icon:d,name:h,rdns:S}=ie(()=>C??{icon:void 0,name:void 0,rdns:void 0},[C]),g=ie(()=>({connectWallet:i,icon:d,providerName:h}),[i,d,h]),fe=se(()=>{o==null||o(g)},[g,o]),he=se(async()=>{t?await(i==null?void 0:i()):e==null||e(g)},[g,i,t,e]);return ce(Co,{...n,children:Object.values(ae).map((ue,xe)=>ce(ue,{additionalAccounts:r,chainName:p,connected:b,currentAccount:c,icon:d,onConnect:he,onRevoke:fe,totalAccounts:w,walletName:h,walletRdns:S},xe))})};import{useState as go}from"react";var A=t=>{let[e,o]=go(!1);return[e,a=>{o(!0),t(a)},()=>{o(!1),t({})}]};import{Fragment as To,jsx as m,jsxs as de}from"react/jsx-runtime";var me=({ignoreConnectDialog:t,onIgnoreConnectDialog:e,wallets:o,...l})=>{let[n,a]=vo(),[r,p,i]=A(a),[C,c,w]=A(a);return de(To,{children:[de(fo,{...l,children:[m(xo,{children:m(Wo,{children:re.map(({disablePadding:b,id:d,label:h,align:S,width:g})=>m(uo,{align:S,padding:b?"none":"normal",width:g??"auto",children:h},d))})}),m(ho,{children:(o??[]).map(b=>{var d;return m(pe,{ignoreConnectDialog:t,onConnectClick:p,onRevoke:c,wallet:b},(d=b.providerInfo)==null?void 0:d.rdns)})})]}),m(q,{open:C,onClose:w,activeProvider:n}),m(G,{activeProvider:n,onClose:i,open:r,onIgnoreConnectDialog:e})]})};import{jsx as ge,jsxs as k}from"react/jsx-runtime";var wo=Po(({ignoreConnectDialog:t,onIgnoreConnectDialog:e,...o},l)=>{let n=yo(),{totalConnectedAccounts:a,sortedWallets:r}=O();return k(be,{alignItems:"stretch",justifyContent:"start",gap:2,ref:l,...o,children:[k(be,{alignItems:"start",children:[ge(Ce,{variant:"h2",sx:{mb:.5},children:"Detected Web3 Wallets"}),a?k(Ce,{variant:"subtitle1",color:n.palette.secondary.main,sx:{opacity:.5},children:["Total Connected Accounts: ",a]}):null]}),ge(me,{wallets:r,ignoreConnectDialog:t,onIgnoreConnectDialog:e})]})});wo.displayName="ConnectedAccountsFlexbox";export{H as CheckboxFormControl,G as ConnectWalletDialog,wo as ConnectedAccountsFlexbox,te as ConnectedWalletState,ae as ConnectedWalletTableCells,Q as ConnectedWalletsAccountsTableCell,j as ConnectedWalletsActionsTableCell,ee as ConnectedWalletsChainNameTableCell,me as ConnectedWalletsTable,ne as ConnectedWalletsWalletTableCell,v as EnabledEthWalletConnections,q as RevokeWalletConnectionDialog,pe as WalletConnectionsTableRow,A as useActiveProviderDialogState,O as useDetectedWallets,M as useEnabledWallets,we as useEnabledWalletsInner};
1
+ // src/classes/EnabledWallets.ts
2
+ var DEFAULT_LOCAL_STORAGE_KEY = "XYO|EnabledWallets";
3
+ var EnabledEthWalletConnections = class {
4
+ // control whether or not enabled/disabled preferences are persisted (i.e. in localStorage)
5
+ persistPreferences = true;
6
+ // Map of wallet names and their enabled/disabled state
7
+ enabledWallets = {};
8
+ // Map of wallet names, their enabled/disabled state, and their wallet class
9
+ ethWalletsState = {};
10
+ // list of listeners that want to be notified on wallet changes
11
+ listeners = [];
12
+ // key to use in localStorage when persisting preferences
13
+ localStorageKey = DEFAULT_LOCAL_STORAGE_KEY;
14
+ constructor(localStorageKey = DEFAULT_LOCAL_STORAGE_KEY) {
15
+ this.localStorageKey = localStorageKey;
16
+ this.reviveSettings();
17
+ }
18
+ get wallets() {
19
+ return this.ethWalletsState;
20
+ }
21
+ disableWallet(rdns) {
22
+ this.toggleEnabledWallet(rdns, false);
23
+ }
24
+ enableWallet(rdns) {
25
+ this.toggleEnabledWallet(rdns, true);
26
+ }
27
+ /**
28
+ * Given a new set of wallets, set their enabled state based off previous preferences
29
+ */
30
+ resetWallets(wallets) {
31
+ const newWallets = {};
32
+ const addWallet = ([walletName, wallet]) => {
33
+ newWallets[walletName] = {
34
+ // preserve the existing enabled state
35
+ enabled: walletName in this.enabledWallets ? this.enabledWallets[walletName] : true,
36
+ wallet
37
+ };
38
+ };
39
+ Object.entries(wallets).forEach(addWallet.bind(this));
40
+ this.ethWalletsState = newWallets;
41
+ this.emitChange();
42
+ }
43
+ subscribe(listener) {
44
+ this.listeners = [...this.listeners, listener];
45
+ return () => {
46
+ this.listeners = this.listeners.filter((existingListener) => existingListener !== listener);
47
+ };
48
+ }
49
+ toggleEnabledWallet(rdns, enabled) {
50
+ if (rdns && this.ethWalletsState[rdns]) {
51
+ this.ethWalletsState[rdns].enabled = enabled;
52
+ this.ethWalletsState = { ...this.ethWalletsState };
53
+ this.emitChange();
54
+ }
55
+ }
56
+ emitChange() {
57
+ for (const listener of this.listeners) {
58
+ listener();
59
+ }
60
+ this.persistSettings();
61
+ }
62
+ isPersistance(method) {
63
+ if (this.persistPreferences) {
64
+ method();
65
+ }
66
+ }
67
+ persistSettings() {
68
+ this.isPersistance(() => {
69
+ const enabledWallets = Object.entries(this.ethWalletsState).reduce((acc, [rdns, { enabled }]) => {
70
+ acc[rdns] = enabled;
71
+ return acc;
72
+ }, {});
73
+ localStorage.setItem(this.localStorageKey, JSON.stringify(enabledWallets));
74
+ });
75
+ }
76
+ reviveSettings() {
77
+ this.isPersistance(() => {
78
+ const existingEntries = localStorage.getItem(this.localStorageKey);
79
+ try {
80
+ const entries = existingEntries ? JSON.parse(existingEntries) : {};
81
+ this.enabledWallets = entries;
82
+ } catch (e) {
83
+ console.warn(`Error parsing saved enabled wallet entries: ${e.message}`);
84
+ }
85
+ });
86
+ }
87
+ };
88
+
89
+ // src/components/ConnectedAccountsFlexbox.tsx
90
+ import { Typography as Typography6, useTheme as useTheme2 } from "@mui/material";
91
+ import { FlexCol as FlexCol3 } from "@xylabs/react-flexbox";
92
+ import { forwardRef } from "react";
93
+
94
+ // src/hooks/useDetectWallets.tsx
95
+ import { AccountsChangedEventName, useWalletDiscovery } from "@xylabs/react-crypto";
96
+ import { useEffect, useMemo, useState } from "react";
97
+ var sortWallets = (wallets) => (
98
+ // eslint-disable-next-line unicorn/no-array-reduce
99
+ Object.values(wallets).reduce((acc, wallet) => {
100
+ wallet.allowedAccounts.length > 0 ? acc.unshift(wallet) : acc.push(wallet);
101
+ return acc;
102
+ }, [])
103
+ );
104
+ var useDetectedWallets = () => {
105
+ const wallets = useWalletDiscovery();
106
+ const [refresh, setRefresh] = useState(0);
107
+ const [sortedWallets, setSortedWallets] = useState([]);
108
+ useEffect(() => {
109
+ setSortedWallets(sortWallets(wallets));
110
+ }, [wallets, refresh]);
111
+ useEffect(() => {
112
+ const listener = () => {
113
+ setRefresh((refresh2) => refresh2 + 1);
114
+ };
115
+ window.addEventListener(AccountsChangedEventName, listener);
116
+ return () => {
117
+ window.removeEventListener(AccountsChangedEventName, listener);
118
+ };
119
+ }, [wallets]);
120
+ const totalConnectedAccounts = useMemo(
121
+ () => Object.values(sortedWallets).reduce((acc, wallet) => acc + wallet.allowedAccounts.length, 0),
122
+ [sortedWallets]
123
+ );
124
+ return { sortedWallets, totalConnectedAccounts };
125
+ };
126
+
127
+ // src/hooks/useEnabledWallets.tsx
128
+ import { useWalletDiscovery as useWalletDiscovery2 } from "@xylabs/react-crypto";
129
+ import { useMemo as useMemo2, useSyncExternalStore } from "react";
130
+ var enabledEthWallets;
131
+ var useEnabledWalletsInner = (enabledWalletsRdns) => {
132
+ const discoveredWallets = useWalletDiscovery2();
133
+ const wallets = useMemo2(() => {
134
+ if (enabledEthWallets === void 0) enabledEthWallets = new EnabledEthWalletConnections();
135
+ enabledEthWallets.resetWallets(discoveredWallets);
136
+ for (const [rdns, enabled] of Object.entries(enabledWalletsRdns ?? {})) enabledEthWallets == null ? void 0 : enabledEthWallets.toggleEnabledWallet(rdns, enabled);
137
+ return enabledEthWallets;
138
+ }, [discoveredWallets, enabledWalletsRdns]);
139
+ return useSyncExternalStore(wallets.subscribe.bind(wallets), () => wallets.wallets);
140
+ };
141
+ var useEnabledWallets = (enabledWalletsRdns) => {
142
+ const wallets = useEnabledWalletsInner(enabledWalletsRdns);
143
+ const enabledWallets = useMemo2(
144
+ () => (
145
+ // eslint-disable-next-line unicorn/no-array-reduce
146
+ Object.entries(wallets).reduce((acc, [walletName, wallet]) => {
147
+ if (wallet.enabled) acc[walletName] = wallet;
148
+ return acc;
149
+ }, {})
150
+ ),
151
+ [wallets]
152
+ );
153
+ return {
154
+ disableWallet: enabledEthWallets == null ? void 0 : enabledEthWallets.disableWallet.bind(enabledEthWallets),
155
+ enableWallet: enabledEthWallets == null ? void 0 : enabledEthWallets.enableWallet.bind(enabledEthWallets),
156
+ enabledWallets,
157
+ wallets
158
+ };
159
+ };
160
+
161
+ // src/components/wallet/dialogs/connect/CheckboxFormControl.tsx
162
+ import { Checkbox, FormControl, FormLabel } from "@mui/material";
163
+ import { jsx, jsxs } from "react/jsx-runtime";
164
+ var CheckboxFormControl = ({ onCheckChanged, ...props }) => {
165
+ return /* @__PURE__ */ jsx(FormControl, { ...props, children: /* @__PURE__ */ jsxs(FormLabel, { children: [
166
+ /* @__PURE__ */ jsx(Checkbox, { onChange: (_, checked) => onCheckChanged == null ? void 0 : onCheckChanged(checked) }),
167
+ "Do not show this again."
168
+ ] }) });
169
+ };
170
+
171
+ // src/components/wallet/dialogs/connect/Dialog.tsx
172
+ import { Button, Dialog, DialogActions, DialogContent, DialogTitle } from "@mui/material";
173
+
174
+ // src/components/wallet/dialogs/connect/LinkedProvidersFlexbox.tsx
175
+ import { SyncAlt } from "@mui/icons-material";
176
+ import { Typography } from "@mui/material";
177
+ import { ConstrainedImage } from "@xylabs/react-crypto";
178
+ import { FlexCol, FlexRow } from "@xylabs/react-flexbox";
179
+
180
+ // src/img/index.ts
181
+ import { default as default2 } from "./xyo-color-logo-LHR2SMEM.svg";
182
+ import { default as default3 } from "./xyo-color-logo-text-only-QPAW5BSQ.svg";
183
+
184
+ // src/components/wallet/dialogs/connect/LinkedProvidersFlexbox.tsx
185
+ import { jsx as jsx2, jsxs as jsxs2 } from "react/jsx-runtime";
186
+ var LinkedProvidersFlexbox = ({ icon, providerName, ...props }) => {
187
+ return /* @__PURE__ */ jsxs2(FlexRow, { gap: 4, justifyContent: "space-evenly", ...props, children: [
188
+ /* @__PURE__ */ jsxs2(FlexCol, { gap: 0.5, children: [
189
+ /* @__PURE__ */ jsx2("img", { alt: "XYO Logo", src: default2, style: { height: "48px" } }),
190
+ /* @__PURE__ */ jsx2(Typography, { variant: "subtitle1", children: "XYO App" })
191
+ ] }),
192
+ /* @__PURE__ */ jsx2(SyncAlt, { fontSize: "large" }),
193
+ /* @__PURE__ */ jsxs2(FlexCol, { gap: 0.5, children: [
194
+ /* @__PURE__ */ jsx2(ConstrainedImage, { constrainedValue: "48px", src: icon, alt: providerName, style: { height: "48px", maxWidth: "48px" } }),
195
+ /* @__PURE__ */ jsx2(Typography, { variant: "subtitle1", children: providerName })
196
+ ] })
197
+ ] });
198
+ };
199
+
200
+ // src/components/wallet/dialogs/connect/Permissions.tsx
201
+ import { Link, Typography as Typography2 } from "@mui/material";
202
+ import { FlexCol as FlexCol2 } from "@xylabs/react-flexbox";
203
+ import { jsx as jsx3, jsxs as jsxs3 } from "react/jsx-runtime";
204
+ var WalletPermissionsFlexbox = (props) => {
205
+ return /* @__PURE__ */ jsxs3(FlexCol2, { gap: 4, ...props, children: [
206
+ /* @__PURE__ */ jsx3(Typography2, { fontWeight: "bold", sx: { textAlign: "center" }, children: "This will allow XYO to:" }),
207
+ /* @__PURE__ */ jsxs3("ul", { children: [
208
+ /* @__PURE__ */ jsx3("li", { children: "View your wallet account(s) and address(es)" }),
209
+ /* @__PURE__ */ jsx3("li", { children: "Read-only access to browse the public blockchain(s) you select" })
210
+ ] }),
211
+ /* @__PURE__ */ jsxs3(Typography2, { variant: "subtitle1", sx: { textAlign: "center" }, children: [
212
+ "You control what accounts to share and what blockchains to view. You can see or revoke access via your wallet's settings at anytime. View more on XYO's sovereign data philosophy",
213
+ " ",
214
+ /* @__PURE__ */ jsx3(
215
+ Link,
216
+ {
217
+ href: "https://cointelegraph.com/innovation-circle/decentralization-and-sovereignty-debunking-our-approach-to-digital-sovereignty",
218
+ sx: { fontWeight: "bold" },
219
+ target: "_blank",
220
+ children: "here"
221
+ }
222
+ ),
223
+ "."
224
+ ] })
225
+ ] });
226
+ };
227
+
228
+ // src/components/wallet/dialogs/connect/Dialog.tsx
229
+ import { jsx as jsx4, jsxs as jsxs4 } from "react/jsx-runtime";
230
+ var ConnectWalletDialog = ({ activeProvider, onIgnoreConnectDialog, ...props }) => {
231
+ const { icon, providerName } = activeProvider ?? {};
232
+ const onConnect = async () => {
233
+ var _a, _b;
234
+ try {
235
+ await ((_a = activeProvider == null ? void 0 : activeProvider.connectWallet) == null ? void 0 : _a.call(activeProvider));
236
+ (_b = props.onClose) == null ? void 0 : _b.call(props, {}, "escapeKeyDown");
237
+ } catch (e) {
238
+ console.warn(`Error connecting to wallet: ${e.message}`);
239
+ }
240
+ };
241
+ return /* @__PURE__ */ jsxs4(Dialog, { PaperProps: { sx: { display: "flex", gap: 4 } }, ...props, children: [
242
+ /* @__PURE__ */ jsx4(DialogTitle, { sx: { textAlign: "center" }, children: "XYO Wants To Access The Blockchain on Your Behalf" }),
243
+ /* @__PURE__ */ jsxs4(DialogContent, { sx: { display: "flex", flexDirection: "column", gap: 4 }, children: [
244
+ /* @__PURE__ */ jsx4(LinkedProvidersFlexbox, { icon, providerName }),
245
+ /* @__PURE__ */ jsx4(WalletPermissionsFlexbox, {}),
246
+ /* @__PURE__ */ jsx4(CheckboxFormControl, { onCheckChanged: onIgnoreConnectDialog })
247
+ ] }),
248
+ /* @__PURE__ */ jsxs4(DialogActions, { children: [
249
+ /* @__PURE__ */ jsx4(Button, { variant: "outlined", onClick: () => {
250
+ var _a;
251
+ return (_a = props.onClose) == null ? void 0 : _a.call(props, {}, "escapeKeyDown");
252
+ }, children: "Close" }),
253
+ /* @__PURE__ */ jsx4(Button, { variant: "contained", onClick: onConnect, children: "Connect" })
254
+ ] })
255
+ ] });
256
+ };
257
+
258
+ // src/components/wallet/dialogs/revoke/Dialog.tsx
259
+ import { Button as Button2, Dialog as Dialog2, DialogActions as DialogActions2, DialogContent as DialogContent2, DialogTitle as DialogTitle2, Typography as Typography3 } from "@mui/material";
260
+ import { ConstrainedImage as ConstrainedImage2 } from "@xylabs/react-crypto";
261
+ import { FlexRow as FlexRow2 } from "@xylabs/react-flexbox";
262
+ import { jsx as jsx5, jsxs as jsxs5 } from "react/jsx-runtime";
263
+ var RevokeWalletConnectionDialog = ({ activeProvider, ...props }) => {
264
+ return /* @__PURE__ */ jsxs5(Dialog2, { ...props, children: [
265
+ /* @__PURE__ */ jsxs5(FlexRow2, { gap: 2, justifyContent: "start", pl: 2, children: [
266
+ /* @__PURE__ */ jsx5(ConstrainedImage2, { src: activeProvider == null ? void 0 : activeProvider.icon, constrainedValue: "24px" }),
267
+ /* @__PURE__ */ jsxs5(DialogTitle2, { sx: { pl: 0 }, children: [
268
+ "Revoke ",
269
+ activeProvider == null ? void 0 : activeProvider.providerName,
270
+ " Access"
271
+ ] })
272
+ ] }),
273
+ /* @__PURE__ */ jsxs5(DialogContent2, { children: [
274
+ /* @__PURE__ */ jsxs5(Typography3, { children: [
275
+ "Revoking access to your wallet must be done from the wallet's browser extension. Wallets grant access to specific domains please consult ",
276
+ activeProvider == null ? void 0 : activeProvider.providerName,
277
+ "'s documentation on how to revoke access to this website:"
278
+ ] }),
279
+ /* @__PURE__ */ jsx5(Typography3, { children: window.location.origin })
280
+ ] }),
281
+ /* @__PURE__ */ jsx5(DialogActions2, { children: /* @__PURE__ */ jsx5(Button2, { variant: "contained", onClick: () => {
282
+ var _a;
283
+ return (_a = props.onClose) == null ? void 0 : _a.call(props, {}, "escapeKeyDown");
284
+ }, children: "Close" }) })
285
+ ] });
286
+ };
287
+
288
+ // src/components/wallet/table/cells/Accounts.tsx
289
+ import { TableCell, Tooltip, Typography as Typography4 } from "@mui/material";
290
+ import { jsx as jsx6 } from "react/jsx-runtime";
291
+ var ConnectedWalletsAccountsTableCell = ({
292
+ additionalAccounts,
293
+ currentAccount,
294
+ totalAccounts,
295
+ tableCellProps
296
+ }) => {
297
+ return /* @__PURE__ */ jsx6(TableCell, { ...tableCellProps, children: /* @__PURE__ */ jsx6(
298
+ Tooltip,
299
+ {
300
+ sx: { cursor: totalAccounts > 0 ? "pointer" : "auto" },
301
+ title: [...currentAccount ?? [], ...additionalAccounts ?? []].map((address, index) => /* @__PURE__ */ jsx6("p", { children: address }, index)),
302
+ children: /* @__PURE__ */ jsx6(Typography4, { children: totalAccounts })
303
+ }
304
+ ) });
305
+ };
306
+
307
+ // src/components/wallet/table/cells/Actions.tsx
308
+ import { Check, InfoOutlined } from "@mui/icons-material";
309
+ import { Button as Button3, IconButton, TableCell as TableCell2, Typography as Typography5 } from "@mui/material";
310
+ import { FlexRow as FlexRow3 } from "@xylabs/react-flexbox";
311
+ import { jsx as jsx7, jsxs as jsxs6 } from "react/jsx-runtime";
312
+ var ConnectedWalletsActionsTableCell = ({ connected, onConnect, onRevoke, tableCellProps }) => {
313
+ return /* @__PURE__ */ jsx7(TableCell2, { ...tableCellProps, children: /* @__PURE__ */ jsxs6(FlexRow3, { gap: 2, justifyContent: "start", children: [
314
+ connected ? /* @__PURE__ */ jsxs6(Typography5, { sx: { display: "inline-flex", gap: 0.5 }, children: [
315
+ /* @__PURE__ */ jsx7(Check, {}),
316
+ "Connected"
317
+ ] }) : /* @__PURE__ */ jsx7(Button3, { variant: "contained", onClick: onConnect, children: "Connect" }),
318
+ connected ? /* @__PURE__ */ jsx7(IconButton, { onClick: onRevoke, children: /* @__PURE__ */ jsx7(InfoOutlined, {}) }) : null
319
+ ] }) });
320
+ };
321
+
322
+ // src/components/wallet/table/cells/ChainName.tsx
323
+ import { TableCell as TableCell3 } from "@mui/material";
324
+ import { jsx as jsx8 } from "react/jsx-runtime";
325
+ var ConnectedWalletsChainNameTableCell = ({ chainName, tableCellProps }) => {
326
+ return /* @__PURE__ */ jsx8(TableCell3, { ...tableCellProps, children: chainName });
327
+ };
328
+
329
+ // src/components/wallet/table/cells/State.tsx
330
+ import { Switch, TableCell as TableCell4 } from "@mui/material";
331
+ import { useMemo as useMemo3 } from "react";
332
+ import { jsx as jsx9 } from "react/jsx-runtime";
333
+ var ConnectedWalletState = ({ connected, walletRdns, tableCellProps }) => {
334
+ const { disableWallet, enableWallet, wallets } = useEnabledWallets();
335
+ const enabled = useMemo3(() => walletRdns ? wallets[walletRdns].enabled : false, [wallets, walletRdns]);
336
+ const handleClick = (event) => {
337
+ var _a;
338
+ const checked = (_a = event.target) == null ? void 0 : _a.checked;
339
+ if (walletRdns) {
340
+ checked ? enableWallet == null ? void 0 : enableWallet(walletRdns) : disableWallet == null ? void 0 : disableWallet(walletRdns);
341
+ }
342
+ };
343
+ return /* @__PURE__ */ jsx9(TableCell4, { ...tableCellProps, children: /* @__PURE__ */ jsx9(Switch, { disabled: !connected, checked: connected && enabled, onChange: handleClick }) });
344
+ };
345
+
346
+ // src/components/wallet/table/cells/Wallet.tsx
347
+ import { TableCell as TableCell5, useTheme } from "@mui/material";
348
+ import { ConstrainedImage as ConstrainedImage3 } from "@xylabs/react-crypto";
349
+ import { FlexRow as FlexRow4 } from "@xylabs/react-flexbox";
350
+ import { jsx as jsx10, jsxs as jsxs7 } from "react/jsx-runtime";
351
+ var ConnectedWalletsWalletTableCell = ({ icon, walletName, tableCellProps }) => {
352
+ const theme = useTheme();
353
+ return /* @__PURE__ */ jsx10(TableCell5, { ...tableCellProps, children: /* @__PURE__ */ jsxs7(FlexRow4, { gap: 2, justifyContent: "start", children: [
354
+ /* @__PURE__ */ jsx10(ConstrainedImage3, { constrainedValue: theme.spacing(4), src: icon }),
355
+ walletName
356
+ ] }) });
357
+ };
358
+
359
+ // src/components/wallet/table/cells/Cells.tsx
360
+ var ConnectedWalletTableCells = [
361
+ ConnectedWalletsWalletTableCell,
362
+ ConnectedWalletsChainNameTableCell,
363
+ ConnectedWalletsAccountsTableCell,
364
+ ConnectedWalletsActionsTableCell,
365
+ ConnectedWalletState
366
+ ];
367
+
368
+ // src/components/wallet/table/ConnectedWalletsTable.tsx
369
+ import { Table, TableBody, TableCell as TableCell6, TableHead, TableRow as TableRow2 } from "@mui/material";
370
+ import { useState as useState3 } from "react";
371
+
372
+ // src/components/wallet/lib/TableHeadData.ts
373
+ var WalletsTableHeadCells = [
374
+ {
375
+ disablePadding: false,
376
+ id: "wallet",
377
+ label: "Wallet",
378
+ numeric: false,
379
+ showOnMobile: true
380
+ },
381
+ {
382
+ disablePadding: false,
383
+ id: "chain",
384
+ label: "Chain",
385
+ numeric: false,
386
+ showOnMobile: true
387
+ },
388
+ {
389
+ disablePadding: false,
390
+ id: "accounts",
391
+ label: "Accounts",
392
+ numeric: true,
393
+ showOnMobile: true
394
+ },
395
+ {
396
+ disablePadding: false,
397
+ id: "actions",
398
+ label: "Actions",
399
+ numeric: false,
400
+ showOnMobile: true
401
+ },
402
+ {
403
+ disablePadding: false,
404
+ id: "enabled",
405
+ label: "Enabled",
406
+ numeric: false,
407
+ showOnMobile: true
408
+ }
409
+ ];
410
+
411
+ // src/components/wallet/table/ConnectedWalletsTableRow.tsx
412
+ import { TableRow } from "@mui/material";
413
+ import { useEthWallet } from "@xylabs/react-crypto";
414
+ import { useCallback, useMemo as useMemo4 } from "react";
415
+ import { jsx as jsx11 } from "react/jsx-runtime";
416
+ var WalletConnectionsTableRow = ({
417
+ ignoreConnectDialog,
418
+ onConnectClick,
419
+ onRevoke,
420
+ wallet,
421
+ ...props
422
+ }) => {
423
+ const { currentAccount: currentAccountFromWallet, additionalAccounts, chainName, connectWallet, providerInfo } = useEthWallet(wallet);
424
+ const currentAccount = (currentAccountFromWallet == null ? void 0 : currentAccountFromWallet.toString()) ? [currentAccountFromWallet.toString()] : [];
425
+ const totalAccounts = ((additionalAccounts == null ? void 0 : additionalAccounts.length) ?? 0) + ((currentAccount == null ? void 0 : currentAccount.length) ?? 0);
426
+ const connected = !!((currentAccount == null ? void 0 : currentAccount.length) ?? 0 > 0);
427
+ const { icon, name, rdns } = useMemo4(() => providerInfo ?? { icon: void 0, name: void 0, rdns: void 0 }, [providerInfo]);
428
+ const activeProvider = useMemo4(
429
+ () => ({
430
+ connectWallet,
431
+ icon,
432
+ providerName: name
433
+ }),
434
+ [connectWallet, icon, name]
435
+ );
436
+ const onRevokeLocal = useCallback(() => {
437
+ onRevoke == null ? void 0 : onRevoke(activeProvider);
438
+ }, [activeProvider, onRevoke]);
439
+ const onConnectLocal = useCallback(async () => {
440
+ if (ignoreConnectDialog) {
441
+ await (connectWallet == null ? void 0 : connectWallet());
442
+ } else {
443
+ onConnectClick == null ? void 0 : onConnectClick(activeProvider);
444
+ }
445
+ }, [activeProvider, connectWallet, ignoreConnectDialog, onConnectClick]);
446
+ return /* @__PURE__ */ jsx11(TableRow, { ...props, children: Object.values(ConnectedWalletTableCells).map((Cell, index) => /* @__PURE__ */ jsx11(
447
+ Cell,
448
+ {
449
+ additionalAccounts,
450
+ chainName,
451
+ connected,
452
+ currentAccount,
453
+ icon,
454
+ onConnect: onConnectLocal,
455
+ onRevoke: onRevokeLocal,
456
+ totalAccounts,
457
+ walletName: name,
458
+ walletRdns: rdns
459
+ },
460
+ index
461
+ )) });
462
+ };
463
+
464
+ // src/components/wallet/table/hooks/useActiveProviderDialogState.tsx
465
+ import { useState as useState2 } from "react";
466
+ var useActiveProviderDialogState = (setActiveProvider) => {
467
+ const [show, setShow] = useState2(false);
468
+ const onSetActiveProvider = (activeProvider) => {
469
+ setShow(true);
470
+ setActiveProvider(activeProvider);
471
+ };
472
+ const onClose = () => {
473
+ setShow(false);
474
+ setActiveProvider({});
475
+ };
476
+ return [show, onSetActiveProvider, onClose];
477
+ };
478
+
479
+ // src/components/wallet/table/ConnectedWalletsTable.tsx
480
+ import { Fragment, jsx as jsx12, jsxs as jsxs8 } from "react/jsx-runtime";
481
+ var ConnectedWalletsTable = ({ ignoreConnectDialog, onIgnoreConnectDialog, wallets, ...props }) => {
482
+ const [activeProvider, setActiveProvider] = useState3();
483
+ const [showConnect, onSetActiveProviderConnect, onConnectClose] = useActiveProviderDialogState(setActiveProvider);
484
+ const [showRevoke, onSetActiveProviderRevoke, onRevokeClose] = useActiveProviderDialogState(setActiveProvider);
485
+ return /* @__PURE__ */ jsxs8(Fragment, { children: [
486
+ /* @__PURE__ */ jsxs8(Table, { ...props, children: [
487
+ /* @__PURE__ */ jsx12(TableHead, { children: /* @__PURE__ */ jsx12(TableRow2, { children: WalletsTableHeadCells.map(({ disablePadding, id, label, align, width }) => /* @__PURE__ */ jsx12(TableCell6, { align, padding: disablePadding ? "none" : "normal", width: width ?? "auto", children: label }, id)) }) }),
488
+ /* @__PURE__ */ jsx12(TableBody, { children: (wallets ?? []).map((wallet) => {
489
+ var _a;
490
+ return /* @__PURE__ */ jsx12(
491
+ WalletConnectionsTableRow,
492
+ {
493
+ ignoreConnectDialog,
494
+ onConnectClick: onSetActiveProviderConnect,
495
+ onRevoke: onSetActiveProviderRevoke,
496
+ wallet
497
+ },
498
+ (_a = wallet.providerInfo) == null ? void 0 : _a.rdns
499
+ );
500
+ }) })
501
+ ] }),
502
+ /* @__PURE__ */ jsx12(RevokeWalletConnectionDialog, { open: showRevoke, onClose: onRevokeClose, activeProvider }),
503
+ /* @__PURE__ */ jsx12(
504
+ ConnectWalletDialog,
505
+ {
506
+ activeProvider,
507
+ onClose: onConnectClose,
508
+ open: showConnect,
509
+ onIgnoreConnectDialog
510
+ }
511
+ )
512
+ ] });
513
+ };
514
+
515
+ // src/components/ConnectedAccountsFlexbox.tsx
516
+ import { jsx as jsx13, jsxs as jsxs9 } from "react/jsx-runtime";
517
+ var ConnectedAccountsFlexbox = forwardRef(
518
+ ({ ignoreConnectDialog, onIgnoreConnectDialog, ...props }, ref) => {
519
+ const theme = useTheme2();
520
+ const { totalConnectedAccounts, sortedWallets } = useDetectedWallets();
521
+ return /* @__PURE__ */ jsxs9(FlexCol3, { alignItems: "stretch", justifyContent: "start", gap: 2, ref, ...props, children: [
522
+ /* @__PURE__ */ jsxs9(FlexCol3, { alignItems: "start", children: [
523
+ /* @__PURE__ */ jsx13(Typography6, { variant: "h2", sx: { mb: 0.5 }, children: "Detected Web3 Wallets" }),
524
+ totalConnectedAccounts ? /* @__PURE__ */ jsxs9(Typography6, { variant: "subtitle1", color: theme.palette.secondary.main, sx: { opacity: 0.5 }, children: [
525
+ "Total Connected Accounts: ",
526
+ totalConnectedAccounts
527
+ ] }) : null
528
+ ] }),
529
+ /* @__PURE__ */ jsx13(ConnectedWalletsTable, { wallets: sortedWallets, ignoreConnectDialog, onIgnoreConnectDialog })
530
+ ] });
531
+ }
532
+ );
533
+ ConnectedAccountsFlexbox.displayName = "ConnectedAccountsFlexbox";
534
+ export {
535
+ CheckboxFormControl,
536
+ ConnectWalletDialog,
537
+ ConnectedAccountsFlexbox,
538
+ ConnectedWalletState,
539
+ ConnectedWalletTableCells,
540
+ ConnectedWalletsAccountsTableCell,
541
+ ConnectedWalletsActionsTableCell,
542
+ ConnectedWalletsChainNameTableCell,
543
+ ConnectedWalletsTable,
544
+ ConnectedWalletsWalletTableCell,
545
+ EnabledEthWalletConnections,
546
+ RevokeWalletConnectionDialog,
547
+ WalletConnectionsTableRow,
548
+ useActiveProviderDialogState,
549
+ useDetectedWallets,
550
+ useEnabledWallets,
551
+ useEnabledWalletsInner
552
+ };
2
553
  //# sourceMappingURL=index.js.map