@tuwaio/nova-connect 1.0.0-fix-test-alpha.64.b02d4b2 → 1.0.0-fix-integrate-orbit-alpha.30.3d6b687
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 +4 -2
- package/package.json +23 -23
package/dist/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
1
|
+
/*! tailwindcss v4.1.15 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties;
|
|
3
3
|
@layer theme, base, components, utilities;
|
|
4
4
|
@layer theme {
|
|
@@ -595,7 +595,9 @@
|
|
|
595
595
|
.novacon\:bg-\[var\(--tuwa-bg-primary\)\]\/50 {
|
|
596
596
|
background-color: var(--tuwa-bg-primary);
|
|
597
597
|
@supports (color: color-mix(in lab, red, red)) {
|
|
598
|
-
|
|
598
|
+
& {
|
|
599
|
+
background-color: color-mix(in oklab, var(--tuwa-bg-primary) 50%, transparent);
|
|
600
|
+
}
|
|
599
601
|
}
|
|
600
602
|
}
|
|
601
603
|
.novacon\:bg-\[var\(--tuwa-bg-secondary\)\] {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tuwaio/nova-connect",
|
|
3
|
-
"version": "1.0.0-fix-
|
|
3
|
+
"version": "1.0.0-fix-integrate-orbit-alpha.30.3d6b687",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Oleksandr Tkach",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -79,14 +79,14 @@
|
|
|
79
79
|
"@heroicons/react": "2.x.x",
|
|
80
80
|
"@radix-ui/react-dialog": "1.x.x",
|
|
81
81
|
"@radix-ui/react-select": "2.x.x",
|
|
82
|
-
"@tuwaio/orbit-core": ">=0",
|
|
83
|
-
"@tuwaio/orbit-evm": ">=0",
|
|
84
|
-
"@tuwaio/orbit-solana": ">=0",
|
|
85
|
-
"@tuwaio/satellite-core": ">=0",
|
|
86
|
-
"@tuwaio/satellite-evm": ">=0",
|
|
87
|
-
"@tuwaio/satellite-react": ">=0",
|
|
88
|
-
"@tuwaio/satellite-solana": ">=0",
|
|
89
|
-
"@tuwaio/pulsar-core": ">=0",
|
|
82
|
+
"@tuwaio/orbit-core": ">=0.1",
|
|
83
|
+
"@tuwaio/orbit-evm": ">=0.1",
|
|
84
|
+
"@tuwaio/orbit-solana": ">=0.1",
|
|
85
|
+
"@tuwaio/satellite-core": ">=0.1",
|
|
86
|
+
"@tuwaio/satellite-evm": ">=0.1",
|
|
87
|
+
"@tuwaio/satellite-react": ">=0.1",
|
|
88
|
+
"@tuwaio/satellite-solana": ">=0.1",
|
|
89
|
+
"@tuwaio/pulsar-core": ">=0.2",
|
|
90
90
|
"@tuwaio/nova-core": ">=0",
|
|
91
91
|
"@tuwaio/nova-transactions": ">=0",
|
|
92
92
|
"@wallet-standard/react": "1.x.x",
|
|
@@ -191,9 +191,14 @@
|
|
|
191
191
|
"@heroicons/react": "^2.2.0",
|
|
192
192
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
193
193
|
"@radix-ui/react-select": "^2.2.6",
|
|
194
|
-
"@tuwaio/
|
|
195
|
-
"@tuwaio/
|
|
196
|
-
"@tuwaio/
|
|
194
|
+
"@tuwaio/orbit-core": "^0.1.0",
|
|
195
|
+
"@tuwaio/orbit-evm": "^0.1.0",
|
|
196
|
+
"@tuwaio/orbit-solana": "^0.1.0",
|
|
197
|
+
"@tuwaio/satellite-core": "^0.1.0",
|
|
198
|
+
"@tuwaio/satellite-evm": "^0.1.0",
|
|
199
|
+
"@tuwaio/satellite-react": "^0.1.0",
|
|
200
|
+
"@tuwaio/satellite-solana": "^0.1.0",
|
|
201
|
+
"@tuwaio/pulsar-core": "^0.2.0",
|
|
197
202
|
"@wallet-standard/react": "^1.0.1",
|
|
198
203
|
"@wagmi/core": "^2.22.1",
|
|
199
204
|
"@wagmi/connectors": "^6.0.1",
|
|
@@ -206,26 +211,21 @@
|
|
|
206
211
|
"react": "^19.2.0",
|
|
207
212
|
"react-toastify": "^11.0.5",
|
|
208
213
|
"tailwind-merge": "^3.3.1",
|
|
209
|
-
"viem": "^2.38.
|
|
214
|
+
"viem": "^2.38.3",
|
|
210
215
|
"zustand": "^5.0.8",
|
|
211
|
-
"@tailwindcss/postcss": "^4.1.
|
|
212
|
-
"@tailwindcss/vite": "^4.1.
|
|
216
|
+
"@tailwindcss/postcss": "^4.1.15",
|
|
217
|
+
"@tailwindcss/vite": "^4.1.15",
|
|
213
218
|
"@types/react": "^19.2.2",
|
|
214
219
|
"autoprefixer": "^10.4.21",
|
|
215
220
|
"postcss": "^8.5.6",
|
|
216
221
|
"postcss-cli": "^11.0.1",
|
|
217
|
-
"tailwindcss": "^4.1.
|
|
222
|
+
"tailwindcss": "^4.1.15",
|
|
218
223
|
"@emotion/is-prop-valid": "^1.4.0",
|
|
219
224
|
"tw-animate-css": "^1.4.0",
|
|
220
225
|
"typescript": "^5.9.3",
|
|
221
226
|
"tsup": "^8.5.0",
|
|
222
|
-
"@tuwaio/
|
|
223
|
-
"@tuwaio/
|
|
224
|
-
"@tuwaio/satellite-core": "^1.0.0-fix-test-alpha.64.b02d4b2",
|
|
225
|
-
"@tuwaio/orbit-solana": "^1.0.0-fix-test-alpha.64.b02d4b2",
|
|
226
|
-
"@tuwaio/satellite-evm": "^1.0.0-fix-test-alpha.64.b02d4b2",
|
|
227
|
-
"@tuwaio/satellite-react": "^1.0.0-fix-test-alpha.64.b02d4b2",
|
|
228
|
-
"@tuwaio/satellite-solana": "^1.0.0-fix-test-alpha.64.b02d4b2"
|
|
227
|
+
"@tuwaio/nova-core": "^1.0.0-fix-integrate-orbit-alpha.30.3d6b687",
|
|
228
|
+
"@tuwaio/nova-transactions": "^1.0.0-fix-integrate-orbit-alpha.30.3d6b687"
|
|
229
229
|
},
|
|
230
230
|
"scripts": {
|
|
231
231
|
"start": "tsup src/index.ts --watch",
|