@cfpb/cfpb-expandables
Advanced tools
Comparing version 0.27.2 to 0.27.3
{ | ||
"name": "@cfpb/cfpb-expandables", | ||
"version": "0.27.2", | ||
"version": "0.27.3", | ||
"description": "Design System expandables", | ||
@@ -12,5 +12,5 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"@cfpb/cfpb-atomic-component": "^0.27.0", | ||
"@cfpb/cfpb-core": "^0.27.2", | ||
"@cfpb/cfpb-icons": "^0.27.0" | ||
"@cfpb/cfpb-atomic-component": "^0.27.3", | ||
"@cfpb/cfpb-core": "^0.27.3", | ||
"@cfpb/cfpb-icons": "^0.27.3" | ||
}, | ||
@@ -20,4 +20,4 @@ "keywords": [ | ||
], | ||
"gitHead": "a63d4a93dc32a334cd4c1c66f564f8873a06a229", | ||
"gitHead": "ba99ae894faa370a8f0849b99ad3e315c73c06ad", | ||
"type": "module" | ||
} |
@@ -69,3 +69,3 @@ /* ========================================================================== | ||
_transition.maxHeightZero, | ||
_transition.maxHeightDefault | ||
_transition.maxHeightDefault, | ||
); | ||
@@ -72,0 +72,0 @@ |
@@ -75,3 +75,3 @@ /* ========================================================================== | ||
Expandable, | ||
expandableGroupDom | ||
expandableGroupDom, | ||
); | ||
@@ -78,0 +78,0 @@ const expandableGroup = new ExpandableGroup(expandableGroupDom); |
@@ -67,3 +67,3 @@ /* eslint-disable no-use-before-define */ | ||
? MaxHeightTransition.CLASSES.MH_SUMMARY | ||
: MaxHeightTransition.CLASSES.MH_DEFAULT | ||
: MaxHeightTransition.CLASSES.MH_DEFAULT, | ||
); | ||
@@ -73,3 +73,3 @@ _flyout.setTransition( | ||
_transition.maxHeightSummary, | ||
_transition.maxHeightDefault | ||
_transition.maxHeightDefault, | ||
); | ||
@@ -76,0 +76,0 @@ _flyout.addEventListener('triggerclick', _triggerClickHandler); |
@@ -61,3 +61,3 @@ /* eslint-disable no-use-before-define */ | ||
_transition.maxHeightSummary, | ||
_transition.maxHeightDefault | ||
_transition.maxHeightDefault, | ||
); | ||
@@ -64,0 +64,0 @@ _flyout.init(); |
57952
Updated@cfpb/cfpb-core@^0.27.3
Updated@cfpb/cfpb-icons@^0.27.3