@getflip/swirl-components 0.173.1 → 0.173.2

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.
package/components.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2024-03-21T10:36:13",
2
+ "timestamp": "2024-03-21T11:58:01",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "3.3.1",
@@ -148,6 +148,7 @@ const SwirlLightbox = class {
148
148
  setTimeout(() => {
149
149
  this.modal.hide();
150
150
  this.resetImageZoom();
151
+ this.stopAllMediaPlayers();
151
152
  this.closing = false;
152
153
  }, 150);
153
154
  }