componenteszw-package 1.0.34 → 1.0.35
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.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2311,7 +2311,7 @@ var ot = ({ options: e, multiple: t = !1, placeholder: n = "Select...", label: r
|
|
|
2311
2311
|
};
|
|
2312
2312
|
return document.addEventListener("mousedown", e), () => document.removeEventListener("mousedown", e);
|
|
2313
2313
|
}, []), /* @__PURE__ */ u("div", {
|
|
2314
|
-
className: Q("w-[300px] text-sm", p),
|
|
2314
|
+
className: Q("w-[300px] text-sm relative", p),
|
|
2315
2315
|
ref: w,
|
|
2316
2316
|
children: [
|
|
2317
2317
|
r && /* @__PURE__ */ u("label", {
|
|
@@ -2356,7 +2356,7 @@ var ot = ({ options: e, multiple: t = !1, placeholder: n = "Select...", label: r
|
|
|
2356
2356
|
})]
|
|
2357
2357
|
}),
|
|
2358
2358
|
b && /* @__PURE__ */ u("div", {
|
|
2359
|
-
className: Q("border rounded-lg mt-2 p-2 bg-white shadow", h),
|
|
2359
|
+
className: Q("border rounded-lg mt-2 p-2 bg-white shadow absolute w-full z-50", h),
|
|
2360
2360
|
children: [/* @__PURE__ */ l("input", {
|
|
2361
2361
|
type: "text",
|
|
2362
2362
|
placeholder: "Buscar...",
|