@tuwaio/nova-core 0.0.8 → 0.0.10
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 +6 -6
- package/package.json +2 -6
package/README.md
CHANGED
@@ -13,7 +13,7 @@ The foundational package for the TUWA design system. Provides core styling primi
|
|
13
13
|
Use this package to:
|
14
14
|
- Ensure brand consistency with a centralized theme and styling.
|
15
15
|
- Speed up development with a set of battle-tested helper hooks and utilities.
|
16
|
-
- Provide a solid foundation for our component library, `@tuwaio/nova-
|
16
|
+
- Provide a solid foundation for our component library, `@tuwaio/nova-transactions`.
|
17
17
|
|
18
18
|
## Core Features
|
19
19
|
|
@@ -35,10 +35,6 @@ Use this package to:
|
|
35
35
|
@import '@tuwaio/nova-core/dist/index.css';
|
36
36
|
```
|
37
37
|
|
38
|
-
## Usage
|
39
|
-
|
40
|
-
You can use the provided styles in two ways: directly with CSS variables (basic) or by integrating them into your theme (recommended).
|
41
|
-
|
42
38
|
### Usage
|
43
39
|
|
44
40
|
For example with Tailwind CSS v4, you can use the CSS variables from this package directly in your className as arbitrary values only need to @import tailwindcss in your .css file.
|
@@ -50,10 +46,14 @@ For example with Tailwind CSS v4, you can use the CSS variables from this packag
|
|
50
46
|
</button>
|
51
47
|
```
|
52
48
|
|
53
|
-
## Contributing
|
49
|
+
## 🤝 Contributing & Support
|
54
50
|
|
55
51
|
Contributions are welcome! Please read our main **[Contribution Guidelines](https://github.com/TuwaIO/workflows/blob/main/CONTRIBUTING.md)**.
|
56
52
|
|
53
|
+
If you find this library useful, please consider supporting its development. Every contribution helps!
|
54
|
+
|
55
|
+
[**➡️ View Support Options**](https://github.com/TuwaIO/workflows/blob/main/Donation.md)
|
56
|
+
|
57
57
|
## 📄 License
|
58
58
|
|
59
59
|
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.10",
|
4
4
|
"private": false,
|
5
5
|
"author": "Oleksandr Tkach",
|
6
6
|
"license": "Apache-2.0",
|
@@ -50,21 +50,17 @@
|
|
50
50
|
"peerDependencies": {
|
51
51
|
"clsx": ">=2",
|
52
52
|
"react": ">=19",
|
53
|
-
"react-dom": ">=19",
|
54
|
-
"tailwindcss": ">=4",
|
55
53
|
"tailwind-merge": ">=3"
|
56
54
|
},
|
57
55
|
"devDependencies": {
|
58
56
|
"@tailwindcss/postcss": "^4.1.13",
|
59
57
|
"@tailwindcss/vite": "^4.1.13",
|
60
|
-
"@types/react": "^19.1.
|
61
|
-
"@types/react-dom": "^19.1.9",
|
58
|
+
"@types/react": "^19.1.13",
|
62
59
|
"autoprefixer": "^10.4.21",
|
63
60
|
"clsx": "^2.1.1",
|
64
61
|
"postcss": "^8.5.6",
|
65
62
|
"postcss-cli": "^11.0.1",
|
66
63
|
"react": "^19.1.1",
|
67
|
-
"react-dom": "^19.1.1",
|
68
64
|
"tailwindcss": "^4.1.13",
|
69
65
|
"tailwind-merge": "^3.3.1",
|
70
66
|
"tsup": "^8.5.0",
|