@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.cjs
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
|
*
|
|
@@ -15020,9 +15020,7 @@ var FormField = ({
|
|
|
15020
15020
|
StyledFormField,
|
|
15021
15021
|
{
|
|
15022
15022
|
...props,
|
|
15023
|
-
"aria-labelledby": computedId,
|
|
15024
15023
|
"data-label-position": labelPosition ?? formState.labelPosition,
|
|
15025
|
-
role: "group",
|
|
15026
15024
|
children: [
|
|
15027
15025
|
!isIntegratedLabel && /* @__PURE__ */ (0, import_jsx_runtime283.jsx)(
|
|
15028
15026
|
Label,
|