@vaadin/a11y-base
Advanced tools
Comparing version 24.4.0-alpha1 to 24.4.0-dev.223e39f050
{ | ||
"name": "@vaadin/a11y-base", | ||
"version": "24.4.0-alpha1", | ||
"version": "24.4.0-dev.223e39f050", | ||
"publishConfig": { | ||
@@ -35,3 +35,3 @@ "access": "public" | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/component-base": "24.4.0-alpha1", | ||
"@vaadin/component-base": "24.4.0-dev.223e39f050", | ||
"lit": "^3.0.0" | ||
@@ -44,3 +44,3 @@ }, | ||
}, | ||
"gitHead": "3e2ed41c99d618ff7def2734fd863c21c85775a3" | ||
"gitHead": "5e2e3bfc811c95aed9354235fab93fdbf43eb354" | ||
} |
@@ -20,2 +20,4 @@ /** | ||
* @polymerMixin | ||
* @mixes DisabledMixin | ||
* @mixes KeyboardMixin | ||
*/ | ||
@@ -22,0 +24,0 @@ export const ActiveMixin = (superclass) => |
@@ -6,7 +6,3 @@ /** | ||
*/ | ||
import { | ||
removeAriaIDReference, | ||
restoreGeneratedAriaIDReference, | ||
setAriaIDReference, | ||
} from '@vaadin/a11y-base/src/aria-id-reference.js'; | ||
import { removeAriaIDReference, restoreGeneratedAriaIDReference, setAriaIDReference } from './aria-id-reference.js'; | ||
@@ -13,0 +9,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
102823
2715
+ Added@vaadin/component-base@24.4.0-dev.223e39f050(transitive)
- Removed@vaadin/component-base@24.4.0-alpha1(transitive)