@a_ng_d/utils-ui-color-palette 1.3.19 → 1.3.20

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 +7 -6
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -170,14 +170,15 @@ yarn test
170
170
 
171
171
  Current test coverage results:
172
172
 
173
- ```
174
173
  File | % Stmts | % Branch | % Funcs | % Lines
175
174
  --------------|---------|----------|---------|--------
176
- All files | 78.37 | 80.5 | 77.58 | 78.37
177
- color.ts | 72.02 | 72.36 | 69.04 | 72.02
178
- contrast.ts | 89 | 93.02 | 100 | 89
179
- data.ts | 83.25 | 81.19 | 100 | 83.25
180
- ```
175
+ All files | 78.58 | 80.86 | 77.58 | 78.58
176
+ color | 72.02 | 72.36 | 69.04 | 72.02
177
+ color.ts | 72.02 | 72.36 | 69.04 | 72.02
178
+ contrast | 89 | 93.02 | 100 | 89
179
+ contrast.ts | 89 | 93.02 | 100 | 89
180
+ data | 83.87 | 81.98 | 100 | 83.87
181
+ data.ts | 83.87 | 81.98 | 100 | 83.87
181
182
 
182
183
  To run coverage tests:
183
184
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@a_ng_d/utils-ui-color-palette",
3
3
  "private": false,
4
- "version": "1.3.19",
4
+ "version": "1.3.20",
5
5
  "description": "Core utilities library for UI Color Palette - a color management plugin for design tools. This library provides the foundational color manipulation, contrast calculation, and palette generation features used in the plugin.",
6
6
  "repository": {
7
7
  "type": "git",
@@ -56,7 +56,7 @@
56
56
  "vitest": "^3.1.4"
57
57
  },
58
58
  "dependencies": {
59
- "@a_ng_d/figmug-utils": "^0.3.1",
59
+ "@a_ng_d/figmug-utils": "^0.4.0",
60
60
  "apca-w3": "^0.1.9",
61
61
  "chroma-js": "^2.4.2",
62
62
  "hsluv": "^1.0.1"