hans-ui-design-lib 1.0.11 โ 1.0.13
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 +4 -1
- package/dist/index.cjs.js +63 -59
- package/dist/index.css +1 -1
- package/dist/index.d.ts +31 -3
- package/dist/index.es.js +5138 -5031
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,7 +13,10 @@ This library provides reusable, styled and documented UI components with a consi
|
|
|
13
13
|
- ๐งน **ESLint + Prettier** for code quality and formatting
|
|
14
14
|
- โก **Vite** as the bundler for fast builds and DX
|
|
15
15
|
- ๐ Ready to be published and consumed via **npm**
|
|
16
|
-
-
|
|
16
|
+
- ๐ข Deployed by **Vercel**
|
|
17
|
+
- ๐ Documentation ready for consultation at https://hans-ui-design-lib-doc.vercel.app/
|
|
18
|
+
- ๐ฆ Package available at https://www.npmjs.com/package/hans-ui-design-lib
|
|
19
|
+
- ๐ ๏ธ CDN ready to be used at https://hans-ui-design-lib-cdn.vercel.app/
|
|
17
20
|
- **Node Version to build this project: 24.14.1 and npm 11.11.0**
|
|
18
21
|
|
|
19
22
|
## ๐ฆ Installation
|