@wistia/vhs 4.0.0-beta.932eabd2.412f086 → 4.0.0-beta.9f3e8712.9b94192

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/dist/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/vhs v4.0.0-beta.932eabd2.412f086
3
+ * @license @wistia/vhs v4.0.0-beta.9f3e8712.9b94192
4
4
  *
5
5
  * Copyright (c) 2021-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -13816,7 +13816,7 @@ var ThumbnailCollageContainer = import_styled_components80.styled.div`
13816
13816
  grid-template-columns: 3fr 2fr;
13817
13817
  grid-template-rows: 1fr 1fr;
13818
13818
  width: 100%;
13819
- grid-gap: ${({ theme: theme2 }) => theme2.spacing.space01};
13819
+ gap: ${({ theme: theme2 }) => theme2.spacing.space01};
13820
13820
  height: 100%;
13821
13821
  `;
13822
13822
  var CollageImage2 = import_styled_components80.styled.div`