@brightspace-ui/core 3.7.0 → 3.7.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.
@@ -561,6 +561,8 @@ export const DialogMixin = superclass => class extends RtlMixin(superclass) {
|
|
561
561
|
await this.updateComplete;
|
562
562
|
this._height = this._getHeight();
|
563
563
|
await this.updateComplete;
|
564
|
+
} else {
|
565
|
+
this._width = 0;
|
564
566
|
}
|
565
567
|
await new Promise(resolve => {
|
566
568
|
requestAnimationFrame(async() => {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@brightspace-ui/core",
|
3
|
-
"version": "3.7.
|
3
|
+
"version": "3.7.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",
|