cf-component-button
Advanced tools
Comparing version 5.7.0 to 5.7.1
@@ -93,3 +93,3 @@ var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); | ||
color: props.loading ? theme.disabledBackground : theme[props.type + 'FocusColor'], | ||
outline: props.loading ? 'none' : 'inherit', | ||
outline: props.loading ? 'none' : undefined, | ||
borderColor: props.loading ? theme.disabledBorder : theme[props.type + 'Border'] | ||
@@ -96,0 +96,0 @@ } |
@@ -107,3 +107,3 @@ 'use strict'; | ||
color: props.loading ? theme.disabledBackground : theme[props.type + 'FocusColor'], | ||
outline: props.loading ? 'none' : 'inherit', | ||
outline: props.loading ? 'none' : undefined, | ||
borderColor: props.loading ? theme.disabledBorder : theme[props.type + 'Border'] | ||
@@ -110,0 +110,0 @@ } |
{ | ||
"name": "cf-component-button", | ||
"description": "Cloudflare Button Component", | ||
"version": "5.7.0", | ||
"version": "5.7.1", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "module": "es/index.js", |
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