@zag-js/color-utils 1.4.2 → 1.6.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/dist/index.d.mts CHANGED
@@ -118,4 +118,4 @@ declare function getColorAreaGradient(color: Color, options: GradientOptions): G
118
118
  declare const parseColor: (value: string) => ColorType;
119
119
  declare const normalizeColor: (v: string | ColorType) => ColorType;
120
120
 
121
- export { Color, type ColorAxes, type ColorChannel, type ColorChannelRange, type ColorFormat, type ColorType, getColorAreaGradient, normalizeColor, parseColor };
121
+ export { Color, type ColorAxes, type ColorChannel, type ColorChannelRange, type ColorFormat, type ColorStringFormat, type ColorType, getColorAreaGradient, normalizeColor, parseColor };
package/dist/index.d.ts CHANGED
@@ -118,4 +118,4 @@ declare function getColorAreaGradient(color: Color, options: GradientOptions): G
118
118
  declare const parseColor: (value: string) => ColorType;
119
119
  declare const normalizeColor: (v: string | ColorType) => ColorType;
120
120
 
121
- export { Color, type ColorAxes, type ColorChannel, type ColorChannelRange, type ColorFormat, type ColorType, getColorAreaGradient, normalizeColor, parseColor };
121
+ export { Color, type ColorAxes, type ColorChannel, type ColorChannelRange, type ColorFormat, type ColorStringFormat, type ColorType, getColorAreaGradient, normalizeColor, parseColor };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zag-js/color-utils",
3
- "version": "1.4.2",
3
+ "version": "1.6.0",
4
4
  "description": "Color utilities for zag.js",
5
5
  "keywords": [
6
6
  "js",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "clean-package": "../../../clean-package.config.json",
26
26
  "dependencies": {
27
- "@zag-js/utils": "1.4.2"
27
+ "@zag-js/utils": "1.6.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "clean-package": "2.2.0"