mayak-common-library 0.0.103 → 0.0.104

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 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-50 rounded-none shadow-none ${intermediateChild ? "mt-[1px]" : "m-0"}`,
422
+ className: `absolute select ${open ? `${reverseAnimation ? "select--open-reverse" : "select--open"}` : `${reverseAnimation ? "select--close-reverse" : "select--close"}`} z-[100000] 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-50 rounded-none shadow-none ${intermediateChild ? "mt-[1px]" : "m-0"}`,
363
+ className: `absolute select ${open ? `${reverseAnimation ? "select--open-reverse" : "select--open"}` : `${reverseAnimation ? "select--close-reverse" : "select--close"}`} z-[100000] rounded-none shadow-none ${intermediateChild ? "mt-[1px]" : "m-0"}`,
364
364
  children: [
365
365
  intermediateChild ? intermediateChild : null,
366
366
  /* @__PURE__ */ jsxs3(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mayak-common-library",
3
- "version": "0.0.103",
3
+ "version": "0.0.104",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",