@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.
- package/dist/long-bow.cjs.development.js +5 -3
- package/dist/long-bow.cjs.development.js.map +1 -1
- package/dist/long-bow.cjs.production.min.js +1 -1
- package/dist/long-bow.cjs.production.min.js.map +1 -1
- package/dist/long-bow.esm.js +5 -3
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Store/CartView.tsx +7 -9
package/dist/long-bow.esm.js
CHANGED
|
@@ -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:minmax(0,
|
|
37720
|
+
})(["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;}"]);
|
|
37721
37721
|
var CartItems = /*#__PURE__*/styled.div.withConfig({
|
|
37722
37722
|
displayName: "CartView__CartItems",
|
|
37723
37723
|
componentId: "sc-ydtyl1-5"
|
|
@@ -37761,14 +37761,16 @@ var OrderSummaryLabel = /*#__PURE__*/styled.div.withConfig({
|
|
|
37761
37761
|
var TotalRow = /*#__PURE__*/styled.div.withConfig({
|
|
37762
37762
|
displayName: "CartView__TotalRow",
|
|
37763
37763
|
componentId: "sc-ydtyl1-15"
|
|
37764
|
-
})(["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:
|
|
37764
|
+
})(["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) {
|
|
37765
37765
|
return p.$isTotal ? '1rem' : '0.75rem';
|
|
37766
37766
|
}, function (p) {
|
|
37767
37767
|
return p.$isTotal ? '#ffffff' : 'rgba(255,255,255,0.7)';
|
|
37768
37768
|
}, function (p) {
|
|
37769
37769
|
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 ";
|
|
37770
37770
|
}, function (p) {
|
|
37771
|
-
return p.$isTotal ? '0.
|
|
37771
|
+
return p.$isTotal ? '0.75rem' : '0.6rem';
|
|
37772
|
+
}, function (p) {
|
|
37773
|
+
return p.$isTotal ? '0.65rem' : '0.5rem';
|
|
37772
37774
|
});
|
|
37773
37775
|
var PaymentMethodRow = /*#__PURE__*/styled.div.withConfig({
|
|
37774
37776
|
displayName: "CartView__PaymentMethodRow",
|