@wistia/ui 0.6.18 → 0.6.19

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 @wistia/ui v0.6.18
3
+ * @license @wistia/ui v0.6.19
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -8485,7 +8485,7 @@ var StyledInputContainer = styled28.div`
8485
8485
  `;
8486
8486
  var Input = forwardRef9(
8487
8487
  ({
8488
- fullWidth = false,
8488
+ fullWidth = true,
8489
8489
  monospace = false,
8490
8490
  type = "text",
8491
8491
  autoSelect = false,