@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.cjs 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
  *
@@ -8596,7 +8596,7 @@ var StyledInputContainer = import_styled_components44.default.div`
8596
8596
  `;
8597
8597
  var Input = (0, import_react23.forwardRef)(
8598
8598
  ({
8599
- fullWidth = false,
8599
+ fullWidth = true,
8600
8600
  monospace = false,
8601
8601
  type = "text",
8602
8602
  autoSelect = false,