yems-ui 2.0.0 → 2.1.0
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ A React component library with **glassmorphism effects**, **premium micro-animat
|
|
|
6
6
|
[](https://www.npmjs.com/package/yems-ui)
|
|
7
7
|
[](./LICENSE)
|
|
8
8
|
|
|
9
|
-
**[Live Demo →](https://
|
|
9
|
+
**[Live Demo →](https://yems-ui.vercel.app)** — See all components in action with light/dark mode toggle.
|
|
10
10
|
|
|
11
11
|
---
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "yems-ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "A beautiful React component library with glassmorphism effects, premium animations, and a fully themeable design system",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -105,4 +105,4 @@
|
|
|
105
105
|
"typescript-eslint": "^8.46.4",
|
|
106
106
|
"vite": "^7.2.4"
|
|
107
107
|
}
|
|
108
|
-
}
|
|
108
|
+
}
|