@cfpb/cfpb-expandables
Advanced tools
Comparing version 0.21.8 to 0.21.9
{ | ||
"name": "@cfpb/cfpb-expandables", | ||
"version": "0.21.8", | ||
"version": "0.21.9", | ||
"description": "Design System expandables", | ||
@@ -12,3 +12,3 @@ "main": "src/cfpb-expandables.js", | ||
"dependencies": { | ||
"@cfpb/cfpb-atomic-component": "^0.21.6", | ||
"@cfpb/cfpb-atomic-component": "^0.21.9", | ||
"@cfpb/cfpb-core": "^0.21.0", | ||
@@ -20,4 +20,4 @@ "@cfpb/cfpb-icons": "^0.21.0" | ||
], | ||
"gitHead": "00c72c8f85f7841c22ab3935d97ac4b3ad6bf644", | ||
"gitHead": "65a92d43e0eddb171684e512f6cf8fad6d28d8fd", | ||
"type": "module" | ||
} |
@@ -63,3 +63,3 @@ /* eslint-disable no-use-before-define */ | ||
_flyout = new FlyoutMenu(_dom); | ||
_flyout = new FlyoutMenu(_dom, false); | ||
_transition = new MaxHeightTransition(_contentDom); | ||
@@ -66,0 +66,0 @@ _transition.init( |
60278