@oncehub/ui-react 2.1.2-beta.16 → 2.1.2-beta.17
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/ui-react.es.js
CHANGED
|
@@ -1811,7 +1811,7 @@ const R7 = ({
|
|
|
1811
1811
|
Ge >= ye ? ie = I.bottom : y >= ye ? ie = I.top - ye : Ge >= y ? ie = I.bottom : ie = I.top - ye;
|
|
1812
1812
|
const Q = ke - I.left, $e = I.right;
|
|
1813
1813
|
let _e;
|
|
1814
|
-
Q >= Pe ? _e = I.left : $e >= Pe ? _e = I.right - Pe + 20 : Q >= $e ? _e = Math.max(20, ke - Pe) : _e = Math.max(20, I.right - Pe + 20), ae({
|
|
1814
|
+
Q - 20 >= Pe ? _e = I.left : $e >= Pe ? _e = I.right - Pe + 20 : Q >= $e ? _e = Math.max(20, ke - Pe - 20) : _e = Math.max(20, I.right - Pe + 20), ae({
|
|
1815
1815
|
left: _e,
|
|
1816
1816
|
top: ie
|
|
1817
1817
|
});
|