@paypal/checkout-components
Advanced tools
Comparing version 5.0.37 to 5.0.38
{ | ||
"name": "@paypal/checkout-components", | ||
"version": "5.0.37", | ||
"version": "5.0.38", | ||
"description": "PayPal Checkout components, for integrating checkout products.", | ||
@@ -12,3 +12,3 @@ "main": "index.js", | ||
"karma": "cross-env NODE_ENV=test babel-node $(npm bin)/karma start", | ||
"test": "npm run lint && npm run flow-typed && npm run flow && npm run jest-ssr && npm run karma && npm run jest-screenshot", | ||
"test": "if [ ! $SKIP_TEST ]; then npm run lint && npm run flow-typed && npm run flow && npm run jest-ssr && npm run karma && npm run jest-screenshot; fi;", | ||
"webpack": "babel-node --plugins=transform-es2015-modules-commonjs ./node_modules/.bin/webpack --progress", | ||
@@ -64,3 +64,3 @@ "build": "npm run test && npm run webpack", | ||
"conventional-changelog-cli": "^2.0.11", | ||
"flow-bin": "^0.81.0", | ||
"flow-bin": "^0.100.0", | ||
"fs-extra": "^4.0.2", | ||
@@ -67,0 +67,0 @@ "grumbler-scripts": "^3", |
@@ -110,2 +110,3 @@ /* @flow */ | ||
validate({ value = {} }) { | ||
// $FlowFixMe | ||
normalizeButtonStyle(value); | ||
@@ -112,0 +113,0 @@ }, |
@@ -116,3 +116,3 @@ /* @flow */ | ||
.${ CLASS.BUTTON }.${ CLASS.LOADING } * { | ||
display: none; | ||
display: none !important; | ||
} | ||
@@ -119,0 +119,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
609036
101
4378