@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 +1 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -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.15.12
|
|
3
|
+
* @license @wistia/ui v0.15.12
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -11633,7 +11633,6 @@ var Input = forwardRef15(
|
|
|
11633
11633
|
autoSelect = false,
|
|
11634
11634
|
leftIcon,
|
|
11635
11635
|
rightIcon,
|
|
11636
|
-
className,
|
|
11637
11636
|
...props
|
|
11638
11637
|
}, externalRef) => {
|
|
11639
11638
|
const internalRef = useRef9(null);
|
|
@@ -11670,7 +11669,6 @@ var Input = forwardRef15(
|
|
|
11670
11669
|
{
|
|
11671
11670
|
$fullWidth: fullWidth,
|
|
11672
11671
|
$monospace: monospace,
|
|
11673
|
-
className,
|
|
11674
11672
|
"data-wui-input-container": true,
|
|
11675
11673
|
children: [
|
|
11676
11674
|
leftIconToDisplay ?? null,
|