@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 CHANGED
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/ui v0.18.0-beta.7c09bb1c.bb65223
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
  *
@@ -14210,8 +14210,11 @@ var import_react63 = require("react");
14210
14210
  var import_jsx_runtime276 = require("react/jsx-runtime");
14211
14211
  var StyledInput = (0, import_styled_components81.styled)(Input)`
14212
14212
  &:not([rows]) {
14213
- height: unset !important;
14214
- min-height: unset !important;
14213
+ min-height: unset;
14214
+ }
14215
+
14216
+ &:focus {
14217
+ height: ${({ $height }) => `${$height}px !important`};
14215
14218
  }
14216
14219
 
14217
14220
  && {