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/test.native.js
CHANGED
|
@@ -15364,7 +15364,7 @@ var require_Popper_native = __commonJS({
|
|
|
15364
15364
|
if (primaryPlacement) {
|
|
15365
15365
|
arrowStyle[isVertical ? "width" : "height"] = size2 * 2;
|
|
15366
15366
|
let oppSide = opposites[primaryPlacement];
|
|
15367
|
-
oppSide && (arrowStyle[oppSide] = -size2, innerArrowStyle[oppSide] = size2 / 2),
|
|
15367
|
+
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)(() => {
|
|
15368
15368
|
var _a2;
|
|
15369
15369
|
(_a2 = context.onArrowSize) == null || _a2.call(context, size2);
|
|
15370
15370
|
}, [size2, context.onArrowSize]);
|