gd-bs 6.2.7 → 6.2.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.
@@ -239,6 +239,7 @@ var _Popover = /** @class */ (function (_super) {
239
239
  }
240
240
  // Create the popover content element
241
241
  this._elContent = document.createElement("div");
242
+ this._elContent.classList.add("popover");
242
243
  this._elContent.classList.add("popover-content");
243
244
  this._elContent.innerHTML = '<div class="popover-header"></div><div class="popover-body"></div>';
244
245
  (0, common_1.appendContent)(this._elContent.querySelector(".popover-header"), this.props.title);