@brightspace-ui/core 2.172.0 → 2.172.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -171,6 +171,7 @@ class DropdownMenu extends ThemeMixin(DropdownContentMixin(LitElement)) {
171
171
  return;
172
172
  }
173
173
  this._initializingHeight = true;
174
+ this._closeRadio = false;
174
175
 
175
176
  const menu = this.__getMenuElement();
176
177
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "2.172.0",
3
+ "version": "2.172.1",
4
4
  "description": "A collection of accessible, free, open-source web components for building Brightspace applications",
5
5
  "type": "module",
6
6
  "repository": "https://github.com/BrightspaceUI/core.git",