@homebound/beam 2.235.2 → 2.235.3

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.
@@ -59,7 +59,7 @@ function TextFieldBase(props) {
59
59
  ...(!compound ? Css_1.Css.ba.$ : {}),
60
60
  },
61
61
  inputWrapperReadOnly: {
62
- ...Css_1.Css[typeScale].df.aic.w100.gray900.if(contrast).white.$,
62
+ ...Css_1.Css[typeScale].df.aic.w100.gray900.if(contrast).white.if(labelStyle === "left").w50.$,
63
63
  // If we are hiding the label, then we are typically in a table. Keep the `mh` in this case to ensure editable and non-editable fields in a single table row line up properly
64
64
  ...(labelStyle === "hidden" &&
65
65
  Css_1.Css.mhPx(fieldHeight - maybeSmaller)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "2.235.2",
3
+ "version": "2.235.3",
4
4
  "author": "Homebound",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",