@relayprotocol/relay-kit-ui 3.0.2 → 4.0.0
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/_cjs/src/components/common/CustomAddressModal.js +1 -1
- package/_cjs/src/components/common/CustomAddressModal.js.map +1 -1
- package/_cjs/src/components/common/MultiWalletDropdown.js +2 -2
- package/_cjs/src/components/common/MultiWalletDropdown.js.map +1 -1
- package/_cjs/src/components/common/TokenSelector/ChainFilterSidebar.js +1 -1
- package/_cjs/src/components/common/TokenSelector/ChainFilterSidebar.js.map +1 -1
- package/_cjs/src/components/common/TokenSelector/triggers/TokenTrigger.js +2 -2
- package/_cjs/src/components/common/TokenSelector/triggers/TokenTrigger.js.map +1 -1
- package/_cjs/src/components/common/TransactionModal/DepositAddressModalRenderer.js +81 -76
- package/_cjs/src/components/common/TransactionModal/DepositAddressModalRenderer.js.map +1 -1
- package/_cjs/src/components/common/TransactionModal/steps/TransactionsByChain.js +2 -2
- package/_cjs/src/components/common/TransactionModal/steps/TransactionsByChain.js.map +1 -1
- package/_cjs/src/components/widgets/OnrampWidget/widget/index.js +2 -2
- package/_cjs/src/components/widgets/OnrampWidget/widget/index.js.map +1 -1
- package/_cjs/src/components/widgets/SwapButton.js +2 -2
- package/_cjs/src/components/widgets/SwapButton.js.map +1 -1
- package/_cjs/src/components/widgets/SwapWidget/index.js +4 -4
- package/_cjs/src/components/widgets/SwapWidget/index.js.map +1 -1
- package/_cjs/src/hooks/usePreviousValueChange.js +1 -1
- package/_cjs/src/hooks/usePreviousValueChange.js.map +1 -1
- package/_cjs/src/version.js +1 -1
- package/_cjs/tsconfig.build.tsbuildinfo +1 -1
- package/_esm/src/components/common/CustomAddressModal.js +1 -1
- package/_esm/src/components/common/CustomAddressModal.js.map +1 -1
- package/_esm/src/components/common/MultiWalletDropdown.js +2 -2
- package/_esm/src/components/common/MultiWalletDropdown.js.map +1 -1
- package/_esm/src/components/common/TokenSelector/ChainFilterSidebar.js +1 -1
- package/_esm/src/components/common/TokenSelector/ChainFilterSidebar.js.map +1 -1
- package/_esm/src/components/common/TokenSelector/triggers/TokenTrigger.js +2 -2
- package/_esm/src/components/common/TokenSelector/triggers/TokenTrigger.js.map +1 -1
- package/_esm/src/components/common/TransactionModal/DepositAddressModalRenderer.js +82 -77
- package/_esm/src/components/common/TransactionModal/DepositAddressModalRenderer.js.map +1 -1
- package/_esm/src/components/common/TransactionModal/steps/TransactionsByChain.js +2 -2
- package/_esm/src/components/common/TransactionModal/steps/TransactionsByChain.js.map +1 -1
- package/_esm/src/components/widgets/OnrampWidget/widget/index.js +2 -2
- package/_esm/src/components/widgets/OnrampWidget/widget/index.js.map +1 -1
- package/_esm/src/components/widgets/SwapButton.js +2 -2
- package/_esm/src/components/widgets/SwapButton.js.map +1 -1
- package/_esm/src/components/widgets/SwapWidget/index.js +4 -4
- package/_esm/src/components/widgets/SwapWidget/index.js.map +1 -1
- package/_esm/src/hooks/usePreviousValueChange.js +1 -1
- package/_esm/src/hooks/usePreviousValueChange.js.map +1 -1
- package/_esm/src/version.js +1 -1
- package/_esm/tsconfig.build.tsbuildinfo +1 -1
- package/_types/src/components/common/CustomAddressModal.d.ts.map +1 -1
- package/_types/src/components/common/MultiWalletDropdown.d.ts +1 -0
- package/_types/src/components/common/MultiWalletDropdown.d.ts.map +1 -1
- package/_types/src/components/common/TokenSelector/ChainFilterSidebar.d.ts.map +1 -1
- package/_types/src/components/common/TokenSelector/triggers/TokenTrigger.d.ts +1 -1
- package/_types/src/components/common/TokenSelector/triggers/TokenTrigger.d.ts.map +1 -1
- package/_types/src/components/common/TransactionModal/DepositAddressModalRenderer.d.ts +3 -3
- package/_types/src/components/common/TransactionModal/DepositAddressModalRenderer.d.ts.map +1 -1
- package/_types/src/components/common/TransactionModal/steps/TransactionsByChain.d.ts.map +1 -1
- package/_types/src/components/primitives/Dropdown.d.ts +1 -1
- package/_types/src/components/primitives/Dropdown.d.ts.map +1 -1
- package/_types/src/components/widgets/OnrampWidget/widget/index.d.ts.map +1 -1
- package/_types/src/components/widgets/SwapButton.d.ts.map +1 -1
- package/_types/src/components/widgets/SwapWidget/index.d.ts.map +1 -1
- package/_types/src/version.d.ts +1 -1
- package/_types/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@relayprotocol/relay-kit-ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./_cjs/src/index.js",
|
|
6
6
|
"module": "./_esm/src/index.js",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"peerDependencies": {
|
|
47
47
|
"@moonpay/moonpay-react": "^1.8.3",
|
|
48
48
|
"@tanstack/react-query": ">=5.0.0",
|
|
49
|
-
"react": "^
|
|
50
|
-
"react-dom": "^
|
|
49
|
+
"react": "^19.0.0",
|
|
50
|
+
"react-dom": "^19.0.0",
|
|
51
51
|
"viem": ">=2.26.0",
|
|
52
52
|
"wagmi": "^2.15.6"
|
|
53
53
|
},
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
"@radix-ui/react-toggle-group": "^1.1.0",
|
|
71
71
|
"@radix-ui/react-tooltip": "^1.0.7",
|
|
72
72
|
"@radix-ui/react-visually-hidden": "^1.1.2",
|
|
73
|
-
"@types/react": "^
|
|
74
|
-
"@types/react-dom": "^
|
|
73
|
+
"@types/react": "^19.0.0",
|
|
74
|
+
"@types/react-dom": "^19.0.0",
|
|
75
75
|
"axios": "^1.7.2",
|
|
76
76
|
"dayjs": "^1.11.11",
|
|
77
77
|
"framer-motion": "^11.2.10",
|
|
@@ -79,9 +79,9 @@
|
|
|
79
79
|
"pandacss-preset-radix-colors": "^0.2.0",
|
|
80
80
|
"qrcode.react": "^4.1.0",
|
|
81
81
|
"usehooks-ts": "^3.1.0",
|
|
82
|
-
"@relayprotocol/relay-design-system": "
|
|
83
|
-
"@relayprotocol/relay-
|
|
84
|
-
"@relayprotocol/relay-
|
|
82
|
+
"@relayprotocol/relay-design-system": "^1.0.0",
|
|
83
|
+
"@relayprotocol/relay-kit-hooks": "2.0.0",
|
|
84
|
+
"@relayprotocol/relay-sdk": "2.4.2"
|
|
85
85
|
},
|
|
86
86
|
"keywords": [
|
|
87
87
|
"eth",
|