@anypoint-web-components/anypoint-control-mixins
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -104,3 +104,3 @@ /** | ||
get receivedFocusFromKeyboard() { | ||
return this._pointerDown; | ||
return this._receivedFocusFromKeyboard || false; | ||
} | ||
@@ -107,0 +107,0 @@ |
{ | ||
"name": "@anypoint-web-components/anypoint-control-mixins", | ||
"description": "A set of mixins to be implemented in various controls reacting to user input", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"license": "Apache-2.0", | ||
@@ -69,3 +69,2 @@ "main": "anypoint-control-mixins.js", | ||
"eslint --fix", | ||
"prettier --write", | ||
"git add" | ||
@@ -72,0 +71,0 @@ ] |
@@ -1,2 +0,2 @@ | ||
[![Build Status](https://travis-ci.org/anypoint-web-components/anypoint-control-mixins.svg?branch=stage)](https://travis-ci.org/anypoint-web-components/anypoint-control-mixins) | ||
[![Build Status](https://travis-ci.org/anypoint-web-components/anypoint-control-mixins.svg?branch=master)](https://travis-ci.org/anypoint-web-components/anypoint-control-mixins) | ||
@@ -3,0 +3,0 @@ [![Published on NPM](https://img.shields.io/npm/v/@anypoint-web-components/anypoint-control-mixins.svg)](https://www.npmjs.com/package/@anypoint-web-components/anypoint-control-mixins) |
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
25387
14
689