@mineui/tokens 0.0.3 → 0.0.4

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 +10 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
  </div>
9
9
 
10
10
  <div align="center">
11
- <img src="https://img.shields.io/badge/v-0.0.3-black"/>
11
+ <img src="https://img.shields.io/badge/v-0.0.4-black"/>
12
12
  <a href="https://github.com/mineui-org"><img src="https://img.shields.io/badge/🔥-@mineui-black"/></a>
13
13
  <br>
14
14
  <img src="https://img.shields.io/badge/coverage-~%25-brightgreen" alt="Test Coverage" />
@@ -186,7 +186,7 @@
186
186
  > 0% to 100% in useful increments.
187
187
 
188
188
  ```scss
189
- $opacity-0, $opacity-5, $opacity-10, $opacity-20,
189
+ $opacity-0, $opacity-5, $opacity-10, $opacity-20,
190
190
  $opacity-25, $opacity-30, $opacity-40, $opacity-50,
191
191
  $opacity-60, $opacity-70, $opacity-75, $opacity-80,
192
192
  $opacity-90, $opacity-95, $opacity-100
@@ -197,12 +197,12 @@
197
197
  > Responsive design breakpoints.
198
198
 
199
199
  ```scss
200
- $bp-xs: 0
201
- $bp-sm: 640px
202
- $bp-md: 768px
203
- $bp-lg: 1024px
204
- $bp-xl: 1280px
205
- $bp-2xl: 1536px
200
+ $bp-xs : 0
201
+ $bp-sm : 640px
202
+ $bp-md : 768px
203
+ $bp-lg : 1024px
204
+ $bp-xl : 1280px
205
+ $bp-2xl : 1536px
206
206
  ```
207
207
 
208
208
  - #### Sizes
@@ -226,8 +226,8 @@
226
226
  > Common aspect ratios.
227
227
 
228
228
  ```scss
229
- $aspect-square, $aspect-video, $aspect-4-3,
230
- $aspect-21-9, $aspect-portrait, $aspect-auto
229
+ $aspect-square, $aspect-video, $aspect-4-3,
230
+ $aspect-21-9, $aspect-portrait, $aspect-auto
231
231
  ```
232
232
 
233
233
  <div align="center"> <img src="./assets/img/line.png" alt="line" style="display: block; margin-top:20px;margin-bottom:20px;width:500px;"/> </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mineui/tokens",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "350+ design tokens for modern UI systems—colors, spacing, typography, shadows, and more in HSL format",
5
5
  "keywords": ["mine", "ui", "tokens"],
6
6
  "license": "MIT",