@zag-js/color-utils 0.30.0 → 0.31.1

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
@@ -113,4 +113,4 @@ declare function getColorAreaGradient(color: Color, options: GradientOptions): G
113
113
  declare const parseColor: (value: string) => ColorType;
114
114
  declare const normalizeColor: (v: string | ColorType) => ColorType;
115
115
 
116
- export { Color, ColorAxes, ColorChannel, ColorChannelRange, ColorFormat, ColorType, getColorAreaGradient, normalizeColor, parseColor };
116
+ export { Color, type ColorAxes, type ColorChannel, type ColorChannelRange, type ColorFormat, type ColorType, getColorAreaGradient, normalizeColor, parseColor };
package/dist/index.d.ts CHANGED
@@ -113,4 +113,4 @@ declare function getColorAreaGradient(color: Color, options: GradientOptions): G
113
113
  declare const parseColor: (value: string) => ColorType;
114
114
  declare const normalizeColor: (v: string | ColorType) => ColorType;
115
115
 
116
- export { Color, ColorAxes, ColorChannel, ColorChannelRange, ColorFormat, ColorType, getColorAreaGradient, normalizeColor, parseColor };
116
+ export { Color, type ColorAxes, type ColorChannel, type ColorChannelRange, type ColorFormat, type ColorType, getColorAreaGradient, normalizeColor, parseColor };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zag-js/color-utils",
3
- "version": "0.30.0",
3
+ "version": "0.31.1",
4
4
  "description": "Color utilities for zag.js",
5
5
  "keywords": [
6
6
  "js",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "clean-package": "../../../clean-package.config.json",
27
27
  "dependencies": {
28
- "@zag-js/numeric-range": "0.30.0"
28
+ "@zag-js/numeric-range": "0.31.1"
29
29
  },
30
30
  "devDependencies": {
31
31
  "clean-package": "2.2.0"