@homebound/beam 2.414.0-alpha.1 → 2.414.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
@@ -6835,7 +6835,7 @@ var variantStyles = (contrast) => ({
6835
6835
  });
6836
6836
  var sizeStyles = {
6837
6837
  sm: Css.hPx(32).pxPx(12).$,
6838
- md: Css.hPx(40).px1.$,
6838
+ md: Css.hPx(40).px2.$,
6839
6839
  lg: Css.hPx(48).px3.$
6840
6840
  };
6841
6841
  var iconStyles = {
@@ -8490,16 +8490,14 @@ function TextFieldBase(props) {
8490
8490
  ...labelStyle === "hidden" && Css.mhPx(fieldHeight - maybeSmaller).if(compact).mhPx(compactFieldHeight - maybeSmaller).$
8491
8491
  },
8492
8492
  input: {
8493
- ...Css.w100.mw0.outline0.fg1.bgColor(bgColor).$,
8493
+ ...Css.w100.mw0.outline0.fg1.bgTransparent.$,
8494
8494
  // Not using Truss's inline `if` statement here because `addIn` properties do not respect the if statement.
8495
8495
  ...contrast && !inputStylePalette && Css.addIn("&::selection", Css.bgGray800.$).$,
8496
- // Make the background transparent when highlighting the field on hover
8497
- ...borderOnHover && Css.bgTransparent.$,
8498
8496
  // For "multiline" fields we add top and bottom padding of 7px for compact, or 11px for non-compact, to properly match the height of the single line fields
8499
8497
  ...multiline ? Css.br4.pyPx(compact ? 7 : textFieldBaseMultilineTopPadding).add("resize", "none").$ : Css.truncate.$
8500
8498
  },
8501
8499
  hover: Css.bgColor(hoverBgColor).if(contrast).bcGray600.$,
8502
- focus: Css.bcBlue700.if(contrast).bcBlue500.if(borderOnHover).bgColor(hoverBgColor).bcBlue500.$,
8500
+ focus: Css.bcBlue700.bgColor(hoverBgColor).if(contrast).bcBlue500.if(borderOnHover).bcBlue500.$,
8503
8501
  disabled: visuallyDisabled ? Css.cursorNotAllowed.gray600.bgColor(disabledBgColor).if(contrast).gray500.$ : Css.cursorNotAllowed.$,
8504
8502
  error: Css.bcRed600.if(contrast).bcRed400.$
8505
8503
  };
@@ -16757,7 +16755,7 @@ function FilterDropdownMenu(props) {
16757
16755
  ...testId.button
16758
16756
  }
16759
16757
  ),
16760
- isOpen && /* @__PURE__ */ jsxs68("div", { css: Css.df.aic.fww.gap1.order(1).$, children: [
16758
+ isOpen && /* @__PURE__ */ jsxs68("div", { css: Css.df.aic.fww.gap1.w100.$, children: [
16761
16759
  groupBy && /* @__PURE__ */ jsx140(
16762
16760
  SelectField,
16763
16761
  {