@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.
- package/CHANGELOG.md +20 -0
- package/dist/{chunk-FUDTZOKU.js → chunk-7PLQM2DB.js} +2489 -2329
- package/dist/components/FunCheckoutModal/FunCheckoutConfirmationStep.d.ts +2 -4
- package/dist/components/FunCheckoutModal/FunCheckoutModal.d.ts +1 -1
- package/dist/components/FunCheckoutModal/FunCheckoutPrimaryInfo.d.ts +1 -3
- package/dist/components/FunCheckoutModal/FunCheckoutSelectAssetStep.d.ts +1 -3
- package/dist/components/FunCheckoutModal/FunCheckoutVerifyDetailsStep.d.ts +1 -1
- package/dist/components/FunMeshVerificationStep/FunMeshVerificationStep.d.ts +12 -0
- package/dist/components/FunPayments/FunPaymentMethods.d.ts +2 -26
- package/dist/components/FunPayments/FunPaymentMoonpayType.d.ts +1 -1
- package/dist/components/FunPayments/FunPaymentSetup.d.ts +1 -1
- package/dist/components/FunkitProvider/FunkitCheckoutContext.d.ts +5 -3
- package/dist/components/FunkitProvider/FunkitConnectChainContext.d.ts +5 -1
- package/dist/components/FunkitProvider/GeneralWalletProvider.d.ts +3 -0
- package/dist/components/FunkitWeb2Provider/FunkitWeb2Provider.d.ts +2 -2
- package/dist/components/ProfileDetails/FunWalletProfileViews/FWSettings/FWSettings.d.ts +2 -1
- package/dist/components/index.css +86 -86
- package/dist/components/index.js +1 -1
- package/dist/consts/payment.d.ts +26 -0
- package/dist/index.css +68 -68
- package/dist/index.js +1 -1
- package/dist/utils/checkout.d.ts +4 -0
- package/dist/utils/deposit.d.ts +1 -1
- package/dist/utils/mesh.d.ts +23 -6
- package/dist/wallets/walletConnectors/index.js +54 -54
- package/package.json +5 -5
- 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
|