@arcteryx/components-cart
Advanced tools
Comparing version 5.8.0 to 5.8.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [5.8.1](http://bitbucket.org/arcteryx/arcteryx-js-helpers/compare/@arcteryx/components-cart@5.8.0...@arcteryx/components-cart@5.8.1) (2021-01-25) | ||
### Bug Fixes | ||
* annoying ios nav visibility issue for flyin ([e27f385](http://bitbucket.org/arcteryx/arcteryx-js-helpers/commits/e27f3859750d2f8015276cd040e722f4f7027444)) | ||
# [5.8.0](http://bitbucket.org/arcteryx/arcteryx-js-helpers/compare/@arcteryx/components-cart@5.7.1...@arcteryx/components-cart@5.8.0) (2021-01-23) | ||
@@ -8,0 +19,0 @@ |
@@ -1001,3 +1001,2 @@ 'use strict'; | ||
body { | ||
height: 100%; | ||
min-height: 100vh; | ||
@@ -1243,3 +1242,2 @@ min-height: -webkit-fill-available; | ||
const Totals = styled__default.div` | ||
padding-bottom: 10px; | ||
max-width: 340px; | ||
@@ -1307,3 +1305,3 @@ width: 100%; | ||
currency: currencyCode | ||
}))), /*#__PURE__*/React__default.createElement(CartLine, null, /*#__PURE__*/React__default.createElement(Label, null, market === 'outdoor' ? t("Express Shipping") : t("Shipping"), ":"), /*#__PURE__*/React__default.createElement(Red, { | ||
}))), /*#__PURE__*/React__default.createElement(CartLine, null, /*#__PURE__*/React__default.createElement(Label, null, market === "outdoor" ? t("Express Shipping") : t("Shipping"), ":"), /*#__PURE__*/React__default.createElement(Red, { | ||
className: "qa-cart-shipping" | ||
@@ -1334,2 +1332,3 @@ }, t("FREE"))), /*#__PURE__*/React__default.createElement(CartLine, null, /*#__PURE__*/React__default.createElement(Label, null, t("Subtotal"), ":"), /*#__PURE__*/React__default.createElement(StyledPrice, { | ||
margin-top: ${props => props.isNarrow ? "auto" : "initial"}; | ||
margin-bottom: 10px; | ||
${props => !props.isNarrow && "}"} | ||
@@ -1336,0 +1335,0 @@ `; |
@@ -993,3 +993,2 @@ import PropTypes from 'prop-types'; | ||
body { | ||
height: 100%; | ||
min-height: 100vh; | ||
@@ -1235,3 +1234,2 @@ min-height: -webkit-fill-available; | ||
const Totals = styled.div` | ||
padding-bottom: 10px; | ||
max-width: 340px; | ||
@@ -1299,3 +1297,3 @@ width: 100%; | ||
currency: currencyCode | ||
}))), /*#__PURE__*/React.createElement(CartLine, null, /*#__PURE__*/React.createElement(Label, null, market === 'outdoor' ? t("Express Shipping") : t("Shipping"), ":"), /*#__PURE__*/React.createElement(Red, { | ||
}))), /*#__PURE__*/React.createElement(CartLine, null, /*#__PURE__*/React.createElement(Label, null, market === "outdoor" ? t("Express Shipping") : t("Shipping"), ":"), /*#__PURE__*/React.createElement(Red, { | ||
className: "qa-cart-shipping" | ||
@@ -1326,2 +1324,3 @@ }, t("FREE"))), /*#__PURE__*/React.createElement(CartLine, null, /*#__PURE__*/React.createElement(Label, null, t("Subtotal"), ":"), /*#__PURE__*/React.createElement(StyledPrice, { | ||
margin-top: ${props => props.isNarrow ? "auto" : "initial"}; | ||
margin-bottom: 10px; | ||
${props => !props.isNarrow && "}"} | ||
@@ -1328,0 +1327,0 @@ `; |
@@ -1000,3 +1000,2 @@ (function (global, factory) { | ||
body { | ||
height: 100%; | ||
min-height: 100vh; | ||
@@ -1242,3 +1241,2 @@ min-height: -webkit-fill-available; | ||
const Totals = styled__default.div` | ||
padding-bottom: 10px; | ||
max-width: 340px; | ||
@@ -1306,3 +1304,3 @@ width: 100%; | ||
currency: currencyCode | ||
}))), /*#__PURE__*/React__default.createElement(CartLine, null, /*#__PURE__*/React__default.createElement(Label, null, market === 'outdoor' ? t("Express Shipping") : t("Shipping"), ":"), /*#__PURE__*/React__default.createElement(Red, { | ||
}))), /*#__PURE__*/React__default.createElement(CartLine, null, /*#__PURE__*/React__default.createElement(Label, null, market === "outdoor" ? t("Express Shipping") : t("Shipping"), ":"), /*#__PURE__*/React__default.createElement(Red, { | ||
className: "qa-cart-shipping" | ||
@@ -1333,2 +1331,3 @@ }, t("FREE"))), /*#__PURE__*/React__default.createElement(CartLine, null, /*#__PURE__*/React__default.createElement(Label, null, t("Subtotal"), ":"), /*#__PURE__*/React__default.createElement(StyledPrice, { | ||
margin-top: ${props => props.isNarrow ? "auto" : "initial"}; | ||
margin-bottom: 10px; | ||
${props => !props.isNarrow && "}"} | ||
@@ -1335,0 +1334,0 @@ `; |
{ | ||
"name": "@arcteryx/components-cart", | ||
"version": "5.8.0", | ||
"version": "5.8.1", | ||
"description": "Arcteryx Cart", | ||
@@ -19,3 +19,3 @@ "source": "src/index.js", | ||
"license": "ISC", | ||
"gitHead": "5bef4ad602e50ff643903d8ce8aa1f012fbecf49", | ||
"gitHead": "703d4f37e38148065f2ccd120de5def24e65c813", | ||
"peerDependencies": { | ||
@@ -22,0 +22,0 @@ "@arcteryx/components-contexts": "^1.1.0", |
@@ -8,3 +8,2 @@ import React, { useContext } from "react"; | ||
const Totals = styled.div` | ||
padding-bottom: 10px; | ||
max-width: 340px; | ||
@@ -71,3 +70,3 @@ width: 100%; | ||
<CartLine> | ||
<Label>{market === 'outdoor' ? t("Express Shipping") : t("Shipping")}:</Label> | ||
<Label>{market === "outdoor" ? t("Express Shipping") : t("Shipping")}:</Label> | ||
<Red className="qa-cart-shipping">{t("FREE")}</Red> | ||
@@ -74,0 +73,0 @@ </CartLine> |
@@ -16,2 +16,3 @@ import React from "react"; | ||
margin-top: ${props => (props.isNarrow ? "auto" : "initial")}; | ||
margin-bottom: 10px; | ||
${props => !props.isNarrow && "}"} | ||
@@ -18,0 +19,0 @@ `; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
568192
6619