@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.cjs CHANGED
@@ -8825,7 +8825,7 @@ function TextFieldBase(props) {
8825
8825
  const fieldRef = useGetRef(inputRef);
8826
8826
  const maybeSmaller = compound ? 2 : 0;
8827
8827
  const fieldHeight = 40;
8828
- const compactFieldHeight = 32;
8828
+ const compactFieldHeight = 40;
8829
8829
  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 ? (
8830
8830
  // Use transparent backgrounds to blend with the table row hover color
8831
8831
  ["rgba(0,0,0,0)" /* Transparent */, "rgba(219, 234, 254, 1)" /* Blue100 */, "rgba(247, 245, 245, 1)" /* Gray100 */]