@funkit/connect 0.1.15 → 0.1.16

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 (31) hide show
  1. package/CHANGELOG.md +124 -0
  2. package/dist/{chunk-IDQLTS4C.js → chunk-FUDTZOKU.js} +4011 -3721
  3. package/dist/components/AsyncImage/AsyncImage.d.ts +2 -1
  4. package/dist/components/Box/Box.d.ts +6 -6
  5. package/dist/components/FunAssetAvatar/FunAssetAvatar.css.d.ts +3 -0
  6. package/dist/components/FunAssetAvatar/FunAssetAvatar.d.ts +12 -0
  7. package/dist/components/FunButton/FunIconButton.d.ts +2 -1
  8. package/dist/components/FunCheckoutModal/FunCheckoutConfirmationStep.d.ts +3 -1
  9. package/dist/components/FunCheckoutModal/FunCheckoutPrimaryInfo.d.ts +8 -2
  10. package/dist/components/FunCheckoutModal/FunCheckoutSelectAssetStep.d.ts +3 -1
  11. package/dist/components/FunCheckoutModal/FunCheckoutVerifyDetailsStep.d.ts +3 -1
  12. package/dist/components/FunInput/FunInput.d.ts +2 -1
  13. package/dist/components/FunKeyValue/FunKeyValue.d.ts +4 -1
  14. package/dist/components/FunPayments/FunPaymentMeshType.d.ts +2 -1
  15. package/dist/components/FunPayments/FunPaymentSetup.d.ts +2 -1
  16. package/dist/components/FunkitProvider/FunkitCheckoutContext.d.ts +4 -0
  17. package/dist/components/FunkitProvider/FunkitConfigContext.d.ts +20 -4
  18. package/dist/components/Icons/Copied.d.ts +3 -1
  19. package/dist/components/Icons/EditIcon.d.ts +4 -0
  20. package/dist/components/ProfileDetails/FunWalletProfileViews/FWDeposit.d.ts +0 -1
  21. package/dist/components/index.css +1317 -1271
  22. package/dist/components/index.js +1 -1
  23. package/dist/consts/assets.d.ts +3 -0
  24. package/dist/css/sprinkles.css.d.ts +36 -0
  25. package/dist/hooks/useCheckoutType.d.ts +6 -2
  26. package/dist/index.css +1317 -1271
  27. package/dist/index.d.ts +1 -0
  28. package/dist/index.js +1 -1
  29. package/dist/utils/deposit.d.ts +5 -0
  30. package/dist/wallets/walletConnectors/index.js +16 -16
  31. package/package.json +3 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,124 @@
1
+ # @funkit/connect
2
+
3
+ ## 0.1.16
4
+
5
+ ### Patch Changes
6
+
7
+ - 47087b4: Features
8
+
9
+ 1. Multichain asset display and checkout selection
10
+ 2. `textCustomizations` in `funkitConfig`
11
+
12
+ Fixes
13
+
14
+ 1. Deprecate unsupported mesh brokerage options (Stash, ETrade)
15
+ 2. Fix EOA checkout initCode issue with new wrapper funWallet
16
+ 3. Fix EOA checkout wrapper funWallet regeneration on chain switch
17
+
18
+ - f12ffcc: Features
19
+ 1. Editable targetAssetAmount field for custom recipient checkouts
20
+ 2. Interactions on checkout icons
21
+
22
+ ## 0.1.15
23
+
24
+ ### Patch Changes
25
+
26
+ - 3cc24f7: 1. Update mesh package (@front-finance/link -> @meshconnect/web-link-sdk) 2. Handling & fixes for different checkout history cases
27
+ - Updated dependencies [3cc24f7]
28
+ - @funkit/core@0.10.11
29
+ - @funkit/wagmi-tools@0.1.10
30
+
31
+ ## 0.1.14
32
+
33
+ ### Patch Changes
34
+
35
+ - 80df59d: Improvements (themeing, dev hooks, core sdk env initialization bug, custom recipient checkout edge case handling)
36
+ - Updated dependencies [80df59d]
37
+ - @funkit/wagmi-tools@0.1.9
38
+ - @funkit/core@0.10.10
39
+
40
+ ## 0.1.13
41
+
42
+ ### Patch Changes
43
+
44
+ - 58f68a7: EOA Checkout, Custom recipient Checkout, Better fee breakdown
45
+ - Updated dependencies [58f68a7]
46
+ - @funkit/core@0.10.9
47
+ - @funkit/wagmi-tools@0.1.8
48
+
49
+ ## 0.1.12
50
+
51
+ ### Patch Changes
52
+
53
+ - Updated dependencies [b47cf18]
54
+ - @funkit/core@0.10.8
55
+ - @funkit/wagmi-tools@0.1.7
56
+
57
+ ## 0.1.11
58
+
59
+ ### Patch Changes
60
+
61
+ - 10a120d: Improvements: Login loading state, Mesh asset selection heuristics
62
+ - Updated dependencies [10a120d]
63
+ - @funkit/core@0.10.7
64
+ - @funkit/wagmi-tools@0.1.6
65
+
66
+ ## 0.1.9
67
+
68
+ ### Patch Changes
69
+
70
+ - e3ba344: Features: logging, light theme; Improvements: configuration, transfer bugs
71
+ - Updated dependencies [e3ba344]
72
+ - @funkit/core@0.10.6
73
+ - @funkit/wagmi-tools@0.1.5
74
+
75
+ ## 0.1.8
76
+
77
+ ### Patch Changes
78
+
79
+ - 61c654d: FunkitProvider config improvements
80
+
81
+ ## 0.1.7
82
+
83
+ ### Patch Changes
84
+
85
+ - 468f7f0: Fixes and improvements
86
+ - Updated dependencies [468f7f0]
87
+ - @funkit/core@0.10.5
88
+ - @funkit/wagmi-tools@0.1.4
89
+
90
+ ## 0.1.5
91
+
92
+ ### Patch Changes
93
+
94
+ - cee4426: Demo and Integrations
95
+ - Updated dependencies [cee4426]
96
+ - @funkit/core@0.10.4
97
+ - @funkit/wagmi-tools@0.1.3
98
+
99
+ ## 0.1.4
100
+
101
+ - arbitrumSepolia support
102
+ - Moonpay checkout
103
+ - Moonpay source asset selection heuristics
104
+ - Mesh deposit timeout error handling
105
+
106
+ ## 0.1.3
107
+
108
+ ### Minor Changes
109
+
110
+ - Style fixes
111
+ - Better error handling
112
+ - Moonpay integration
113
+
114
+ ## 0.1.0
115
+
116
+ ### Minor Changes
117
+
118
+ - 53ed124: Initial monorepo release
119
+
120
+ ### Patch Changes
121
+
122
+ - Updated dependencies [53ed124]
123
+ - @funkit/core@0.10.0
124
+ - @funkit/wagmi-tools@0.1.0