@theroutingcompany/components 0.0.72-alpha.3 → 0.0.72-alpha.4

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.
@@ -14434,25 +14434,27 @@ const cd = {
14434
14434
  onClick: l,
14435
14435
  autoFocus: c,
14436
14436
  children: d,
14437
- ...f
14438
- } = e, p = pr(), m = s ?? p, { buttonProps: h, isPressed: b } = po(
14437
+ style: f = {},
14438
+ ...p
14439
+ } = e, m = pr(), h = s ?? m, { buttonProps: b, isPressed: v } = po(
14439
14440
  {
14440
14441
  onPress: l,
14441
- isDisabled: m,
14442
+ isDisabled: h,
14442
14443
  autoFocus: c
14443
14444
  },
14444
14445
  r
14445
- ), { isFocusVisible: v, focusProps: $ } = gn({ autoFocus: c }), g = Hv({ isFocusVisible: v, isPressed: b }), _ = b8[a], D = N$[i], P = cd[o], M = $e($, f, h, {
14446
- "data-state": g
14446
+ ), { isFocusVisible: $, focusProps: g } = gn({ autoFocus: c }), _ = Hv({ isFocusVisible: $, isPressed: v }), D = b8[a], P = N$[i], M = cd[o], k = $e(g, p, b, {
14447
+ "data-state": _
14447
14448
  });
14448
14449
  return /* @__PURE__ */ x(
14449
- _,
14450
+ D,
14450
14451
  {
14451
14452
  ref: r,
14452
- ...M,
14453
+ ...k,
14453
14454
  style: {
14454
- "--icon-button-size": P,
14455
- "--icon-button-border-radius": D
14455
+ "--icon-button-size": M,
14456
+ "--icon-button-border-radius": P,
14457
+ ...f
14456
14458
  },
14457
14459
  children: /* @__PURE__ */ x(Ji, { label: n, children: d })
14458
14460
  }