@zag-js/tabs 1.14.0 → 1.15.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.js CHANGED
@@ -316,7 +316,6 @@ var machine = core.createMachine({
316
316
  focused: {
317
317
  on: {
318
318
  TAB_CLICK: {
319
- target: "focused",
320
319
  actions: ["setFocusedValue", "setValue"]
321
320
  },
322
321
  ARROW_PREV: [
package/dist/index.mjs CHANGED
@@ -314,7 +314,6 @@ var machine = createMachine({
314
314
  focused: {
315
315
  on: {
316
316
  TAB_CLICK: {
317
- target: "focused",
318
317
  actions: ["setFocusedValue", "setValue"]
319
318
  },
320
319
  ARROW_PREV: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zag-js/tabs",
3
- "version": "1.14.0",
3
+ "version": "1.15.0",
4
4
  "description": "Core logic for the tabs widget implemented as a state machine",
5
5
  "keywords": [
6
6
  "js",
@@ -26,11 +26,11 @@
26
26
  "url": "https://github.com/chakra-ui/zag/issues"
27
27
  },
28
28
  "dependencies": {
29
- "@zag-js/anatomy": "1.14.0",
30
- "@zag-js/dom-query": "1.14.0",
31
- "@zag-js/utils": "1.14.0",
32
- "@zag-js/core": "1.14.0",
33
- "@zag-js/types": "1.14.0"
29
+ "@zag-js/anatomy": "1.15.0",
30
+ "@zag-js/dom-query": "1.15.0",
31
+ "@zag-js/utils": "1.15.0",
32
+ "@zag-js/core": "1.15.0",
33
+ "@zag-js/types": "1.15.0"
34
34
  },
35
35
  "devDependencies": {
36
36
  "clean-package": "2.2.0"