@wistia/ui 0.15.12-beta.b27f1407.ee5496a → 0.15.12

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.15.12-beta.b27f1407.ee5496a
3
+ * @license @wistia/ui v0.15.12
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -11807,7 +11807,6 @@ var Input = (0, import_react47.forwardRef)(
11807
11807
  autoSelect = false,
11808
11808
  leftIcon,
11809
11809
  rightIcon,
11810
- className,
11811
11810
  ...props
11812
11811
  }, externalRef) => {
11813
11812
  const internalRef = (0, import_react47.useRef)(null);
@@ -11844,7 +11843,6 @@ var Input = (0, import_react47.forwardRef)(
11844
11843
  {
11845
11844
  $fullWidth: fullWidth,
11846
11845
  $monospace: monospace,
11847
- className,
11848
11846
  "data-wui-input-container": true,
11849
11847
  children: [
11850
11848
  leftIconToDisplay ?? null,