@zag-js/color-picker 1.15.7 → 1.16.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
@@ -15,7 +15,7 @@ type ExtendedColorChannel = ColorChannel | "hex" | "css";
15
15
  interface EyeDropper {
16
16
  new (): EyeDropper;
17
17
  open: (options?: {
18
- signal?: AbortSignal;
18
+ signal?: AbortSignal | undefined;
19
19
  }) => Promise<{
20
20
  sRGBHex: string;
21
21
  }>;
package/dist/index.d.ts CHANGED
@@ -15,7 +15,7 @@ type ExtendedColorChannel = ColorChannel | "hex" | "css";
15
15
  interface EyeDropper {
16
16
  new (): EyeDropper;
17
17
  open: (options?: {
18
- signal?: AbortSignal;
18
+ signal?: AbortSignal | undefined;
19
19
  }) => Promise<{
20
20
  sRGBHex: string;
21
21
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zag-js/color-picker",
3
- "version": "1.15.7",
3
+ "version": "1.16.0",
4
4
  "description": "Core logic for the color-picker widget implemented as a state machine",
5
5
  "keywords": [
6
6
  "js",
@@ -27,14 +27,14 @@
27
27
  "url": "https://github.com/chakra-ui/zag/issues"
28
28
  },
29
29
  "dependencies": {
30
- "@zag-js/core": "1.15.7",
31
- "@zag-js/anatomy": "1.15.7",
32
- "@zag-js/dom-query": "1.15.7",
33
- "@zag-js/dismissable": "1.15.7",
34
- "@zag-js/utils": "1.15.7",
35
- "@zag-js/color-utils": "1.15.7",
36
- "@zag-js/popper": "1.15.7",
37
- "@zag-js/types": "1.15.7"
30
+ "@zag-js/core": "1.16.0",
31
+ "@zag-js/anatomy": "1.16.0",
32
+ "@zag-js/dom-query": "1.16.0",
33
+ "@zag-js/dismissable": "1.16.0",
34
+ "@zag-js/utils": "1.16.0",
35
+ "@zag-js/color-utils": "1.16.0",
36
+ "@zag-js/popper": "1.16.0",
37
+ "@zag-js/types": "1.16.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "clean-package": "2.2.0"