@wistia/ui 0.18.0-beta.7c09bb1c.bb65223 → 0.18.0-beta.852523a6.1e31df4
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 +6 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +6 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.18.0-beta.
|
|
3
|
+
* @license @wistia/ui v0.18.0-beta.852523a6.1e31df4
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -14060,8 +14060,11 @@ import { useState as useState18, useRef as useRef16 } from "react";
|
|
|
14060
14060
|
import { Fragment as Fragment8, jsx as jsx276, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
14061
14061
|
var StyledInput = styled62(Input)`
|
|
14062
14062
|
&:not([rows]) {
|
|
14063
|
-
height: unset
|
|
14064
|
-
|
|
14063
|
+
min-height: unset;
|
|
14064
|
+
}
|
|
14065
|
+
|
|
14066
|
+
&:focus {
|
|
14067
|
+
height: ${({ $height }) => `${$height}px !important`};
|
|
14065
14068
|
}
|
|
14066
14069
|
|
|
14067
14070
|
&& {
|