meticulous-ui 3.8.6 → 3.8.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 +13 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,12 +4,22 @@
4
4
  [![npm downloads](https://img.shields.io/npm/dm/meticulous-ui)](https://www.npmjs.com/package/meticulous-ui)
5
5
  [![license](https://img.shields.io/npm/l/meticulous-ui)](https://www.npmjs.com/package/meticulous-ui)
6
6
 
7
+ [![meticulous-ui](./assets/readme-banner.png)](https://meticulous-ui.vercel.app/)
8
+
9
+ <p align="center">
10
+ <a href="https://meticulous-ui.vercel.app/">Documentation</a> •
11
+ <a href="https://bundlephobia.com/package/meticulous-ui">Bundle Size</a> •
12
+ <a href="https://github.com/xe3110/meticulous-ui">GitHub</a>
13
+ </p>
14
+
7
15
  An engineering-first React ecosystem — components, hooks, utilities, tokens, and icons unified in a single tree-shakeable package.
8
16
  Built for scalable, production-grade applications.
9
17
 
10
- ⚡ Fully tree-shakeable &nbsp;·&nbsp; 🪶 Side-effect free &nbsp;·&nbsp; 🎯 TypeScript-first &nbsp;·&nbsp; ♿ Accessible by default &nbsp;·&nbsp; 💅 styled-components
11
-
12
- **Demo & Docs → [https://meticulous-ui.vercel.app/](https://meticulous-ui.vercel.app/)**
18
+ ⚡ Fully tree-shakeable
19
+ 🪶 Side-effect free
20
+ 🎯 TypeScript-first
21
+ ♿ Accessible by default
22
+ 💅 styled-components
13
23
 
14
24
  ---
15
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meticulous-ui",
3
- "version": "3.8.6",
3
+ "version": "3.8.7",
4
4
  "license": "ISC",
5
5
  "description": "A comprehensive React UI component library with a wide range of customizable components, icons, colors, and utilities for building modern web applications.",
6
6
  "types": "./index.d.ts",