@namba_one/ui-kit-2 1.0.205 → 1.0.206
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.es.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -8237,7 +8237,7 @@ function Cu({
|
|
|
8237
8237
|
parentElementRect: r
|
|
8238
8238
|
}) {
|
|
8239
8239
|
const o = r.left - (n.width - r.width) / 2 + t, s = o > 0 && o + n.width < window.innerWidth;
|
|
8240
|
-
return e || s ? o : (window.innerWidth - n.width) / 2 + t;
|
|
8240
|
+
return console.log(s), e || s ? o : (window.innerWidth - n.width) / 2 + t;
|
|
8241
8241
|
}
|
|
8242
8242
|
function i_({
|
|
8243
8243
|
isCanPositionRight: n,
|