@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.mjs 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 @@ var vO=Object.create;var Su=Object.defineProperty;var yO=Object.getOwnPropertyDe
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
  `,Eb=tt`
@@ -205,11 +205,11 @@ var vO=Object.create;var Su=Object.defineProperty;var yO=Object.getOwnPropertyDe
205
205
  ${Tb}
206
206
  }
207
207
 
208
- &:hover:not([aria-disabled]) {
208
+ &:hover:not([aria-disabled='true']) {
209
209
  ${Eb}
210
210
  }
211
211
 
212
- &:active:not([aria-disabled]) {
212
+ &:active:not([aria-disabled='true']) {
213
213
  ${Pb}
214
214
  }
215
215
  `,Ab=tt`
@@ -229,11 +229,11 @@ var vO=Object.create;var Su=Object.defineProperty;var yO=Object.getOwnPropertyDe
229
229
  ${Fb}
230
230
  }
231
231
 
232
- &:hover:not([aria-disabled]) {
232
+ &:hover:not([aria-disabled='true']) {
233
233
  ${Ab}
234
234
  }
235
235
 
236
- &:active:not([aria-disabled]) {
236
+ &:active:not([aria-disabled='true']) {
237
237
  ${Rb}
238
238
  }
239
239
  `,Bb=tt`
@@ -254,11 +254,11 @@ var vO=Object.create;var Su=Object.defineProperty;var yO=Object.getOwnPropertyDe
254
254
  ${Mb}
255
255
  }
256
256
 
257
- &:hover:not([aria-disabled]) {
257
+ &:hover:not([aria-disabled='true']) {
258
258
  ${Bb}
259
259
  }
260
260
 
261
- &:active:not([aria-disabled]) {
261
+ &:active:not([aria-disabled='true']) {
262
262
  ${Ob}
263
263
  }
264
264
  `,PV=tt`
@@ -293,7 +293,7 @@ var vO=Object.create;var Su=Object.defineProperty;var yO=Object.getOwnPropertyDe
293
293
  outline: none;
294
294
  }
295
295
 
296
- &[aria-disabled] {
296
+ &[aria-disabled='true'] {
297
297
  ${a0}
298
298
  }
299
299