@rpg-engine/long-bow 0.8.222 → 0.8.223

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.
@@ -37717,7 +37717,7 @@ var CloseButton$h = /*#__PURE__*/styled.div.withConfig({
37717
37717
  var MainContent$1 = /*#__PURE__*/styled.div.withConfig({
37718
37718
  displayName: "CartView__MainContent",
37719
37719
  componentId: "sc-ydtyl1-4"
37720
- })(["display:grid;grid-template-columns:1fr 260px;gap:1rem;flex:1;min-height:0;margin:1rem 0;@media (max-width:700px){grid-template-columns:1fr;gap:0.75rem;}"]);
37720
+ })(["display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:1rem;flex:1;min-height:0;margin:1rem 0;@media (max-width:700px){grid-template-columns:minmax(0,1fr) 180px;gap:0.75rem;}@media (max-width:480px){grid-template-columns:minmax(0,1fr) 130px;gap:0.5rem;margin:0.5rem 0;}@media (max-width:349px){grid-template-columns:1fr;}"]);
37721
37721
  var CartItems = /*#__PURE__*/styled.div.withConfig({
37722
37722
  displayName: "CartView__CartItems",
37723
37723
  componentId: "sc-ydtyl1-5"
@@ -37725,7 +37725,7 @@ var CartItems = /*#__PURE__*/styled.div.withConfig({
37725
37725
  var OrderSummaryPanel = /*#__PURE__*/styled.div.withConfig({
37726
37726
  displayName: "CartView__OrderSummaryPanel",
37727
37727
  componentId: "sc-ydtyl1-6"
37728
- })(["display:flex;flex-direction:column;gap:0.5rem;padding:1rem;background:rgba(0,0,0,0.25);border:1px solid rgba(255,255,255,0.08);border-radius:6px;align-self:start;@media (max-width:480px){padding:0.75rem;}"]);
37728
+ })(["display:flex;flex-direction:column;gap:0.5rem;padding:1rem;background:rgba(0,0,0,0.25);border:1px solid rgba(255,255,255,0.08);border-radius:6px;align-self:start;min-width:0;@media (max-width:480px){padding:0.5rem;gap:0.35rem;}"]);
37729
37729
  var EmptyCart = /*#__PURE__*/styled.div.withConfig({
37730
37730
  displayName: "CartView__EmptyCart",
37731
37731
  componentId: "sc-ydtyl1-7"
@@ -37757,7 +37757,7 @@ var Footer$2 = /*#__PURE__*/styled.div.withConfig({
37757
37757
  var OrderSummaryLabel = /*#__PURE__*/styled.div.withConfig({
37758
37758
  displayName: "CartView__OrderSummaryLabel",
37759
37759
  componentId: "sc-ydtyl1-14"
37760
- })(["font-family:'Press Start 2P',cursive;font-size:0.55rem;color:rgba(255,255,255,0.5);text-transform:uppercase;letter-spacing:0.05em;margin-bottom:0.25rem;"]);
37760
+ })(["font-family:'Press Start 2P',cursive;font-size:0.55rem;color:rgba(255,255,255,0.5);text-transform:uppercase;letter-spacing:0.05em;margin-bottom:0.25rem;@media (max-width:480px){font-size:0.45rem;letter-spacing:0;margin-bottom:0;}"]);
37761
37761
  var TotalRow = /*#__PURE__*/styled.div.withConfig({
37762
37762
  displayName: "CartView__TotalRow",
37763
37763
  componentId: "sc-ydtyl1-15"