ynotsoft-dynamic-form 1.0.84 → 1.0.85
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/dynamic-form.js +2 -15
- package/dist/dynamic-form.umd.cjs +32 -32
- package/dist/index.css +1 -1
- package/package.json +1 -1
package/dist/dynamic-form.js
CHANGED
|
@@ -5039,10 +5039,7 @@ function dm({
|
|
|
5039
5039
|
"aria-invalid": !!o,
|
|
5040
5040
|
"aria-describedby": o ? y : void 0,
|
|
5041
5041
|
children: [
|
|
5042
|
-
/* @__PURE__ */
|
|
5043
|
-
e.label,
|
|
5044
|
-
e.required && /* @__PURE__ */ u("span", { className: "text-destructive ml-1", children: "*" })
|
|
5045
|
-
] }),
|
|
5042
|
+
/* @__PURE__ */ u("legend", { className: "sr-only", children: e.label }),
|
|
5046
5043
|
/* @__PURE__ */ u(
|
|
5047
5044
|
"div",
|
|
5048
5045
|
{
|
|
@@ -10620,17 +10617,7 @@ function hg({
|
|
|
10620
10617
|
"aria-labelledby": `${e.name}-legend`,
|
|
10621
10618
|
"aria-describedby": o ? C : void 0,
|
|
10622
10619
|
children: [
|
|
10623
|
-
/* @__PURE__ */
|
|
10624
|
-
"legend",
|
|
10625
|
-
{
|
|
10626
|
-
id: `${e.name}-legend`,
|
|
10627
|
-
className: "text-sm font-medium leading-none mb-4",
|
|
10628
|
-
children: [
|
|
10629
|
-
e.label,
|
|
10630
|
-
e.required && /* @__PURE__ */ u("span", { className: "text-destructive ml-1", children: "*" })
|
|
10631
|
-
]
|
|
10632
|
-
}
|
|
10633
|
-
),
|
|
10620
|
+
/* @__PURE__ */ u("legend", { className: "sr-only", children: e.label }),
|
|
10634
10621
|
/* @__PURE__ */ u(
|
|
10635
10622
|
pg,
|
|
10636
10623
|
{
|