@brightspace-ui/core 3.79.7 → 3.79.8

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.
@@ -453,11 +453,11 @@ export const DialogMixin = superclass => class extends RtlMixin(superclass) {
453
453
  if (reduceMotion) await new Promise(resolve => requestAnimationFrame(resolve));
454
454
  else await animPromise;
455
455
 
456
- const flag = window.D2L?.LP?.Web?.UI?.Flags.Flag('GAUD-7397-dialog-resize-updateComplete', true) ?? true;
456
+ const flag = window.D2L?.LP?.Web?.UI?.Flags.Flag('GAUD-7397-dialog-resize-update-complete', true) ?? true;
457
457
  if (flag) {
458
458
  await this.#waitForUpdateComplete();
459
+ await this._updateSize();
459
460
  }
460
- await this._updateSize();
461
461
  /** Dispatched when the dialog is opened */
462
462
  this.dispatchEvent(new CustomEvent(
463
463
  'd2l-dialog-open', { bubbles: true, composed: true }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brightspace-ui/core",
3
- "version": "3.79.7",
3
+ "version": "3.79.8",
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",