@tuwaio/nova-transactions 1.0.0-fix-integrate-orbit-alpha.28.5540261 → 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/README.md +3 -3
- package/dist/index.css +7 -3
- package/package.json +9 -11
package/README.md
CHANGED
|
@@ -31,13 +31,13 @@ Next, you need to install a peer dependencies that `nova-transactions` relies on
|
|
|
31
31
|
|
|
32
32
|
```bash
|
|
33
33
|
# Using pnpm
|
|
34
|
-
pnpm add react-toastify framer-motion @radix-ui/react-dialog @heroicons/react @bgd-labs/react-web3-icons @tuwaio/pulsar-core @tuwaio/nova-core dayjs
|
|
34
|
+
pnpm add react-toastify framer-motion @radix-ui/react-dialog @heroicons/react @bgd-labs/react-web3-icons @tuwaio/pulsar-core @tuwaio/nova-core dayjs react immer zustand clsx tailwind-merge @tuwaio/orbit-core
|
|
35
35
|
|
|
36
36
|
# Using npm
|
|
37
|
-
npm install react-toastify framer-motion @radix-ui/react-dialog @heroicons/react @bgd-labs/react-web3-icons @tuwaio/pulsar-core @tuwaio/nova-core dayjs
|
|
37
|
+
npm install react-toastify framer-motion @radix-ui/react-dialog @heroicons/react @bgd-labs/react-web3-icons @tuwaio/pulsar-core @tuwaio/nova-core dayjs react immer zustand clsx tailwind-merge @tuwaio/orbit-core
|
|
38
38
|
|
|
39
39
|
# Using yarn
|
|
40
|
-
yarn add react-toastify framer-motion @radix-ui/react-dialog @heroicons/react @bgd-labs/react-web3-icons @tuwaio/pulsar-core @tuwaio/nova-core dayjs
|
|
40
|
+
yarn add react-toastify framer-motion @radix-ui/react-dialog @heroicons/react @bgd-labs/react-web3-icons @tuwaio/pulsar-core @tuwaio/nova-core dayjs react immer zustand clsx tailwind-merge @tuwaio/orbit-core
|
|
41
41
|
````
|
|
42
42
|
|
|
43
43
|
-----
|
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,21 +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",
|
|
74
|
-
"dayjs": "1.x.x"
|
|
75
|
-
"ethereum-blockies-base64": "1.x.x"
|
|
73
|
+
"@tuwaio/orbit-core": ">=0.1",
|
|
74
|
+
"dayjs": "1.x.x"
|
|
76
75
|
},
|
|
77
76
|
"devDependencies": {
|
|
78
|
-
"@tuwaio/orbit-core": "1.0
|
|
79
|
-
"@tuwaio/pulsar-core": "
|
|
77
|
+
"@tuwaio/orbit-core": "^0.1.0",
|
|
78
|
+
"@tuwaio/pulsar-core": "^0.2.0",
|
|
80
79
|
"dayjs": "^1.11.18",
|
|
81
|
-
"ethereum-blockies-base64": "^1.0.2",
|
|
82
80
|
"@bgd-labs/react-web3-icons": "^1.51.0",
|
|
83
81
|
"@heroicons/react": "^2.2.0",
|
|
84
82
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
85
|
-
"@tailwindcss/postcss": "^4.1.
|
|
83
|
+
"@tailwindcss/postcss": "^4.1.15",
|
|
86
84
|
"@types/react": "^19.2.2",
|
|
87
85
|
"autoprefixer": "^10.4.21",
|
|
88
86
|
"clsx": "^2.1.1",
|
|
@@ -94,9 +92,9 @@
|
|
|
94
92
|
"react-toastify": "^11.0.5",
|
|
95
93
|
"tsup": "^8.5.0",
|
|
96
94
|
"typescript": "~5.9.3",
|
|
97
|
-
"tailwindcss": "^4.1.
|
|
95
|
+
"tailwindcss": "^4.1.15",
|
|
98
96
|
"zustand": "^5.0.8",
|
|
99
|
-
"@tuwaio/nova-core": "^1.0.0-fix-integrate-orbit-alpha.
|
|
97
|
+
"@tuwaio/nova-core": "^1.0.0-fix-integrate-orbit-alpha.30.3d6b687"
|
|
100
98
|
},
|
|
101
99
|
"scripts": {
|
|
102
100
|
"build": "tsup && pnpm exec postcss ./src/styles/app.css -o ./dist/index.css"
|