@wistia/ui 0.18.0-beta.487a02f2.5478196 → 0.18.0-beta.613e8e53.b4159b2

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.18.0-beta.487a02f2.5478196
3
+ * @license @wistia/ui v0.18.0-beta.613e8e53.b4159b2
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -15020,7 +15020,9 @@ var FormField = ({
15020
15020
  StyledFormField,
15021
15021
  {
15022
15022
  ...props,
15023
+ "aria-labelledby": computedId,
15023
15024
  "data-label-position": labelPosition ?? formState.labelPosition,
15025
+ role: "group",
15024
15026
  children: [
15025
15027
  !isIntegratedLabel && /* @__PURE__ */ (0, import_jsx_runtime283.jsx)(
15026
15028
  Label,