@zag-js/steps 1.42.0 → 1.43.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.
@@ -128,6 +128,7 @@ function connect(service, normalize) {
128
128
  ...import_steps.parts.trigger.attrs,
129
129
  id: itemState.triggerId,
130
130
  role: "tab",
131
+ type: "button",
131
132
  dir: prop("dir"),
132
133
  tabIndex: !prop("linear") || itemState.current ? 0 : -1,
133
134
  "aria-selected": itemState.current,
@@ -94,6 +94,7 @@ function connect(service, normalize) {
94
94
  ...parts.trigger.attrs,
95
95
  id: itemState.triggerId,
96
96
  role: "tab",
97
+ type: "button",
97
98
  dir: prop("dir"),
98
99
  tabIndex: !prop("linear") || itemState.current ? 0 : -1,
99
100
  "aria-selected": itemState.current,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zag-js/steps",
3
- "version": "1.42.0",
3
+ "version": "1.43.1",
4
4
  "description": "Core logic for the steps widget implemented as a state machine",
5
5
  "keywords": [
6
6
  "js",
@@ -30,11 +30,11 @@
30
30
  "url": "https://github.com/chakra-ui/zag/issues"
31
31
  },
32
32
  "dependencies": {
33
- "@zag-js/anatomy": "1.42.0",
34
- "@zag-js/core": "1.42.0",
35
- "@zag-js/dom-query": "1.42.0",
36
- "@zag-js/utils": "1.42.0",
37
- "@zag-js/types": "1.42.0"
33
+ "@zag-js/anatomy": "1.43.1",
34
+ "@zag-js/core": "1.43.1",
35
+ "@zag-js/dom-query": "1.43.1",
36
+ "@zag-js/utils": "1.43.1",
37
+ "@zag-js/types": "1.43.1"
38
38
  },
39
39
  "devDependencies": {
40
40
  "clean-package": "2.2.0"