@homebound/beam 3.0.5 → 3.0.6

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
@@ -8639,7 +8639,7 @@ function TextFieldBase(props) {
8639
8639
  maybeTooltip({
8640
8640
  title: tooltip,
8641
8641
  placement: "top",
8642
- children: inputProps.readOnly ? /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("div", { ...(0, import_runtime22.mergeProps)(BorderHoverChild, void 0, {
8642
+ children: inputProps.readOnly ? /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("div", { ...(0, import_runtime22.trussProps)({
8643
8643
  // Use input wrapper to get common styles, but then we need to override some
8644
8644
  ...fieldStyles.inputWrapperReadOnly,
8645
8645
  ...multiline ? {
@@ -8647,7 +8647,7 @@ function TextFieldBase(props) {
8647
8647
  alignItems: "aifs",
8648
8648
  gap: "gap2"
8649
8649
  } : {
8650
- ...wrap === false ? {
8650
+ ...!wrap ? {
8651
8651
  whiteSpace: "wsnw",
8652
8652
  overflow: "oh",
8653
8653
  textOverflow: "to_ellipsis"