@mineui/tokens 0.0.5 → 0.0.7
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 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,10 +8,9 @@
|
|
|
8
8
|
</div>
|
|
9
9
|
|
|
10
10
|
<div align="center">
|
|
11
|
-
<img src="https://img.shields.io/badge/v-0.0.
|
|
11
|
+
<img src="https://img.shields.io/badge/v-0.0.7-black"/>
|
|
12
12
|
<a href="https://github.com/mineui-org"><img src="https://img.shields.io/badge/🔥-@mineui-black"/></a>
|
|
13
13
|
<br>
|
|
14
|
-
<img src="https://img.shields.io/badge/coverage-~%25-brightgreen" alt="Test Coverage" />
|
|
15
14
|
<img src="https://img.shields.io/github/issues/mineui-org/tokens?style=flat" alt="Github Repo Issues" />
|
|
16
15
|
<img src="https://img.shields.io/github/stars/mineui-org/tokens?style=social" alt="GitHub Repo stars" />
|
|
17
16
|
</div>
|
|
@@ -26,10 +25,10 @@
|
|
|
26
25
|
- ## Overview 👀
|
|
27
26
|
|
|
28
27
|
- #### Why ?
|
|
29
|
-
>
|
|
28
|
+
> Complete design tokens system with 350+ values covering colors, spacing, typography, shadows, and more. Built for modern UI systems with HSL colors and short, friendly names.
|
|
30
29
|
|
|
31
30
|
- #### When ?
|
|
32
|
-
>
|
|
31
|
+
> Use as the foundation for any CSS/SCSS project. Perfect for design systems, component libraries, or custom UI frameworks.
|
|
33
32
|
|
|
34
33
|
<br>
|
|
35
34
|
<br>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mineui/tokens",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.0.7",
|
|
4
|
+
"description": "Design tokens used by utilities",
|
|
5
5
|
"keywords": ["mine", "ui", "tokens"],
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://github.com/mineui-org/tokens#readme",
|