@wistia/ui 0.19.4-beta.3c56092c.db889dd → 0.19.4-beta.66ae06f7.a9d362a

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/ui v0.19.4-beta.3c56092c.db889dd
3
+ * @license @wistia/ui v0.19.4-beta.66ae06f7.a9d362a
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -222,6 +222,7 @@ var globalStyleAdjustmentsCss = import_styled_components.css`
222
222
  -webkit-tap-highlight-color: rgb(0 0 0 / 0%); /* 2 */
223
223
  -moz-text-size-adjust: none; /* 3 */
224
224
  -webkit-text-size-adjust: none;
225
+ /* stylelint-disable-next-line plugin/use-baseline */
225
226
  text-size-adjust: none;
226
227
  height: -webkit-fill-available; /* 4 */
227
228
  }