@zag-js/number-input 0.1.5 → 0.1.6

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.mjs CHANGED
@@ -772,6 +772,7 @@ function machine(ctx = {}) {
772
772
  },
773
773
  "before:spin": {
774
774
  tags: ["focus"],
775
+ activities: "trackButtonDisabled",
775
776
  entry: choose([
776
777
  { guard: "isIncrementHint", actions: "increment" },
777
778
  { guard: "isDecrementHint", actions: "decrement" }