@zag-js/color-utils 0.49.0 → 0.51.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
@@ -102,7 +102,7 @@ declare abstract class Color implements ColorType {
102
102
  interface GradientOptions {
103
103
  xChannel: ColorChannel;
104
104
  yChannel: ColorChannel;
105
- dir: "rtl" | "ltr";
105
+ dir?: "rtl" | "ltr";
106
106
  }
107
107
  interface GradientStyles {
108
108
  areaStyles: Record<string, string>;
package/dist/index.d.ts CHANGED
@@ -102,7 +102,7 @@ declare abstract class Color implements ColorType {
102
102
  interface GradientOptions {
103
103
  xChannel: ColorChannel;
104
104
  yChannel: ColorChannel;
105
- dir: "rtl" | "ltr";
105
+ dir?: "rtl" | "ltr";
106
106
  }
107
107
  interface GradientStyles {
108
108
  areaStyles: Record<string, string>;