@wistia/ui 0.6.22-beta.4a9bd6c4.abe6245 → 0.6.22

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.6.22-beta.4a9bd6c4.abe6245
3
+ * @license @wistia/ui v0.6.22
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -9227,13 +9227,12 @@ var ErrorMessages = ({ errors, id }) => {
9227
9227
  };
9228
9228
  var FormField = ({
9229
9229
  children,
9230
- description,
9231
- error,
9232
- id,
9233
9230
  label,
9234
- labelPosition,
9235
9231
  name,
9232
+ error,
9236
9233
  value,
9234
+ labelPosition,
9235
+ id,
9237
9236
  ...props
9238
9237
  }) => {
9239
9238
  const formState = (0, import_react31.useContext)(FormContext);
@@ -9280,7 +9279,6 @@ var FormField = ({
9280
9279
  "data-label-position": labelPosition ?? formState.labelPosition,
9281
9280
  children: [
9282
9281
  !isIntegratedLabel && /* @__PURE__ */ (0, import_jsx_runtime221.jsx)(Label, { htmlFor: computedId, children: label }),
9283
- /* @__PURE__ */ (0, import_jsx_runtime221.jsx)(FormControlLabelDescription, { children: description }),
9284
9282
  (0, import_react31.cloneElement)(children, childProps),
9285
9283
  (0, import_type_guards29.isNotNil)(computedError) ? /* @__PURE__ */ (0, import_jsx_runtime221.jsxs)(import_jsx_runtime221.Fragment, { children: [
9286
9284
  /* @__PURE__ */ (0, import_jsx_runtime221.jsx)("div", {}),