@tuwaio/nova-connect 0.3.1 → 0.3.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.
- package/dist/index.css +5 -5
- package/package.json +22 -22
package/dist/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.1
|
|
1
|
+
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties;
|
|
3
3
|
@layer theme, base, components, utilities;
|
|
4
4
|
@layer theme {
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
top: calc(var(--novacon-spacing) * 0.5);
|
|
79
79
|
}
|
|
80
80
|
.novacon\:top-1\/2 {
|
|
81
|
-
top: calc(1/2 * 100%);
|
|
81
|
+
top: calc(1 / 2 * 100%);
|
|
82
82
|
}
|
|
83
83
|
.novacon\:top-2 {
|
|
84
84
|
top: calc(var(--novacon-spacing) * 2);
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
bottom: 15%;
|
|
145
145
|
}
|
|
146
146
|
.novacon\:left-1\/2 {
|
|
147
|
-
left: calc(1/2 * 100%);
|
|
147
|
+
left: calc(1 / 2 * 100%);
|
|
148
148
|
}
|
|
149
149
|
.novacon\:left-2 {
|
|
150
150
|
left: calc(var(--novacon-spacing) * 2);
|
|
@@ -420,7 +420,7 @@
|
|
|
420
420
|
flex-shrink: 0;
|
|
421
421
|
}
|
|
422
422
|
.novacon\:-translate-x-1\/2 {
|
|
423
|
-
--tw-translate-x: calc(calc(1/2 * 100%) * -1);
|
|
423
|
+
--tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
|
|
424
424
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
425
425
|
}
|
|
426
426
|
.novacon\:translate-x-\[-10px\] {
|
|
@@ -428,7 +428,7 @@
|
|
|
428
428
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
429
429
|
}
|
|
430
430
|
.novacon\:-translate-y-1\/2 {
|
|
431
|
-
--tw-translate-y: calc(calc(1/2 * 100%) * -1);
|
|
431
|
+
--tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
|
|
432
432
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
433
433
|
}
|
|
434
434
|
.novacon\:transform {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tuwaio/nova-connect",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.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.7",
|
|
204
|
-
"@tuwaio/orbit-evm": "^0.2.
|
|
204
|
+
"@tuwaio/orbit-evm": "^0.2.10",
|
|
205
205
|
"@tuwaio/orbit-solana": "^0.2.3",
|
|
206
|
-
"@tuwaio/satellite-react": "^0.3.
|
|
207
|
-
"@tuwaio/satellite-core": "^0.3.
|
|
208
|
-
"@tuwaio/satellite-evm": "^0.3.
|
|
209
|
-
"@tuwaio/satellite-solana": "^0.3.
|
|
210
|
-
"@tuwaio/pulsar-core": "^0.5.
|
|
206
|
+
"@tuwaio/satellite-react": "^0.3.1",
|
|
207
|
+
"@tuwaio/satellite-core": "^0.3.1",
|
|
208
|
+
"@tuwaio/satellite-evm": "^0.3.1",
|
|
209
|
+
"@tuwaio/satellite-solana": "^0.3.1",
|
|
210
|
+
"@tuwaio/pulsar-core": "^0.5.1",
|
|
211
211
|
"@wallet-standard/react": "^1.0.1",
|
|
212
|
-
"@wagmi/core": "^3.
|
|
213
|
-
"@web3icons/react": "^4.1.
|
|
214
|
-
"@web3icons/common": "^0.11.
|
|
212
|
+
"@wagmi/core": "^3.4.0",
|
|
213
|
+
"@web3icons/react": "^4.1.17",
|
|
214
|
+
"@web3icons/common": "^0.11.46",
|
|
215
215
|
"gill": "^0.14.0",
|
|
216
216
|
"clsx": "^2.1.1",
|
|
217
217
|
"dayjs": "^1.11.19",
|
|
218
|
-
"immer": "^11.1.
|
|
218
|
+
"immer": "^11.1.4",
|
|
219
219
|
"ethereum-blockies-base64": "^1.0.2",
|
|
220
|
-
"framer-motion": "^12.
|
|
220
|
+
"framer-motion": "^12.34.5",
|
|
221
221
|
"react": "^19.2.4",
|
|
222
222
|
"react-toastify": "^11.0.5",
|
|
223
|
-
"tailwind-merge": "^3.
|
|
224
|
-
"viem": "^2.
|
|
223
|
+
"tailwind-merge": "^3.5.0",
|
|
224
|
+
"viem": "^2.46.3",
|
|
225
225
|
"zustand": "^5.0.11",
|
|
226
|
-
"@tailwindcss/postcss": "^4.1
|
|
227
|
-
"@tailwindcss/vite": "^4.1
|
|
228
|
-
"@types/react": "^19.2.
|
|
229
|
-
"autoprefixer": "^10.4.
|
|
230
|
-
"postcss": "^8.5.
|
|
226
|
+
"@tailwindcss/postcss": "^4.2.1",
|
|
227
|
+
"@tailwindcss/vite": "^4.2.1",
|
|
228
|
+
"@types/react": "^19.2.14",
|
|
229
|
+
"autoprefixer": "^10.4.27",
|
|
230
|
+
"postcss": "^8.5.8",
|
|
231
231
|
"postcss-cli": "^11.0.1",
|
|
232
|
-
"tailwindcss": "^4.1
|
|
232
|
+
"tailwindcss": "^4.2.1",
|
|
233
233
|
"@emotion/is-prop-valid": "^1.4.0",
|
|
234
234
|
"tw-animate-css": "^1.4.0",
|
|
235
235
|
"typescript": "^5.9.3",
|
|
236
236
|
"tsup": "^8.5.1",
|
|
237
|
-
"@tuwaio/nova-core": "^0.3.
|
|
238
|
-
"@tuwaio/nova-transactions": "^0.3.
|
|
237
|
+
"@tuwaio/nova-core": "^0.3.3",
|
|
238
|
+
"@tuwaio/nova-transactions": "^0.3.1"
|
|
239
239
|
},
|
|
240
240
|
"scripts": {
|
|
241
241
|
"start": "tsup src/index.ts --watch",
|