@dynamic-labs/sdk-react-core 4.5.0 → 4.5.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 (252) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.cjs +1 -1
  3. package/package.js +1 -1
  4. package/package.json +11 -11
  5. package/src/index.cjs +7 -7
  6. package/src/index.js +2 -2
  7. package/src/lib/components/Alert/Alert.cjs +6 -3
  8. package/src/lib/components/Alert/Alert.d.ts +1 -0
  9. package/src/lib/components/Alert/Alert.js +6 -4
  10. package/src/lib/components/Alert/AlertText/AlertText.cjs +16 -0
  11. package/src/lib/components/Alert/AlertText/AlertText.d.ts +7 -0
  12. package/src/lib/components/Alert/AlertText/AlertText.js +12 -0
  13. package/src/lib/components/Alert/AlertText/index.d.ts +1 -0
  14. package/src/lib/components/SendBalancePageLayout/SendBalancePageLayout.cjs +1 -1
  15. package/src/lib/components/SendBalancePageLayout/SendBalancePageLayout.js +1 -1
  16. package/src/lib/components/ShadowDOM/ShadowDOM.cjs +0 -2
  17. package/src/lib/components/ShadowDOM/ShadowDOM.js +1 -2
  18. package/src/lib/components/TransactionConfirmationPageLayout/TransactionConfirmationPageLayout.cjs +1 -1
  19. package/src/lib/components/TransactionConfirmationPageLayout/TransactionConfirmationPageLayout.js +1 -1
  20. package/src/lib/components/TransactionStatusLayout/TransactionStatusLayout.cjs +1 -1
  21. package/src/lib/components/TransactionStatusLayout/TransactionStatusLayout.js +1 -1
  22. package/src/lib/components/UserProfile/UserProfile.cjs +1 -1
  23. package/src/lib/components/UserProfile/UserProfile.js +1 -1
  24. package/src/lib/context/DynamicContext/DynamicContext.cjs +15 -12
  25. package/src/lib/context/DynamicContext/DynamicContext.js +15 -12
  26. package/src/lib/context/DynamicContext/hooks/useEmailLoginState/useEmailLoginState.cjs +2 -2
  27. package/src/lib/context/DynamicContext/hooks/useEmailLoginState/useEmailLoginState.js +3 -3
  28. package/src/lib/context/DynamicContext/hooks/useHandleLogout/useHandleLogout.cjs +0 -4
  29. package/src/lib/context/DynamicContext/hooks/useHandleLogout/useHandleLogout.js +0 -4
  30. package/src/lib/context/DynamicContext/hooks/useNameService/useNameService.cjs +7 -2
  31. package/src/lib/context/DynamicContext/hooks/useNameService/useNameService.js +7 -2
  32. package/src/lib/context/DynamicContext/hooks/usePasskeySuccessPopup/usePasskeySuccessPopup.cjs +2 -2
  33. package/src/lib/context/DynamicContext/hooks/usePasskeySuccessPopup/usePasskeySuccessPopup.js +3 -3
  34. package/src/lib/context/DynamicContext/types/SettingsOverrides.d.ts +5 -2
  35. package/src/lib/context/ErrorContext/ErrorContext.cjs +7 -6
  36. package/src/lib/context/ErrorContext/ErrorContext.js +8 -7
  37. package/src/lib/context/SocialRedirectContext/SocialRedirectContext.cjs +3 -3
  38. package/src/lib/context/SocialRedirectContext/SocialRedirectContext.js +3 -3
  39. package/src/lib/context/ViewContext/ViewContext.cjs +7 -2
  40. package/src/lib/context/ViewContext/ViewContext.js +7 -2
  41. package/src/lib/context/ViewContext/types/index.d.ts +1 -1
  42. package/src/lib/data/api/embeddedWallets/embeddedWallets.cjs +5 -64
  43. package/src/lib/data/api/embeddedWallets/embeddedWallets.d.ts +2 -18
  44. package/src/lib/data/api/embeddedWallets/embeddedWallets.js +6 -61
  45. package/src/lib/data/api/wallets/wallets.cjs +1 -3
  46. package/src/lib/data/api/wallets/wallets.d.ts +1 -1
  47. package/src/lib/data/api/wallets/wallets.js +2 -4
  48. package/src/lib/events/embeddedWallet.d.ts +0 -4
  49. package/src/lib/layout/DynamicAuthLayout/ToSFooter/ToSFooter.cjs +2 -6
  50. package/src/lib/layout/DynamicAuthLayout/ToSFooter/ToSFooter.js +2 -6
  51. package/src/lib/locale/en/translation.cjs +4 -7
  52. package/src/lib/locale/en/translation.d.ts +3 -6
  53. package/src/lib/locale/en/translation.js +4 -7
  54. package/src/lib/main.global.cjs +1 -1
  55. package/src/lib/main.global.js +1 -1
  56. package/src/lib/modals/SyncWalletPromptModal/SyncWalletPromptModal.cjs +8 -8
  57. package/src/lib/modals/SyncWalletPromptModal/SyncWalletPromptModal.js +8 -8
  58. package/src/lib/modals/index.d.ts +0 -2
  59. package/src/lib/shared/utils/functions/index.d.ts +0 -2
  60. package/src/lib/shared/utils/hooks/useLocalStorage/useLocalStorage.cjs +7 -5
  61. package/src/lib/shared/utils/hooks/useLocalStorage/useLocalStorage.js +8 -6
  62. package/src/lib/styles/index.shadow.cjs +1 -1
  63. package/src/lib/styles/index.shadow.js +1 -1
  64. package/src/lib/utils/functions/index.d.ts +0 -5
  65. package/src/lib/utils/functions/isAllowedToLinkWallet/isAllowedToLinkWallet.cjs +1 -1
  66. package/src/lib/utils/functions/isAllowedToLinkWallet/isAllowedToLinkWallet.js +1 -1
  67. package/src/lib/utils/functions/onrampConfigurationToOnrampOption/onrampConfigurationToOnrampOption.cjs +1 -1
  68. package/src/lib/utils/functions/onrampConfigurationToOnrampOption/onrampConfigurationToOnrampOption.js +1 -1
  69. package/src/lib/utils/hooks/index.d.ts +0 -1
  70. package/src/lib/utils/hooks/useAuthLayoutChecks/useAuthLayoutChecks.cjs +0 -2
  71. package/src/lib/utils/hooks/useAuthLayoutChecks/useAuthLayoutChecks.js +0 -2
  72. package/src/lib/utils/hooks/useClearWalletConnectSessions/useClearWalletConnectSessions.cjs +2 -2
  73. package/src/lib/utils/hooks/useClearWalletConnectSessions/useClearWalletConnectSessions.js +3 -3
  74. package/src/lib/utils/hooks/useConnectWallet/useConnectWallet.cjs +16 -4
  75. package/src/lib/utils/hooks/useConnectWallet/useConnectWallet.js +16 -4
  76. package/src/lib/utils/hooks/useCreateDynamicEmbeddedWalletMutation/useCreateDynamicEmbeddedWalletMutation.cjs +3 -3
  77. package/src/lib/utils/hooks/useCreateDynamicEmbeddedWalletMutation/useCreateDynamicEmbeddedWalletMutation.js +3 -3
  78. package/src/lib/utils/hooks/useCreateWalletConnectorOptions/useCreateWalletConnectorOptions.cjs +1 -1
  79. package/src/lib/utils/hooks/useCreateWalletConnectorOptions/useCreateWalletConnectorOptions.js +1 -1
  80. package/src/lib/utils/hooks/useDynamicLayoutData/useDynamicLayoutData.cjs +1 -6
  81. package/src/lib/utils/hooks/useDynamicLayoutData/useDynamicLayoutData.js +1 -6
  82. package/src/lib/utils/hooks/useDynamicModals/useDynamicModals.cjs +1 -1
  83. package/src/lib/utils/hooks/useDynamicModals/useDynamicModals.js +1 -1
  84. package/src/lib/utils/hooks/useElementById/useElementById.cjs +2 -2
  85. package/src/lib/utils/hooks/useElementById/useElementById.js +3 -3
  86. package/src/lib/utils/hooks/useEmbeddedReveal/useEmbeddedReveal.cjs +1 -13
  87. package/src/lib/utils/hooks/useEmbeddedReveal/useEmbeddedReveal.js +1 -13
  88. package/src/lib/utils/hooks/useEmbeddedWallet/index.d.ts +0 -1
  89. package/src/lib/utils/hooks/useEmbeddedWallet/useEmbeddedWallet.cjs +7 -23
  90. package/src/lib/utils/hooks/useEmbeddedWallet/useEmbeddedWallet.d.ts +0 -2
  91. package/src/lib/utils/hooks/useEmbeddedWallet/useEmbeddedWallet.js +7 -23
  92. package/src/lib/utils/hooks/useEmbeddedWallet/useSecureEnclaveEmbeddedWallet/useSecureEnclaveEmbeddedWallet.cjs +4 -4
  93. package/src/lib/utils/hooks/useEmbeddedWallet/useSecureEnclaveEmbeddedWallet/useSecureEnclaveEmbeddedWallet.js +4 -4
  94. package/src/lib/utils/hooks/useEmbeddedWallet/useSecureEnclaveEmbeddedWallet/useTurnkey/useTurnkey.cjs +3 -3
  95. package/src/lib/utils/hooks/useEmbeddedWallet/useSecureEnclaveEmbeddedWallet/useTurnkey/useTurnkey.js +3 -3
  96. package/src/lib/utils/hooks/useFundWithWallet/useConnectWalletForFunding/useConnectWalletForFunding.cjs +1 -0
  97. package/src/lib/utils/hooks/useFundWithWallet/useConnectWalletForFunding/useConnectWalletForFunding.js +1 -0
  98. package/src/lib/utils/hooks/useIsTurnkeyWallet/useIsTurnkeyWallet.cjs +1 -1
  99. package/src/lib/utils/hooks/useIsTurnkeyWallet/useIsTurnkeyWallet.js +1 -1
  100. package/src/lib/utils/hooks/usePasskeyRecovery/usePasskeyRecovery.cjs +2 -2
  101. package/src/lib/utils/hooks/usePasskeyRecovery/usePasskeyRecovery.js +2 -2
  102. package/src/lib/utils/hooks/useResetCookieLocalStorage/useResetCookieLocalStorage.cjs +1 -1
  103. package/src/lib/utils/hooks/useResetCookieLocalStorage/useResetCookieLocalStorage.js +1 -1
  104. package/src/lib/utils/hooks/useSetWalletConnectorFetchers/useSetWalletConnectorFetchers.cjs +11 -18
  105. package/src/lib/utils/hooks/useSetWalletConnectorFetchers/useSetWalletConnectorFetchers.js +12 -19
  106. package/src/lib/utils/hooks/useTransferWallet/useTransferWallet.cjs +4 -4
  107. package/src/lib/utils/hooks/useTransferWallet/useTransferWallet.js +4 -4
  108. package/src/lib/utils/hooks/useUpgradeEmbeddedWallet/useUpgradeEmbeddedWallet.cjs +4 -4
  109. package/src/lib/utils/hooks/useUpgradeEmbeddedWallet/useUpgradeEmbeddedWallet.js +4 -4
  110. package/src/lib/utils/hooks/useVerifyWallet/useVerifyWallet.cjs +4 -4
  111. package/src/lib/utils/hooks/useVerifyWallet/useVerifyWallet.js +4 -4
  112. package/src/lib/utils/hooks/useWalletConnectors/useWalletConnectors.cjs +0 -3
  113. package/src/lib/utils/hooks/useWalletConnectors/useWalletConnectors.js +0 -3
  114. package/src/lib/utils/hooks/useWalletEventListeners/useWalletEventListeners.cjs +0 -3
  115. package/src/lib/utils/hooks/useWalletEventListeners/useWalletEventListeners.js +0 -3
  116. package/src/lib/utils/hooks/useWalletOptions/useWalletOptions.cjs +0 -1
  117. package/src/lib/utils/hooks/useWalletOptions/useWalletOptions.js +0 -1
  118. package/src/lib/utils/hooks/useWalletUiUtils/useWalletUiUtils.cjs +2 -24
  119. package/src/lib/utils/hooks/useWalletUiUtils/useWalletUiUtils.js +2 -24
  120. package/src/lib/utils/validations/index.d.ts +0 -1
  121. package/src/lib/views/CollectUserDataView/UserDataFields/UserPhoneField/UserPhoneField.cjs +2 -2
  122. package/src/lib/views/CollectUserDataView/UserDataFields/UserPhoneField/UserPhoneField.js +2 -2
  123. package/src/lib/views/EmailVerification/EmailVerification.cjs +4 -4
  124. package/src/lib/views/EmailVerification/EmailVerification.js +4 -4
  125. package/src/lib/views/EmbeddedReveal/EmbeddedRevealView/EmbeddedRevealView.cjs +12 -34
  126. package/src/lib/views/EmbeddedReveal/EmbeddedRevealView/EmbeddedRevealView.js +13 -35
  127. package/src/lib/views/LoginView/sections/PhoneNumberSignInSection/PhoneNumberSignInSection.cjs +2 -2
  128. package/src/lib/views/LoginView/sections/PhoneNumberSignInSection/PhoneNumberSignInSection.js +2 -2
  129. package/src/lib/views/MfaDisplayBackupCodesView/MfaDisplayBackupCodesView.cjs +1 -1
  130. package/src/lib/views/MfaDisplayBackupCodesView/MfaDisplayBackupCodesView.js +1 -1
  131. package/src/lib/views/MfaRecoveryView/MfaRecoveryView.cjs +1 -1
  132. package/src/lib/views/MfaRecoveryView/MfaRecoveryView.js +1 -1
  133. package/src/lib/views/Passkey/PasskeyIntroView/PasskeyIntroView.cjs +1 -1
  134. package/src/lib/views/Passkey/PasskeyIntroView/PasskeyIntroView.js +1 -1
  135. package/src/lib/views/SendBalanceView/SendBalanceView.cjs +1 -1
  136. package/src/lib/views/SendBalanceView/SendBalanceView.js +1 -1
  137. package/src/lib/views/TransactionConfirmationView/TransactionConfirmationView.cjs +11 -11
  138. package/src/lib/views/TransactionConfirmationView/TransactionConfirmationView.js +11 -11
  139. package/src/lib/views/viewToComponentMap.cjs +0 -4
  140. package/src/lib/views/viewToComponentMap.d.ts +0 -2
  141. package/src/lib/views/viewToComponentMap.js +0 -4
  142. package/src/lib/widgets/DynamicWidget/components/ActiveWalletInformation/ActiveWalletInformation.cjs +5 -7
  143. package/src/lib/widgets/DynamicWidget/components/ActiveWalletInformation/ActiveWalletInformation.js +5 -7
  144. package/src/lib/widgets/DynamicWidget/components/Balance/Balance.cjs +1 -1
  145. package/src/lib/widgets/DynamicWidget/components/Balance/Balance.js +1 -1
  146. package/src/lib/widgets/DynamicWidget/components/EmailOTPConnectorPendingSignModalContent/EmailOTPConnectorPendingSignModalContent.cjs +3 -3
  147. package/src/lib/widgets/DynamicWidget/components/EmailOTPConnectorPendingSignModalContent/EmailOTPConnectorPendingSignModalContent.js +3 -3
  148. package/src/lib/widgets/DynamicWidget/components/SingleWalletButtons/SingleWalletButtons.cjs +1 -1
  149. package/src/lib/widgets/DynamicWidget/components/SingleWalletButtons/SingleWalletButtons.js +1 -1
  150. package/src/lib/widgets/DynamicWidget/context/DynamicWidgetContext.cjs +1 -1
  151. package/src/lib/widgets/DynamicWidget/context/DynamicWidgetContext.js +1 -1
  152. package/src/lib/widgets/DynamicWidget/context/DynamicWidgetContext.types.d.ts +1 -1
  153. package/src/lib/widgets/DynamicWidget/prompts/PendingConnectionModal/PendingConnectionModal.cjs +1 -1
  154. package/src/lib/widgets/DynamicWidget/prompts/PendingConnectionModal/PendingConnectionModal.js +1 -1
  155. package/src/lib/widgets/DynamicWidget/views/ChooseOnrampProviderView/ChooseOnrampProviderView.cjs +4 -1
  156. package/src/lib/widgets/DynamicWidget/views/ChooseOnrampProviderView/ChooseOnrampProviderView.js +4 -1
  157. package/src/lib/widgets/DynamicWidget/views/ChooseWalletFundingMethod/ChooseWalletFundingMethod.cjs +1 -1
  158. package/src/lib/widgets/DynamicWidget/views/ChooseWalletFundingMethod/ChooseWalletFundingMethod.js +1 -1
  159. package/src/lib/widgets/DynamicWidget/views/ChooseWalletFundingMethod/useFundingMethods/useFundingMethods.cjs +19 -11
  160. package/src/lib/widgets/DynamicWidget/views/ChooseWalletFundingMethod/useFundingMethods/useFundingMethods.js +19 -11
  161. package/src/lib/widgets/DynamicWidget/views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.cjs +2 -2
  162. package/src/lib/widgets/DynamicWidget/views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.js +2 -2
  163. package/src/lib/widgets/DynamicWidget/views/ReceiveExternalWalletFunds/ReceiveExternalWalletFunds.cjs +9 -5
  164. package/src/lib/widgets/DynamicWidget/views/ReceiveExternalWalletFunds/ReceiveExternalWalletFunds.js +9 -5
  165. package/src/lib/widgets/DynamicWidget/views/ReceiveExternalWalletFunds/utils/formatValue/formatValue.cjs +6 -0
  166. package/src/lib/widgets/DynamicWidget/views/ReceiveExternalWalletFunds/utils/formatValue/formatValue.js +6 -0
  167. package/src/lib/widgets/DynamicWidget/views/ReceiveExternalWalletFunds/utils/useSubmitExternalWalletFunding/useSubmitExternalWalletFunding.cjs +14 -2
  168. package/src/lib/widgets/DynamicWidget/views/ReceiveExternalWalletFunds/utils/useSubmitExternalWalletFunding/useSubmitExternalWalletFunding.js +14 -2
  169. package/src/lib/widgets/DynamicWidget/views/SettingsView/SettingsView.cjs +7 -17
  170. package/src/lib/widgets/DynamicWidget/views/SettingsView/SettingsView.js +8 -18
  171. package/src/lib/components/ToggleVisibilityButton/ToggleVisibilityButton.cjs +0 -113
  172. package/src/lib/components/ToggleVisibilityButton/ToggleVisibilityButton.js +0 -109
  173. package/src/lib/modals/CreatePasswordModal/CreatePasswordModal.cjs +0 -106
  174. package/src/lib/modals/CreatePasswordModal/CreatePasswordModal.d.ts +0 -3
  175. package/src/lib/modals/CreatePasswordModal/CreatePasswordModal.js +0 -102
  176. package/src/lib/modals/CreatePasswordModal/CreatePasswordModal.types.d.ts +0 -5
  177. package/src/lib/modals/CreatePasswordModal/index.d.ts +0 -1
  178. package/src/lib/modals/EnterPasswordModal/EnterPasswordModal.cjs +0 -106
  179. package/src/lib/modals/EnterPasswordModal/EnterPasswordModal.d.ts +0 -3
  180. package/src/lib/modals/EnterPasswordModal/EnterPasswordModal.js +0 -102
  181. package/src/lib/modals/EnterPasswordModal/EnterPasswordModal.types.d.ts +0 -6
  182. package/src/lib/modals/EnterPasswordModal/index.d.ts +0 -1
  183. package/src/lib/shared/assets/alt-key.cjs +0 -55
  184. package/src/lib/shared/assets/alt-key.js +0 -31
  185. package/src/lib/shared/assets/lock.cjs +0 -55
  186. package/src/lib/shared/assets/lock.js +0 -31
  187. package/src/lib/shared/assets/save-password-hero.cjs +0 -128
  188. package/src/lib/shared/assets/save-password-hero.js +0 -104
  189. package/src/lib/shared/assets/wallet-claim-hero.cjs +0 -128
  190. package/src/lib/shared/assets/wallet-claim-hero.js +0 -104
  191. package/src/lib/shared/utils/functions/generateRandomPassword/generateRandomPassword.cjs +0 -15
  192. package/src/lib/shared/utils/functions/generateRandomPassword/generateRandomPassword.d.ts +0 -1
  193. package/src/lib/shared/utils/functions/generateRandomPassword/generateRandomPassword.js +0 -11
  194. package/src/lib/shared/utils/functions/generateRandomPassword/index.d.ts +0 -1
  195. package/src/lib/shared/utils/functions/validatePassword/index.d.ts +0 -1
  196. package/src/lib/shared/utils/functions/validatePassword/validatePassword.cjs +0 -60
  197. package/src/lib/shared/utils/functions/validatePassword/validatePassword.d.ts +0 -13
  198. package/src/lib/shared/utils/functions/validatePassword/validatePassword.js +0 -56
  199. package/src/lib/utils/functions/findCoinbaseMPCWallet/findCoinbaseMPCWallet.cjs +0 -8
  200. package/src/lib/utils/functions/findCoinbaseMPCWallet/findCoinbaseMPCWallet.d.ts +0 -2
  201. package/src/lib/utils/functions/findCoinbaseMPCWallet/findCoinbaseMPCWallet.js +0 -4
  202. package/src/lib/utils/functions/findCoinbaseMPCWallet/index.d.ts +0 -1
  203. package/src/lib/utils/functions/getCoinbaseMPCConnectorFetchers/getCoinbaseMPCConnectorFetchers.cjs +0 -53
  204. package/src/lib/utils/functions/getCoinbaseMPCConnectorFetchers/getCoinbaseMPCConnectorFetchers.d.ts +0 -9
  205. package/src/lib/utils/functions/getCoinbaseMPCConnectorFetchers/getCoinbaseMPCConnectorFetchers.js +0 -49
  206. package/src/lib/utils/functions/getCoinbaseMPCConnectorFetchers/index.d.ts +0 -1
  207. package/src/lib/utils/functions/isCoinbaseWaasEnabled/isCoinbaseWaasEnabled.cjs +0 -14
  208. package/src/lib/utils/functions/isCoinbaseWaasEnabled/isCoinbaseWaasEnabled.js +0 -10
  209. package/src/lib/utils/functions/requiresPasswordForEmbeddedWallet/index.d.ts +0 -1
  210. package/src/lib/utils/functions/requiresPasswordForEmbeddedWallet/requiresPasswordForEmbeddedWallet.cjs +0 -16
  211. package/src/lib/utils/functions/requiresPasswordForEmbeddedWallet/requiresPasswordForEmbeddedWallet.d.ts +0 -2
  212. package/src/lib/utils/functions/requiresPasswordForEmbeddedWallet/requiresPasswordForEmbeddedWallet.js +0 -12
  213. package/src/lib/utils/functions/requiresPasswordForEmbeddedWalletOnSignup/index.d.ts +0 -1
  214. package/src/lib/utils/functions/requiresPasswordForEmbeddedWalletOnSignup/requiresPasswordForEmbeddedWalletOnSignup.cjs +0 -39
  215. package/src/lib/utils/functions/requiresPasswordForEmbeddedWalletOnSignup/requiresPasswordForEmbeddedWalletOnSignup.d.ts +0 -2
  216. package/src/lib/utils/functions/requiresPasswordForEmbeddedWalletOnSignup/requiresPasswordForEmbeddedWalletOnSignup.js +0 -35
  217. package/src/lib/utils/hooks/useEmbeddedWallet/useMPCEmbeddedWallet/index.d.ts +0 -2
  218. package/src/lib/utils/hooks/useEmbeddedWallet/useMPCEmbeddedWallet/useCoinbaseMPC/index.d.ts +0 -1
  219. package/src/lib/utils/hooks/useEmbeddedWallet/useMPCEmbeddedWallet/useCoinbaseMPC/useCoinbaseMPC.cjs +0 -229
  220. package/src/lib/utils/hooks/useEmbeddedWallet/useMPCEmbeddedWallet/useCoinbaseMPC/useCoinbaseMPC.d.ts +0 -5
  221. package/src/lib/utils/hooks/useEmbeddedWallet/useMPCEmbeddedWallet/useCoinbaseMPC/useCoinbaseMPC.js +0 -225
  222. package/src/lib/utils/hooks/useEmbeddedWallet/useMPCEmbeddedWallet/useMPCEmbeddedWallet.cjs +0 -191
  223. package/src/lib/utils/hooks/useEmbeddedWallet/useMPCEmbeddedWallet/useMPCEmbeddedWallet.d.ts +0 -18
  224. package/src/lib/utils/hooks/useEmbeddedWallet/useMPCEmbeddedWallet/useMPCEmbeddedWallet.js +0 -187
  225. package/src/lib/utils/hooks/useEmbeddedWalletPassword/index.d.ts +0 -1
  226. package/src/lib/utils/hooks/useEmbeddedWalletPassword/useEmbeddedWalletPassword.cjs +0 -141
  227. package/src/lib/utils/hooks/useEmbeddedWalletPassword/useEmbeddedWalletPassword.d.ts +0 -4
  228. package/src/lib/utils/hooks/useEmbeddedWalletPassword/useEmbeddedWalletPassword.js +0 -137
  229. package/src/lib/utils/validations/validateMPCProviderEnabled/index.d.ts +0 -1
  230. package/src/lib/utils/validations/validateMPCProviderEnabled/validateMPCProviderEnabled.cjs +0 -18
  231. package/src/lib/utils/validations/validateMPCProviderEnabled/validateMPCProviderEnabled.d.ts +0 -2
  232. package/src/lib/utils/validations/validateMPCProviderEnabled/validateMPCProviderEnabled.js +0 -14
  233. package/src/lib/views/CoinbaseMPCClaimIntro/CoinbaseMPCClaimIntro.cjs +0 -116
  234. package/src/lib/views/CoinbaseMPCClaimIntro/CoinbaseMPCClaimIntro.d.ts +0 -2
  235. package/src/lib/views/CoinbaseMPCClaimIntro/CoinbaseMPCClaimIntro.js +0 -112
  236. package/src/lib/views/CoinbaseMPCClaimIntro/index.d.ts +0 -1
  237. package/src/lib/views/CreatePasswordView/CreatePasswordStep/CreatePasswordStep.cjs +0 -197
  238. package/src/lib/views/CreatePasswordView/CreatePasswordStep/CreatePasswordStep.d.ts +0 -12
  239. package/src/lib/views/CreatePasswordView/CreatePasswordStep/CreatePasswordStep.js +0 -193
  240. package/src/lib/views/CreatePasswordView/CreatePasswordStep/index.d.ts +0 -1
  241. package/src/lib/views/CreatePasswordView/CreatePasswordView.cjs +0 -169
  242. package/src/lib/views/CreatePasswordView/CreatePasswordView.d.ts +0 -9
  243. package/src/lib/views/CreatePasswordView/CreatePasswordView.js +0 -165
  244. package/src/lib/views/CreatePasswordView/SavePasswordStep/SavePasswordStep.cjs +0 -141
  245. package/src/lib/views/CreatePasswordView/SavePasswordStep/SavePasswordStep.d.ts +0 -12
  246. package/src/lib/views/CreatePasswordView/SavePasswordStep/SavePasswordStep.js +0 -137
  247. package/src/lib/views/CreatePasswordView/SavePasswordStep/index.d.ts +0 -1
  248. package/src/lib/views/CreatePasswordView/index.d.ts +0 -1
  249. package/src/lib/views/EnterPasswordView/EnterPasswordView.cjs +0 -141
  250. package/src/lib/views/EnterPasswordView/EnterPasswordView.d.ts +0 -8
  251. package/src/lib/views/EnterPasswordView/EnterPasswordView.js +0 -137
  252. package/src/lib/views/EnterPasswordView/index.d.ts +0 -1
