mayak-common-library 0.0.86 → 0.0.87
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
|
@@ -391,7 +391,7 @@ var SelectPro = ({
|
|
|
391
391
|
width: freeChildWidth ? "fit-content" : !fullContainerWidth && btn ? btn.offsetWidth : "115%"
|
|
392
392
|
}
|
|
393
393
|
}, paperSx),
|
|
394
|
-
className: `absolute select ${open ? `${reverseAnimation ? "select--open-reverse" : "select--open
|
|
394
|
+
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"}`,
|
|
395
395
|
children: [
|
|
396
396
|
intermediateChild ? intermediateChild : null,
|
|
397
397
|
/* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
|
package/dist/index.mjs
CHANGED
|
@@ -332,7 +332,7 @@ var SelectPro = ({
|
|
|
332
332
|
width: freeChildWidth ? "fit-content" : !fullContainerWidth && btn ? btn.offsetWidth : "115%"
|
|
333
333
|
}
|
|
334
334
|
}, paperSx),
|
|
335
|
-
className: `absolute select ${open ? `${reverseAnimation ? "select--open-reverse" : "select--open
|
|
335
|
+
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"}`,
|
|
336
336
|
children: [
|
|
337
337
|
intermediateChild ? intermediateChild : null,
|
|
338
338
|
/* @__PURE__ */ jsxs3(
|