eva-colors 1.0.2 → 1.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 +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -212,8 +212,12 @@ MIT © [Michaël Tati](https://ulysse-2029.com/)
212
212
  - LinkedIn: [linkedin.com/in/mtati](https://www.linkedin.com/in/mtati/)
213
213
  - Website: [eva-css.xyz](https://eva-css.xyz/)
214
214
 
215
+ ## 🎨 Examples & Demo
216
+
217
+ Live examples and color system documentation:
218
+ - [https://eva-css.xyz/framework/colors](https://eva-css.xyz/framework/colors)
219
+
215
220
  ## 🔗 Related Packages
216
221
 
217
222
  - [eva-css-fluid](https://www.npmjs.com/package/eva-css-fluid) - Fluid design framework
218
223
  - [eva-css-purge](https://www.npmjs.com/package/eva-css-purge) - CSS optimization tool
219
- - [@eva/mcp-server](https://www.npmjs.com/package/@eva/mcp-server) - Figma to HTML MCP server
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eva-colors",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "OKLCH color utilities for EVA CSS framework",
5
5
  "type": "module",
6
6
  "main": "src/index.js",