@@ -1,102 +0,0 @@
1
- 'use client'
2
- import { jsx } from 'react/jsx-runtime';
3
- import { EnterPasswordView } from '../../views/EnterPasswordView/EnterPasswordView.js';
4
- import { ConfirmationModal } from '../ConfirmationModal/ConfirmationModal.js';
5
- import '../../../../_virtual/_tslib.js';
6
- import 'react';
7
- import 'react-i18next';
8
- import '@dynamic-labs/wallet-connector-core';
9
- import '../../context/DynamicContext/DynamicContext.js';
10
- import '@dynamic-labs/sdk-api-core';
11
- import '../../shared/logger.js';
12
- import '@dynamic-labs/iconic';
13
- import '../../context/ViewContext/ViewContext.js';
14
- import '@dynamic-labs/wallet-book';
15
- import '@dynamic-labs/utils';
16
- import '../../utils/constants/colors.js';
17
- import '../../utils/constants/values.js';
18
- import '../../shared/consts/index.js';
19
- import '../../events/dynamicEvents.js';
20
- import '../../context/CaptchaContext/CaptchaContext.js';
21
- import '../../context/ErrorContext/ErrorContext.js';
22
- import '@dynamic-labs/multi-wallet';
23
- import 'react-international-phone';
24
- import '../../store/state/nonce/nonce.js';
25
- import '../../store/state/projectSettings/projectSettings.js';
26
- import '../../config/ApiEndpoint.js';
27
- import '../../store/state/user/user.js';
28
- import '../../locale/locale.js';
29
- import '../../store/state/dynamicContextProps/dynamicContextProps.js';
30
- import '../../store/state/primaryWalletId/primaryWalletId.js';
31
- import '../../context/AccessDeniedContext/AccessDeniedContext.js';
32
- import '../../context/AccountExistsContext/AccountExistsContext.js';
33
- import '../../context/UserWalletsContext/UserWalletsContext.js';
34
- import '../../context/VerificationContext/VerificationContext.js';
35
- import 'react-dom';
36
- import '../../utils/functions/compareChains/compareChains.js';
37
- import '../../context/ThemeContext/ThemeContext.js';
38
- import '../../utils/hooks/useUserUpdateRequest/useUpdateUser/userFieldsSchema.js';
39
- import 'bs58';
40
- import '@dynamic-labs/types';
41
- import '../../context/SocialRedirectContext/SocialRedirectContext.js';
42
- import '../../context/LoadingContext/LoadingContext.js';
43
- import '../../context/WalletContext/WalletContext.js';
44
- import '../../utils/hooks/useEmbeddedWallet/useSecureEnclaveEmbeddedWallet/constants.js';
45
- import 'yup';
46
- import '../../context/MockContext/MockContext.js';
47
- import '../../views/CollectUserDataView/useFields.js';
48
- import '../../context/FieldsStateContext/FieldsStateContext.js';
49
- import '../../context/UserFieldEditorContext/UserFieldEditorContext.js';
50
- import '@dynamic-labs/rpc-providers';
51
- import '../../store/state/loadingAndLifecycle.js';
52
- import '../../store/state/walletOptions/walletOptions.js';
53
- import '../../store/state/tokenBalances.js';
54
- import '../../context/WalletGroupContext/WalletGroupContext.js';
55
- import '../../shared/utils/functions/getInitialUrl/getInitialUrl.js';
56
- import '../../components/Accordion/components/AccordionItem/AccordionItem.js';
57
- import '../../components/Alert/Alert.js';
58
- import '../../components/ShadowDOM/ShadowDOM.js';
59
- import '../../components/IconButton/IconButton.js';
60
- import '../../components/InlineWidget/InlineWidget.js';
61
- import '../../components/Input/Input.js';
62
- import '../../components/IsBrowser/IsBrowser.js';
63
- import '../../components/MenuList/Dropdown/Dropdown.js';
64
- import '../../components/OverlayCard/OverlayCard.js';
65
- import '../../components/Transition/ZoomTransition/ZoomTransition.js';
66
- import '../../components/Transition/SlideInUpTransition/SlideInUpTransition.js';
67
- import '../../components/Transition/OpacityTransition/OpacityTransition.js';
68
- import '../../components/PasskeyCreatedSuccessBanner/PasskeyCreatedSuccessBanner.js';
69
- import '../../components/Popper/Popper/Popper.js';
70
- import '../../components/Popper/PopperContext/PopperContext.js';
71
- import 'react-focus-lock';
72
- import 'qrcode';
73
- import 'formik';
74
- import '../../utils/hooks/useSubdomainCheck/useSubdomainCheck.js';
75
- import '../../context/IpConfigurationContext/IpConfigurationContext.js';
76
- import '../../context/ConnectWithOtpContext/ConnectWithOtpContext.js';
77
- import '../../context/ConnectWithOtpContext/constants.js';
78
- import '../../widgets/DynamicBridgeWidget/views/WalletsView/components/SecondaryWallets/SecondaryWallets.js';
79
- import '@hcaptcha/react-hcaptcha';
80
- import '../../widgets/DynamicWidget/context/DynamicWidgetContext.js';
81
- import '../../context/FooterAnimationContext/index.js';
82
- import '../../context/PasskeyContext/PasskeyContext.js';
83
- import '../../store/state/sendBalances.js';
84
- import { useConfirmationPortal } from '../../utils/hooks/useConfirmationPortal/useConfirmationPortal.js';
85
- import '../../components/OverlayCardBase/OverlayCardTarget/OverlayCardTarget.js';
86
- import '../../widgets/DynamicWidget/components/DynamicWidgetHeader/DynamicWidgetHeader.js';
87
- import '../../views/TransactionConfirmationView/TransactionConfirmationView.js';
88
- import '../../widgets/DynamicWidget/views/ManagePasskeysWidgetView/PasskeyCard/PasskeyCard.js';
89
- import '../../context/OnrampContext/OnrampContext.js';
90
- import '../../widgets/DynamicWidget/views/ReceiveExternalWalletFunds/ReceiveExternalWalletFunds.js';
91
- import '../../../index.js';
92
-
93
- const EnterPasswordModal = ({ handler, onResolve, onReject, closeView, }) => {
94
- const { onSuccess, onError, show, handleOnModalUnmount, closeModal } = useConfirmationPortal({
95
- defaultErrorMessage: 'User canceled',
96
- onReject,
97
- onResolve,
98
- });
99
- return (jsx(ConfirmationModal, { modalId: 'enter-password-modal', show: show, closeModal: closeModal, handleOnModalUnmount: handleOnModalUnmount, children: jsx(EnterPasswordView, { mutation: handler, closeView: closeView, onSuccess: onSuccess, onError: onError }) }));
100
- };
101
-
102
- export { EnterPasswordModal };
@@ -1,6 +0,0 @@
1
- export type EnterPasswordModalProps = {
2
- handler: (password: string) => Promise<void>;
3
- onResolve: (password: string) => void;
4
- onReject: (error: unknown) => void;
5
- closeView?: boolean;
6
- };
@@ -1 +0,0 @@
1
- export { EnterPasswordModal } from './EnterPasswordModal';
@@ -1,55 +0,0 @@
1
- 'use client'
2
- 'use strict';
3
-
4
- Object.defineProperty(exports, '__esModule', { value: true });
5
-
6
- var React = require('react');
7
-
8
- function _interopNamespace(e) {
9
- if (e && e.__esModule) return e;
10
- var n = Object.create(null);
11
- if (e) {
12
- Object.keys(e).forEach(function (k) {
13
- if (k !== 'default') {
14
- var d = Object.getOwnPropertyDescriptor(e, k);
15
- Object.defineProperty(n, k, d.get ? d : {
16
- enumerable: true,
17
- get: function () { return e[k]; }
18
- });
19
- }
20
- });
21
- }
22
- n["default"] = e;
23
- return Object.freeze(n);
24
- }
25
-
26
- var React__namespace = /*#__PURE__*/_interopNamespace(React);
27
-
28
- var _path;
29
- var _excluded = ["title", "titleId"];
30
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) { ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } } return n; }, _extends.apply(null, arguments); }
31
- function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) { o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } } return i; }
32
- function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) { if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } } return t; }
33
- var SvgAltKey = function SvgAltKey(_ref) {
34
- var title = _ref.title,
35
- titleId = _ref.titleId,
36
- props = _objectWithoutProperties(_ref, _excluded);
37
- return /*#__PURE__*/React__namespace.createElement("svg", _extends({
38
- width: 24,
39
- height: 24,
40
- viewBox: "0 0 24 24",
41
- fill: "none",
42
- xmlns: "http://www.w3.org/2000/svg",
43
- "aria-labelledby": titleId
44
- }, props), title ? /*#__PURE__*/React__namespace.createElement("title", {
45
- id: titleId
46
- }, title) : null, _path || (_path = /*#__PURE__*/React__namespace.createElement("path", {
47
- fillRule: "evenodd",
48
- clipRule: "evenodd",
49
- d: "M15 4a5 5 0 0 0-4.786 6.453 1 1 0 0 1-.25.997L4 17.414V20h2v-1a1 1 0 0 1 1-1h1v-1a1 1 0 0 1 1-1h1.586l1.964-1.964a1 1 0 0 1 .997-.25A5 5 0 1 0 15 4ZM8 20v1a1 1 0 0 1-1 1H4a2 2 0 0 1-2-2v-2.586A2 2 0 0 1 2.586 16l5.562-5.562a7 7 0 1 1 5.414 5.414l-1.855 1.855A1 1 0 0 1 11 18h-1v1a1 1 0 0 1-1 1H8Zm6-13a1 1 0 0 1 1-1 3 3 0 0 1 3 3 1 1 0 1 1-2 0 1 1 0 0 0-1-1 1 1 0 0 1-1-1Z",
50
- fill: "#383C48",
51
- fillOpacity: 0.4
52
- })));
53
- };
54
-
55
- exports.ReactComponent = SvgAltKey;
@@ -1,31 +0,0 @@
1
- 'use client'
2
- import * as React from 'react';
3
-
4
- var _path;
5
- var _excluded = ["title", "titleId"];
6
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) { ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } } return n; }, _extends.apply(null, arguments); }
7
- function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) { o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } } return i; }
8
- function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) { if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } } return t; }
9
- var SvgAltKey = function SvgAltKey(_ref) {
10
- var title = _ref.title,
11
- titleId = _ref.titleId,
12
- props = _objectWithoutProperties(_ref, _excluded);
13
- return /*#__PURE__*/React.createElement("svg", _extends({
14
- width: 24,
15
- height: 24,
16
- viewBox: "0 0 24 24",
17
- fill: "none",
18
- xmlns: "http://www.w3.org/2000/svg",
19
- "aria-labelledby": titleId
20
- }, props), title ? /*#__PURE__*/React.createElement("title", {
21
- id: titleId
22
- }, title) : null, _path || (_path = /*#__PURE__*/React.createElement("path", {
23
- fillRule: "evenodd",
24
- clipRule: "evenodd",
25
- d: "M15 4a5 5 0 0 0-4.786 6.453 1 1 0 0 1-.25.997L4 17.414V20h2v-1a1 1 0 0 1 1-1h1v-1a1 1 0 0 1 1-1h1.586l1.964-1.964a1 1 0 0 1 .997-.25A5 5 0 1 0 15 4ZM8 20v1a1 1 0 0 1-1 1H4a2 2 0 0 1-2-2v-2.586A2 2 0 0 1 2.586 16l5.562-5.562a7 7 0 1 1 5.414 5.414l-1.855 1.855A1 1 0 0 1 11 18h-1v1a1 1 0 0 1-1 1H8Zm6-13a1 1 0 0 1 1-1 3 3 0 0 1 3 3 1 1 0 1 1-2 0 1 1 0 0 0-1-1 1 1 0 0 1-1-1Z",
26
- fill: "#383C48",
27
- fillOpacity: 0.4
28
- })));
29
- };
30
-
31
- export { SvgAltKey as ReactComponent };
@@ -1,55 +0,0 @@
1
- 'use client'
2
- 'use strict';
3
-
4
- Object.defineProperty(exports, '__esModule', { value: true });
5
-
6
- var React = require('react');
7
-
8
- function _interopNamespace(e) {
9
- if (e && e.__esModule) return e;
10
- var n = Object.create(null);
11
- if (e) {
12
- Object.keys(e).forEach(function (k) {
13
- if (k !== 'default') {
14
- var d = Object.getOwnPropertyDescriptor(e, k);
15
- Object.defineProperty(n, k, d.get ? d : {
16
- enumerable: true,
17
- get: function () { return e[k]; }
18
- });
19
- }
20
- });
21
- }
22
- n["default"] = e;
23
- return Object.freeze(n);
24
- }
25
-
26
- var React__namespace = /*#__PURE__*/_interopNamespace(React);
27
-
28
- var _path;
29
- var _excluded = ["title", "titleId"];
30
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) { ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } } return n; }, _extends.apply(null, arguments); }
31
- function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) { o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } } return i; }
32
- function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) { if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } } return t; }
33
- var SvgLock = function SvgLock(_ref) {
34
- var title = _ref.title,
35
- titleId = _ref.titleId,
36
- props = _objectWithoutProperties(_ref, _excluded);
37
- return /*#__PURE__*/React__namespace.createElement("svg", _extends({
38
- width: 24,
39
- height: 24,
40
- viewBox: "0 0 24 24",
41
- fill: "none",
42
- xmlns: "http://www.w3.org/2000/svg",
43
- "aria-labelledby": titleId
44
- }, props), title ? /*#__PURE__*/React__namespace.createElement("title", {
45
- id: titleId
46
- }, title) : null, _path || (_path = /*#__PURE__*/React__namespace.createElement("path", {
47
- fillRule: "evenodd",
48
- clipRule: "evenodd",
49
- d: "M7 7a5 5 0 0 1 10 0v3h1a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-6a3 3 0 0 1 3-3h1V7Zm2 3h6V7a3 3 0 1 0-6 0v3Zm-3 2a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1H6Zm6 2a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0v-2a1 1 0 0 1 1-1Z",
50
- fill: "#383C48",
51
- fillOpacity: 0.4
52
- })));
53
- };
54
-
55
- exports.ReactComponent = SvgLock;
@@ -1,31 +0,0 @@
1
- 'use client'
2
- import * as React from 'react';
3
-
4
- var _path;
5
- var _excluded = ["title", "titleId"];
6
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) { ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } } return n; }, _extends.apply(null, arguments); }
7
- function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) { o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } } return i; }
8
- function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) { if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } } return t; }
9
- var SvgLock = function SvgLock(_ref) {
10
- var title = _ref.title,
11
- titleId = _ref.titleId,
12
- props = _objectWithoutProperties(_ref, _excluded);
13
- return /*#__PURE__*/React.createElement("svg", _extends({
14
- width: 24,
15
- height: 24,
16
- viewBox: "0 0 24 24",
17
- fill: "none",
18
- xmlns: "http://www.w3.org/2000/svg",
19
- "aria-labelledby": titleId
20
- }, props), title ? /*#__PURE__*/React.createElement("title", {
21
- id: titleId
22
- }, title) : null, _path || (_path = /*#__PURE__*/React.createElement("path", {
23
- fillRule: "evenodd",
24
- clipRule: "evenodd",
25
- d: "M7 7a5 5 0 0 1 10 0v3h1a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-6a3 3 0 0 1 3-3h1V7Zm2 3h6V7a3 3 0 1 0-6 0v3Zm-3 2a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1H6Zm6 2a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0v-2a1 1 0 0 1 1-1Z",
26
- fill: "#383C48",
27
- fillOpacity: 0.4
28
- })));
29
- };
30
-
31
- export { SvgLock as ReactComponent };
@@ -1,128 +0,0 @@
1
- 'use client'
2
- 'use strict';
3
-
4
- Object.defineProperty(exports, '__esModule', { value: true });
5
-
6
- var React = require('react');
7
-
8
- function _interopNamespace(e) {
9
- if (e && e.__esModule) return e;
10
- var n = Object.create(null);
11
- if (e) {
12
- Object.keys(e).forEach(function (k) {
13
- if (k !== 'default') {
14
- var d = Object.getOwnPropertyDescriptor(e, k);
15
- Object.defineProperty(n, k, d.get ? d : {
16
- enumerable: true,
17
- get: function () { return e[k]; }
18
- });
19
- }
20
- });
21
- }
22
- n["default"] = e;
23
- return Object.freeze(n);
24
- }
25
-
26
- var React__namespace = /*#__PURE__*/_interopNamespace(React);
27
-
28
- var _path, _path2, _path3, _path4, _g, _path5, _defs;
29
- var _excluded = ["title", "titleId"];
30
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) { ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } } return n; }, _extends.apply(null, arguments); }
31
- function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) { o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } } return i; }
32
- function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) { if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } } return t; }
33
- var SvgSavePasswordHero = function SvgSavePasswordHero(_ref) {
34
- var title = _ref.title,
35
- titleId = _ref.titleId,
36
- props = _objectWithoutProperties(_ref, _excluded);
37
- return /*#__PURE__*/React__namespace.createElement("svg", _extends({
38
- width: 327,
39
- height: 112,
40
- viewBox: "0 0 327 112",
41
- fill: "none",
42
- xmlns: "http://www.w3.org/2000/svg",
43
- "aria-labelledby": titleId
44
- }, props), title ? /*#__PURE__*/React__namespace.createElement("title", {
45
- id: titleId
46
- }, title) : null, /*#__PURE__*/React__namespace.createElement("g", {
47
- clipPath: "url(#save-password-hero_svg__a)"
48
- }, /*#__PURE__*/React__namespace.createElement("mask", {
49
- id: "save-password-hero_svg__b",
50
- style: {
51
- maskType: "luminance"
52
- },
53
- maskUnits: "userSpaceOnUse",
54
- x: 0,
55
- y: 0,
56
- width: 327,
57
- height: 112
58
- }, _path || (_path = /*#__PURE__*/React__namespace.createElement("path", {
59
- d: "M315 0H12C5.373 0 0 5.373 0 12v88c0 6.627 5.373 12 12 12h303c6.627 0 12-5.373 12-12V12c0-6.627-5.373-12-12-12Z",
60
- fill: "#fff"
61
- }))), /*#__PURE__*/React__namespace.createElement("g", {
62
- mask: "url(#save-password-hero_svg__b)"
63
- }, _path2 || (_path2 = /*#__PURE__*/React__namespace.createElement("path", {
64
- d: "M164 228c62.96 0 114-51.04 114-114S226.96 0 164 0 50 51.04 50 114s51.04 114 114 114Z",
65
- fill: "url(#save-password-hero_svg__c)",
66
- fillOpacity: 0.12
67
- })), /*#__PURE__*/React__namespace.createElement("mask", {
68
- id: "save-password-hero_svg__d",
69
- style: {
70
- maskType: "luminance"
71
- },
72
- maskUnits: "userSpaceOnUse",
73
- x: 86,
74
- y: 29,
75
- width: 40,
76
- height: 40
77
- }, _path3 || (_path3 = /*#__PURE__*/React__namespace.createElement("path", {
78
- d: "M116.91 29 86 37.282l8.282 30.91 30.91-8.282L116.91 29Z",
79
- fill: "#fff"
80
- }))), /*#__PURE__*/React__namespace.createElement("g", {
81
- mask: "url(#save-password-hero_svg__d)"
82
- }, /*#__PURE__*/React__namespace.createElement("mask", {
83
- id: "save-password-hero_svg__e",
84
- style: {
85
- maskType: "luminance"
86
- },
87
- maskUnits: "userSpaceOnUse",
88
- x: 90,
89
- y: 33,
90
- width: 31,
91
- height: 31
92
- }, _path4 || (_path4 = /*#__PURE__*/React__namespace.createElement("path", {
93
- d: "M119.763 44.8c-2.097-7.824-10.139-12.467-17.963-10.37-7.824 2.096-12.468 10.138-10.371 17.962 2.096 7.824 10.139 12.467 17.963 10.37 7.824-2.096 12.467-10.138 10.371-17.962Z",
94
- fill: "#fff"
95
- }))), _g || (_g = /*#__PURE__*/React__namespace.createElement("g", {
96
- mask: "url(#save-password-hero_svg__e)"
97
- }, /*#__PURE__*/React__namespace.createElement("path", {
98
- fillRule: "evenodd",
99
- clipRule: "evenodd",
100
- d: "M118.709 55.166a14.617 14.617 0 0 0 1.054-10.366c-2.097-7.824-10.139-12.467-17.963-10.37-7.824 2.096-12.467 10.138-10.37 17.962a14.612 14.612 0 0 0 6.096 8.451c1.808-3.916 6.565-6.42 9.647-7.247 3.083-.826 7.955-1.146 11.536 1.57Zm-19.374-8.688a5.5 5.5 0 1 1 10.624-2.848 5.5 5.5 0 0 1-10.624 2.848Z",
101
- fill: "#DD8500"
102
- })))), _path5 || (_path5 = /*#__PURE__*/React__namespace.createElement("path", {
103
- fillRule: "evenodd",
104
- clipRule: "evenodd",
105
- d: "m207.67 19.875-.767 2.862a9.86 9.86 0 0 0-5.861 6.61c-1.412 5.268 1.715 10.684 6.984 12.096 5.268 1.412 10.684-1.715 12.096-6.984a9.862 9.862 0 0 0-1.771-8.655l.767-2.861a5.926 5.926 0 0 0-11.448-3.068Zm9.321 2.498-.444 1.655a9.844 9.844 0 0 0-3.409-1.665 9.847 9.847 0 0 0-3.785-.262l.444-1.656a3.723 3.723 0 1 1 7.194 1.928Zm-3.445 8.52a2.57 2.57 0 0 1-2.019 1.862l-.539 2.011a1.1 1.1 0 1 1-2.127-.57l.539-2.01a2.569 2.569 0 1 1 4.146-1.294ZM164.944 32.064a6.223 6.223 0 0 0-1.78 0c-.68.098-1.313.337-1.816.527l-.134.05-16.681 6.255-.406.152c-1.922.718-3.61 1.347-4.91 2.493a9.331 9.331 0 0 0-2.552 3.682c-.616 1.619-.614 3.42-.611 5.472l.001.434v14.875c0 8.792 4.782 16.123 9.952 21.508 5.204 5.42 11.159 9.25 14.308 11.086l.127.075c.575.337 1.32.775 2.307.987a6.623 6.623 0 0 0 2.609 0c.987-.212 1.733-.65 2.307-.987l.128-.075c3.149-1.836 9.103-5.665 14.308-11.086 5.169-5.385 9.952-12.716 9.952-21.508V50.695c.003-2.052.006-3.853-.61-5.472a9.331 9.331 0 0 0-2.552-3.682c-1.3-1.145-2.988-1.775-4.91-2.493l-.407-.152-16.68-6.254-.135-.05c-.502-.19-1.135-.43-1.815-.528Zm-.36 18.497c1.726 0 3.126 1.4 3.126 3.126v12.504a3.126 3.126 0 0 1-6.253 0V53.687c0-1.726 1.4-3.126 3.127-3.126Zm-3.127 28.135c0-1.727 1.4-3.126 3.127-3.126h.031a3.127 3.127 0 1 1 0 6.252h-.031a3.127 3.127 0 0 1-3.127-3.126Z",
106
- fill: "#DD8500"
107
- })))), _defs || (_defs = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("linearGradient", {
108
- id: "save-password-hero_svg__c",
109
- x1: 164,
110
- y1: 0,
111
- x2: 164,
112
- y2: 93.5,
113
- gradientUnits: "userSpaceOnUse"
114
- }, /*#__PURE__*/React__namespace.createElement("stop", {
115
- stopColor: "#DD8500"
116
- }), /*#__PURE__*/React__namespace.createElement("stop", {
117
- offset: 0.985,
118
- stopColor: "#DD8500",
119
- stopOpacity: 0
120
- })), /*#__PURE__*/React__namespace.createElement("clipPath", {
121
- id: "save-password-hero_svg__a"
122
- }, /*#__PURE__*/React__namespace.createElement("path", {
123
- fill: "#fff",
124
- d: "M0 0h327v112H0z"
125
- })))));
126
- };
127
-
128
- exports.ReactComponent = SvgSavePasswordHero;
@@ -1,104 +0,0 @@
1
- 'use client'
2
- import * as React from 'react';
3
-
4
- var _path, _path2, _path3, _path4, _g, _path5, _defs;
5
- var _excluded = ["title", "titleId"];
6
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) { ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } } return n; }, _extends.apply(null, arguments); }
7
- function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) { o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } } return i; }
8
- function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) { if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } } return t; }
9
- var SvgSavePasswordHero = function SvgSavePasswordHero(_ref) {
10
- var title = _ref.title,
11
- titleId = _ref.titleId,
12
- props = _objectWithoutProperties(_ref, _excluded);
13
- return /*#__PURE__*/React.createElement("svg", _extends({
14
- width: 327,
15
- height: 112,
16
- viewBox: "0 0 327 112",
17
- fill: "none",
18
- xmlns: "http://www.w3.org/2000/svg",
19
- "aria-labelledby": titleId
20
- }, props), title ? /*#__PURE__*/React.createElement("title", {
21
- id: titleId
22
- }, title) : null, /*#__PURE__*/React.createElement("g", {
23
- clipPath: "url(#save-password-hero_svg__a)"
24
- }, /*#__PURE__*/React.createElement("mask", {
25
- id: "save-password-hero_svg__b",
26
- style: {
27
- maskType: "luminance"
28
- },
29
- maskUnits: "userSpaceOnUse",
30
- x: 0,
31
- y: 0,
32
- width: 327,
33
- height: 112
34
- }, _path || (_path = /*#__PURE__*/React.createElement("path", {
35
- d: "M315 0H12C5.373 0 0 5.373 0 12v88c0 6.627 5.373 12 12 12h303c6.627 0 12-5.373 12-12V12c0-6.627-5.373-12-12-12Z",
36
- fill: "#fff"
37
- }))), /*#__PURE__*/React.createElement("g", {
38
- mask: "url(#save-password-hero_svg__b)"
39
- }, _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
40
- d: "M164 228c62.96 0 114-51.04 114-114S226.96 0 164 0 50 51.04 50 114s51.04 114 114 114Z",
41
- fill: "url(#save-password-hero_svg__c)",
42
- fillOpacity: 0.12
43
- })), /*#__PURE__*/React.createElement("mask", {
44
- id: "save-password-hero_svg__d",
45
- style: {
46
- maskType: "luminance"
47
- },
48
- maskUnits: "userSpaceOnUse",
49
- x: 86,
50
- y: 29,
51
- width: 40,
52
- height: 40
53
- }, _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
54
- d: "M116.91 29 86 37.282l8.282 30.91 30.91-8.282L116.91 29Z",
55
- fill: "#fff"
56
- }))), /*#__PURE__*/React.createElement("g", {
57
- mask: "url(#save-password-hero_svg__d)"
58
- }, /*#__PURE__*/React.createElement("mask", {
59
- id: "save-password-hero_svg__e",
60
- style: {
61
- maskType: "luminance"
62
- },
63
- maskUnits: "userSpaceOnUse",
64
- x: 90,
65
- y: 33,
66
- width: 31,
67
- height: 31
68
- }, _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
69
- d: "M119.763 44.8c-2.097-7.824-10.139-12.467-17.963-10.37-7.824 2.096-12.468 10.138-10.371 17.962 2.096 7.824 10.139 12.467 17.963 10.37 7.824-2.096 12.467-10.138 10.371-17.962Z",
70
- fill: "#fff"
71
- }))), _g || (_g = /*#__PURE__*/React.createElement("g", {
72
- mask: "url(#save-password-hero_svg__e)"
73
- }, /*#__PURE__*/React.createElement("path", {
74
- fillRule: "evenodd",
75
- clipRule: "evenodd",
76
- d: "M118.709 55.166a14.617 14.617 0 0 0 1.054-10.366c-2.097-7.824-10.139-12.467-17.963-10.37-7.824 2.096-12.467 10.138-10.37 17.962a14.612 14.612 0 0 0 6.096 8.451c1.808-3.916 6.565-6.42 9.647-7.247 3.083-.826 7.955-1.146 11.536 1.57Zm-19.374-8.688a5.5 5.5 0 1 1 10.624-2.848 5.5 5.5 0 0 1-10.624 2.848Z",
77
- fill: "#DD8500"
78
- })))), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
79
- fillRule: "evenodd",
80
- clipRule: "evenodd",
81
- d: "m207.67 19.875-.767 2.862a9.86 9.86 0 0 0-5.861 6.61c-1.412 5.268 1.715 10.684 6.984 12.096 5.268 1.412 10.684-1.715 12.096-6.984a9.862 9.862 0 0 0-1.771-8.655l.767-2.861a5.926 5.926 0 0 0-11.448-3.068Zm9.321 2.498-.444 1.655a9.844 9.844 0 0 0-3.409-1.665 9.847 9.847 0 0 0-3.785-.262l.444-1.656a3.723 3.723 0 1 1 7.194 1.928Zm-3.445 8.52a2.57 2.57 0 0 1-2.019 1.862l-.539 2.011a1.1 1.1 0 1 1-2.127-.57l.539-2.01a2.569 2.569 0 1 1 4.146-1.294ZM164.944 32.064a6.223 6.223 0 0 0-1.78 0c-.68.098-1.313.337-1.816.527l-.134.05-16.681 6.255-.406.152c-1.922.718-3.61 1.347-4.91 2.493a9.331 9.331 0 0 0-2.552 3.682c-.616 1.619-.614 3.42-.611 5.472l.001.434v14.875c0 8.792 4.782 16.123 9.952 21.508 5.204 5.42 11.159 9.25 14.308 11.086l.127.075c.575.337 1.32.775 2.307.987a6.623 6.623 0 0 0 2.609 0c.987-.212 1.733-.65 2.307-.987l.128-.075c3.149-1.836 9.103-5.665 14.308-11.086 5.169-5.385 9.952-12.716 9.952-21.508V50.695c.003-2.052.006-3.853-.61-5.472a9.331 9.331 0 0 0-2.552-3.682c-1.3-1.145-2.988-1.775-4.91-2.493l-.407-.152-16.68-6.254-.135-.05c-.502-.19-1.135-.43-1.815-.528Zm-.36 18.497c1.726 0 3.126 1.4 3.126 3.126v12.504a3.126 3.126 0 0 1-6.253 0V53.687c0-1.726 1.4-3.126 3.127-3.126Zm-3.127 28.135c0-1.727 1.4-3.126 3.127-3.126h.031a3.127 3.127 0 1 1 0 6.252h-.031a3.127 3.127 0 0 1-3.127-3.126Z",
82
- fill: "#DD8500"
83
- })))), _defs || (_defs = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
84
- id: "save-password-hero_svg__c",
85
- x1: 164,
86
- y1: 0,
87
- x2: 164,
88
- y2: 93.5,
89
- gradientUnits: "userSpaceOnUse"
90
- }, /*#__PURE__*/React.createElement("stop", {
91
- stopColor: "#DD8500"
92
- }), /*#__PURE__*/React.createElement("stop", {
93
- offset: 0.985,
94
- stopColor: "#DD8500",
95
- stopOpacity: 0
96
- })), /*#__PURE__*/React.createElement("clipPath", {
97
- id: "save-password-hero_svg__a"
98
- }, /*#__PURE__*/React.createElement("path", {
99
- fill: "#fff",
100
- d: "M0 0h327v112H0z"
101
- })))));
102
- };
103
-
104
- export { SvgSavePasswordHero as ReactComponent };
@@ -1,128 +0,0 @@
1
- 'use client'
2
- 'use strict';
3
-
4
- Object.defineProperty(exports, '__esModule', { value: true });
5
-
6
- var React = require('react');
7
-
8
- function _interopNamespace(e) {
9
- if (e && e.__esModule) return e;
10
- var n = Object.create(null);
11
- if (e) {
12
- Object.keys(e).forEach(function (k) {
13
- if (k !== 'default') {
14
- var d = Object.getOwnPropertyDescriptor(e, k);
15
- Object.defineProperty(n, k, d.get ? d : {
16
- enumerable: true,
17
- get: function () { return e[k]; }
18
- });
19
- }
20
- });
21
- }
22
- n["default"] = e;
23
- return Object.freeze(n);
24
- }
25
-
26
- var React__namespace = /*#__PURE__*/_interopNamespace(React);
27
-
28
- var _path, _path2, _path3, _path4, _g, _path5, _defs;
29
- var _excluded = ["title", "titleId"];
30
- function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) { ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } } return n; }, _extends.apply(null, arguments); }
31
- function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var s = Object.getOwnPropertySymbols(e); for (r = 0; r < s.length; r++) { o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } } return i; }
32
- function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) { if ({}.hasOwnProperty.call(r, n)) { if (e.includes(n)) continue; t[n] = r[n]; } } return t; }
33
- var SvgWalletClaimHero = function SvgWalletClaimHero(_ref) {
34
- var title = _ref.title,
35
- titleId = _ref.titleId,
36
- props = _objectWithoutProperties(_ref, _excluded);
37
- return /*#__PURE__*/React__namespace.createElement("svg", _extends({
38
- width: 327,
39
- height: 112,
40
- viewBox: "0 0 327 112",
41
- fill: "none",
42
- xmlns: "http://www.w3.org/2000/svg",
43
- "aria-labelledby": titleId
44
- }, props), title ? /*#__PURE__*/React__namespace.createElement("title", {
45
- id: titleId
46
- }, title) : null, /*#__PURE__*/React__namespace.createElement("g", {
47
- clipPath: "url(#wallet-claim-hero_svg__a)"
48
- }, /*#__PURE__*/React__namespace.createElement("mask", {
49
- id: "wallet-claim-hero_svg__b",
50
- style: {
51
- maskType: "luminance"
52
- },
53
- maskUnits: "userSpaceOnUse",
54
- x: 0,
55
- y: 0,
56
- width: 327,
57
- height: 112
58
- }, _path || (_path = /*#__PURE__*/React__namespace.createElement("path", {
59
- d: "M315 0H12C5.373 0 0 5.373 0 12v88c0 6.627 5.373 12 12 12h303c6.627 0 12-5.373 12-12V12c0-6.627-5.373-12-12-12Z",
60
- fill: "#fff"
61
- }))), /*#__PURE__*/React__namespace.createElement("g", {
62
- mask: "url(#wallet-claim-hero_svg__b)"
63
- }, _path2 || (_path2 = /*#__PURE__*/React__namespace.createElement("path", {
64
- d: "M164 228c62.96 0 114-51.04 114-114S226.96 0 164 0 50 51.04 50 114s51.04 114 114 114Z",
65
- fill: "url(#wallet-claim-hero_svg__c)",
66
- fillOpacity: 0.12
67
- })), /*#__PURE__*/React__namespace.createElement("mask", {
68
- id: "wallet-claim-hero_svg__d",
69
- style: {
70
- maskType: "luminance"
71
- },
72
- maskUnits: "userSpaceOnUse",
73
- x: 86,
74
- y: 29,
75
- width: 40,
76
- height: 40
77
- }, _path3 || (_path3 = /*#__PURE__*/React__namespace.createElement("path", {
78
- d: "M116.91 29 86 37.282l8.282 30.91 30.91-8.282L116.91 29Z",
79
- fill: "#fff"
80
- }))), /*#__PURE__*/React__namespace.createElement("g", {
81
- mask: "url(#wallet-claim-hero_svg__d)"
82
- }, /*#__PURE__*/React__namespace.createElement("mask", {
83
- id: "wallet-claim-hero_svg__e",
84
- style: {
85
- maskType: "luminance"
86
- },
87
- maskUnits: "userSpaceOnUse",
88
- x: 90,
89
- y: 33,
90
- width: 31,
91
- height: 31
92
- }, _path4 || (_path4 = /*#__PURE__*/React__namespace.createElement("path", {
93
- d: "M119.763 44.8c-2.097-7.824-10.139-12.467-17.963-10.371-7.824 2.096-12.468 10.139-10.371 17.963 2.096 7.824 10.139 12.467 17.963 10.37 7.824-2.096 12.467-10.138 10.371-17.962Z",
94
- fill: "#fff"
95
- }))), _g || (_g = /*#__PURE__*/React__namespace.createElement("g", {
96
- mask: "url(#wallet-claim-hero_svg__e)"
97
- }, /*#__PURE__*/React__namespace.createElement("path", {
98
- fillRule: "evenodd",
99
- clipRule: "evenodd",
100
- d: "M118.709 55.166a14.617 14.617 0 0 0 1.054-10.366c-2.097-7.824-10.139-12.467-17.963-10.371-7.825 2.096-12.468 10.139-10.371 17.963a14.612 14.612 0 0 0 6.097 8.451c1.808-3.916 6.565-6.42 9.647-7.247 3.083-.826 7.955-1.146 11.536 1.57Zm-19.375-8.688a5.5 5.5 0 1 1 10.625-2.848 5.5 5.5 0 0 1-10.625 2.848Z",
101
- fill: "#4779FF"
102
- })))), _path5 || (_path5 = /*#__PURE__*/React__namespace.createElement("path", {
103
- fillRule: "evenodd",
104
- clipRule: "evenodd",
105
- d: "m207.67 19.875-.767 2.862a9.86 9.86 0 0 0-5.861 6.61c-1.412 5.269 1.715 10.684 6.984 12.096 5.268 1.412 10.684-1.715 12.096-6.984a9.862 9.862 0 0 0-1.771-8.655l.767-2.861a5.926 5.926 0 0 0-11.448-3.068Zm9.321 2.498-.444 1.655a9.844 9.844 0 0 0-3.409-1.665 9.847 9.847 0 0 0-3.785-.262l.444-1.656a3.723 3.723 0 1 1 7.194 1.928Zm-3.445 8.52a2.57 2.57 0 0 1-2.019 1.862l-.539 2.011a1.1 1.1 0 1 1-2.127-.57l.539-2.01a2.569 2.569 0 1 1 4.146-1.294ZM164.89 32.064a6.223 6.223 0 0 0-1.78 0c-.68.098-1.313.337-1.815.527l-.135.05-16.681 6.256-.406.152c-1.922.718-3.61 1.348-4.91 2.493a9.333 9.333 0 0 0-2.552 3.683c-.616 1.62-.614 3.421-.611 5.473l.001.434V66.01c0 8.793 4.782 16.125 9.952 21.51 5.205 5.422 11.159 9.252 14.308 11.089l.127.075c.575.337 1.321.775 2.307.987a6.624 6.624 0 0 0 2.61 0c.986-.212 1.732-.65 2.307-.987l.127-.075c3.149-1.837 9.103-5.667 14.308-11.088 5.17-5.386 9.952-12.718 9.952-21.511V51.13l.001-.433c.003-2.052.005-3.854-.611-5.473a9.333 9.333 0 0 0-2.552-3.683c-1.3-1.145-2.988-1.775-4.91-2.493-.134-.05-.27-.1-.406-.152l-16.681-6.255-.135-.05c-.502-.19-1.135-.43-1.815-.528Zm-6.946 16.362a9.282 9.282 0 1 1 13.127 13.128 9.282 9.282 0 0 1-13.127-13.128Zm3.282 3.282a4.64 4.64 0 1 1 6.563 6.563 4.64 4.64 0 0 1-6.563-6.563Zm3.515 14.885a11.63 11.63 0 0 1-2.945-.377v15.598h4.641v-4.51h4.601v-4.642h-4.601V66.47a11.69 11.69 0 0 1-1.696.123Z",
106
- fill: "#4779FF"
107
- })))), _defs || (_defs = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("linearGradient", {
108
- id: "wallet-claim-hero_svg__c",
109
- x1: 164,
110
- y1: 0,
111
- x2: 164,
112
- y2: 93.5,
113
- gradientUnits: "userSpaceOnUse"
114
- }, /*#__PURE__*/React__namespace.createElement("stop", {
115
- stopColor: "#4779FF"
116
- }), /*#__PURE__*/React__namespace.createElement("stop", {
117
- offset: 1,
118
- stopColor: "#4779FF",
119
- stopOpacity: 0
120
- })), /*#__PURE__*/React__namespace.createElement("clipPath", {
121
- id: "wallet-claim-hero_svg__a"
122
- }, /*#__PURE__*/React__namespace.createElement("path", {
123
- fill: "#fff",
124
- d: "M0 0h327v112H0z"
125
- })))));
126
- };
127
-
128
- exports.ReactComponent = SvgWalletClaimHero;