tamagui 1.89.0 → 1.89.2
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/native.js +1 -1
- package/dist/native.js.map +1 -1
- package/dist/test.native.js +1 -1
- package/dist/test.native.js.map +1 -1
- package/package.json +54 -54
package/dist/native.js
CHANGED
|
@@ -15910,7 +15910,7 @@ var require_Popper_native = __commonJS({
|
|
|
15910
15910
|
if (primaryPlacement) {
|
|
15911
15911
|
arrowStyle[isVertical ? "width" : "height"] = size2 * 2;
|
|
15912
15912
|
let oppSide = opposites[primaryPlacement];
|
|
15913
|
-
oppSide && (arrowStyle[oppSide] = -size2, innerArrowStyle[oppSide] = size2 / 2),
|
|
15913
|
+
oppSide && (arrowStyle[oppSide] = -size2, innerArrowStyle[oppSide] = size2 / 2), (oppSide === "top" || oppSide === "bottom") && (arrowStyle.left = 0), (oppSide === "left" || oppSide === "right") && (arrowStyle.top = 0), (0, import_constants4.useIsomorphicLayoutEffect)(() => {
|
|
15914
15914
|
var _a2;
|
|
15915
15915
|
(_a2 = context.onArrowSize) == null || _a2.call(context, size2);
|
|
15916
15916
|
}, [size2, context.onArrowSize]);
|