@zag-js/color-picker 1.35.0 → 1.35.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.
@@ -177,6 +177,7 @@ var machine = (0, import_core.createMachine)({
177
177
  }
178
178
  },
179
179
  focused: {
180
+ id: "color-picker-focused",
180
181
  tags: ["closed", "focused"],
181
182
  on: {
182
183
  "CONTROLLED.OPEN": {
@@ -265,7 +266,7 @@ var machine = (0, import_core.createMachine)({
265
266
  actions: ["invokeOnClose"]
266
267
  },
267
268
  {
268
- target: "idle",
269
+ target: "#color-picker-focused",
269
270
  actions: ["invokeOnClose"]
270
271
  }
271
272
  ],
@@ -151,6 +151,7 @@ var machine = createMachine({
151
151
  }
152
152
  },
153
153
  focused: {
154
+ id: "color-picker-focused",
154
155
  tags: ["closed", "focused"],
155
156
  on: {
156
157
  "CONTROLLED.OPEN": {
@@ -239,7 +240,7 @@ var machine = createMachine({
239
240
  actions: ["invokeOnClose"]
240
241
  },
241
242
  {
242
- target: "idle",
243
+ target: "#color-picker-focused",
243
244
  actions: ["invokeOnClose"]
244
245
  }
245
246
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zag-js/color-picker",
3
- "version": "1.35.0",
3
+ "version": "1.35.1",
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.35.0",
31
- "@zag-js/anatomy": "1.35.0",
32
- "@zag-js/dom-query": "1.35.0",
33
- "@zag-js/dismissable": "1.35.0",
34
- "@zag-js/utils": "1.35.0",
35
- "@zag-js/color-utils": "1.35.0",
36
- "@zag-js/popper": "1.35.0",
37
- "@zag-js/types": "1.35.0"
30
+ "@zag-js/core": "1.35.1",
31
+ "@zag-js/anatomy": "1.35.1",
32
+ "@zag-js/dom-query": "1.35.1",
33
+ "@zag-js/dismissable": "1.35.1",
34
+ "@zag-js/utils": "1.35.1",
35
+ "@zag-js/color-utils": "1.35.1",
36
+ "@zag-js/popper": "1.35.1",
37
+ "@zag-js/types": "1.35.1"
38
38
  },
39
39
  "devDependencies": {
40
40
  "clean-package": "2.2.0"