@wistia/vhs 2.75.3-beta.5fe7a71c.5c837e5 → 2.75.3-beta.68b82131.fc8aa74

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 v2.75.3-beta.5fe7a71c.5c837e5
3
+ * @license @wistia/vhs v2.75.3-beta.68b82131.fc8aa74
4
4
  *
5
5
  * Copyright (c) 2021-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -2933,12 +2933,12 @@
2933
2933
  background-size: cover;
2934
2934
  min-width: 100px;
2935
2935
 
2936
- :nth-child(1) {
2936
+ &:nth-child(1) {
2937
2937
  grid-column: 1;
2938
2938
  grid-row: 1 / 3;
2939
2939
  }
2940
2940
 
2941
- :nth-child(2) {
2941
+ &:nth-child(2) {
2942
2942
  grid-column: 2;
2943
2943
  ${({total:e})=>e===2&&"grid-row: 1 / 3;"}
2944
2944
  }
@@ -2956,17 +2956,17 @@
2956
2956
  background-size: cover;
2957
2957
  border-radius: 8px;
2958
2958
 
2959
- :nth-child(1) {
2959
+ &:nth-child(1) {
2960
2960
  grid-column: 1;
2961
2961
  grid-row: 1 / 3;
2962
2962
  }
2963
2963
 
2964
- :only-child {
2964
+ &:only-child {
2965
2965
  grid-column: 1 / 3;
2966
2966
  grid-row: 1 / 3;
2967
2967
  }
2968
2968
 
2969
- :nth-child(2) {
2969
+ &:nth-child(2) {
2970
2970
  grid-column: 2;
2971
2971
 
2972
2972
  &:last-child {