@wistia/vhs 2.53.0-beta.cea87dc9.5574433 → 2.53.0-beta.f0f0e5e9.356ba02

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 VHS v2.53.0-beta.cea87dc9.5574433
3
+ * @license VHS v2.53.0-beta.f0f0e5e9.356ba02
4
4
  *
5
5
  * Copyright (c) 2021-2024, Wistia, Inc. and its affiliates.
6
6
  *
@@ -298,7 +298,7 @@ var CF=Object.create;var nl=Object.defineProperty;var xF=Object.getOwnPropertyDe
298
298
  background: white;
299
299
  border-left-color: ${({accentColor:e})=>e};
300
300
  border-left-style: solid;
301
- border-left-width: 8px; /* accent border */
301
+ border-left-width: 8px; // accent border
302
302
  box-shadow: ${({theme:e})=>e.shadow.elevation2};
303
303
  display: flex;
304
304
  gap: ${({theme:e})=>e.spacing.space04};