@tuwaio/nova-transactions 0.1.1 → 0.1.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 +3 -7
- package/package.json +8 -8
package/dist/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
1
|
+
/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties;
|
|
3
3
|
@layer theme, base, components, utilities;
|
|
4
4
|
@layer theme {
|
|
@@ -245,9 +245,7 @@
|
|
|
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
|
-
|
|
249
|
-
border-color: color-mix(in oklab, var(--tuwa-error-icon) 30%, transparent);
|
|
250
|
-
}
|
|
248
|
+
border-color: color-mix(in oklab, var(--tuwa-error-icon) 30%, transparent);
|
|
251
249
|
}
|
|
252
250
|
}
|
|
253
251
|
.novatx\:border-\[var\(--tuwa-info-icon\)\] {
|
|
@@ -406,9 +404,7 @@
|
|
|
406
404
|
.novatx\:text-\[var\(--tuwa-error-icon\)\]\/50 {
|
|
407
405
|
color: var(--tuwa-error-icon);
|
|
408
406
|
@supports (color: color-mix(in lab, red, red)) {
|
|
409
|
-
|
|
410
|
-
color: color-mix(in oklab, var(--tuwa-error-icon) 50%, transparent);
|
|
411
|
-
}
|
|
407
|
+
color: color-mix(in oklab, var(--tuwa-error-icon) 50%, transparent);
|
|
412
408
|
}
|
|
413
409
|
}
|
|
414
410
|
.novatx\:text-\[var\(--tuwa-error-text\)\] {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tuwaio/nova-transactions",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Oleksandr Tkach",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -74,27 +74,27 @@
|
|
|
74
74
|
"dayjs": "1.x.x"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@tuwaio/orbit-core": "^0.1.
|
|
78
|
-
"@tuwaio/pulsar-core": "^0.2.
|
|
77
|
+
"@tuwaio/orbit-core": "^0.1.2",
|
|
78
|
+
"@tuwaio/pulsar-core": "^0.2.2",
|
|
79
79
|
"dayjs": "^1.11.18",
|
|
80
|
-
"@bgd-labs/react-web3-icons": "^1.
|
|
80
|
+
"@bgd-labs/react-web3-icons": "^1.52.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.16",
|
|
84
84
|
"@types/react": "^19.2.2",
|
|
85
85
|
"autoprefixer": "^10.4.21",
|
|
86
86
|
"clsx": "^2.1.1",
|
|
87
87
|
"framer-motion": "^12.23.24",
|
|
88
|
-
"immer": "^10.
|
|
88
|
+
"immer": "^10.2.0",
|
|
89
89
|
"postcss": "^8.5.6",
|
|
90
90
|
"postcss-cli": "^11.0.1",
|
|
91
91
|
"react": "^19.2.0",
|
|
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.16",
|
|
96
96
|
"zustand": "^5.0.8",
|
|
97
|
-
"@tuwaio/nova-core": "^0.1.
|
|
97
|
+
"@tuwaio/nova-core": "^0.1.3"
|
|
98
98
|
},
|
|
99
99
|
"scripts": {
|
|
100
100
|
"build": "tsup && pnpm exec postcss ./src/styles/app.css -o ./dist/index.css"
|