@funkit/connect 0.1.16 → 0.1.18

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 (27) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/dist/{chunk-FUDTZOKU.js → chunk-7PLQM2DB.js} +2489 -2329
  3. package/dist/components/FunCheckoutModal/FunCheckoutConfirmationStep.d.ts +2 -4
  4. package/dist/components/FunCheckoutModal/FunCheckoutModal.d.ts +1 -1
  5. package/dist/components/FunCheckoutModal/FunCheckoutPrimaryInfo.d.ts +1 -3
  6. package/dist/components/FunCheckoutModal/FunCheckoutSelectAssetStep.d.ts +1 -3
  7. package/dist/components/FunCheckoutModal/FunCheckoutVerifyDetailsStep.d.ts +1 -1
  8. package/dist/components/FunMeshVerificationStep/FunMeshVerificationStep.d.ts +12 -0
  9. package/dist/components/FunPayments/FunPaymentMethods.d.ts +2 -26
  10. package/dist/components/FunPayments/FunPaymentMoonpayType.d.ts +1 -1
  11. package/dist/components/FunPayments/FunPaymentSetup.d.ts +1 -1
  12. package/dist/components/FunkitProvider/FunkitCheckoutContext.d.ts +5 -3
  13. package/dist/components/FunkitProvider/FunkitConnectChainContext.d.ts +5 -1
  14. package/dist/components/FunkitProvider/GeneralWalletProvider.d.ts +3 -0
  15. package/dist/components/FunkitWeb2Provider/FunkitWeb2Provider.d.ts +2 -2
  16. package/dist/components/ProfileDetails/FunWalletProfileViews/FWSettings/FWSettings.d.ts +2 -1
  17. package/dist/components/index.css +86 -86
  18. package/dist/components/index.js +1 -1
  19. package/dist/consts/payment.d.ts +26 -0
  20. package/dist/index.css +68 -68
  21. package/dist/index.js +1 -1
  22. package/dist/utils/checkout.d.ts +4 -0
  23. package/dist/utils/deposit.d.ts +1 -1
  24. package/dist/utils/mesh.d.ts +23 -6
  25. package/dist/wallets/walletConnectors/index.js +54 -54
  26. package/package.json +5 -5
  27. package/dist/components/FunMeshTwoFactorStep/FunMeshTwoFactorStep.d.ts +0 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @funkit/connect
2
2
 
3
+ ## 0.1.18
4
+
5
+ ### Patch Changes
6
+
7
+ - 6fbb019: opt: internal dependencies upgrade
8
+ - 8f9e5a4: opt: restructure payment info storage in global context
9
+ - a46ba4b: Fix: logging out should reset all global states
10
+ - 07f041b: opt: streamline utility functions
11
+ - b82ffdd: fix: custom recipient checkout flow auto-confirmation issue
12
+ - c85ab8c: feature: brokerage transfers - handling of all types of additional verifications
13
+
14
+ ## 0.1.17
15
+
16
+ ### Patch Changes
17
+
18
+ - df73a1a: Fix: cross chain assets should be selectable for brokerage checkouts regardless of enabled chains
19
+ - Updated dependencies [a200557]
20
+ - @funkit/wagmi-tools@0.1.11
21
+ - @funkit/core@0.10.12
22
+
3
23
  ## 0.1.16
4
24
 
5
25
  ### Patch Changes