@cfpb/cfpb-expandables
Advanced tools
Comparing version 0.21.7 to 0.21.8
{ | ||
"name": "@cfpb/cfpb-expandables", | ||
"version": "0.21.7", | ||
"version": "0.21.8", | ||
"description": "Design System expandables", | ||
@@ -19,4 +19,4 @@ "main": "src/cfpb-expandables.js", | ||
], | ||
"gitHead": "c2388caf3b8139993afaf8f7a61bfeb0eea85eb2", | ||
"gitHead": "00c72c8f85f7841c22ab3935d97ac4b3ad6bf644", | ||
"type": "module" | ||
} |
@@ -96,2 +96,5 @@ /* eslint-disable no-use-before-define */ | ||
/** | ||
* Handling tabbing into the content area that is hidden. | ||
* If the focus goes onto a focusable element within the content area, | ||
* we'll act like the summary expansion button was clicked. | ||
* | ||
@@ -98,0 +101,0 @@ * @param {Event} evt - The focus event. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
60271
447