@homebound/beam 3.47.0 → 3.47.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 +6 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +6 -7
- package/dist/index.js.map +1 -1
- package/dist/truss.css +0 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14416,8 +14416,7 @@ function SelectCardShell(props) {
|
|
|
14416
14416
|
paddingRight: "pr2",
|
|
14417
14417
|
paddingTop: "pt3",
|
|
14418
14418
|
paddingBottom: "pb3",
|
|
14419
|
-
textAlign: "tac"
|
|
14420
|
-
maxWidth: "maxw_192px"
|
|
14419
|
+
textAlign: "tac"
|
|
14421
14420
|
} : {
|
|
14422
14421
|
alignItems: "aifs",
|
|
14423
14422
|
gap: "gap_4px",
|
|
@@ -14493,8 +14492,8 @@ function GridSelectCard(props) {
|
|
|
14493
14492
|
}), children: label }),
|
|
14494
14493
|
description && /* @__PURE__ */ jsx76("span", { ...trussProps47({
|
|
14495
14494
|
fontWeight: "fw4",
|
|
14496
|
-
fontSize: "
|
|
14497
|
-
lineHeight: "
|
|
14495
|
+
fontSize: "fz_14px",
|
|
14496
|
+
lineHeight: "lh_20px",
|
|
14498
14497
|
color: ["color_var", {
|
|
14499
14498
|
"--color": "var(--b-on-surface)"
|
|
14500
14499
|
}],
|
|
@@ -14580,8 +14579,8 @@ function ListSelectCard(props) {
|
|
|
14580
14579
|
description && /* @__PURE__ */ jsx78("span", { ...trussProps49({
|
|
14581
14580
|
marginLeft: "ml3",
|
|
14582
14581
|
fontWeight: "fw4",
|
|
14583
|
-
fontSize: "
|
|
14584
|
-
lineHeight: "
|
|
14582
|
+
fontSize: "fz_14px",
|
|
14583
|
+
lineHeight: "lh_20px",
|
|
14585
14584
|
color: ["color_var", {
|
|
14586
14585
|
"--color": "var(--b-on-surface)"
|
|
14587
14586
|
}],
|
|
@@ -14652,7 +14651,7 @@ function getSelectCardOptionsCss(view, hasDescription) {
|
|
|
14652
14651
|
} : {
|
|
14653
14652
|
display: "dg",
|
|
14654
14653
|
gridTemplateColumns: ["gtc_var", {
|
|
14655
|
-
"--gridTemplateColumns": maybeCssVar27(`repeat(auto-fill, ${cardWidth}px)`)
|
|
14654
|
+
"--gridTemplateColumns": maybeCssVar27(`repeat(auto-fill, minmax(${cardWidth}px, 1fr))`)
|
|
14656
14655
|
}],
|
|
14657
14656
|
gap: "gap2"
|
|
14658
14657
|
};
|