@theroutingcompany/components 0.0.72-alpha.3 → 0.0.72-alpha.5
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.
|
@@ -14324,6 +14324,7 @@ const cd = {
|
|
|
14324
14324
|
touch-action: none;
|
|
14325
14325
|
cursor: pointer;
|
|
14326
14326
|
white-space: nowrap;
|
|
14327
|
+
text-align: center;
|
|
14327
14328
|
-webkit-tap-highlight-color: transparent;
|
|
14328
14329
|
|
|
14329
14330
|
transition-property: ${u.transition_property_color};
|
|
@@ -14434,25 +14435,27 @@ const cd = {
|
|
|
14434
14435
|
onClick: l,
|
|
14435
14436
|
autoFocus: c,
|
|
14436
14437
|
children: d,
|
|
14437
|
-
|
|
14438
|
-
|
|
14438
|
+
style: f = {},
|
|
14439
|
+
...p
|
|
14440
|
+
} = e, m = pr(), h = s ?? m, { buttonProps: b, isPressed: v } = po(
|
|
14439
14441
|
{
|
|
14440
14442
|
onPress: l,
|
|
14441
|
-
isDisabled:
|
|
14443
|
+
isDisabled: h,
|
|
14442
14444
|
autoFocus: c
|
|
14443
14445
|
},
|
|
14444
14446
|
r
|
|
14445
|
-
), { isFocusVisible:
|
|
14446
|
-
"data-state":
|
|
14447
|
+
), { isFocusVisible: $, focusProps: g } = gn({ autoFocus: c }), _ = Hv({ isFocusVisible: $, isPressed: v }), D = b8[a], P = N$[i], M = cd[o], k = $e(g, p, b, {
|
|
14448
|
+
"data-state": _
|
|
14447
14449
|
});
|
|
14448
14450
|
return /* @__PURE__ */ x(
|
|
14449
|
-
|
|
14451
|
+
D,
|
|
14450
14452
|
{
|
|
14451
14453
|
ref: r,
|
|
14452
|
-
...
|
|
14454
|
+
...k,
|
|
14453
14455
|
style: {
|
|
14454
|
-
"--icon-button-size":
|
|
14455
|
-
"--icon-button-border-radius":
|
|
14456
|
+
"--icon-button-size": M,
|
|
14457
|
+
"--icon-button-border-radius": P,
|
|
14458
|
+
...f
|
|
14456
14459
|
},
|
|
14457
14460
|
children: /* @__PURE__ */ x(Ji, { label: n, children: d })
|
|
14458
14461
|
}
|