@imj_media/ui 1.0.72 → 1.0.73
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.esm.js
CHANGED
|
@@ -23817,14 +23817,15 @@ const mo = (t) => {
|
|
|
23817
23817
|
ref: N1,
|
|
23818
23818
|
id: V1,
|
|
23819
23819
|
"data-dropdown-id": V1,
|
|
23820
|
+
"data-dropdown-portal": "true",
|
|
23820
23821
|
style: {
|
|
23821
23822
|
position: s1.position,
|
|
23822
23823
|
top: s1.top,
|
|
23823
23824
|
left: s1.left,
|
|
23824
23825
|
width: s1.width,
|
|
23825
|
-
|
|
23826
|
+
"--dropdown-z-index": s1.zIndex
|
|
23826
23827
|
},
|
|
23827
|
-
className: `py-2 ui-min-w-fit ui-overflow-hidden ui-rounded-sm ui-border ui-border-neutral-200 ui-bg-white ui-shadow-lg ${Y}`,
|
|
23828
|
+
className: `ui-dropdown-portal py-2 ui-min-w-fit ui-overflow-hidden ui-rounded-sm ui-border ui-border-neutral-200 ui-bg-white ui-shadow-lg ${Y}`,
|
|
23828
23829
|
onClick: (K) => K.stopPropagation(),
|
|
23829
23830
|
children: [
|
|
23830
23831
|
/* @__PURE__ */ i("div", { children: b && /* @__PURE__ */ i("div", { className: "ui-p-2", onClick: (K) => K.stopPropagation(), children: /* @__PURE__ */ i(
|