thirdweb 5.64.0 → 5.64.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. package/dist/cjs/react/core/utils/walletIcon.js +7 -7
  2. package/dist/cjs/react/core/utils/walletIcon.js.map +1 -1
  3. package/dist/cjs/react/web/ui/ConnectWallet/MenuButton.js +0 -3
  4. package/dist/cjs/react/web/ui/ConnectWallet/MenuButton.js.map +1 -1
  5. package/dist/cjs/react/web/ui/ConnectWallet/WalletSelector.js +2 -2
  6. package/dist/cjs/react/web/ui/ConnectWallet/WalletSelector.js.map +1 -1
  7. package/dist/cjs/react/web/ui/ConnectWallet/WalletTypeRowButton.js +1 -4
  8. package/dist/cjs/react/web/ui/ConnectWallet/WalletTypeRowButton.js.map +1 -1
  9. package/dist/cjs/react/web/ui/ConnectWallet/icons/EmailIcon.js +12 -0
  10. package/dist/cjs/react/web/ui/ConnectWallet/icons/EmailIcon.js.map +1 -0
  11. package/dist/cjs/react/web/ui/ConnectWallet/icons/FingerPrintIcon.js +1 -1
  12. package/dist/cjs/react/web/ui/ConnectWallet/icons/FingerPrintIcon.js.map +1 -1
  13. package/dist/cjs/react/web/ui/ConnectWallet/icons/GuestIcon.js +12 -0
  14. package/dist/cjs/react/web/ui/ConnectWallet/icons/GuestIcon.js.map +1 -0
  15. package/dist/cjs/react/web/ui/ConnectWallet/icons/OutlineWalletIcon.js +1 -1
  16. package/dist/cjs/react/web/ui/ConnectWallet/icons/OutlineWalletIcon.js.map +1 -1
  17. package/dist/cjs/react/web/ui/ConnectWallet/icons/PhoneIcon.js +12 -0
  18. package/dist/cjs/react/web/ui/ConnectWallet/icons/PhoneIcon.js.map +1 -0
  19. package/dist/cjs/react/web/ui/ConnectWallet/screens/LinkedProfilesScreen.js +5 -2
  20. package/dist/cjs/react/web/ui/ConnectWallet/screens/LinkedProfilesScreen.js.map +1 -1
  21. package/dist/cjs/react/web/ui/components/WalletImage.js +34 -9
  22. package/dist/cjs/react/web/ui/components/WalletImage.js.map +1 -1
  23. package/dist/cjs/react/web/wallets/in-app/WalletAuth.js +9 -2
  24. package/dist/cjs/react/web/wallets/in-app/WalletAuth.js.map +1 -1
  25. package/dist/cjs/react/web/wallets/shared/ConnectWalletSocialOptions.js +11 -6
  26. package/dist/cjs/react/web/wallets/shared/ConnectWalletSocialOptions.js.map +1 -1
  27. package/dist/cjs/version.js +1 -1
  28. package/dist/esm/react/core/utils/walletIcon.js +3 -3
  29. package/dist/esm/react/core/utils/walletIcon.js.map +1 -1
  30. package/dist/esm/react/web/ui/ConnectWallet/MenuButton.js +0 -3
  31. package/dist/esm/react/web/ui/ConnectWallet/MenuButton.js.map +1 -1
  32. package/dist/esm/react/web/ui/ConnectWallet/WalletSelector.js +2 -2
  33. package/dist/esm/react/web/ui/ConnectWallet/WalletSelector.js.map +1 -1
  34. package/dist/esm/react/web/ui/ConnectWallet/WalletTypeRowButton.js +2 -5
  35. package/dist/esm/react/web/ui/ConnectWallet/WalletTypeRowButton.js.map +1 -1
  36. package/dist/esm/react/web/ui/ConnectWallet/icons/EmailIcon.js +8 -0
  37. package/dist/esm/react/web/ui/ConnectWallet/icons/EmailIcon.js.map +1 -0
  38. package/dist/esm/react/web/ui/ConnectWallet/icons/FingerPrintIcon.js +1 -1
  39. package/dist/esm/react/web/ui/ConnectWallet/icons/FingerPrintIcon.js.map +1 -1
  40. package/dist/esm/react/web/ui/ConnectWallet/icons/GuestIcon.js +8 -0
  41. package/dist/esm/react/web/ui/ConnectWallet/icons/GuestIcon.js.map +1 -0
  42. package/dist/esm/react/web/ui/ConnectWallet/icons/OutlineWalletIcon.js +1 -1
  43. package/dist/esm/react/web/ui/ConnectWallet/icons/OutlineWalletIcon.js.map +1 -1
  44. package/dist/esm/react/web/ui/ConnectWallet/icons/PhoneIcon.js +8 -0
  45. package/dist/esm/react/web/ui/ConnectWallet/icons/PhoneIcon.js.map +1 -0
  46. package/dist/esm/react/web/ui/ConnectWallet/screens/LinkedProfilesScreen.js +5 -2
  47. package/dist/esm/react/web/ui/ConnectWallet/screens/LinkedProfilesScreen.js.map +1 -1
  48. package/dist/esm/react/web/ui/components/WalletImage.js +34 -9
  49. package/dist/esm/react/web/ui/components/WalletImage.js.map +1 -1
  50. package/dist/esm/react/web/wallets/in-app/WalletAuth.js +9 -2
  51. package/dist/esm/react/web/wallets/in-app/WalletAuth.js.map +1 -1
  52. package/dist/esm/react/web/wallets/shared/ConnectWalletSocialOptions.js +12 -7
  53. package/dist/esm/react/web/wallets/shared/ConnectWalletSocialOptions.js.map +1 -1
  54. package/dist/esm/version.js +1 -1
  55. package/dist/types/react/core/utils/walletIcon.d.ts +0 -3
  56. package/dist/types/react/core/utils/walletIcon.d.ts.map +1 -1
  57. package/dist/types/react/web/ui/ConnectWallet/MenuButton.d.ts.map +1 -1
  58. package/dist/types/react/web/ui/ConnectWallet/WalletTypeRowButton.d.ts +2 -1
  59. package/dist/types/react/web/ui/ConnectWallet/WalletTypeRowButton.d.ts.map +1 -1
  60. package/dist/types/react/web/ui/ConnectWallet/icons/EmailIcon.d.ts +6 -0
  61. package/dist/types/react/web/ui/ConnectWallet/icons/EmailIcon.d.ts.map +1 -0
  62. package/dist/types/react/web/ui/ConnectWallet/icons/GuestIcon.d.ts +6 -0
  63. package/dist/types/react/web/ui/ConnectWallet/icons/GuestIcon.d.ts.map +1 -0
  64. package/dist/types/react/web/ui/ConnectWallet/icons/PhoneIcon.d.ts +6 -0
  65. package/dist/types/react/web/ui/ConnectWallet/icons/PhoneIcon.d.ts.map +1 -0
  66. package/dist/types/react/web/ui/ConnectWallet/icons/types.d.ts +1 -0
  67. package/dist/types/react/web/ui/ConnectWallet/icons/types.d.ts.map +1 -1
  68. package/dist/types/react/web/ui/ConnectWallet/screens/LinkedProfilesScreen.d.ts.map +1 -1
  69. package/dist/types/react/web/ui/components/WalletImage.d.ts.map +1 -1
  70. package/dist/types/react/web/wallets/in-app/WalletAuth.d.ts.map +1 -1
  71. package/dist/types/react/web/wallets/shared/ConnectWalletSocialOptions.d.ts.map +1 -1
  72. package/dist/types/version.d.ts +1 -1
  73. package/package.json +1 -1
  74. package/src/react/core/utils/walletIcon.ts +3 -3
  75. package/src/react/web/ui/ConnectWallet/MenuButton.tsx +0 -3
  76. package/src/react/web/ui/ConnectWallet/WalletSelector.tsx +2 -2
  77. package/src/react/web/ui/ConnectWallet/WalletTypeRowButton.tsx +4 -17
  78. package/src/react/web/ui/ConnectWallet/icons/EmailIcon.tsx +30 -0
  79. package/src/react/web/ui/ConnectWallet/icons/FingerPrintIcon.tsx +9 -9
  80. package/src/react/web/ui/ConnectWallet/icons/GuestIcon.tsx +24 -0
  81. package/src/react/web/ui/ConnectWallet/icons/OutlineWalletIcon.tsx +2 -2
  82. package/src/react/web/ui/ConnectWallet/icons/PhoneIcon.tsx +32 -0
  83. package/src/react/web/ui/ConnectWallet/icons/types.ts +1 -1
  84. package/src/react/web/ui/ConnectWallet/screens/LinkedProfilesScreen.tsx +10 -1
  85. package/src/react/web/ui/components/WalletImage.tsx +48 -21
  86. package/src/react/web/wallets/in-app/WalletAuth.tsx +14 -2
  87. package/src/react/web/wallets/shared/ConnectWalletSocialOptions.tsx +12 -13
  88. package/src/version.ts +1 -1
