@homebound/beam 2.116.0 → 2.116.1
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.
|
@@ -13,7 +13,7 @@ exports.defaultStyle = {
|
|
|
13
13
|
indentOneCss: Css_1.Css.pl4.$,
|
|
14
14
|
indentTwoCss: Css_1.Css.pl7.$,
|
|
15
15
|
headerCellCss: Css_1.Css.nowrap.py1.bgGray100.aife.$,
|
|
16
|
-
firstRowMessageCss: Css_1.Css.tc.
|
|
16
|
+
firstRowMessageCss: Css_1.Css.tc.py3.$,
|
|
17
17
|
};
|
|
18
18
|
/** Tightens up the padding of rows, great for rows that have form elements in them. */
|
|
19
19
|
exports.condensedStyle = {
|
|
@@ -21,6 +21,7 @@ exports.condensedStyle = {
|
|
|
21
21
|
headerCellCss: Css_1.Css.bgGray100.tinyEm.$,
|
|
22
22
|
cellCss: Css_1.Css.aic.sm.py1.px2.$,
|
|
23
23
|
rootCss: Css_1.Css.dg.gray700.xs.$,
|
|
24
|
+
firstRowMessageCss: Css_1.Css.tc.py2.$,
|
|
24
25
|
};
|
|
25
26
|
/** Renders each row as a card. */
|
|
26
27
|
exports.cardStyle = {
|
|
@@ -44,6 +45,7 @@ exports.beamFixedStyle = {
|
|
|
44
45
|
cellCss: Css_1.Css.gray900.xs.bgWhite.aic.nowrap.pxPx(12).hPx(36).boxShadow(`inset 0 -1px 0 ${Css_1.Palette.Gray100}`).$,
|
|
45
46
|
emptyCell: "-",
|
|
46
47
|
presentationSettings: { borderless: true, typeScale: "xs", wrap: false },
|
|
48
|
+
firstRowMessageCss: Css_1.Css.tc.py3.$,
|
|
47
49
|
// Included as a hacky "treat indent as deprecated for this table" hint to GridTable
|
|
48
50
|
levels: {},
|
|
49
51
|
};
|