@wistia/vhs 2.75.3-beta.46fe5d8d.ff26306 → 2.75.3-beta.4c7e8b0a.3e65187

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.46fe5d8d.ff26306
3
+ * @license @wistia/vhs v2.75.3-beta.4c7e8b0a.3e65187
4
4
  *
5
5
  * Copyright (c) 2021-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -185,7 +185,7 @@
185
185
  outline: thin dotted #999999;
186
186
  }
187
187
 
188
- &[aria-disabled] {
188
+ &[aria-disabled='true'] {
189
189
  cursor: not-allowed;
190
190
  }
191
191
  `,Mx=Xe.css`
@@ -205,11 +205,11 @@
205
205
  ${kx}
206
206
  }
207
207
 
208
- &:hover:not([aria-disabled]) {
208
+ &:hover:not([aria-disabled='true']) {
209
209
  ${Mx}
210
210
  }
211
211
 
212
- &:active:not([aria-disabled]) {
212
+ &:active:not([aria-disabled='true']) {
213
213
  ${Ix}
214
214
  }
215
215
  `,Nx=Xe.css`
@@ -229,11 +229,11 @@
229
229
  ${Lx}
230
230
  }
231
231
 
232
- &:hover:not([aria-disabled]) {
232
+ &:hover:not([aria-disabled='true']) {
233
233
  ${Nx}
234
234
  }
235
235
 
236
- &:active:not([aria-disabled]) {
236
+ &:active:not([aria-disabled='true']) {
237
237
  ${Vx}
238
238
  }
239
239
  `,$x=Xe.css`
@@ -254,11 +254,11 @@
254
254
  ${Gx}
255
255
  }
256
256
 
257
- &:hover:not([aria-disabled]) {
257
+ &:hover:not([aria-disabled='true']) {
258
258
  ${$x}
259
259
  }
260
260
 
261
- &:active:not([aria-disabled]) {
261
+ &:active:not([aria-disabled='true']) {
262
262
  ${zx}
263
263
  }
264
264
  `,mL=Xe.css`
@@ -293,7 +293,7 @@
293
293
  outline: none;
294
294
  }
295
295
 
296
- &[aria-disabled] {
296
+ &[aria-disabled='true'] {
297
297
  ${Og}
298
298
  }
299
299