@wistia/ui 0.19.4-beta.f1cb127a.5b77dee → 0.19.4-beta.feb024a4.a780da0
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 +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +22 -25
package/dist/index.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.19.4-beta.
|
|
3
|
+
* @license @wistia/ui v0.19.4-beta.feb024a4.a780da0
|
|
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
|
}
|