@oicl/openbridge-webcomponents 2.0.0-next.100 → 2.0.0-next.101

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.
@@ -50392,10 +50392,10 @@ let ObcAlertList = class extends i$4 {
50392
50392
  }
50393
50393
  handleElementsChange() {
50394
50394
  this.mutationObserver?.takeRecords();
50395
+ this.updateEmpty();
50395
50396
  if (!this.checkVisibility()) {
50396
50397
  return;
50397
50398
  }
50398
- this.updateEmpty();
50399
50399
  const elements = this.getAlertItems();
50400
50400
  const oldElementTop = new Map(this.oldElementTop);
50401
50401
  requestAnimationFrame(() => {