@homebound/beam 2.414.0-alpha.1 → 2.414.0-alpha.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.
- package/dist/index.cjs +4 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -7203,7 +7203,7 @@ var variantStyles = (contrast) => ({
|
|
|
7203
7203
|
});
|
|
7204
7204
|
var sizeStyles = {
|
|
7205
7205
|
sm: Css.hPx(32).pxPx(12).$,
|
|
7206
|
-
md: Css.hPx(40).
|
|
7206
|
+
md: Css.hPx(40).px2.$,
|
|
7207
7207
|
lg: Css.hPx(48).px3.$
|
|
7208
7208
|
};
|
|
7209
7209
|
var iconStyles = {
|
|
@@ -8858,16 +8858,14 @@ function TextFieldBase(props) {
|
|
|
8858
8858
|
...labelStyle === "hidden" && Css.mhPx(fieldHeight - maybeSmaller).if(compact).mhPx(compactFieldHeight - maybeSmaller).$
|
|
8859
8859
|
},
|
|
8860
8860
|
input: {
|
|
8861
|
-
...Css.w100.mw0.outline0.fg1.
|
|
8861
|
+
...Css.w100.mw0.outline0.fg1.bgTransparent.$,
|
|
8862
8862
|
// Not using Truss's inline `if` statement here because `addIn` properties do not respect the if statement.
|
|
8863
8863
|
...contrast && !inputStylePalette && Css.addIn("&::selection", Css.bgGray800.$).$,
|
|
8864
|
-
// Make the background transparent when highlighting the field on hover
|
|
8865
|
-
...borderOnHover && Css.bgTransparent.$,
|
|
8866
8864
|
// For "multiline" fields we add top and bottom padding of 7px for compact, or 11px for non-compact, to properly match the height of the single line fields
|
|
8867
8865
|
...multiline ? Css.br4.pyPx(compact ? 7 : textFieldBaseMultilineTopPadding).add("resize", "none").$ : Css.truncate.$
|
|
8868
8866
|
},
|
|
8869
8867
|
hover: Css.bgColor(hoverBgColor).if(contrast).bcGray600.$,
|
|
8870
|
-
focus: Css.bcBlue700.if(contrast).bcBlue500.if(borderOnHover).
|
|
8868
|
+
focus: Css.bcBlue700.bgColor(hoverBgColor).if(contrast).bcBlue500.if(borderOnHover).bcBlue500.$,
|
|
8871
8869
|
disabled: visuallyDisabled ? Css.cursorNotAllowed.gray600.bgColor(disabledBgColor).if(contrast).gray500.$ : Css.cursorNotAllowed.$,
|
|
8872
8870
|
error: Css.bcRed600.if(contrast).bcRed400.$
|
|
8873
8871
|
};
|
|
@@ -17116,7 +17114,7 @@ function FilterDropdownMenu(props) {
|
|
|
17116
17114
|
...testId.button
|
|
17117
17115
|
}
|
|
17118
17116
|
),
|
|
17119
|
-
isOpen && /* @__PURE__ */ (0, import_jsx_runtime140.jsxs)("div", { css: Css.df.aic.fww.gap1.
|
|
17117
|
+
isOpen && /* @__PURE__ */ (0, import_jsx_runtime140.jsxs)("div", { css: Css.df.aic.fww.gap1.w100.$, children: [
|
|
17120
17118
|
groupBy && /* @__PURE__ */ (0, import_jsx_runtime140.jsx)(
|
|
17121
17119
|
SelectField,
|
|
17122
17120
|
{
|