@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.cjs
CHANGED
|
@@ -14878,8 +14878,7 @@ function SelectCardShell(props) {
|
|
|
14878
14878
|
paddingRight: "pr2",
|
|
14879
14879
|
paddingTop: "pt3",
|
|
14880
14880
|
paddingBottom: "pb3",
|
|
14881
|
-
textAlign: "tac"
|
|
14882
|
-
maxWidth: "maxw_192px"
|
|
14881
|
+
textAlign: "tac"
|
|
14883
14882
|
} : {
|
|
14884
14883
|
alignItems: "aifs",
|
|
14885
14884
|
gap: "gap_4px",
|
|
@@ -14955,8 +14954,8 @@ function GridSelectCard(props) {
|
|
|
14955
14954
|
}), children: label }),
|
|
14956
14955
|
description && /* @__PURE__ */ (0, import_jsx_runtime76.jsx)("span", { ...(0, import_runtime51.trussProps)({
|
|
14957
14956
|
fontWeight: "fw4",
|
|
14958
|
-
fontSize: "
|
|
14959
|
-
lineHeight: "
|
|
14957
|
+
fontSize: "fz_14px",
|
|
14958
|
+
lineHeight: "lh_20px",
|
|
14960
14959
|
color: ["color_var", {
|
|
14961
14960
|
"--color": "var(--b-on-surface)"
|
|
14962
14961
|
}],
|
|
@@ -15042,8 +15041,8 @@ function ListSelectCard(props) {
|
|
|
15042
15041
|
description && /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("span", { ...(0, import_runtime53.trussProps)({
|
|
15043
15042
|
marginLeft: "ml3",
|
|
15044
15043
|
fontWeight: "fw4",
|
|
15045
|
-
fontSize: "
|
|
15046
|
-
lineHeight: "
|
|
15044
|
+
fontSize: "fz_14px",
|
|
15045
|
+
lineHeight: "lh_20px",
|
|
15047
15046
|
color: ["color_var", {
|
|
15048
15047
|
"--color": "var(--b-on-surface)"
|
|
15049
15048
|
}],
|
|
@@ -15114,7 +15113,7 @@ function getSelectCardOptionsCss(view, hasDescription) {
|
|
|
15114
15113
|
} : {
|
|
15115
15114
|
display: "dg",
|
|
15116
15115
|
gridTemplateColumns: ["gtc_var", {
|
|
15117
|
-
"--gridTemplateColumns": (0, import_runtime54.maybeCssVar)(`repeat(auto-fill, ${cardWidth}px)`)
|
|
15116
|
+
"--gridTemplateColumns": (0, import_runtime54.maybeCssVar)(`repeat(auto-fill, minmax(${cardWidth}px, 1fr))`)
|
|
15118
15117
|
}],
|
|
15119
15118
|
gap: "gap2"
|
|
15120
15119
|
};
|