@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.
Files changed (2) hide show
  1. package/README.md +3 -4
  2. 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.5-black"/>
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
- > To standardize the design system with 350+ pre-configured tokens (colors, spacing, typography, shadows) using HSL format and semantic naming.
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
- > When using [@mineui](https://github.com/mineui-org) and [@cruxjs](https://github.com/cruxjs-org) to build consistent, scalable design systems and component libraries.
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.5",
4
- "description": "350+ design tokens for modern UI systems—colors, spacing, typography, shadows, and more in HSL format",
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",