@factoringplus/pl-components-pack-v3 1.2.32-pre-06 → 1.2.32-pre-07
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.
@@ -24800,7 +24800,7 @@ const Zr = /* @__PURE__ */ ue({
|
|
24800
24800
|
$ = L ? `${re - I - 10}px` : F ? "10px" : `${_.right - O - 16}px`, k = `${_.top - j - 4}px`;
|
24801
24801
|
break;
|
24802
24802
|
case "bottom-right":
|
24803
|
-
$ =
|
24803
|
+
$ = window.innerWidth - _.left < 10 ? `${re - I - 10}px` : F ? "10px" : `${_.left + O - I + 16}px`, k = `${_.top + P + 4}px`;
|
24804
24804
|
break;
|
24805
24805
|
case "bottom":
|
24806
24806
|
$ = F ? `${re - I - 10}px` : L ? "10px" : `${_.left + O / 2 - I / 2}px`, k = `${_.top + P + 4}px`;
|