@theroutingcompany/components 0.0.51-alpha.0 → 0.0.51-alpha.1
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.
|
@@ -23598,7 +23598,6 @@ const XA = I.div`
|
|
|
23598
23598
|
border-radius: 4px 0 0 4px;
|
|
23599
23599
|
margin: 0;
|
|
23600
23600
|
flex: 1;
|
|
23601
|
-
width: 0;
|
|
23602
23601
|
height: ${f.sizing_600};
|
|
23603
23602
|
`, QA = I.button`
|
|
23604
23603
|
box-sizing: border-box;
|
|
@@ -23631,10 +23630,10 @@ function _2(e) {
|
|
|
23631
23630
|
n
|
|
23632
23631
|
), { buttonProps: m } = po(l, o);
|
|
23633
23632
|
return /* @__PURE__ */ oe(XA, { children: [
|
|
23634
|
-
/* @__PURE__ */ oe(rt, { ...u, mb: f.spacing_100, children: [
|
|
23633
|
+
e.label ? /* @__PURE__ */ oe(rt, { ...u, mb: f.spacing_100, children: [
|
|
23635
23634
|
e.label,
|
|
23636
23635
|
t ? /* @__PURE__ */ x($n, { children: t }) : null
|
|
23637
|
-
] }),
|
|
23636
|
+
] }) : null,
|
|
23638
23637
|
/* @__PURE__ */ x(
|
|
23639
23638
|
Yu,
|
|
23640
23639
|
{
|
|
@@ -31503,10 +31502,10 @@ const iV = I.span`
|
|
|
31503
31502
|
function Ij(e) {
|
|
31504
31503
|
const t = aV(e), { placeholder: r = "Select...", hideLabel: n, showCaret: o = !0 } = e, a = Z.useRef(null), { labelProps: i, triggerProps: s, valueProps: l, menuProps: c, errorMessageProps: d } = rV(e, t, a), { buttonProps: u } = po(s, a), { focusProps: p, isFocusVisible: m } = hn();
|
|
31505
31504
|
return /* @__PURE__ */ oe(gn, { children: [
|
|
31506
|
-
/* @__PURE__ */ oe(rt, { ...i, srOnly: n, mb: f.spacing_100, children: [
|
|
31505
|
+
e.label ? /* @__PURE__ */ oe(rt, { ...i, srOnly: n, mb: f.spacing_100, children: [
|
|
31507
31506
|
e.label,
|
|
31508
31507
|
e.tooltipContent ? /* @__PURE__ */ x($n, { icon: e.tooltipIcon, children: e.tooltipContent }) : null
|
|
31509
|
-
] }),
|
|
31508
|
+
] }) : null,
|
|
31510
31509
|
/* @__PURE__ */ x(
|
|
31511
31510
|
oV,
|
|
31512
31511
|
{
|