@wistia/ui 0.15.14-beta.a458371c.6fd5976 → 0.15.14-beta.e265d8c2.8a1d576

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.14-beta.a458371c.6fd5976
3
+ * @license @wistia/ui v0.15.14-beta.e265d8c2.8a1d576
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -14987,7 +14987,14 @@ var FormField = ({
14987
14987
  ...props,
14988
14988
  "data-label-position": labelPosition ?? formState.labelPosition,
14989
14989
  children: [
14990
- !isIntegratedLabel && /* @__PURE__ */ (0, import_jsx_runtime283.jsx)(Label, { htmlFor: computedId, required, children: label }),
14990
+ !isIntegratedLabel && /* @__PURE__ */ (0, import_jsx_runtime283.jsx)(
14991
+ Label,
14992
+ {
14993
+ htmlFor: computedId,
14994
+ required,
14995
+ children: label
14996
+ }
14997
+ ),
14991
14998
  (0, import_type_guards49.isNotNil)(description) ? /* @__PURE__ */ (0, import_jsx_runtime283.jsx)(FormControlLabelDescription, { id: descriptionId, children: description }) : null,
14992
14999
  (0, import_react73.cloneElement)(children, childProps),
14993
15000
  (0, import_type_guards49.isNotNil)(computedError) ? /* @__PURE__ */ (0, import_jsx_runtime283.jsxs)(import_jsx_runtime283.Fragment, { children: [