mayak-common-library 0.0.104 → 0.0.105
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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -419,7 +419,7 @@ var SelectPro = ({
|
|
|
419
419
|
width: freeChildWidth ? "fit-content" : !fullContainerWidth && btn ? btn.offsetWidth : "115%"
|
|
420
420
|
}
|
|
421
421
|
}, paperSx),
|
|
422
|
-
className: `absolute select ${open ? `${reverseAnimation ? "select--open-reverse" : "select--open"}` : `${reverseAnimation ? "select--close-reverse" : "select--close"}`} z-
|
|
422
|
+
className: `absolute select ${open ? `${reverseAnimation ? "select--open-reverse" : "select--open"}` : `${reverseAnimation ? "select--close-reverse" : "select--close"}`} z-50 rounded-none shadow-none ${intermediateChild ? "mt-[1px]" : "m-0"}`,
|
|
423
423
|
children: [
|
|
424
424
|
intermediateChild ? intermediateChild : null,
|
|
425
425
|
/* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
|
package/dist/index.mjs
CHANGED
|
@@ -360,7 +360,7 @@ var SelectPro = ({
|
|
|
360
360
|
width: freeChildWidth ? "fit-content" : !fullContainerWidth && btn ? btn.offsetWidth : "115%"
|
|
361
361
|
}
|
|
362
362
|
}, paperSx),
|
|
363
|
-
className: `absolute select ${open ? `${reverseAnimation ? "select--open-reverse" : "select--open"}` : `${reverseAnimation ? "select--close-reverse" : "select--close"}`} z-
|
|
363
|
+
className: `absolute select ${open ? `${reverseAnimation ? "select--open-reverse" : "select--open"}` : `${reverseAnimation ? "select--close-reverse" : "select--close"}`} z-50 rounded-none shadow-none ${intermediateChild ? "mt-[1px]" : "m-0"}`,
|
|
364
364
|
children: [
|
|
365
365
|
intermediateChild ? intermediateChild : null,
|
|
366
366
|
/* @__PURE__ */ jsxs3(
|