gd-bs 6.8.1 → 6.8.3

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.
@@ -360,6 +360,8 @@ var _FloatingUI = /** @class */ (function () {
360
360
  enumerable: false,
361
361
  configurable: true
362
362
  });
363
+ // Refreshes the position of the floating ui
364
+ _FloatingUI.prototype.refreshPosition = function () { this.refresh(); };
363
365
  // Shows the content
364
366
  _FloatingUI.prototype.show = function () {
365
367
  // Append it to the document