@arcteryx/components-button
Advanced tools
Comparing version 1.27.12 to 1.27.13
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.27.13](http://bitbucket.org/arcteryx/arcteryx-js-helpers/compare/@arcteryx/components-button@1.27.12...@arcteryx/components-button@1.27.13) (2020-02-27) | ||
### Bug Fixes | ||
* Andrew UAT feedback on CartItem, CartShell, and Button components ([53baaf1](http://bitbucket.org/arcteryx/arcteryx-js-helpers/commits/53baaf1cc2a24dc57e7075f221cda1232f0a6654)) | ||
## [1.27.12](http://bitbucket.org/arcteryx/arcteryx-js-helpers/compare/@arcteryx/components-button@1.27.11...@arcteryx/components-button@1.27.12) (2020-02-27) | ||
@@ -8,0 +19,0 @@ |
@@ -134,3 +134,3 @@ 'use strict'; | ||
}, function (props) { | ||
return props.context === "Add-To-Cart" && "400px" || props.context === "Secure-Checkout" && "345px"; | ||
return props.context === "Add-To-Cart" && "400px" || props.context === "Secure-Checkout" && "100%"; | ||
}, function (props) { | ||
@@ -137,0 +137,0 @@ return props.context === "Secondary-cta" ? "black" : "white"; |
@@ -127,3 +127,3 @@ import React from 'react'; | ||
}, function (props) { | ||
return props.context === "Add-To-Cart" && "400px" || props.context === "Secure-Checkout" && "345px"; | ||
return props.context === "Add-To-Cart" && "400px" || props.context === "Secure-Checkout" && "100%"; | ||
}, function (props) { | ||
@@ -130,0 +130,0 @@ return props.context === "Secondary-cta" ? "black" : "white"; |
@@ -133,3 +133,3 @@ (function (global, factory) { | ||
}, function (props) { | ||
return props.context === "Add-To-Cart" && "400px" || props.context === "Secure-Checkout" && "345px"; | ||
return props.context === "Add-To-Cart" && "400px" || props.context === "Secure-Checkout" && "100%"; | ||
}, function (props) { | ||
@@ -136,0 +136,0 @@ return props.context === "Secondary-cta" ? "black" : "white"; |
{ | ||
"name": "@arcteryx/components-button", | ||
"version": "1.27.12", | ||
"version": "1.27.13", | ||
"description": "Arcteryx Button", | ||
@@ -18,3 +18,3 @@ "source": "src/index.js", | ||
"license": "ISC", | ||
"gitHead": "3318a9a955f4195128768e2842cf42a6d5c880ba" | ||
"gitHead": "1f02fd157d77ca6491deaf5d176cdb737f4ca148" | ||
} |
@@ -18,4 +18,3 @@ import React from "react"; | ||
width: ${props => (props.context === "Add-To-Cart" || props.context === "Secure-Checkout" ? "100%;" : "auto")}; | ||
max-width:${props => | ||
(props.context === "Add-To-Cart" && "400px") || (props.context === "Secure-Checkout" && "345px")}; | ||
max-width:${props => (props.context === "Add-To-Cart" && "400px") || (props.context === "Secure-Checkout" && "100%")}; | ||
height: 45px; | ||
@@ -22,0 +21,0 @@ font: 16px / 1.0em "Avenir LT W01 65 Medium", arial, sans-serif; |
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
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
141685
1485