@homebound/beam 2.354.0 → 2.354.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.
@@ -58,7 +58,7 @@ function RowImpl(props) {
58
58
  ...(0, utils_1.maybeApplyFunction)(row, rowStyle === null || rowStyle === void 0 ? void 0 : rowStyle.rowCss),
59
59
  ...{
60
60
  [` > .${revealOnRowHoverClass} > *`]: Css_1.Css.vh.$,
61
- [`:hover > .${revealOnRowHoverClass} > *`]: Css_1.Css.vh.$,
61
+ [`:hover > .${revealOnRowHoverClass} > *`]: Css_1.Css.vv.$,
62
62
  },
63
63
  ...(isLastKeptRow && Css_1.Css.addIn("&>*", style.keptLastRowCss).$),
64
64
  };
@@ -36,6 +36,8 @@ export interface TreeSelectFieldProps<O, V extends Value> extends BeamFocusableP
36
36
  /** Whether to have all groups collapsed on initial load. Can also be configured individually, which overrides this behavior.
37
37
  * @default false */
38
38
  defaultCollapsed?: boolean;
39
+ /** Allow the field's height to grow up to a predefined height (currently 72px), then scroll. */
40
+ multiline?: boolean;
39
41
  }
40
42
  export declare function TreeSelectField<O, V extends Value>(props: TreeSelectFieldProps<O, V>): JSX.Element;
41
43
  export declare function TreeSelectField<O extends HasIdAndName<V>, V extends Value>(props: Optional<TreeSelectFieldProps<O, V>, "getOptionValue" | "getOptionLabel">): JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "2.354.0",
3
+ "version": "2.354.2",
4
4
  "author": "Homebound",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",