@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
|
-
|
|
14438
|
-
|
|
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:
|
|
14442
|
+
isDisabled: h,
|
|
14442
14443
|
autoFocus: c
|
|
14443
14444
|
},
|
|
14444
14445
|
r
|
|
14445
|
-
), { isFocusVisible:
|
|
14446
|
-
"data-state":
|
|
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
|
-
...
|
|
14453
|
+
...k,
|
|
14453
14454
|
style: {
|
|
14454
|
-
"--icon-button-size":
|
|
14455
|
-
"--icon-button-border-radius":
|
|
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
|
}
|