@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.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",
@@ -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
  };