@tuwaio/nova-transactions 1.0.0-fix-integrate-orbit-alpha.29.3fe83b3 → 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 +7 -3
- package/package.json +8 -8
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 {
|
|
@@ -245,7 +245,9 @@
|
|
|
245
245
|
.novatx\:border-\[var\(--tuwa-error-icon\)\]\/30 {
|
|
246
246
|
border-color: var(--tuwa-error-icon);
|
|
247
247
|
@supports (color: color-mix(in lab, red, red)) {
|
|
248
|
-
|
|
248
|
+
& {
|
|
249
|
+
border-color: color-mix(in oklab, var(--tuwa-error-icon) 30%, transparent);
|
|
250
|
+
}
|
|
249
251
|
}
|
|
250
252
|
}
|
|
251
253
|
.novatx\:border-\[var\(--tuwa-info-icon\)\] {
|
|
@@ -404,7 +406,9 @@
|
|
|
404
406
|
.novatx\:text-\[var\(--tuwa-error-icon\)\]\/50 {
|
|
405
407
|
color: var(--tuwa-error-icon);
|
|
406
408
|
@supports (color: color-mix(in lab, red, red)) {
|
|
407
|
-
|
|
409
|
+
& {
|
|
410
|
+
color: color-mix(in oklab, var(--tuwa-error-icon) 50%, transparent);
|
|
411
|
+
}
|
|
408
412
|
}
|
|
409
413
|
}
|
|
410
414
|
.novatx\:text-\[var\(--tuwa-error-text\)\] {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tuwaio/nova-transactions",
|
|
3
|
-
"version": "1.0.0-fix-integrate-orbit-alpha.
|
|
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",
|
|
@@ -68,19 +68,19 @@
|
|
|
68
68
|
"framer-motion": "12.x.x",
|
|
69
69
|
"react": "19.x.x",
|
|
70
70
|
"react-toastify": ">=11",
|
|
71
|
-
"@tuwaio/pulsar-core": ">=0",
|
|
71
|
+
"@tuwaio/pulsar-core": ">=0.2",
|
|
72
72
|
"@tuwaio/nova-core": ">=0",
|
|
73
|
-
"@tuwaio/orbit-core": ">=0",
|
|
73
|
+
"@tuwaio/orbit-core": ">=0.1",
|
|
74
74
|
"dayjs": "1.x.x"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@tuwaio/orbit-core": "1.0
|
|
78
|
-
"@tuwaio/pulsar-core": "
|
|
77
|
+
"@tuwaio/orbit-core": "^0.1.0",
|
|
78
|
+
"@tuwaio/pulsar-core": "^0.2.0",
|
|
79
79
|
"dayjs": "^1.11.18",
|
|
80
80
|
"@bgd-labs/react-web3-icons": "^1.51.0",
|
|
81
81
|
"@heroicons/react": "^2.2.0",
|
|
82
82
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
83
|
-
"@tailwindcss/postcss": "^4.1.
|
|
83
|
+
"@tailwindcss/postcss": "^4.1.15",
|
|
84
84
|
"@types/react": "^19.2.2",
|
|
85
85
|
"autoprefixer": "^10.4.21",
|
|
86
86
|
"clsx": "^2.1.1",
|
|
@@ -92,9 +92,9 @@
|
|
|
92
92
|
"react-toastify": "^11.0.5",
|
|
93
93
|
"tsup": "^8.5.0",
|
|
94
94
|
"typescript": "~5.9.3",
|
|
95
|
-
"tailwindcss": "^4.1.
|
|
95
|
+
"tailwindcss": "^4.1.15",
|
|
96
96
|
"zustand": "^5.0.8",
|
|
97
|
-
"@tuwaio/nova-core": "^1.0.0-fix-integrate-orbit-alpha.
|
|
97
|
+
"@tuwaio/nova-core": "^1.0.0-fix-integrate-orbit-alpha.30.3d6b687"
|
|
98
98
|
},
|
|
99
99
|
"scripts": {
|
|
100
100
|
"build": "tsup && pnpm exec postcss ./src/styles/app.css -o ./dist/index.css"
|