@zag-js/color-picker 1.5.0 → 1.6.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.js CHANGED
@@ -342,6 +342,7 @@ function connect(service, normalize) {
342
342
  ...parts.content.attrs,
343
343
  id: getContentId(scope),
344
344
  dir: prop("dir"),
345
+ tabIndex: -1,
345
346
  "data-placement": currentPlacement,
346
347
  "data-state": open ? "open" : "closed",
347
348
  hidden: !open
package/dist/index.mjs CHANGED
@@ -340,6 +340,7 @@ function connect(service, normalize) {
340
340
  ...parts.content.attrs,
341
341
  id: getContentId(scope),
342
342
  dir: prop("dir"),
343
+ tabIndex: -1,
343
344
  "data-placement": currentPlacement,
344
345
  "data-state": open ? "open" : "closed",
345
346
  hidden: !open
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zag-js/color-picker",
3
- "version": "1.5.0",
3
+ "version": "1.6.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.5.0",
31
- "@zag-js/anatomy": "1.5.0",
32
- "@zag-js/dom-query": "1.5.0",
33
- "@zag-js/dismissable": "1.5.0",
34
- "@zag-js/utils": "1.5.0",
35
- "@zag-js/color-utils": "1.5.0",
36
- "@zag-js/popper": "1.5.0",
37
- "@zag-js/types": "1.5.0"
30
+ "@zag-js/core": "1.6.1",
31
+ "@zag-js/anatomy": "1.6.1",
32
+ "@zag-js/dom-query": "1.6.1",
33
+ "@zag-js/dismissable": "1.6.1",
34
+ "@zag-js/utils": "1.6.1",
35
+ "@zag-js/color-utils": "1.6.1",
36
+ "@zag-js/popper": "1.6.1",
37
+ "@zag-js/types": "1.6.1"
38
38
  },
39
39
  "devDependencies": {
40
40
  "clean-package": "2.2.0"