stratosphere-ui 0.2.3 → 0.2.4
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/stratosphere-ui.js +2 -1
- package/package.json +1 -1
package/dist/stratosphere-ui.js
CHANGED
|
@@ -26927,13 +26927,14 @@ const jP = ({
|
|
|
26927
26927
|
[L.value, N]
|
|
26928
26928
|
);
|
|
26929
26929
|
return /* @__PURE__ */ Mt("div", { className: wn("form-control", r), children: [
|
|
26930
|
-
w !== void 0 ? /* @__PURE__ */ I(js, { isRequired: x, children: w }) : null,
|
|
26930
|
+
w !== void 0 ? /* @__PURE__ */ I(js, { id: `label-${R}`, isRequired: x, children: w }) : null,
|
|
26931
26931
|
/* @__PURE__ */ Mt("div", { className: "relative inline-flex", children: [
|
|
26932
26932
|
d ? /* @__PURE__ */ I("div", { className: "absolute left-0 top-0 z-20 flex h-full items-center pl-2", children: d }) : null,
|
|
26933
26933
|
/* @__PURE__ */ I(
|
|
26934
26934
|
_y,
|
|
26935
26935
|
{
|
|
26936
26936
|
...L,
|
|
26937
|
+
"aria-labelledby": w ? `label-${R}` : void 0,
|
|
26937
26938
|
className: wn("w-full", p),
|
|
26938
26939
|
color: V ?? s ?? "ghost",
|
|
26939
26940
|
name: R,
|