@vaadin/component-base
Advanced tools
Comparing version 22.0.6 to 22.0.7
{ | ||
"name": "@vaadin/component-base", | ||
"version": "22.0.6", | ||
"version": "22.0.7", | ||
"publishConfig": { | ||
@@ -44,3 +44,3 @@ "access": "public" | ||
}, | ||
"gitHead": "18c55872d764e338e0f98e65826cbe895156251a" | ||
"gitHead": "947d74491296ca746b360ecb5f5a8efd55ab2866" | ||
} |
@@ -6,3 +6,2 @@ /** | ||
*/ | ||
import { setCancelSyntheticClickEvents } from '@polymer/polymer/lib/utils/settings.js'; | ||
import { usageStatistics } from '@vaadin/vaadin-usage-statistics/vaadin-usage-statistics.js'; | ||
@@ -13,8 +12,2 @@ import { idlePeriod } from './async.js'; | ||
// This setting affects the legacy Polymer gestures which get activated | ||
// once you import any iron component e.g iron-icon. | ||
// It has to be explicitly disabled to prevent click issues in iOS + VoiceOver | ||
// for buttons that are based on `[role=button]` e.g vaadin-button. | ||
setCancelSyntheticClickEvents(false); | ||
window.Vaadin = window.Vaadin || {}; | ||
@@ -44,3 +37,3 @@ | ||
static get version() { | ||
return '22.0.6'; | ||
return '22.0.7'; | ||
} | ||
@@ -47,0 +40,0 @@ |
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
114543
3009