@homebound/beam 2.413.0-alpha.1 → 2.413.0-alpha.2

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.
package/dist/index.js CHANGED
@@ -8457,7 +8457,7 @@ function TextFieldBase(props) {
8457
8457
  const fieldRef = useGetRef(inputRef);
8458
8458
  const maybeSmaller = compound ? 2 : 0;
8459
8459
  const fieldHeight = 40;
8460
- const compactFieldHeight = 32;
8460
+ const compactFieldHeight = 40;
8461
8461
  const [bgColor, hoverBgColor, disabledBgColor] = inputStylePalette ? getInputStylePalette(inputStylePalette) : contrast ? ["rgba(100, 100, 100, 1)" /* Gray700 */, "rgba(141, 141, 141, 1)" /* Gray600 */, "rgba(100, 100, 100, 1)" /* Gray700 */] : borderOnHover ? (
8462
8462
  // Use transparent backgrounds to blend with the table row hover color
8463
8463
  ["rgba(0,0,0,0)" /* Transparent */, "rgba(219, 234, 254, 1)" /* Blue100 */, "rgba(247, 245, 245, 1)" /* Gray100 */]