@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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -8234,7 +8234,7 @@ function TextFieldBase(props) {
|
|
|
8234
8234
|
maybeTooltip({
|
|
8235
8235
|
title: tooltip,
|
|
8236
8236
|
placement: "top",
|
|
8237
|
-
children: inputProps.readOnly ? /* @__PURE__ */ jsxs18("div", { ...
|
|
8237
|
+
children: inputProps.readOnly ? /* @__PURE__ */ jsxs18("div", { ...trussProps20({
|
|
8238
8238
|
// Use input wrapper to get common styles, but then we need to override some
|
|
8239
8239
|
...fieldStyles.inputWrapperReadOnly,
|
|
8240
8240
|
...multiline ? {
|
|
@@ -8242,7 +8242,7 @@ function TextFieldBase(props) {
|
|
|
8242
8242
|
alignItems: "aifs",
|
|
8243
8243
|
gap: "gap2"
|
|
8244
8244
|
} : {
|
|
8245
|
-
|
|
8245
|
+
...!wrap ? {
|
|
8246
8246
|
whiteSpace: "wsnw",
|
|
8247
8247
|
overflow: "oh",
|
|
8248
8248
|
textOverflow: "to_ellipsis"
|