@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 +9 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +9 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
|
-
* @license @wistia/ui v0.15.14-beta.
|
|
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
|
*
|
|
@@ -14837,7 +14837,14 @@ var FormField = ({
|
|
|
14837
14837
|
...props,
|
|
14838
14838
|
"data-label-position": labelPosition ?? formState.labelPosition,
|
|
14839
14839
|
children: [
|
|
14840
|
-
!isIntegratedLabel && /* @__PURE__ */ jsx283(
|
|
14840
|
+
!isIntegratedLabel && /* @__PURE__ */ jsx283(
|
|
14841
|
+
Label,
|
|
14842
|
+
{
|
|
14843
|
+
htmlFor: computedId,
|
|
14844
|
+
required,
|
|
14845
|
+
children: label
|
|
14846
|
+
}
|
|
14847
|
+
),
|
|
14841
14848
|
isNotNil28(description) ? /* @__PURE__ */ jsx283(FormControlLabelDescription, { id: descriptionId, children: description }) : null,
|
|
14842
14849
|
cloneElement8(children, childProps),
|
|
14843
14850
|
isNotNil28(computedError) ? /* @__PURE__ */ jsxs46(Fragment9, { children: [
|