makeup-listbox
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -26,2 +26,4 @@ "use strict"; | ||
// when true, aria-checked state matches active-descendant | ||
autoScroll: true, | ||
// when true, the listbox will scroll to keep the activeDescendant in view | ||
customElementMode: false, | ||
@@ -73,2 +75,3 @@ focusableElement: null, | ||
autoReset: this._options.autoReset, | ||
autoScroll: this._options.autoScroll, | ||
axis: "y" | ||
@@ -75,0 +78,0 @@ }); |
@@ -26,2 +26,4 @@ "use strict"; | ||
// when true, aria-checked state matches active-descendant | ||
autoScroll: true, | ||
// when true, the listbox will scroll to keep the activeDescendant in view | ||
customElementMode: false, | ||
@@ -73,2 +75,3 @@ focusableElement: null, | ||
autoReset: this._options.autoReset, | ||
autoScroll: this._options.autoScroll, | ||
axis: "y" | ||
@@ -75,0 +78,0 @@ }); |
@@ -10,2 +10,4 @@ import * as ActiveDescendant from "makeup-active-descendant"; | ||
// when true, aria-checked state matches active-descendant | ||
autoScroll: true, | ||
// when true, the listbox will scroll to keep the activeDescendant in view | ||
customElementMode: false, | ||
@@ -59,2 +61,3 @@ focusableElement: null, | ||
autoReset: this._options.autoReset, | ||
autoScroll: this._options.autoScroll, | ||
axis: "y" | ||
@@ -61,0 +64,0 @@ } |
{ | ||
"name": "makeup-listbox", | ||
"description": "A JavaScript class representing an ARIA listbox", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"main": "./dist/cjs/index.js", | ||
@@ -23,3 +23,3 @@ "module": "./dist/mjs/index.js", | ||
"dependencies": { | ||
"makeup-active-descendant": "^0.7.0", | ||
"makeup-active-descendant": "^0.7.1", | ||
"makeup-prevent-scroll-keys": "^0.3.0" | ||
@@ -35,3 +35,3 @@ }, | ||
], | ||
"gitHead": "65ded67f64b37dd58f7249e2073304f4604ae41a" | ||
"gitHead": "8e77815491c3edf766dc3ac98d74e7ee66c0c558" | ||
} |
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
27186
610