@tuwaio/nova-connect 0.2.0 → 0.2.2

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 (2) hide show
  1. package/dist/index.css +1 -1
  2. package/package.json +18 -18
package/dist/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  @layer theme, base, components, utilities;
4
4
  @layer theme {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuwaio/nova-connect",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "private": false,
5
5
  "author": "Oleksandr Tkach",
6
6
  "license": "Apache-2.0",
@@ -85,7 +85,7 @@
85
85
  }
86
86
  ],
87
87
  "dependencies": {
88
- "@tuwaio/satellite-react": "^0.2.0"
88
+ "@tuwaio/satellite-react": "^0.2.2"
89
89
  },
90
90
  "peerDependencies": {
91
91
  "@bgd-labs/react-web3-icons": ">=1.5",
@@ -99,8 +99,8 @@
99
99
  "@tuwaio/satellite-evm": ">=0.2",
100
100
  "@tuwaio/satellite-solana": ">=0.2",
101
101
  "@tuwaio/pulsar-core": ">=0.3",
102
- "@tuwaio/nova-core": ">=0.1",
103
- "@tuwaio/nova-transactions": ">=0.2",
102
+ "@tuwaio/nova-core": ">=0.2.2",
103
+ "@tuwaio/nova-transactions": ">=0.2.2",
104
104
  "@wallet-standard/react": "1.x.x",
105
105
  "@wagmi/core": "3.x.x",
106
106
  "gill": ">=0.14",
@@ -109,7 +109,7 @@
109
109
  "ethereum-blockies-base64": "1.x.x",
110
110
  "framer-motion": "12.x.x",
111
111
  "@emotion/is-prop-valid": "1.x.x",
112
- "react": "19.x.x",
112
+ "react": ">=19.2.3",
113
113
  "react-toastify": "11.x.x",
114
114
  "viem": "2.x.x",
115
115
  "zustand": "5.x.x"
@@ -192,16 +192,16 @@
192
192
  }
193
193
  },
194
194
  "devDependencies": {
195
- "@bgd-labs/react-web3-icons": "^1.57.0",
195
+ "@bgd-labs/react-web3-icons": "^1.58.0",
196
196
  "@heroicons/react": "^2.2.0",
197
197
  "@radix-ui/react-dialog": "^1.1.15",
198
198
  "@radix-ui/react-select": "^2.2.6",
199
199
  "@tuwaio/orbit-core": "^0.2.0",
200
- "@tuwaio/orbit-evm": "^0.2.0",
200
+ "@tuwaio/orbit-evm": "^0.2.2",
201
201
  "@tuwaio/orbit-solana": "^0.2.0",
202
202
  "@tuwaio/satellite-core": "^0.2.0",
203
- "@tuwaio/satellite-evm": "^0.2.0",
204
- "@tuwaio/satellite-solana": "^0.2.0",
203
+ "@tuwaio/satellite-evm": "^0.2.2",
204
+ "@tuwaio/satellite-solana": "^0.2.2",
205
205
  "@tuwaio/pulsar-core": "^0.3.0",
206
206
  "@wallet-standard/react": "^1.0.1",
207
207
  "@wagmi/core": "^3.0.0",
@@ -210,25 +210,25 @@
210
210
  "dayjs": "^1.11.19",
211
211
  "immer": "^11.0.1",
212
212
  "ethereum-blockies-base64": "^1.0.2",
213
- "framer-motion": "^12.23.25",
214
- "react": "^19.2.0",
213
+ "framer-motion": "^12.23.26",
214
+ "react": "^19.2.3",
215
215
  "react-toastify": "^11.0.5",
216
216
  "tailwind-merge": "^3.4.0",
217
- "viem": "^2.40.3",
217
+ "viem": "^2.42.1",
218
218
  "zustand": "^5.0.9",
219
- "@tailwindcss/postcss": "^4.1.17",
220
- "@tailwindcss/vite": "^4.1.17",
219
+ "@tailwindcss/postcss": "^4.1.18",
220
+ "@tailwindcss/vite": "^4.1.18",
221
221
  "@types/react": "^19.2.7",
222
- "autoprefixer": "^10.4.22",
222
+ "autoprefixer": "^10.4.23",
223
223
  "postcss": "^8.5.6",
224
224
  "postcss-cli": "^11.0.1",
225
- "tailwindcss": "^4.1.17",
225
+ "tailwindcss": "^4.1.18",
226
226
  "@emotion/is-prop-valid": "^1.4.0",
227
227
  "tw-animate-css": "^1.4.0",
228
228
  "typescript": "^5.9.3",
229
229
  "tsup": "^8.5.1",
230
- "@tuwaio/nova-transactions": "^0.2.0",
231
- "@tuwaio/nova-core": "^0.2.0"
230
+ "@tuwaio/nova-core": "^0.2.2",
231
+ "@tuwaio/nova-transactions": "^0.2.2"
232
232
  },
233
233
  "scripts": {
234
234
  "start": "tsup src/index.ts --watch",