makeup-listbox-button
Advanced tools
Comparing version 0.5.6 to 0.5.7
@@ -54,5 +54,4 @@ "use strict"; | ||
alwaysDoFocusManagement: true, | ||
collapseOnClick: true, | ||
collapseOnClickOut: true, | ||
collapseOnFocusOut: true, | ||
autoCollapse: true, | ||
collapseOnHostFocus: true, | ||
contentSelector: this._options.listboxSelector, | ||
@@ -59,0 +58,0 @@ expandedClass: "listbox-button--expanded", |
@@ -46,5 +46,4 @@ import Expander from "makeup-expander"; | ||
alwaysDoFocusManagement: true, | ||
collapseOnClick: true, | ||
collapseOnClickOut: true, | ||
collapseOnFocusOut: true, | ||
autoCollapse: true, | ||
collapseOnHostFocus: true, | ||
contentSelector: this._options.listboxSelector, | ||
@@ -51,0 +50,0 @@ expandedClass: "listbox-button--expanded", |
{ | ||
"name": "makeup-listbox-button", | ||
"description": "A JavaScript class representing an ARIA listbox button", | ||
"version": "0.5.6", | ||
"version": "0.5.7", | ||
"main": "./dist/cjs/index.js", | ||
@@ -23,3 +23,3 @@ "module": "./dist/mjs/index.js", | ||
"dependencies": { | ||
"makeup-expander": "^0.11.4", | ||
"makeup-expander": "^0.11.5", | ||
"makeup-listbox": "^0.4.5" | ||
@@ -36,3 +36,3 @@ }, | ||
], | ||
"gitHead": "66ba8f5998b1d9364dc4c8cc56663e8e517ed289" | ||
"gitHead": "db2e3ea8dbeddb9b729c1ea89abf82a488bd4ab5" | ||
} |
17714
376
Updatedmakeup-expander@^0.11.5