@arcteryx/components-cart
Advanced tools
Comparing version 5.5.3 to 5.5.4
@@ -6,2 +6,13 @@ # Change Log | ||
## [5.5.4](http://bitbucket.org/arcteryx/arcteryx-js-helpers/compare/@arcteryx/components-cart@5.5.3...@arcteryx/components-cart@5.5.4) (2021-01-21) | ||
### Bug Fixes | ||
* iOS styling tweaks for flyin cart ([91c11a6](http://bitbucket.org/arcteryx/arcteryx-js-helpers/commits/91c11a6e3b9d7fa64c1f9f5d81c52f2640a5c1bd)) | ||
## [5.5.3](http://bitbucket.org/arcteryx/arcteryx-js-helpers/compare/@arcteryx/components-cart@5.5.2...@arcteryx/components-cart@5.5.3) (2021-01-21) | ||
@@ -8,0 +19,0 @@ |
@@ -1225,2 +1225,3 @@ 'use strict'; | ||
const Totals = styled__default.div` | ||
padding-bottom: 10px; | ||
max-width: 340px; | ||
@@ -1635,2 +1636,5 @@ width: 100%; | ||
height: 100%; | ||
min-height: 100%; | ||
min-height: 100vh; | ||
min-height: -webkit-fill-available; | ||
right: -380px; | ||
@@ -1637,0 +1641,0 @@ transition: 0.4s cubic-bezier(0.79, 0.39, 0, 1.01); |
@@ -1217,2 +1217,3 @@ import PropTypes from 'prop-types'; | ||
const Totals = styled.div` | ||
padding-bottom: 10px; | ||
max-width: 340px; | ||
@@ -1627,2 +1628,5 @@ width: 100%; | ||
height: 100%; | ||
min-height: 100%; | ||
min-height: 100vh; | ||
min-height: -webkit-fill-available; | ||
right: -380px; | ||
@@ -1629,0 +1633,0 @@ transition: 0.4s cubic-bezier(0.79, 0.39, 0, 1.01); |
@@ -1224,2 +1224,3 @@ (function (global, factory) { | ||
const Totals = styled__default.div` | ||
padding-bottom: 10px; | ||
max-width: 340px; | ||
@@ -1634,2 +1635,5 @@ width: 100%; | ||
height: 100%; | ||
min-height: 100%; | ||
min-height: 100vh; | ||
min-height: -webkit-fill-available; | ||
right: -380px; | ||
@@ -1636,0 +1640,0 @@ transition: 0.4s cubic-bezier(0.79, 0.39, 0, 1.01); |
{ | ||
"name": "@arcteryx/components-cart", | ||
"version": "5.5.3", | ||
"version": "5.5.4", | ||
"description": "Arcteryx Cart", | ||
@@ -19,3 +19,3 @@ "source": "src/index.js", | ||
"license": "ISC", | ||
"gitHead": "2d2c33cd263688c969a23787bab60ac9cf7d25b2", | ||
"gitHead": "6c14ea2277d6a7d3a08e1a374b18cc4d3f94c2f4", | ||
"peerDependencies": { | ||
@@ -22,0 +22,0 @@ "@arcteryx/components-contexts": "^1.1.0", |
@@ -8,2 +8,3 @@ import React, { useContext } from "react"; | ||
const Totals = styled.div` | ||
padding-bottom: 10px; | ||
max-width: 340px; | ||
@@ -10,0 +11,0 @@ width: 100%; |
@@ -43,2 +43,5 @@ import React from "react"; | ||
height: 100%; | ||
min-height: 100%; | ||
min-height: 100vh; | ||
min-height: -webkit-fill-available; | ||
right: -380px; | ||
@@ -45,0 +48,0 @@ transition: 0.4s cubic-bezier(0.79, 0.39, 0, 1.01); |
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
548894
6505