@@ -15,14 +15,14 @@ export const OutlineWalletIcon: IconFC = (props) => {
15
15
  >
16
16
  <path
17
17
  d="M19 7V4C19 3.73478 18.8946 3.48043 18.7071 3.29289C18.5196 3.10536 18.2652 3 18 3H5C4.46957 3 3.96086 3.21071 3.58579 3.58579C3.21071 3.96086 3 4.46957 3 5C3 5.53043 3.21071 6.03914 3.58579 6.41421C3.96086 6.78929 4.46957 7 5 7H20C20.2652 7 20.5196 7.10536 20.7071 7.29289C20.8946 7.48043 21 7.73478 21 8V12M21 12H18C17.4696 12 16.9609 12.2107 16.5858 12.5858C16.2107 12.9609 16 13.4696 16 14C16 14.5304 16.2107 15.0391 16.5858 15.4142C16.9609 15.7893 17.4696 16 18 16H21C21.2652 16 21.5196 15.8946 21.7071 15.7071C21.8946 15.5196 22 15.2652 22 15V13C22 12.7348 21.8946 12.4804 21.7071 12.2929C21.5196 12.1054 21.2652 12 21 12Z"
18
- stroke="currentColor"
18
+ stroke={props.color ?? "currentColor"}
19
19
  strokeWidth="1.5"
20
20
  strokeLinecap="round"
21
21
  strokeLinejoin="round"
22
22
  />
23
23
  <path
24
24
  d="M3 5V19C3 19.5304 3.21071 20.0391 3.58579 20.4142C3.96086 20.7893 4.46957 21 5 21H20C20.2652 21 20.5196 20.8946 20.7071 20.7071C20.8946 20.5196 21 20.2652 21 20V16"
25
- stroke="currentColor"
25
+ stroke={props.color ?? "currentColor"}
26
26
  strokeWidth="1.5"
27
27
  strokeLinecap="round"
28
28
  strokeLinejoin="round"
@@ -0,0 +1,32 @@
1
+ import type { IconFC } from "./types.js";
2
+
3
+ /**
4
+ * @internal
5
+ */
6
+ export const PhoneIcon: IconFC = (props) => {
7
+ return (
8
+ <svg
9
+ width={props.size}
10
+ height={props.size}
11
+ viewBox="0 0 16 16"
12
+ fill="none"
13
+ xmlns="http://www.w3.org/2000/svg"
14
+ role="presentation"
15
+ >
16
+ <g clipPath="url(#clip0_5639_632)">
17
+ <path
18
+ d="M14.6669 11.2802V13.2802C14.6677 13.4659 14.6297 13.6497 14.5553 13.8198C14.4809 13.9899 14.3718 14.1426 14.235 14.2681C14.0982 14.3937 13.9367 14.4892 13.7608 14.5487C13.5849 14.6082 13.3985 14.6303 13.2136 14.6136C11.1622 14.3907 9.19161 13.6897 7.46028 12.5669C5.8495 11.5433 4.48384 10.1777 3.46028 8.56689C2.3336 6.8277 1.63244 4.84756 1.41361 2.78689C1.39695 2.60254 1.41886 2.41673 1.47795 2.24131C1.53703 2.06589 1.63199 1.90469 1.75679 1.76797C1.88159 1.63126 2.03348 1.52203 2.20281 1.44724C2.37213 1.37245 2.55517 1.33374 2.74028 1.33356H4.74028C5.06382 1.33038 5.37748 1.44495 5.62279 1.65592C5.8681 1.86689 6.02833 2.15986 6.07361 2.48023C6.15803 3.12027 6.31458 3.74871 6.54028 4.35356C6.62998 4.59218 6.64939 4.8515 6.59622 5.10081C6.54305 5.35012 6.41952 5.57897 6.24028 5.76023L5.39361 6.60689C6.34265 8.27592 7.72458 9.65786 9.39361 10.6069L10.2403 9.76023C10.4215 9.58099 10.6504 9.45746 10.8997 9.40429C11.149 9.35112 11.4083 9.37053 11.6469 9.46023C12.2518 9.68593 12.8802 9.84248 13.5203 9.92689C13.8441 9.97258 14.1399 10.1357 14.3513 10.3852C14.5627 10.6348 14.6751 10.9533 14.6669 11.2802Z"
19
+ stroke={props.color ?? "currentColor"}
20
+ strokeWidth="1.33333"
21
+ strokeLinecap="round"
22
+ strokeLinejoin="round"
23
+ />
24
+ </g>
25
+ <defs>
26
+ <clipPath id="clip0_5639_632">
27
+ <rect width="16" height="16" fill="white" />
28
+ </clipPath>
29
+ </defs>
30
+ </svg>
31
+ );
32
+ };
@@ -1 +1 @@
1
- export type IconFC = React.FC<{ size: string }>;
1
+ export type IconFC = React.FC<{ size: string; color?: string }>;
@@ -14,6 +14,9 @@ import { Text } from "../../components/text.js";
14
14
  import { Blobbie } from "../Blobbie.js";
15
15
  import { MenuButton } from "../MenuButton.js";
16
16
  import { AddUserIcon } from "../icons/AddUserIcon.js";
17
+ import { EmailIcon } from "../icons/EmailIcon.js";
18
+ import { FingerPrintIcon } from "../icons/FingerPrintIcon.js";
19
+ import { PhoneIcon } from "../icons/PhoneIcon.js";
17
20
  import type { ConnectLocale } from "../locale/types.js";
18
21
  import type { WalletDetailsModalScreen } from "./types.js";
19
22
 
@@ -84,7 +87,7 @@ export function LinkedProfilesScreen(props: {
84
87
  fontSize: fontSize.sm,
85
88
  }}
86
89
  >
87
- <AddUserIcon size={iconSize.md} />
90
+ <AddUserIcon size={iconSize.lg} />
88
91
  <Text color="primaryText">
89
92
  {props.locale.manageWallet.linkProfile}
90
93
  </Text>
@@ -147,6 +150,12 @@ function LinkedProfile({
147
150
  >
148
151
  <Blobbie address={profile.details.address} size={32} />
149
152
  </Container>
153
+ ) : profile.type === "passkey" ? (
154
+ <FingerPrintIcon size={iconSize.lg} />
155
+ ) : profile.type === "email" ? (
156
+ <EmailIcon size={iconSize.lg} />
157
+ ) : profile.type === "phone" ? (
158
+ <PhoneIcon size={iconSize.lg} />
150
159
  ) : (
151
160
  <Img
152
161
  src={getSocialIcon(profile.type)}
@@ -4,7 +4,9 @@ import type { ThirdwebClient } from "../../../../client/client.js";
4
4
  import { webLocalStorage } from "../../../../utils/storage/webStorage.js";
5
5
  import { getWalletInfo } from "../../../../wallets/__generated__/getWalletInfo.js";
6
6
  import { getInstalledWalletProviders } from "../../../../wallets/injected/mipdStore.js";
7
+ import type { AuthOption } from "../../../../wallets/types.js";
7
8
  import type { WalletId } from "../../../../wallets/wallet-types.js";
9
+ import { useCustomTheme } from "../../../core/design-system/CustomThemeProvider.js";
8
10
  import { radius } from "../../../core/design-system/index.js";
9
11
  import { useActiveWallet } from "../../../core/hooks/wallets/useActiveWallet.js";
10
12
  import { getLastAuthProvider } from "../../../core/utils/storage.js";
@@ -13,8 +15,15 @@ import {
13
15
  genericWalletIcon,
14
16
  getSocialIcon,
15
17
  } from "../../../core/utils/walletIcon.js";
18
+ import { EmailIcon } from "../ConnectWallet/icons/EmailIcon.js";
19
+ import { FingerPrintIcon } from "../ConnectWallet/icons/FingerPrintIcon.js";
20
+ import { GuestIcon } from "../ConnectWallet/icons/GuestIcon.js";
21
+ import { OutlineWalletIcon } from "../ConnectWallet/icons/OutlineWalletIcon.js";
22
+ import { PhoneIcon } from "../ConnectWallet/icons/PhoneIcon.js";
16
23
  import { Img } from "./Img.js";
17
24
 
25
+ type WalletImageState = { uri: string; authProvider?: AuthOption };
26
+
18
27
  /**
19
28
  * @internal
20
29
  */
@@ -24,7 +33,8 @@ export function WalletImage(props: {
24
33
  client: ThirdwebClient;
25
34
  style?: React.CSSProperties;
26
35
  }) {
27
- const [image, setImage] = useState<string | undefined>(undefined);
36
+ const theme = useCustomTheme();
37
+ const [image, setImage] = useState<WalletImageState | undefined>(undefined);
28
38
  const activeWallet = useActiveWallet();
29
39
  useEffect(() => {
30
40
  async function fetchImage() {
@@ -33,7 +43,7 @@ export function WalletImage(props: {
33
43
  // show the admin EOA icon for smart
34
44
  const storage = webLocalStorage;
35
45
  const activeEOAId = props.id;
36
- let image: string | undefined;
46
+ let image: WalletImageState | undefined;
37
47
 
38
48
  if (
39
49
  activeEOAId === "inApp" &&
@@ -43,17 +53,22 @@ export function WalletImage(props: {
43
53
  // when showing an active wallet icon - check last auth provider and override the IAW icon
44
54
  const lastAuthProvider = await getLastAuthProvider(storage);
45
55
  image = lastAuthProvider
46
- ? getSocialIcon(lastAuthProvider)
47
- : genericWalletIcon;
56
+ ? {
57
+ uri: getSocialIcon(lastAuthProvider),
58
+ authProvider: lastAuthProvider as AuthOption,
59
+ }
60
+ : { uri: "", authProvider: "wallet" };
48
61
  } else {
49
62
  const mipdImage = getInstalledWalletProviders().find(
50
63
  (x) => x.info.rdns === activeEOAId,
51
64
  )?.info.icon;
52
65
 
53
66
  if (mipdImage) {
54
- image = mipdImage;
67
+ image = { uri: mipdImage };
55
68
  } else {
56
- image = await getWalletInfo(activeEOAId, true);
69
+ image = {
70
+ uri: await getWalletInfo(activeEOAId, true),
71
+ };
57
72
  }
58
73
  }
59
74
 
@@ -62,10 +77,34 @@ export function WalletImage(props: {
62
77
  fetchImage();
63
78
  }, [props.id, activeWallet]);
64
79
 
65
- if (image) {
80
+ if (image?.authProvider === "email") {
81
+ return <EmailIcon size={props.size} color={theme.colors.accentText} />;
82
+ }
83
+
84
+ if (image?.authProvider === "phone") {
85
+ return <PhoneIcon size={props.size} color={theme.colors.accentText} />;
86
+ }
87
+
88
+ if (image?.authProvider === "passkey") {
89
+ return (
90
+ <FingerPrintIcon size={props.size} color={theme.colors.accentText} />
91
+ );
92
+ }
93
+
94
+ if (image?.authProvider === "wallet") {
95
+ return (
96
+ <OutlineWalletIcon size={props.size} color={theme.colors.accentText} />
97
+ );
98
+ }
99
+
100
+ if (image?.authProvider === "guest") {
101
+ return <GuestIcon size={props.size} color={theme.colors.accentText} />;
102
+ }
103
+
104
+ if (image?.uri) {
66
105
  return (
67
106
  <Img
68
- src={image}
107
+ src={image.uri}
69
108
  width={props.size}
70
109
  height={props.size}
71
110
  loading="eager"
@@ -101,17 +140,5 @@ function WalletImageQuery(props: {
101
140
  );
102
141
  }
103
142
 
104
- return (
105
- <Img
106
- client={props.client}
107
- src={walletImage.isLoading ? undefined : walletImage.data}
108
- fallbackImage={genericWalletIcon}
109
- width={props.size}
110
- height={props.size}
111
- loading="eager"
112
- style={{
113
- borderRadius: radius.md,
114
- }}
115
- />
116
- );
143
+ return <OutlineWalletIcon size={props.size} />;
117
144
  }
@@ -131,7 +131,12 @@ export function WalletAuth(props: {
131
131
  size={props.size}
132
132
  meta={props.meta || {}}
133
133
  walletConnect={props.walletConnect}
134
- modalHeader={{ title: props.inAppLocale.linkWallet, onBack: back }}
134
+ modalHeader={{
135
+ title: props.isLinking
136
+ ? props.inAppLocale.linkWallet
137
+ : props.inAppLocale.signInWithWallet,
138
+ onBack: back,
139
+ }}
135
140
  walletIdsToHide={["inApp"]}
136
141
  disableSelectionDataReset={true}
137
142
  />
@@ -141,7 +146,14 @@ export function WalletAuth(props: {
141
146
  return (
142
147
  <Container animate="fadein" fullHeight flex="column">
143
148
  <Container p="lg">
144
- <ModalHeader title={props.inAppLocale.linkWallet} onBack={back} />
149
+ <ModalHeader
150
+ title={
151
+ props.isLinking
152
+ ? props.inAppLocale.linkWallet
153
+ : props.inAppLocale.signInWithWallet
154
+ }
155
+ onBack={back}
156
+ />
145
157
  </Container>
146
158
 
147
159
  <Container
@@ -24,15 +24,14 @@ import {
24
24
  spacing,
25
25
  } from "../../../core/design-system/index.js";
26
26
  import { setLastAuthProvider } from "../../../core/utils/storage.js";
27
- import {
28
- emailIcon,
29
- getSocialIcon,
30
- passkeyIcon,
31
- phoneIcon,
32
- socialIcons,
33
- } from "../../../core/utils/walletIcon.js";
27
+ import { socialIcons } from "../../../core/utils/walletIcon.js";
34
28
  import { useSetSelectionData } from "../../providers/wallet-ui-states-provider.js";
35
29
  import { WalletTypeRowButton } from "../../ui/ConnectWallet/WalletTypeRowButton.js";
30
+ import { EmailIcon } from "../../ui/ConnectWallet/icons/EmailIcon.js";
31
+ import { FingerPrintIcon } from "../../ui/ConnectWallet/icons/FingerPrintIcon.js";
32
+ import { GuestIcon } from "../../ui/ConnectWallet/icons/GuestIcon.js";
33
+ import { OutlineWalletIcon } from "../../ui/ConnectWallet/icons/OutlineWalletIcon.js";
34
+ import { PhoneIcon } from "../../ui/ConnectWallet/icons/PhoneIcon.js";
36
35
  import { Img } from "../../ui/components/Img.js";
37
36
  import { Spacer } from "../../ui/components/Spacer.js";
38
37
  import { TextDivider } from "../../ui/components/TextDivider.js";
@@ -413,7 +412,7 @@ export const ConnectWalletSocialOptions = (
413
412
  ) : (
414
413
  <WalletTypeRowButton
415
414
  client={props.client}
416
- icon={emailIcon}
415
+ icon={EmailIcon}
417
416
  onClick={() => {
418
417
  setManualInputMode("email");
419
418
  }}
@@ -451,7 +450,7 @@ export const ConnectWalletSocialOptions = (
451
450
  ) : (
452
451
  <WalletTypeRowButton
453
452
  client={props.client}
454
- icon={phoneIcon}
453
+ icon={PhoneIcon}
455
454
  onClick={() => {
456
455
  setManualInputMode("phone");
457
456
  }}
@@ -463,7 +462,7 @@ export const ConnectWalletSocialOptions = (
463
462
  {passKeyEnabled && (
464
463
  <WalletTypeRowButton
465
464
  client={props.client}
466
- icon={passkeyIcon}
465
+ icon={FingerPrintIcon}
467
466
  onClick={() => {
468
467
  handlePassKeyLogin();
469
468
  }}
@@ -476,7 +475,7 @@ export const ConnectWalletSocialOptions = (
476
475
  {siweEnabled && (
477
476
  <WalletTypeRowButton
478
477
  client={props.client}
479
- icon={getSocialIcon("")}
478
+ icon={OutlineWalletIcon}
480
479
  onClick={() => {
481
480
  handleWalletLogin();
482
481
  }}
@@ -488,7 +487,7 @@ export const ConnectWalletSocialOptions = (
488
487
  {guestEnabled && (
489
488
  <WalletTypeRowButton
490
489
  client={props.client}
491
- icon={getSocialIcon("guest")}
490
+ icon={GuestIcon}
492
491
  onClick={() => {
493
492
  handleGuestLogin();
494
493
  }}
@@ -500,7 +499,7 @@ export const ConnectWalletSocialOptions = (
500
499
  {props.isLinking && (
501
500
  <WalletTypeRowButton
502
501
  client={props.client}
503
- icon={getSocialIcon("")}
502
+ icon={OutlineWalletIcon}
504
503
  onClick={() => {
505
504
  handleWalletLogin();
506
505
  }}
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = "5.64.0";
1
+ export const version = "5.64.1";