@rpg-engine/long-bow 0.8.223 → 0.8.224

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.
@@ -37719,7 +37719,7 @@ var CloseButton$h = /*#__PURE__*/styled__default.div.withConfig({
37719
37719
  var MainContent$1 = /*#__PURE__*/styled__default.div.withConfig({
37720
37720
  displayName: "CartView__MainContent",
37721
37721
  componentId: "sc-ydtyl1-4"
37722
- })(["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;}"]);
37722
+ })(["display:grid;grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:1rem;flex:1;min-height:0;margin:1rem 0;@media (max-width:480px){gap:0.5rem;margin:0.5rem 0;}@media (max-width:349px){grid-template-columns:1fr;}"]);
37723
37723
  var CartItems = /*#__PURE__*/styled__default.div.withConfig({
37724
37724
  displayName: "CartView__CartItems",
37725
37725
  componentId: "sc-ydtyl1-5"
@@ -37763,14 +37763,16 @@ var OrderSummaryLabel = /*#__PURE__*/styled__default.div.withConfig({
37763
37763
  var TotalRow = /*#__PURE__*/styled__default.div.withConfig({
37764
37764
  displayName: "CartView__TotalRow",
37765
37765
  componentId: "sc-ydtyl1-15"
37766
- })(["display:flex;align-items:center;justify-content:space-between;gap:1rem;font-family:'Press Start 2P',cursive;font-size:", ";color:", ";", " span:last-child{color:#fef08a;}@media (max-width:480px){font-size:", ";gap:0.5rem;}"], function (p) {
37766
+ })(["display:flex;align-items:center;justify-content:space-between;gap:1rem;font-family:'Press Start 2P',cursive;font-size:", ";color:", ";", " span:last-child{color:#fef08a;}@media (max-width:700px){font-size:", ";gap:0.5rem;}@media (max-width:480px){font-size:", ";}"], function (p) {
37767
37767
  return p.$isTotal ? '1rem' : '0.75rem';
37768
37768
  }, function (p) {
37769
37769
  return p.$isTotal ? '#ffffff' : 'rgba(255,255,255,0.7)';
37770
37770
  }, function (p) {
37771
37771
  return p.$isTotal && "\n padding-top: 0.5rem;\n border-top: 1px solid rgba(255,255,255,0.15);\n margin-top: 0.25rem;\n ";
37772
37772
  }, function (p) {
37773
- return p.$isTotal ? '0.7rem' : '0.55rem';
37773
+ return p.$isTotal ? '0.75rem' : '0.6rem';
37774
+ }, function (p) {
37775
+ return p.$isTotal ? '0.65rem' : '0.5rem';
37774
37776
  });
37775
37777
  var PaymentMethodRow = /*#__PURE__*/styled__default.div.withConfig({
37776
37778
  displayName: "CartView__PaymentMethodRow",