@theroutingcompany/components 0.0.71-alpha.2 → 0.0.71-alpha.3
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.
|
@@ -17998,7 +17998,6 @@ const va = O.input`
|
|
|
17998
17998
|
--input-border-color: ${u.color_deprecated_outline_danger_enabled};
|
|
17999
17999
|
}
|
|
18000
18000
|
|
|
18001
|
-
/* &:active too? */
|
|
18002
18001
|
&:focus-visible {
|
|
18003
18002
|
--input-border-color: ${u.color_black};
|
|
18004
18003
|
background-color: ${u.color_deprecated_overlay_secondary_enabled};
|
|
@@ -27118,8 +27117,19 @@ const _F = O.div`
|
|
|
27118
27117
|
align-items: center;
|
|
27119
27118
|
border-radius: 4px;
|
|
27120
27119
|
|
|
27121
|
-
border: 1px solid
|
|
27120
|
+
border: 1px solid
|
|
27121
|
+
var(
|
|
27122
|
+
--input-border-color,
|
|
27123
|
+
${u.color_deprecated_outline_secondary_enabled}
|
|
27124
|
+
);
|
|
27122
27125
|
background-color: ${u.color_deprecated_fill_inverse_enabled};
|
|
27126
|
+
border-radius: ${u.border_radius_400};
|
|
27127
|
+
|
|
27128
|
+
&:focus-visible {
|
|
27129
|
+
--input-border-color: ${u.color_black};
|
|
27130
|
+
background-color: ${u.color_deprecated_overlay_secondary_enabled};
|
|
27131
|
+
outline: 1px solid ${u.color_black};
|
|
27132
|
+
}
|
|
27123
27133
|
|
|
27124
27134
|
width: 100%;
|
|
27125
27135
|
`;
|
|
@@ -31660,7 +31670,7 @@ ${({ lineHeight: e, fontSize: t }) => h_({
|
|
|
31660
31670
|
`;
|
|
31661
31671
|
function Fj(e) {
|
|
31662
31672
|
const t = iV(e), { placeholder: r = "Select...", hideLabel: n, showCaret: o = !0 } = e, a = Z.useRef(null), { labelProps: i, triggerProps: s, valueProps: l, menuProps: c, errorMessageProps: d } = nV(e, t, a), { buttonProps: f } = po(s, a), { focusProps: p, isFocusVisible: m } = bn();
|
|
31663
|
-
return
|
|
31673
|
+
return /* @__PURE__ */ oe(vn, { children: [
|
|
31664
31674
|
e.label ? /* @__PURE__ */ oe(rt, { ...i, srOnly: n, mb: u.spacing_100, children: [
|
|
31665
31675
|
e.label,
|
|
31666
31676
|
e.tooltipContent ? /* @__PURE__ */ x($n, { icon: e.tooltipIcon, children: e.tooltipContent }) : null
|