Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@arcteryx/components-button

Package Overview
Dependencies
Maintainers
6
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arcteryx/components-button - npm Package Compare versions

Comparing version 1.27.12 to 1.27.13

11

CHANGELOG.md

@@ -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 @@

2

dist/cjs/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc