@tuwaio/nova-connect 0.4.1 → 0.4.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 +4 -1
  2. package/package.json +20 -20
package/dist/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  @layer theme, base, components, utilities;
4
4
  @layer theme {
@@ -459,6 +459,9 @@
459
459
  --tw-pan-x: pan-x;
460
460
  touch-action: var(--tw-pan-x,) var(--tw-pan-y,) var(--tw-pinch-zoom,);
461
461
  }
462
+ .novacon\:scrollbar-thin {
463
+ scrollbar-width: thin;
464
+ }
462
465
  .novacon\:flex-col {
463
466
  flex-direction: column;
464
467
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuwaio/nova-connect",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "private": false,
5
5
  "author": "Oleksandr Tkach",
6
6
  "license": "Apache-2.0",
@@ -201,41 +201,41 @@
201
201
  "@radix-ui/react-dialog": "^1.1.15",
202
202
  "@radix-ui/react-select": "^2.2.6",
203
203
  "@tuwaio/orbit-core": "^0.2.8",
204
- "@tuwaio/orbit-evm": "^0.2.11",
205
- "@tuwaio/orbit-solana": "^0.2.4",
206
- "@tuwaio/satellite-react": "^0.3.2",
207
- "@tuwaio/satellite-core": "^0.3.2",
208
- "@tuwaio/satellite-evm": "^0.3.2",
209
- "@tuwaio/satellite-solana": "^0.3.2",
210
- "@tuwaio/pulsar-core": "^0.6.0",
211
- "@wallet-standard/react": "^1.0.1",
212
- "@wagmi/core": "^3.4.6",
204
+ "@tuwaio/orbit-evm": "^0.2.12",
205
+ "@tuwaio/orbit-solana": "^0.2.5",
206
+ "@tuwaio/satellite-react": "^0.3.3",
207
+ "@tuwaio/satellite-core": "^0.3.3",
208
+ "@tuwaio/satellite-evm": "^0.3.3",
209
+ "@tuwaio/satellite-solana": "^0.3.3",
210
+ "@tuwaio/pulsar-core": "^0.6.1",
211
+ "@wallet-standard/react": "^1.0.2",
212
+ "@wagmi/core": "^3.4.9",
213
213
  "@web3icons/react": "^4.1.17",
214
214
  "@web3icons/common": "^0.11.46",
215
215
  "gill": "^0.14.0",
216
216
  "clsx": "^2.1.1",
217
217
  "dayjs": "^1.11.20",
218
- "immer": "^11.1.4",
218
+ "immer": "^11.1.8",
219
219
  "ethereum-blockies-base64": "^1.0.2",
220
220
  "framer-motion": "^12.38.0",
221
- "react": "^19.2.5",
221
+ "react": "^19.2.6",
222
222
  "react-toastify": "^11.1.0",
223
223
  "tailwind-merge": "^3.5.0",
224
- "viem": "^2.48.4",
225
- "zustand": "^5.0.12",
226
- "@tailwindcss/postcss": "^4.2.4",
227
- "@tailwindcss/vite": "^4.2.4",
224
+ "viem": "^2.48.11",
225
+ "zustand": "^5.0.13",
226
+ "@tailwindcss/postcss": "^4.3.0",
227
+ "@tailwindcss/vite": "^4.3.0",
228
228
  "@types/react": "^19.2.14",
229
229
  "autoprefixer": "^10.5.0",
230
- "postcss": "^8.5.12",
230
+ "postcss": "^8.5.14",
231
231
  "postcss-cli": "^11.0.1",
232
- "tailwindcss": "^4.2.4",
232
+ "tailwindcss": "^4.3.0",
233
233
  "@emotion/is-prop-valid": "^1.4.0",
234
234
  "tw-animate-css": "^1.4.0",
235
235
  "typescript": "^6.0.3",
236
236
  "tsup": "^8.5.1",
237
- "@tuwaio/nova-core": "^0.4.1",
238
- "@tuwaio/nova-transactions": "^0.4.1"
237
+ "@tuwaio/nova-core": "^0.4.2",
238
+ "@tuwaio/nova-transactions": "^0.4.2"
239
239
  },
240
240
  "scripts": {
241
241
  "start": "tsup src/index.ts --watch",