@arcteryx/components-cart
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -6,4 +6,16 @@ # Change Log | ||
## [1.0.2](http://bitbucket.org/arcteryx/arcteryx-js-helpers/compare/@arcteryx/components-cart@1.0.1...@arcteryx/components-cart@1.0.2) (2020-02-21) | ||
### Bug Fixes | ||
* UAT changes from Andrew ([57b857a](http://bitbucket.org/arcteryx/arcteryx-js-helpers/commits/57b857a461c5715f2c4937606c16f669f81ecf78)) | ||
* Update cart component tests to match UAT updates ([592cd45](http://bitbucket.org/arcteryx/arcteryx-js-helpers/commits/592cd455f480279715e0f0e9931bb38db6185157)) | ||
## 1.0.1 (2020-02-19) | ||
**Note:** Version bump only for package @arcteryx/components-cart |
@@ -163,3 +163,3 @@ 'use strict'; | ||
function _templateObject3$1() { | ||
var data = _taggedTemplateLiteral(["\n background: #fff;\n border: 1px solid #ccc;\n color: #000;\n text-align: center;\n padding: 5px 7px;\n max-width: 30px;\n margin: 0 15px;\n box-sizing: border-box;\n -moz-appearance: textfield;\n outline: none;\n &:-webkit-inner-spin-button,\n &:-webkit-outer-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n"]); | ||
var data = _taggedTemplateLiteral(["\n background: #fff;\n border: 1px solid #ccc;\n color: #000;\n text-align: center;\n padding: 5px 7px;\n max-width: 30px;\n margin: 0 15px;\n box-sizing: border-box;\n -moz-appearance: textfield;\n outline: none;\n &::-webkit-inner-spin-button {\n display: none;\n }\n"]); | ||
@@ -166,0 +166,0 @@ _templateObject3$1 = function _templateObject3() { |
@@ -156,3 +156,3 @@ import React, { useState } from 'react'; | ||
function _templateObject3$1() { | ||
var data = _taggedTemplateLiteral(["\n background: #fff;\n border: 1px solid #ccc;\n color: #000;\n text-align: center;\n padding: 5px 7px;\n max-width: 30px;\n margin: 0 15px;\n box-sizing: border-box;\n -moz-appearance: textfield;\n outline: none;\n &:-webkit-inner-spin-button,\n &:-webkit-outer-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n"]); | ||
var data = _taggedTemplateLiteral(["\n background: #fff;\n border: 1px solid #ccc;\n color: #000;\n text-align: center;\n padding: 5px 7px;\n max-width: 30px;\n margin: 0 15px;\n box-sizing: border-box;\n -moz-appearance: textfield;\n outline: none;\n &::-webkit-inner-spin-button {\n display: none;\n }\n"]); | ||
@@ -159,0 +159,0 @@ _templateObject3$1 = function _templateObject3() { |
@@ -162,3 +162,3 @@ (function (global, factory) { | ||
function _templateObject3$1() { | ||
var data = _taggedTemplateLiteral(["\n background: #fff;\n border: 1px solid #ccc;\n color: #000;\n text-align: center;\n padding: 5px 7px;\n max-width: 30px;\n margin: 0 15px;\n box-sizing: border-box;\n -moz-appearance: textfield;\n outline: none;\n &:-webkit-inner-spin-button,\n &:-webkit-outer-spin-button {\n -webkit-appearance: none;\n margin: 0;\n }\n"]); | ||
var data = _taggedTemplateLiteral(["\n background: #fff;\n border: 1px solid #ccc;\n color: #000;\n text-align: center;\n padding: 5px 7px;\n max-width: 30px;\n margin: 0 15px;\n box-sizing: border-box;\n -moz-appearance: textfield;\n outline: none;\n &::-webkit-inner-spin-button {\n display: none;\n }\n"]); | ||
@@ -165,0 +165,0 @@ _templateObject3$1 = function _templateObject3() { |
{ | ||
"name": "@arcteryx/components-cart", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Arcteryx Cart", | ||
@@ -14,3 +14,3 @@ "main": "src/index.js", | ||
"license": "ISC", | ||
"gitHead": "096608ae54b5571abc1829753eeb9fc85d02e1c1" | ||
"gitHead": "744f9eacf5e711918cdb2f247f2713cbf31ccad3" | ||
} |
@@ -38,6 +38,4 @@ import React, { useState } from "react"; | ||
outline: none; | ||
&:-webkit-inner-spin-button, | ||
&:-webkit-outer-spin-button { | ||
-webkit-appearance: none; | ||
margin: 0; | ||
&::-webkit-inner-spin-button { | ||
display: none; | ||
} | ||
@@ -44,0 +42,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
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
191767
1889