@wistia/ui 0.18.0-beta.9dd31b7e.fa98d59 → 0.18.0-beta.b72a6689.644eb3c

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.9dd31b7e.fa98d59
3
+ * @license @wistia/ui v0.18.0-beta.b72a6689.644eb3c
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -14990,7 +14990,6 @@ var FormField = ({
14990
14990
  id: computedId,
14991
14991
  label: isIntegratedLabel ? label : void 0,
14992
14992
  "aria-describedby": ariaDescribedby,
14993
- "aria-invalid": (0, import_type_guards49.isNotNil)(computedError),
14994
14993
  ...props
14995
14994
  };
14996
14995
  if ((0, import_type_guards49.isUndefined)(value) && (0, import_type_guards49.isNotUndefined)(defaultValue)) {
@@ -15012,7 +15011,8 @@ var FormField = ({
15012
15011
  childProps = {
15013
15012
  ...childProps,
15014
15013
  name: computedName,
15015
- onChange: handleChange
15014
+ onChange: handleChange,
15015
+ "aria-invalid": (0, import_type_guards49.isNotNil)(error)
15016
15016
  };
15017
15017
  }
15018
15018
  import_react73.Children.only(children);