@homebound/beam 2.235.1 → 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.
@@ -92,11 +92,11 @@ const variantStyles = (contrast) => ({
92
92
  focusStyles: Css_1.Css.bshFocus.if(contrast).boxShadow(`0 0 0 2px ${Css_1.Palette.White}`).$,
93
93
  },
94
94
  tertiary: {
95
- baseStyles: Css_1.Css.bgTransparent.lightBlue700.if(contrast).lightBlue400.$,
95
+ baseStyles: Css_1.Css.bgTransparent.lightBlue700.if(contrast).white.$,
96
96
  hoverStyles: Css_1.Css.bgGray100.if(contrast).bgGray700.white.$,
97
97
  pressedStyles: Css_1.Css.lightBlue900.if(contrast).bgWhite.gray900.$,
98
98
  disabledStyles: Css_1.Css.gray400.if(contrast).gray700.$,
99
- focusStyles: Css_1.Css.bshFocus.if(contrast).boxShadow(`0 0 0 2px ${Css_1.Palette.LightBlue700}`).bgGray700.white.$,
99
+ focusStyles: Css_1.Css.bshFocus.if(contrast).boxShadow(`0 0 0 2px ${Css_1.Palette.LightBlue400}`).bgGray700.white.$,
100
100
  },
101
101
  tertiaryDanger: {
102
102
  baseStyles: Css_1.Css.bgTransparent.red500.if(contrast).red500.$,
@@ -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.1",
3
+ "version": "2.235.3",
4
4
  "author": "Homebound",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",