@homebound/beam 3.47.0 → 3.47.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.
- package/dist/index.cjs +2 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -3
- 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",
|
|
@@ -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
|
};
|