@wistia/ui 0.18.0-beta.613e8e53.b4159b2 → 0.18.0-beta.6b0e0e1f.6fda0f8
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 +5 -5
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.18.0-beta.
|
|
3
|
+
* @license @wistia/ui v0.18.0-beta.6b0e0e1f.6fda0f8
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
|
|
6
6
|
*
|
|
@@ -14870,9 +14870,7 @@ var FormField = ({
|
|
|
14870
14870
|
StyledFormField,
|
|
14871
14871
|
{
|
|
14872
14872
|
...props,
|
|
14873
|
-
"aria-labelledby": computedId,
|
|
14874
14873
|
"data-label-position": labelPosition ?? formState.labelPosition,
|
|
14875
|
-
role: "group",
|
|
14876
14874
|
children: [
|
|
14877
14875
|
!isIntegratedLabel && /* @__PURE__ */ jsx283(
|
|
14878
14876
|
Label,
|