clay-autocomplete
Advanced tools
Comparing version 2.12.1 to 2.13.0
@@ -271,3 +271,3 @@ 'use strict'; | ||
var attributes__soy163 = function attributes__soy163() { | ||
incrementalDom.attr('class', 'dropdown-menu' + (isVisible__soy147 ? ' show' : '')); | ||
incrementalDom.attr('class', 'autocomplete-dropdown-menu dropdown-menu' + (isVisible__soy147 ? ' show' : '')); | ||
incrementalDom.attr('data-onkeydown', _handleOnKeydown); | ||
@@ -274,0 +274,0 @@ if (_dropdownWidth) { |
{ | ||
"name": "clay-autocomplete", | ||
"version": "2.12.1", | ||
"version": "2.13.0", | ||
"description": "Metal ClayAutocomplete component", | ||
@@ -22,6 +22,5 @@ "license": "BSD-3-Clause", | ||
"compile": "babel -d lib/ src/ -s --ignore src/__tests__", | ||
"link": "npm link", | ||
"link": "yarn link", | ||
"prepublish": "npm run soy && npm run compile", | ||
"soy": "metalsoy --soyDeps '../../node_modules/clay-+(data-provider|portal)/src/**/*.soy'", | ||
"yarnLink": "yarn link" | ||
"soy": "metalsoy --soyDeps '../../node_modules/clay-+(data-provider|portal)/src/**/*.soy'" | ||
}, | ||
@@ -33,4 +32,4 @@ "keywords": [ | ||
"dependencies": { | ||
"clay-data-provider": "^2.12.1", | ||
"clay-portal": "^2.12.1", | ||
"clay-data-provider": "^2.13.0", | ||
"clay-portal": "^2.13.0", | ||
"metal": "^2.16.0", | ||
@@ -49,8 +48,8 @@ "metal-component": "^2.16.0", | ||
"babel-preset-env": "^1.6.0", | ||
"browserslist-config-clay": "^2.12.1", | ||
"clay-css": "^2.12.1", | ||
"browserslist-config-clay": "^2.13.0", | ||
"clay-css": "^2.13.0", | ||
"metal-dom": "^2.13.2", | ||
"metal-tools-soy": "^6.0.0", | ||
"webpack": "^3.0.0", | ||
"webpack-config-clay": "^2.12.1" | ||
"webpack-config-clay": "^2.13.0" | ||
}, | ||
@@ -60,3 +59,3 @@ "browserslist": [ | ||
], | ||
"gitHead": "5af96c109485aea35ef3a7449213e6f462bf4f19" | ||
"gitHead": "fef2c15a6c6a85daa328f93e4cb25d9ee4bb86dc" | ||
} |
@@ -254,3 +254,3 @@ /* jshint ignore:start */ | ||
var attributes__soy163 = function() { | ||
incrementalDom.attr('class', 'dropdown-menu' + (isVisible__soy147 ? ' show' : '')); | ||
incrementalDom.attr('class', 'autocomplete-dropdown-menu dropdown-menu' + (isVisible__soy147 ? ' show' : '')); | ||
incrementalDom.attr('data-onkeydown', _handleOnKeydown); | ||
@@ -257,0 +257,0 @@ if (_dropdownWidth) { |
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
195617
Updatedclay-data-provider@^2.13.0
Updatedclay-portal@^2.13.0