@tuwaio/nova-core 0.0.7 → 0.0.9
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 +7 -3
- package/package.json +6 -6
package/README.md
CHANGED
@@ -50,10 +50,14 @@ For example with Tailwind CSS v4, you can use the CSS variables from this packag
|
|
50
50
|
</button>
|
51
51
|
```
|
52
52
|
|
53
|
-
## Contributing
|
53
|
+
## 🤝 Contributing & Support
|
54
54
|
|
55
55
|
Contributions are welcome! Please read our main **[Contribution Guidelines](https://github.com/TuwaIO/workflows/blob/main/CONTRIBUTING.md)**.
|
56
56
|
|
57
|
-
|
57
|
+
If you find this library useful, please consider supporting its development. Every contribution helps!
|
58
58
|
|
59
|
-
|
59
|
+
[**➡️ View Support Options**](https://github.com/TuwaIO/workflows/blob/main/Donation.md)
|
60
|
+
|
61
|
+
## 📄 License
|
62
|
+
|
63
|
+
This project is licensed under the **Apache-2.0 License** - see the [LICENSE](./LICENSE) file for details.
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tuwaio/nova-core",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.9",
|
4
4
|
"private": false,
|
5
5
|
"author": "Oleksandr Tkach",
|
6
6
|
"license": "Apache-2.0",
|
@@ -55,17 +55,17 @@
|
|
55
55
|
"tailwind-merge": ">=3"
|
56
56
|
},
|
57
57
|
"devDependencies": {
|
58
|
-
"@tailwindcss/postcss": "^4.1.
|
59
|
-
"@tailwindcss/vite": "^4.1.
|
60
|
-
"@types/react": "^19.1.
|
61
|
-
"@types/react-dom": "^19.1.
|
58
|
+
"@tailwindcss/postcss": "^4.1.13",
|
59
|
+
"@tailwindcss/vite": "^4.1.13",
|
60
|
+
"@types/react": "^19.1.12",
|
61
|
+
"@types/react-dom": "^19.1.9",
|
62
62
|
"autoprefixer": "^10.4.21",
|
63
63
|
"clsx": "^2.1.1",
|
64
64
|
"postcss": "^8.5.6",
|
65
65
|
"postcss-cli": "^11.0.1",
|
66
66
|
"react": "^19.1.1",
|
67
67
|
"react-dom": "^19.1.1",
|
68
|
-
"tailwindcss": "^4.1.
|
68
|
+
"tailwindcss": "^4.1.13",
|
69
69
|
"tailwind-merge": "^3.3.1",
|
70
70
|
"tsup": "^8.5.0",
|
71
71
|
"typescript": "~5.9.2"
|