tamagui 1.90.3 → 1.90.4

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.
@@ -327,7 +327,7 @@ var require_usePresence_native = __commonJS({
327
327
  null,
328
328
  context
329
329
  ];
330
- var isPresent2 = context.isPresent, onExitComplete = context.onExitComplete, register = context.register, id = (0, import_react2.useId)() || "";
330
+ var id = context.id, isPresent2 = context.isPresent, onExitComplete = context.onExitComplete, register = context.register;
331
331
  (0, import_react2.useEffect)(function() {
332
332
  return register(id);
333
333
  }, []);
@@ -464,8 +464,8 @@ var require_PresenceChild_native = __commonJS({
464
464
  exitVariant,
465
465
  enterVariant,
466
466
  enterExitVariant,
467
- onExitComplete: function(id2) {
468
- presenceChildren.set(id2, !0);
467
+ onExitComplete: function() {
468
+ presenceChildren.set(id, !0);
469
469
  var _iteratorNormalCompletion = !0, _didIteratorError = !1, _iteratorError = void 0;
470
470
  try {
471
471
  for (var _iterator = presenceChildren.values()[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = !0) {
@@ -485,9 +485,9 @@ var require_PresenceChild_native = __commonJS({
485
485
  }
486
486
  onExitComplete == null || onExitComplete();
487
487
  },
488
- register: function(id2) {
489
- return presenceChildren.set(id2, !1), function() {
490
- return presenceChildren.delete(id2);
488
+ register: function() {
489
+ return presenceChildren.set(id, !1), function() {
490
+ return presenceChildren.delete(id);
491
491
  };
492
492
  }
493
493
  };
@@ -20458,6 +20458,7 @@ var require_Dialog_native = __commonJS({
20458
20458
  var PORTAL_NAME = "DialogPortal", _createDialogContext1 = _sliced_to_array(createDialogContext(PORTAL_NAME, {
20459
20459
  forceMount: void 0
20460
20460
  }), 2), PortalProvider2 = _createDialogContext1[0], usePortalContext = _createDialogContext1[1], DialogPortalFrame = (0, import_core12.styled)(import_stacks3.YStack, {
20461
+ pointerEvents: "none",
20461
20462
  variants: {
20462
20463
  unstyled: {
20463
20464
  false: _object_spread9({