@zag-js/color-utils 0.74.2 → 0.75.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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -107,7 +107,7 @@ declare abstract class Color implements ColorType {
|
|
|
107
107
|
interface GradientOptions {
|
|
108
108
|
xChannel: ColorChannel;
|
|
109
109
|
yChannel: ColorChannel;
|
|
110
|
-
dir?: "rtl" | "ltr";
|
|
110
|
+
dir?: "rtl" | "ltr" | undefined;
|
|
111
111
|
}
|
|
112
112
|
interface GradientStyles {
|
|
113
113
|
areaStyles: Record<string, string>;
|
package/dist/index.d.ts
CHANGED
|
@@ -107,7 +107,7 @@ declare abstract class Color implements ColorType {
|
|
|
107
107
|
interface GradientOptions {
|
|
108
108
|
xChannel: ColorChannel;
|
|
109
109
|
yChannel: ColorChannel;
|
|
110
|
-
dir?: "rtl" | "ltr";
|
|
110
|
+
dir?: "rtl" | "ltr" | undefined;
|
|
111
111
|
}
|
|
112
112
|
interface GradientStyles {
|
|
113
113
|
areaStyles: Record<string, string>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zag-js/color-utils",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.75.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/numeric-range": "0.
|
|
27
|
+
"@zag-js/numeric-range": "0.75.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"clean-package": "2.2.0"
|