mayak-common-library 0.0.76 → 0.0.77
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
|
@@ -377,7 +377,7 @@ var SelectPro = ({
|
|
|
377
377
|
btn ? /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
|
|
378
378
|
import_material4.Paper,
|
|
379
379
|
{
|
|
380
|
-
className: `select absolute ${open ? "select--open" : "select--close"} z-50 rounded-none shadow-none ${intermediateChild ? "mt-[1px]" : "m-0"}${fullContainerWidth ? "right-0" : "right-auto"}${overButton ? "top-0" : "top-auto"}${freeChildWidth ? "w-fit" : !fullContainerWidth && btn ? `w-[${btn.offsetWidth}]` : "w-[115%]"}`,
|
|
380
|
+
className: `select absolute ${open ? "select--open" : "select--close"} z-50 rounded-none shadow-none ${intermediateChild ? "mt-[1px]" : "m-0"}${fullContainerWidth ? "right-0" : "right-auto"}${overButton ? "!top-0" : "top-auto"}${freeChildWidth ? "w-fit" : !fullContainerWidth && btn ? `w-[${btn.offsetWidth}]` : "!w-[115%] sm:!w-full"}`,
|
|
381
381
|
children: [
|
|
382
382
|
intermediateChild ? intermediateChild : null,
|
|
383
383
|
/* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(import_material4.Box, { className: `flex flex-col py-3 px-4 gap-2 shadow-sm`, children: [
|
package/dist/index.mjs
CHANGED
|
@@ -318,7 +318,7 @@ var SelectPro = ({
|
|
|
318
318
|
btn ? /* @__PURE__ */ jsxs3(
|
|
319
319
|
Paper,
|
|
320
320
|
{
|
|
321
|
-
className: `select absolute ${open ? "select--open" : "select--close"} z-50 rounded-none shadow-none ${intermediateChild ? "mt-[1px]" : "m-0"}${fullContainerWidth ? "right-0" : "right-auto"}${overButton ? "top-0" : "top-auto"}${freeChildWidth ? "w-fit" : !fullContainerWidth && btn ? `w-[${btn.offsetWidth}]` : "w-[115%]"}`,
|
|
321
|
+
className: `select absolute ${open ? "select--open" : "select--close"} z-50 rounded-none shadow-none ${intermediateChild ? "mt-[1px]" : "m-0"}${fullContainerWidth ? "right-0" : "right-auto"}${overButton ? "!top-0" : "top-auto"}${freeChildWidth ? "w-fit" : !fullContainerWidth && btn ? `w-[${btn.offsetWidth}]` : "!w-[115%] sm:!w-full"}`,
|
|
322
322
|
children: [
|
|
323
323
|
intermediateChild ? intermediateChild : null,
|
|
324
324
|
/* @__PURE__ */ jsxs3(Box, { className: `flex flex-col py-3 px-4 gap-2 shadow-sm`, children: [
|