eva-colors 1.0.1 → 1.0.2

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -214,6 +214,6 @@ MIT © [Michaël Tati](https://ulysse-2029.com/)
214
214
 
215
215
  ## 🔗 Related Packages
216
216
 
217
- - [@eva/css](https://www.npmjs.com/package/@eva/css) - Fluid design framework
218
- - [@eva/purge](https://www.npmjs.com/package/@eva/purge) - CSS optimization tool
217
+ - [eva-css-fluid](https://www.npmjs.com/package/eva-css-fluid) - Fluid design framework
218
+ - [eva-css-purge](https://www.npmjs.com/package/eva-css-purge) - CSS optimization tool
219
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.1",
3
+ "version": "1.0.2",
4
4
  "description": "OKLCH color utilities for EVA CSS framework",
5
5
  "type": "module",
6
6
  "main": "src/index.js",