@funkit/connect 0.1.15 → 0.1.17

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