@brightspace-ui/core 3.38.0 → 3.38.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -287,7 +287,7 @@ class DialogFullscreen extends LocalizeCoreElement(AsyncContainerMixin(DialogMix
|
|
287
287
|
|
288
288
|
willUpdate(changedProperties) {
|
289
289
|
super.willUpdate(changedProperties);
|
290
|
-
|
290
|
+
this._width = Math.max(1170, this.width);
|
291
291
|
}
|
292
292
|
|
293
293
|
_abort() {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@brightspace-ui/core",
|
3
|
-
"version": "3.38.
|
3
|
+
"version": "3.38.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",
|