react-native-screen-transitions 4.0.0-alpha.0 → 4.0.0-alpha.10

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.
Files changed (1427) hide show
  1. package/README.md +1 -1
  2. package/lib/commonjs/adapters/with-screen-transitions/context.js.map +1 -1
  3. package/lib/commonjs/adapters/with-screen-transitions/options.js +1 -12
  4. package/lib/commonjs/adapters/with-screen-transitions/options.js.map +1 -1
  5. package/lib/commonjs/adapters/with-screen-transitions/stack-layout.js +30 -23
  6. package/lib/commonjs/adapters/with-screen-transitions/stack-layout.js.map +1 -1
  7. package/lib/commonjs/animation/snap-to.js +3 -0
  8. package/lib/commonjs/animation/snap-to.js.map +1 -1
  9. package/lib/commonjs/components/activity/activity-view.js +77 -0
  10. package/lib/commonjs/components/activity/activity-view.js.map +1 -0
  11. package/lib/commonjs/components/activity/activity-view.web.js +84 -0
  12. package/lib/commonjs/components/activity/activity-view.web.js.map +1 -0
  13. package/lib/commonjs/components/activity/variants/activity-container.js +2 -12
  14. package/lib/commonjs/components/activity/variants/activity-container.js.map +1 -1
  15. package/lib/commonjs/components/activity/variants/activity-screen.js +28 -63
  16. package/lib/commonjs/components/activity/variants/activity-screen.js.map +1 -1
  17. package/lib/commonjs/components/boundary/components/boundary-lifecycle.js +36 -0
  18. package/lib/commonjs/components/boundary/components/boundary-lifecycle.js.map +1 -0
  19. package/lib/commonjs/components/boundary/components/boundary-target.js +20 -21
  20. package/lib/commonjs/components/boundary/components/boundary-target.js.map +1 -1
  21. package/lib/commonjs/components/boundary/create-boundary-component.js +20 -2
  22. package/lib/commonjs/components/boundary/create-boundary-component.js.map +1 -1
  23. package/lib/commonjs/components/boundary/hooks/lifecycles/use-initial-destination-measurement.js +41 -30
  24. package/lib/commonjs/components/boundary/hooks/lifecycles/use-initial-destination-measurement.js.map +1 -1
  25. package/lib/commonjs/components/boundary/hooks/lifecycles/use-initial-source-measurement.js +3 -1
  26. package/lib/commonjs/components/boundary/hooks/lifecycles/use-initial-source-measurement.js.map +1 -1
  27. package/lib/commonjs/components/boundary/hooks/lifecycles/use-refresh-boundary.js +15 -12
  28. package/lib/commonjs/components/boundary/hooks/lifecycles/use-refresh-boundary.js.map +1 -1
  29. package/lib/commonjs/components/boundary/hooks/use-boundary-measurement.js +9 -9
  30. package/lib/commonjs/components/boundary/hooks/use-boundary-measurement.js.map +1 -1
  31. package/lib/commonjs/components/boundary/hooks/use-measurer.js +15 -17
  32. package/lib/commonjs/components/boundary/hooks/use-measurer.js.map +1 -1
  33. package/lib/commonjs/components/boundary/index.js +4 -9
  34. package/lib/commonjs/components/boundary/index.js.map +1 -1
  35. package/lib/commonjs/components/boundary/portal/components/boundary-content-portal/components/host.js +5 -1
  36. package/lib/commonjs/components/boundary/portal/components/boundary-content-portal/components/host.js.map +1 -1
  37. package/lib/commonjs/components/boundary/portal/components/boundary-content-portal/helpers/active-handoff-receiver.js +67 -0
  38. package/lib/commonjs/components/boundary/portal/components/boundary-content-portal/helpers/active-handoff-receiver.js.map +1 -0
  39. package/lib/commonjs/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js +56 -189
  40. package/lib/commonjs/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js.map +1 -1
  41. package/lib/commonjs/components/boundary/portal/components/boundary-content-portal/index.js +21 -13
  42. package/lib/commonjs/components/boundary/portal/components/boundary-content-portal/index.js.map +1 -1
  43. package/lib/commonjs/components/boundary/portal/components/boundary-portal/components/host.js +8 -26
  44. package/lib/commonjs/components/boundary/portal/components/boundary-portal/components/host.js.map +1 -1
  45. package/lib/commonjs/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.js +38 -60
  46. package/lib/commonjs/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.js.map +1 -1
  47. package/lib/commonjs/components/boundary/portal/components/boundary-portal/helpers/local-measurement.js +13 -0
  48. package/lib/commonjs/components/boundary/portal/components/boundary-portal/helpers/local-measurement.js.map +1 -0
  49. package/lib/commonjs/components/boundary/portal/components/boundary-portal/helpers/offset-style.js +8 -32
  50. package/lib/commonjs/components/boundary/portal/components/boundary-portal/helpers/offset-style.js.map +1 -1
  51. package/lib/commonjs/components/boundary/portal/components/boundary-portal/hooks/use-active-portal-boundary-host.js +82 -0
  52. package/lib/commonjs/components/boundary/portal/components/boundary-portal/hooks/use-active-portal-boundary-host.js.map +1 -0
  53. package/lib/commonjs/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js +24 -151
  54. package/lib/commonjs/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js.map +1 -1
  55. package/lib/commonjs/components/boundary/portal/components/boundary-portal/hooks/use-host-measurement.js +20 -58
  56. package/lib/commonjs/components/boundary/portal/components/boundary-portal/hooks/use-host-measurement.js.map +1 -1
  57. package/lib/commonjs/components/boundary/portal/components/boundary-portal/index.js +46 -9
  58. package/lib/commonjs/components/boundary/portal/components/boundary-portal/index.js.map +1 -1
  59. package/lib/commonjs/components/boundary/portal/components/boundary-portal/stores/host-registry.store.js.map +1 -1
  60. package/lib/commonjs/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.js +2 -29
  61. package/lib/commonjs/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.js.map +1 -1
  62. package/lib/commonjs/components/boundary/portal/teleport.js +1 -13
  63. package/lib/commonjs/components/boundary/portal/teleport.js.map +1 -1
  64. package/lib/commonjs/components/boundary/portal/utils/naming.js +8 -1
  65. package/lib/commonjs/components/boundary/portal/utils/naming.js.map +1 -1
  66. package/lib/commonjs/components/boundary/portal/utils/resolve-portal.js +19 -15
  67. package/lib/commonjs/components/boundary/portal/utils/resolve-portal.js.map +1 -1
  68. package/lib/commonjs/components/boundary/portal/utils/teleport-control.js +1 -10
  69. package/lib/commonjs/components/boundary/portal/utils/teleport-control.js.map +1 -1
  70. package/lib/commonjs/components/boundary/providers/boundary-root.provider.js +42 -59
  71. package/lib/commonjs/components/boundary/providers/boundary-root.provider.js.map +1 -1
  72. package/lib/commonjs/components/boundary/utils/destination-signals.js +8 -4
  73. package/lib/commonjs/components/boundary/utils/destination-signals.js.map +1 -1
  74. package/lib/commonjs/components/boundary/utils/measured-bounds.js +19 -31
  75. package/lib/commonjs/components/boundary/utils/measured-bounds.js.map +1 -1
  76. package/lib/commonjs/components/boundary/utils/refresh-signals.js +34 -21
  77. package/lib/commonjs/components/boundary/utils/refresh-signals.js.map +1 -1
  78. package/lib/commonjs/components/boundary/utils/resolve-boundary-target.js +29 -0
  79. package/lib/commonjs/components/boundary/utils/resolve-boundary-target.js.map +1 -0
  80. package/lib/commonjs/components/create-transition-aware-component.js +9 -30
  81. package/lib/commonjs/components/create-transition-aware-component.js.map +1 -1
  82. package/lib/commonjs/components/overlay/helpers/create-overlay-interpolator-frame.js +36 -0
  83. package/lib/commonjs/components/overlay/helpers/create-overlay-interpolator-frame.js.map +1 -0
  84. package/lib/commonjs/components/overlay/helpers/get-active-overlay.js +52 -22
  85. package/lib/commonjs/components/overlay/helpers/get-active-overlay.js.map +1 -1
  86. package/lib/commonjs/components/overlay/helpers/retain-ready-overlay-resources.js +21 -0
  87. package/lib/commonjs/components/overlay/helpers/retain-ready-overlay-resources.js.map +1 -0
  88. package/lib/commonjs/components/overlay/helpers/run-overlay-slot-interpolator.js +41 -0
  89. package/lib/commonjs/components/overlay/helpers/run-overlay-slot-interpolator.js.map +1 -0
  90. package/lib/commonjs/components/overlay/hooks/use-overlay-slot.js +90 -0
  91. package/lib/commonjs/components/overlay/hooks/use-overlay-slot.js.map +1 -0
  92. package/lib/commonjs/components/overlay/variations/float-overlay.js +17 -69
  93. package/lib/commonjs/components/overlay/variations/float-overlay.js.map +1 -1
  94. package/lib/commonjs/components/overlay/variations/overlay-host.js +90 -16
  95. package/lib/commonjs/components/overlay/variations/overlay-host.js.map +1 -1
  96. package/lib/commonjs/components/screen-container/hooks/use-backdrop-pointer-events.js +4 -13
  97. package/lib/commonjs/components/screen-container/hooks/use-backdrop-pointer-events.js.map +1 -1
  98. package/lib/commonjs/components/screen-container/hooks/use-content-layout.js +3 -8
  99. package/lib/commonjs/components/screen-container/hooks/use-content-layout.js.map +1 -1
  100. package/lib/commonjs/components/screen-container/layers/backdrop.js +16 -14
  101. package/lib/commonjs/components/screen-container/layers/backdrop.js.map +1 -1
  102. package/lib/commonjs/components/screen-container/layers/content.js +14 -21
  103. package/lib/commonjs/components/screen-container/layers/content.js.map +1 -1
  104. package/lib/commonjs/components/screen-container/layers/maybe-masked-navigation-container.js +9 -1
  105. package/lib/commonjs/components/screen-container/layers/maybe-masked-navigation-container.js.map +1 -1
  106. package/lib/commonjs/components/screen-container/layers/surface.js +50 -0
  107. package/lib/commonjs/components/screen-container/layers/surface.js.map +1 -0
  108. package/lib/commonjs/components/screen-lifecycle/hooks/helpers/close-interception-rules.js +31 -0
  109. package/lib/commonjs/components/screen-lifecycle/hooks/helpers/close-interception-rules.js.map +1 -0
  110. package/lib/commonjs/components/screen-lifecycle/hooks/use-close-completion.js +27 -0
  111. package/lib/commonjs/components/screen-lifecycle/hooks/use-close-completion.js.map +1 -0
  112. package/lib/commonjs/components/screen-lifecycle/hooks/use-close-transition-intent.js +62 -92
  113. package/lib/commonjs/components/screen-lifecycle/hooks/use-close-transition-intent.js.map +1 -1
  114. package/lib/commonjs/components/screen-lifecycle/hooks/use-open-transition-intent.js +2 -3
  115. package/lib/commonjs/components/screen-lifecycle/hooks/use-open-transition-intent.js.map +1 -1
  116. package/lib/commonjs/components/screen-lifecycle/hooks/use-transition-start-controller.js +7 -5
  117. package/lib/commonjs/components/screen-lifecycle/hooks/use-transition-start-controller.js.map +1 -1
  118. package/lib/commonjs/components/screen-lifecycle/index.js +11 -10
  119. package/lib/commonjs/components/screen-lifecycle/index.js.map +1 -1
  120. package/lib/commonjs/components/stack-view.js +59 -34
  121. package/lib/commonjs/components/stack-view.js.map +1 -1
  122. package/lib/commonjs/configs/presets.js +14 -18
  123. package/lib/commonjs/configs/presets.js.map +1 -1
  124. package/lib/commonjs/constants.js +4 -19
  125. package/lib/commonjs/constants.js.map +1 -1
  126. package/lib/commonjs/factories/screen-topology/create-screen-topology.js +147 -0
  127. package/lib/commonjs/factories/screen-topology/create-screen-topology.js.map +1 -0
  128. package/lib/commonjs/factories/screen-topology/index.js +45 -0
  129. package/lib/commonjs/factories/screen-topology/index.js.map +1 -0
  130. package/lib/commonjs/factories/screen-topology/types.js +2 -0
  131. package/lib/commonjs/factories/screen-topology/types.js.map +1 -0
  132. package/lib/commonjs/factories/screen-topology/use-screen-relationships.js +15 -0
  133. package/lib/commonjs/factories/screen-topology/use-screen-relationships.js.map +1 -0
  134. package/lib/commonjs/factories/screen-topology/worklet.js +55 -0
  135. package/lib/commonjs/factories/screen-topology/worklet.js.map +1 -0
  136. package/lib/commonjs/hooks/navigation/use-navigation-helpers.js +34 -20
  137. package/lib/commonjs/hooks/navigation/use-navigation-helpers.js.map +1 -1
  138. package/lib/commonjs/hooks/navigation/use-screen-state.js +3 -5
  139. package/lib/commonjs/hooks/navigation/use-screen-state.js.map +1 -1
  140. package/lib/commonjs/hooks/reanimated/use-shared-value-ref.js +2 -3
  141. package/lib/commonjs/hooks/reanimated/use-shared-value-ref.js.map +1 -1
  142. package/lib/commonjs/index.js +0 -7
  143. package/lib/commonjs/index.js.map +1 -1
  144. package/lib/commonjs/navigators/create-blank-stack-navigator.js +1 -5
  145. package/lib/commonjs/navigators/create-blank-stack-navigator.js.map +1 -1
  146. package/lib/commonjs/navigators/react-navigation/index.js +7 -8
  147. package/lib/commonjs/navigators/react-navigation/index.js.map +1 -1
  148. package/lib/commonjs/providers/helpers/measured-bounds-writes.js +3 -1
  149. package/lib/commonjs/providers/helpers/measured-bounds-writes.js.map +1 -1
  150. package/lib/commonjs/providers/navigation/navigation-host.provider.js +17 -4
  151. package/lib/commonjs/providers/navigation/navigation-host.provider.js.map +1 -1
  152. package/lib/commonjs/providers/screen/animation/animation.provider.js +34 -97
  153. package/lib/commonjs/providers/screen/animation/animation.provider.js.map +1 -1
  154. package/lib/commonjs/providers/screen/animation/helpers/accessors/use-build-transition-accessor.js +8 -56
  155. package/lib/commonjs/providers/screen/animation/helpers/accessors/use-build-transition-accessor.js.map +1 -1
  156. package/lib/commonjs/providers/screen/animation/helpers/build-screen-transition-options.js +2 -6
  157. package/lib/commonjs/providers/screen/animation/helpers/build-screen-transition-options.js.map +1 -1
  158. package/lib/commonjs/providers/screen/animation/helpers/hydrate-transition-state/gesture-progress.js +22 -7
  159. package/lib/commonjs/providers/screen/animation/helpers/hydrate-transition-state/gesture-progress.js.map +1 -1
  160. package/lib/commonjs/providers/screen/animation/helpers/hydrate-transition-state/index.js +20 -23
  161. package/lib/commonjs/providers/screen/animation/helpers/hydrate-transition-state/index.js.map +1 -1
  162. package/lib/commonjs/providers/screen/animation/helpers/pipeline.js +25 -25
  163. package/lib/commonjs/providers/screen/animation/helpers/pipeline.js.map +1 -1
  164. package/lib/commonjs/providers/screen/animation/helpers/read-screen-animation-revisions.js +4 -13
  165. package/lib/commonjs/providers/screen/animation/helpers/read-screen-animation-revisions.js.map +1 -1
  166. package/lib/commonjs/providers/screen/animation/helpers/selected-interpolator-options.js +1 -10
  167. package/lib/commonjs/providers/screen/animation/helpers/selected-interpolator-options.js.map +1 -1
  168. package/lib/commonjs/providers/screen/animation/helpers/stack-progress.js +10 -26
  169. package/lib/commonjs/providers/screen/animation/helpers/stack-progress.js.map +1 -1
  170. package/lib/commonjs/providers/screen/animation/helpers/use-build-transition-state.js +0 -1
  171. package/lib/commonjs/providers/screen/animation/helpers/use-build-transition-state.js.map +1 -1
  172. package/lib/commonjs/providers/screen/animation/index.js +8 -2
  173. package/lib/commonjs/providers/screen/animation/index.js.map +1 -1
  174. package/lib/commonjs/providers/screen/animation/use-screen-animation.js +13 -42
  175. package/lib/commonjs/providers/screen/animation/use-screen-animation.js.map +1 -1
  176. package/lib/commonjs/providers/screen/descriptors/descriptors.provider.js +61 -52
  177. package/lib/commonjs/providers/screen/descriptors/descriptors.provider.js.map +1 -1
  178. package/lib/commonjs/providers/screen/descriptors/helpers/derive-descriptor-derivations.js +1 -6
  179. package/lib/commonjs/providers/screen/descriptors/helpers/derive-descriptor-derivations.js.map +1 -1
  180. package/lib/commonjs/providers/screen/descriptors/index.js +0 -12
  181. package/lib/commonjs/providers/screen/descriptors/index.js.map +1 -1
  182. package/lib/commonjs/providers/screen/gestures/gestures.provider.js +33 -30
  183. package/lib/commonjs/providers/screen/gestures/gestures.provider.js.map +1 -1
  184. package/lib/commonjs/providers/screen/gestures/hooks/use-screen-gesture-config.js +5 -13
  185. package/lib/commonjs/providers/screen/gestures/hooks/use-screen-gesture-config.js.map +1 -1
  186. package/lib/commonjs/providers/screen/gestures/hooks/use-screen-gesture.js +2 -3
  187. package/lib/commonjs/providers/screen/gestures/hooks/use-screen-gesture.js.map +1 -1
  188. package/lib/commonjs/providers/screen/gestures/hooks/use-stable-runtime-config.js +1 -3
  189. package/lib/commonjs/providers/screen/gestures/hooks/use-stable-runtime-config.js.map +1 -1
  190. package/lib/commonjs/providers/screen/gestures/index.js +8 -2
  191. package/lib/commonjs/providers/screen/gestures/index.js.map +1 -1
  192. package/lib/commonjs/providers/screen/gestures/ownership/{use-walk-up-and-register-shadowing-claims.js → gesture-ownership-bridge.js} +38 -64
  193. package/lib/commonjs/providers/screen/gestures/ownership/gesture-ownership-bridge.js.map +1 -0
  194. package/lib/commonjs/providers/screen/gestures/ownership/resolve-ownership.js +5 -7
  195. package/lib/commonjs/providers/screen/gestures/ownership/resolve-ownership.js.map +1 -1
  196. package/lib/commonjs/providers/screen/gestures/ownership/shadowing-claims.js +2 -2
  197. package/lib/commonjs/providers/screen/gestures/ownership/shadowing-claims.js.map +1 -1
  198. package/lib/commonjs/providers/screen/gestures/pan/activation/pan-activation-decision.js +1 -2
  199. package/lib/commonjs/providers/screen/gestures/pan/activation/pan-activation-decision.js.map +1 -1
  200. package/lib/commonjs/providers/screen/gestures/pan/activation/pan-activation-rules.js +5 -6
  201. package/lib/commonjs/providers/screen/gestures/pan/activation/pan-activation-rules.js.map +1 -1
  202. package/lib/commonjs/providers/screen/gestures/pan/activation/use-pan-activation.js +3 -2
  203. package/lib/commonjs/providers/screen/gestures/pan/activation/use-pan-activation.js.map +1 -1
  204. package/lib/commonjs/providers/screen/gestures/pan/behavior/pan-lifecycle.js +10 -13
  205. package/lib/commonjs/providers/screen/gestures/pan/behavior/pan-lifecycle.js.map +1 -1
  206. package/lib/commonjs/providers/screen/gestures/pan/behavior/pan-release.js +30 -8
  207. package/lib/commonjs/providers/screen/gestures/pan/behavior/pan-release.js.map +1 -1
  208. package/lib/commonjs/providers/screen/gestures/pan/behavior/pan-reset.js +11 -2
  209. package/lib/commonjs/providers/screen/gestures/pan/behavior/pan-reset.js.map +1 -1
  210. package/lib/commonjs/providers/screen/gestures/pan/behavior/use-pan-behavior.js +3 -5
  211. package/lib/commonjs/providers/screen/gestures/pan/behavior/use-pan-behavior.js.map +1 -1
  212. package/lib/commonjs/providers/screen/gestures/pan/use-build-pan-gesture.js +1 -1
  213. package/lib/commonjs/providers/screen/gestures/pan/use-build-pan-gesture.js.map +1 -1
  214. package/lib/commonjs/providers/screen/gestures/pinch/activation/use-pinch-activation.js +37 -3
  215. package/lib/commonjs/providers/screen/gestures/pinch/activation/use-pinch-activation.js.map +1 -1
  216. package/lib/commonjs/providers/screen/gestures/pinch/behavior/pinch-lifecycle.js +15 -14
  217. package/lib/commonjs/providers/screen/gestures/pinch/behavior/pinch-lifecycle.js.map +1 -1
  218. package/lib/commonjs/providers/screen/gestures/pinch/behavior/pinch-release.js +29 -8
  219. package/lib/commonjs/providers/screen/gestures/pinch/behavior/pinch-release.js.map +1 -1
  220. package/lib/commonjs/providers/screen/gestures/pinch/behavior/pinch-reset.js +8 -2
  221. package/lib/commonjs/providers/screen/gestures/pinch/behavior/pinch-reset.js.map +1 -1
  222. package/lib/commonjs/providers/screen/gestures/pinch/behavior/use-pinch-behavior.js +2 -3
  223. package/lib/commonjs/providers/screen/gestures/pinch/behavior/use-pinch-behavior.js.map +1 -1
  224. package/lib/commonjs/providers/screen/gestures/pinch/use-build-pinch-gesture.js +1 -1
  225. package/lib/commonjs/providers/screen/gestures/pinch/use-build-pinch-gesture.js.map +1 -1
  226. package/lib/commonjs/providers/screen/gestures/scroll-coordination/scroll-metadata-owner.js +5 -8
  227. package/lib/commonjs/providers/screen/gestures/scroll-coordination/scroll-metadata-owner.js.map +1 -1
  228. package/lib/commonjs/providers/screen/gestures/scroll-coordination/use-scroll-gesture-coordination.js +5 -4
  229. package/lib/commonjs/providers/screen/gestures/scroll-coordination/use-scroll-gesture-coordination.js.map +1 -1
  230. package/lib/commonjs/providers/screen/gestures/scroll-coordination/walk-up-scroll-gesture-coordination.js +1 -3
  231. package/lib/commonjs/providers/screen/gestures/scroll-coordination/walk-up-scroll-gesture-coordination.js.map +1 -1
  232. package/lib/commonjs/providers/screen/gestures/shared/policy.js +10 -18
  233. package/lib/commonjs/providers/screen/gestures/shared/policy.js.map +1 -1
  234. package/lib/commonjs/providers/screen/gestures/shared/snap-points.js +71 -1
  235. package/lib/commonjs/providers/screen/gestures/shared/snap-points.js.map +1 -1
  236. package/lib/commonjs/providers/screen/gestures/shared/snapshot.js +1 -2
  237. package/lib/commonjs/providers/screen/gestures/shared/snapshot.js.map +1 -1
  238. package/lib/commonjs/providers/screen/gestures/types.js.map +1 -1
  239. package/lib/commonjs/providers/screen/options/helpers.js +7 -31
  240. package/lib/commonjs/providers/screen/options/helpers.js.map +1 -1
  241. package/lib/commonjs/providers/screen/options/index.js +2 -2
  242. package/lib/commonjs/providers/screen/options/options.provider.js +4 -8
  243. package/lib/commonjs/providers/screen/options/options.provider.js.map +1 -1
  244. package/lib/commonjs/providers/screen/screen-composer.js +2 -0
  245. package/lib/commonjs/providers/screen/screen-composer.js.map +1 -1
  246. package/lib/commonjs/providers/screen/styles/constants.js +15 -5
  247. package/lib/commonjs/providers/screen/styles/constants.js.map +1 -1
  248. package/lib/commonjs/providers/screen/styles/helpers/create-interpolator-scope.js +40 -0
  249. package/lib/commonjs/providers/screen/styles/helpers/create-interpolator-scope.js.map +1 -0
  250. package/lib/commonjs/providers/screen/styles/helpers/resolve-interpolator-style-handoff.js +94 -0
  251. package/lib/commonjs/providers/screen/styles/helpers/resolve-interpolator-style-handoff.js.map +1 -0
  252. package/lib/commonjs/providers/screen/styles/helpers/resolve-slot-styles/index.js +48 -5
  253. package/lib/commonjs/providers/screen/styles/helpers/resolve-slot-styles/index.js.map +1 -1
  254. package/lib/commonjs/providers/screen/styles/helpers/select-interpolator-frame.js +30 -0
  255. package/lib/commonjs/providers/screen/styles/helpers/select-interpolator-frame.js.map +1 -0
  256. package/lib/commonjs/providers/screen/styles/helpers/transition-visual-state.js +61 -0
  257. package/lib/commonjs/providers/screen/styles/helpers/transition-visual-state.js.map +1 -0
  258. package/lib/commonjs/providers/screen/styles/helpers/visibility-block-ownership.js +19 -0
  259. package/lib/commonjs/providers/screen/styles/helpers/visibility-block-ownership.js.map +1 -0
  260. package/lib/commonjs/providers/screen/styles/helpers/visibility-gate.js +25 -6
  261. package/lib/commonjs/providers/screen/styles/helpers/visibility-gate.js.map +1 -1
  262. package/lib/commonjs/providers/screen/styles/hooks/slot-resolvers.js +16 -15
  263. package/lib/commonjs/providers/screen/styles/hooks/slot-resolvers.js.map +1 -1
  264. package/lib/commonjs/providers/screen/styles/hooks/use-interpolated-style-maps.js +123 -71
  265. package/lib/commonjs/providers/screen/styles/hooks/use-interpolated-style-maps.js.map +1 -1
  266. package/lib/commonjs/providers/screen/styles/hooks/use-maybe-block-visibility.js +45 -25
  267. package/lib/commonjs/providers/screen/styles/hooks/use-maybe-block-visibility.js.map +1 -1
  268. package/lib/commonjs/providers/screen/styles/index.js +8 -8
  269. package/lib/commonjs/providers/screen/styles/slot.provider.js +41 -41
  270. package/lib/commonjs/providers/screen/styles/slot.provider.js.map +1 -1
  271. package/lib/commonjs/providers/screen/use-current-screen-relationships.js +14 -0
  272. package/lib/commonjs/providers/screen/use-current-screen-relationships.js.map +1 -0
  273. package/lib/commonjs/providers/stack/blank-stack-state/blank-stack-controller.js +9 -9
  274. package/lib/commonjs/providers/stack/blank-stack-state/blank-stack-controller.js.map +1 -1
  275. package/lib/commonjs/providers/stack/blank-stack-state/helpers/build-blank-stack-state.js +3 -11
  276. package/lib/commonjs/providers/stack/blank-stack-state/helpers/build-blank-stack-state.js.map +1 -1
  277. package/lib/commonjs/providers/stack/blank-stack-state/helpers/derive-blank-stack-state.js.map +1 -1
  278. package/lib/commonjs/providers/stack/blank-stack-state/helpers/reconcile-blank-stack-routes.js.map +1 -1
  279. package/lib/commonjs/providers/stack/blank-stack-state/helpers/resolve-presented-index.js +18 -0
  280. package/lib/commonjs/providers/stack/blank-stack-state/helpers/resolve-presented-index.js.map +1 -0
  281. package/lib/commonjs/providers/stack/blank-stack-state/helpers/state-equality.js.map +1 -1
  282. package/lib/commonjs/providers/stack/blank-stack-state/index.js.map +1 -1
  283. package/lib/commonjs/providers/stack/blank-stack.provider.js +51 -62
  284. package/lib/commonjs/providers/stack/blank-stack.provider.js.map +1 -1
  285. package/lib/commonjs/providers/stack/core.provider.js +25 -58
  286. package/lib/commonjs/providers/stack/core.provider.js.map +1 -1
  287. package/lib/commonjs/stores/animation.store.js +19 -3
  288. package/lib/commonjs/stores/animation.store.js.map +1 -1
  289. package/lib/commonjs/stores/bounds/internals/entries.js +27 -0
  290. package/lib/commonjs/stores/bounds/internals/entries.js.map +1 -1
  291. package/lib/commonjs/stores/bounds/internals/links.js +36 -5
  292. package/lib/commonjs/stores/bounds/internals/links.js.map +1 -1
  293. package/lib/commonjs/stores/bounds/internals/resolver.js +2 -12
  294. package/lib/commonjs/stores/bounds/internals/resolver.js.map +1 -1
  295. package/lib/commonjs/stores/gesture.store.js +4 -13
  296. package/lib/commonjs/stores/gesture.store.js.map +1 -1
  297. package/lib/commonjs/stores/scroll.store.js +20 -2
  298. package/lib/commonjs/stores/scroll.store.js.map +1 -1
  299. package/lib/commonjs/stores/system.store.js +3 -2
  300. package/lib/commonjs/stores/system.store.js.map +1 -1
  301. package/lib/commonjs/types/gesture.types.js.map +1 -1
  302. package/lib/commonjs/types/stack.types.js +0 -35
  303. package/lib/commonjs/types/stack.types.js.map +1 -1
  304. package/lib/commonjs/utils/animation/animate-to-progress.js +35 -34
  305. package/lib/commonjs/utils/animation/animate-to-progress.js.map +1 -1
  306. package/lib/commonjs/utils/animation/animate.js +14 -2
  307. package/lib/commonjs/utils/animation/animate.js.map +1 -1
  308. package/lib/commonjs/utils/animation/spring/spring.js +22 -2
  309. package/lib/commonjs/utils/animation/spring/spring.js.map +1 -1
  310. package/lib/commonjs/utils/animation/spring/springUtils.js +96 -0
  311. package/lib/commonjs/utils/animation/spring/springUtils.js.map +1 -1
  312. package/lib/commonjs/utils/animation/state.js +4 -0
  313. package/lib/commonjs/utils/bounds/constants.js.map +1 -1
  314. package/lib/commonjs/utils/bounds/helpers/create-bounds-accessor-core.js +6 -5
  315. package/lib/commonjs/utils/bounds/helpers/create-bounds-accessor-core.js.map +1 -1
  316. package/lib/commonjs/utils/bounds/helpers/create-link-accessor.js +2 -2
  317. package/lib/commonjs/utils/bounds/helpers/create-link-accessor.js.map +1 -1
  318. package/lib/commonjs/utils/bounds/helpers/prepare-bound-styles.js.map +1 -1
  319. package/lib/commonjs/utils/bounds/helpers/styles/composers.js +2 -2
  320. package/lib/commonjs/utils/bounds/helpers/styles/composers.js.map +1 -1
  321. package/lib/commonjs/utils/bounds/helpers/styles/compute.js.map +1 -1
  322. package/lib/commonjs/utils/bounds/navigation/reveal/build.js +1 -1
  323. package/lib/commonjs/utils/bounds/navigation/reveal/build.js.map +1 -1
  324. package/lib/commonjs/utils/bounds/navigation/reveal/math.js +17 -5
  325. package/lib/commonjs/utils/bounds/navigation/reveal/math.js.map +1 -1
  326. package/lib/commonjs/utils/bounds/navigation/zoom/build.js +44 -20
  327. package/lib/commonjs/utils/bounds/navigation/zoom/build.js.map +1 -1
  328. package/lib/commonjs/utils/bounds/navigation/zoom/drag.js +2 -31
  329. package/lib/commonjs/utils/bounds/navigation/zoom/drag.js.map +1 -1
  330. package/lib/commonjs/utils/bounds/navigation/zoom/helpers.js +3 -17
  331. package/lib/commonjs/utils/bounds/navigation/zoom/helpers.js.map +1 -1
  332. package/lib/commonjs/utils/create-provider.js +153 -84
  333. package/lib/commonjs/utils/create-provider.js.map +1 -1
  334. package/lib/commonjs/utils/navigation/close-action-replay.js +22 -0
  335. package/lib/commonjs/utils/navigation/close-action-replay.js.map +1 -0
  336. package/lib/commonjs/utils/normalize-interpolated-style.js +2 -40
  337. package/lib/commonjs/utils/normalize-interpolated-style.js.map +1 -1
  338. package/lib/commonjs/utils/resolve-screen-transition-options.js +1 -7
  339. package/lib/commonjs/utils/resolve-screen-transition-options.js.map +1 -1
  340. package/lib/module/adapters/with-screen-transitions/context.js.map +1 -1
  341. package/lib/module/adapters/with-screen-transitions/options.js +1 -12
  342. package/lib/module/adapters/with-screen-transitions/options.js.map +1 -1
  343. package/lib/module/adapters/with-screen-transitions/stack-layout.js +30 -23
  344. package/lib/module/adapters/with-screen-transitions/stack-layout.js.map +1 -1
  345. package/lib/module/animation/snap-to.js +3 -0
  346. package/lib/module/animation/snap-to.js.map +1 -1
  347. package/lib/module/components/activity/activity-view.js +73 -0
  348. package/lib/module/components/activity/activity-view.js.map +1 -0
  349. package/lib/module/components/activity/activity-view.web.js +80 -0
  350. package/lib/module/components/activity/activity-view.web.js.map +1 -0
  351. package/lib/module/components/activity/variants/activity-container.js +2 -12
  352. package/lib/module/components/activity/variants/activity-container.js.map +1 -1
  353. package/lib/module/components/activity/variants/activity-screen.js +28 -63
  354. package/lib/module/components/activity/variants/activity-screen.js.map +1 -1
  355. package/lib/module/components/boundary/components/boundary-lifecycle.js +32 -0
  356. package/lib/module/components/boundary/components/boundary-lifecycle.js.map +1 -0
  357. package/lib/module/components/boundary/components/boundary-target.js +20 -21
  358. package/lib/module/components/boundary/components/boundary-target.js.map +1 -1
  359. package/lib/module/components/boundary/create-boundary-component.js +22 -4
  360. package/lib/module/components/boundary/create-boundary-component.js.map +1 -1
  361. package/lib/module/components/boundary/hooks/lifecycles/use-initial-destination-measurement.js +45 -33
  362. package/lib/module/components/boundary/hooks/lifecycles/use-initial-destination-measurement.js.map +1 -1
  363. package/lib/module/components/boundary/hooks/lifecycles/use-initial-source-measurement.js +3 -1
  364. package/lib/module/components/boundary/hooks/lifecycles/use-initial-source-measurement.js.map +1 -1
  365. package/lib/module/components/boundary/hooks/lifecycles/use-refresh-boundary.js +15 -12
  366. package/lib/module/components/boundary/hooks/lifecycles/use-refresh-boundary.js.map +1 -1
  367. package/lib/module/components/boundary/hooks/use-boundary-measurement.js +9 -9
  368. package/lib/module/components/boundary/hooks/use-boundary-measurement.js.map +1 -1
  369. package/lib/module/components/boundary/hooks/use-measurer.js +17 -19
  370. package/lib/module/components/boundary/hooks/use-measurer.js.map +1 -1
  371. package/lib/module/components/boundary/index.js +4 -9
  372. package/lib/module/components/boundary/index.js.map +1 -1
  373. package/lib/module/components/boundary/portal/components/boundary-content-portal/components/host.js +5 -1
  374. package/lib/module/components/boundary/portal/components/boundary-content-portal/components/host.js.map +1 -1
  375. package/lib/module/components/boundary/portal/components/boundary-content-portal/helpers/active-handoff-receiver.js +60 -0
  376. package/lib/module/components/boundary/portal/components/boundary-content-portal/helpers/active-handoff-receiver.js.map +1 -0
  377. package/lib/module/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js +60 -193
  378. package/lib/module/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js.map +1 -1
  379. package/lib/module/components/boundary/portal/components/boundary-content-portal/index.js +21 -13
  380. package/lib/module/components/boundary/portal/components/boundary-content-portal/index.js.map +1 -1
  381. package/lib/module/components/boundary/portal/components/boundary-portal/components/host.js +9 -27
  382. package/lib/module/components/boundary/portal/components/boundary-portal/components/host.js.map +1 -1
  383. package/lib/module/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.js +40 -62
  384. package/lib/module/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.js.map +1 -1
  385. package/lib/module/components/boundary/portal/components/boundary-portal/helpers/local-measurement.js +8 -0
  386. package/lib/module/components/boundary/portal/components/boundary-portal/helpers/local-measurement.js.map +1 -0
  387. package/lib/module/components/boundary/portal/components/boundary-portal/helpers/offset-style.js +8 -33
  388. package/lib/module/components/boundary/portal/components/boundary-portal/helpers/offset-style.js.map +1 -1
  389. package/lib/module/components/boundary/portal/components/boundary-portal/hooks/use-active-portal-boundary-host.js +76 -0
  390. package/lib/module/components/boundary/portal/components/boundary-portal/hooks/use-active-portal-boundary-host.js.map +1 -0
  391. package/lib/module/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js +27 -154
  392. package/lib/module/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js.map +1 -1
  393. package/lib/module/components/boundary/portal/components/boundary-portal/hooks/use-host-measurement.js +20 -58
  394. package/lib/module/components/boundary/portal/components/boundary-portal/hooks/use-host-measurement.js.map +1 -1
  395. package/lib/module/components/boundary/portal/components/boundary-portal/index.js +45 -9
  396. package/lib/module/components/boundary/portal/components/boundary-portal/index.js.map +1 -1
  397. package/lib/module/components/boundary/portal/components/boundary-portal/stores/host-registry.store.js.map +1 -1
  398. package/lib/module/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.js +1 -27
  399. package/lib/module/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.js.map +1 -1
  400. package/lib/module/components/boundary/portal/teleport.js +1 -14
  401. package/lib/module/components/boundary/portal/teleport.js.map +1 -1
  402. package/lib/module/components/boundary/portal/utils/naming.js +6 -0
  403. package/lib/module/components/boundary/portal/utils/naming.js.map +1 -1
  404. package/lib/module/components/boundary/portal/utils/resolve-portal.js +19 -15
  405. package/lib/module/components/boundary/portal/utils/resolve-portal.js.map +1 -1
  406. package/lib/module/components/boundary/portal/utils/teleport-control.js +0 -8
  407. package/lib/module/components/boundary/portal/utils/teleport-control.js.map +1 -1
  408. package/lib/module/components/boundary/providers/boundary-root.provider.js +42 -59
  409. package/lib/module/components/boundary/providers/boundary-root.provider.js.map +1 -1
  410. package/lib/module/components/boundary/utils/destination-signals.js +8 -4
  411. package/lib/module/components/boundary/utils/destination-signals.js.map +1 -1
  412. package/lib/module/components/boundary/utils/measured-bounds.js +17 -28
  413. package/lib/module/components/boundary/utils/measured-bounds.js.map +1 -1
  414. package/lib/module/components/boundary/utils/refresh-signals.js +34 -21
  415. package/lib/module/components/boundary/utils/refresh-signals.js.map +1 -1
  416. package/lib/module/components/boundary/utils/resolve-boundary-target.js +24 -0
  417. package/lib/module/components/boundary/utils/resolve-boundary-target.js.map +1 -0
  418. package/lib/module/components/create-transition-aware-component.js +10 -31
  419. package/lib/module/components/create-transition-aware-component.js.map +1 -1
  420. package/lib/module/components/overlay/helpers/create-overlay-interpolator-frame.js +30 -0
  421. package/lib/module/components/overlay/helpers/create-overlay-interpolator-frame.js.map +1 -0
  422. package/lib/module/components/overlay/helpers/get-active-overlay.js +49 -21
  423. package/lib/module/components/overlay/helpers/get-active-overlay.js.map +1 -1
  424. package/lib/module/components/overlay/helpers/retain-ready-overlay-resources.js +17 -0
  425. package/lib/module/components/overlay/helpers/retain-ready-overlay-resources.js.map +1 -0
  426. package/lib/module/components/overlay/helpers/run-overlay-slot-interpolator.js +36 -0
  427. package/lib/module/components/overlay/helpers/run-overlay-slot-interpolator.js.map +1 -0
  428. package/lib/module/components/overlay/hooks/use-overlay-slot.js +85 -0
  429. package/lib/module/components/overlay/hooks/use-overlay-slot.js.map +1 -0
  430. package/lib/module/components/overlay/variations/float-overlay.js +18 -70
  431. package/lib/module/components/overlay/variations/float-overlay.js.map +1 -1
  432. package/lib/module/components/overlay/variations/overlay-host.js +91 -18
  433. package/lib/module/components/overlay/variations/overlay-host.js.map +1 -1
  434. package/lib/module/components/screen-container/hooks/use-backdrop-pointer-events.js +6 -15
  435. package/lib/module/components/screen-container/hooks/use-backdrop-pointer-events.js.map +1 -1
  436. package/lib/module/components/screen-container/hooks/use-content-layout.js +4 -9
  437. package/lib/module/components/screen-container/hooks/use-content-layout.js.map +1 -1
  438. package/lib/module/components/screen-container/layers/backdrop.js +18 -16
  439. package/lib/module/components/screen-container/layers/backdrop.js.map +1 -1
  440. package/lib/module/components/screen-container/layers/content.js +16 -22
  441. package/lib/module/components/screen-container/layers/content.js.map +1 -1
  442. package/lib/module/components/screen-container/layers/maybe-masked-navigation-container.js +10 -2
  443. package/lib/module/components/screen-container/layers/maybe-masked-navigation-container.js.map +1 -1
  444. package/lib/module/components/screen-container/layers/surface.js +45 -0
  445. package/lib/module/components/screen-container/layers/surface.js.map +1 -0
  446. package/lib/module/components/screen-lifecycle/hooks/helpers/close-interception-rules.js +25 -0
  447. package/lib/module/components/screen-lifecycle/hooks/helpers/close-interception-rules.js.map +1 -0
  448. package/lib/module/components/screen-lifecycle/hooks/use-close-completion.js +22 -0
  449. package/lib/module/components/screen-lifecycle/hooks/use-close-completion.js.map +1 -0
  450. package/lib/module/components/screen-lifecycle/hooks/use-close-transition-intent.js +64 -93
  451. package/lib/module/components/screen-lifecycle/hooks/use-close-transition-intent.js.map +1 -1
  452. package/lib/module/components/screen-lifecycle/hooks/use-open-transition-intent.js +3 -4
  453. package/lib/module/components/screen-lifecycle/hooks/use-open-transition-intent.js.map +1 -1
  454. package/lib/module/components/screen-lifecycle/hooks/use-transition-start-controller.js +7 -5
  455. package/lib/module/components/screen-lifecycle/hooks/use-transition-start-controller.js.map +1 -1
  456. package/lib/module/components/screen-lifecycle/index.js +12 -11
  457. package/lib/module/components/screen-lifecycle/index.js.map +1 -1
  458. package/lib/module/components/stack-view.js +61 -36
  459. package/lib/module/components/stack-view.js.map +1 -1
  460. package/lib/module/configs/presets.js +14 -18
  461. package/lib/module/configs/presets.js.map +1 -1
  462. package/lib/module/constants.js +3 -18
  463. package/lib/module/constants.js.map +1 -1
  464. package/lib/module/factories/screen-topology/create-screen-topology.js +142 -0
  465. package/lib/module/factories/screen-topology/create-screen-topology.js.map +1 -0
  466. package/lib/module/factories/screen-topology/index.js +6 -0
  467. package/lib/module/factories/screen-topology/index.js.map +1 -0
  468. package/lib/module/factories/screen-topology/types.js +2 -0
  469. package/lib/module/factories/screen-topology/types.js.map +1 -0
  470. package/lib/module/factories/screen-topology/use-screen-relationships.js +10 -0
  471. package/lib/module/factories/screen-topology/use-screen-relationships.js.map +1 -0
  472. package/lib/module/factories/screen-topology/worklet.js +48 -0
  473. package/lib/module/factories/screen-topology/worklet.js.map +1 -0
  474. package/lib/module/hooks/navigation/use-navigation-helpers.js +34 -20
  475. package/lib/module/hooks/navigation/use-navigation-helpers.js.map +1 -1
  476. package/lib/module/hooks/navigation/use-screen-state.js +4 -6
  477. package/lib/module/hooks/navigation/use-screen-state.js.map +1 -1
  478. package/lib/module/hooks/reanimated/use-shared-value-ref.js +3 -4
  479. package/lib/module/hooks/reanimated/use-shared-value-ref.js.map +1 -1
  480. package/lib/module/index.js +0 -6
  481. package/lib/module/index.js.map +1 -1
  482. package/lib/module/navigators/create-blank-stack-navigator.js +1 -5
  483. package/lib/module/navigators/create-blank-stack-navigator.js.map +1 -1
  484. package/lib/module/navigators/react-navigation/index.js +4 -6
  485. package/lib/module/navigators/react-navigation/index.js.map +1 -1
  486. package/lib/module/providers/helpers/measured-bounds-writes.js +3 -1
  487. package/lib/module/providers/helpers/measured-bounds-writes.js.map +1 -1
  488. package/lib/module/providers/navigation/navigation-host.provider.js +16 -4
  489. package/lib/module/providers/navigation/navigation-host.provider.js.map +1 -1
  490. package/lib/module/providers/screen/animation/animation.provider.js +32 -95
  491. package/lib/module/providers/screen/animation/animation.provider.js.map +1 -1
  492. package/lib/module/providers/screen/animation/helpers/accessors/use-build-transition-accessor.js +8 -56
  493. package/lib/module/providers/screen/animation/helpers/accessors/use-build-transition-accessor.js.map +1 -1
  494. package/lib/module/providers/screen/animation/helpers/build-screen-transition-options.js +2 -6
  495. package/lib/module/providers/screen/animation/helpers/build-screen-transition-options.js.map +1 -1
  496. package/lib/module/providers/screen/animation/helpers/hydrate-transition-state/gesture-progress.js +22 -7
  497. package/lib/module/providers/screen/animation/helpers/hydrate-transition-state/gesture-progress.js.map +1 -1
  498. package/lib/module/providers/screen/animation/helpers/hydrate-transition-state/index.js +20 -23
  499. package/lib/module/providers/screen/animation/helpers/hydrate-transition-state/index.js.map +1 -1
  500. package/lib/module/providers/screen/animation/helpers/pipeline.js +27 -27
  501. package/lib/module/providers/screen/animation/helpers/pipeline.js.map +1 -1
  502. package/lib/module/providers/screen/animation/helpers/read-screen-animation-revisions.js +4 -13
  503. package/lib/module/providers/screen/animation/helpers/read-screen-animation-revisions.js.map +1 -1
  504. package/lib/module/providers/screen/animation/helpers/selected-interpolator-options.js +1 -10
  505. package/lib/module/providers/screen/animation/helpers/selected-interpolator-options.js.map +1 -1
  506. package/lib/module/providers/screen/animation/helpers/stack-progress.js +9 -24
  507. package/lib/module/providers/screen/animation/helpers/stack-progress.js.map +1 -1
  508. package/lib/module/providers/screen/animation/helpers/use-build-transition-state.js +0 -1
  509. package/lib/module/providers/screen/animation/helpers/use-build-transition-state.js.map +1 -1
  510. package/lib/module/providers/screen/animation/index.js +1 -1
  511. package/lib/module/providers/screen/animation/index.js.map +1 -1
  512. package/lib/module/providers/screen/animation/use-screen-animation.js +14 -44
  513. package/lib/module/providers/screen/animation/use-screen-animation.js.map +1 -1
  514. package/lib/module/providers/screen/descriptors/descriptors.provider.js +62 -50
  515. package/lib/module/providers/screen/descriptors/descriptors.provider.js.map +1 -1
  516. package/lib/module/providers/screen/descriptors/helpers/derive-descriptor-derivations.js +1 -6
  517. package/lib/module/providers/screen/descriptors/helpers/derive-descriptor-derivations.js.map +1 -1
  518. package/lib/module/providers/screen/descriptors/index.js +1 -1
  519. package/lib/module/providers/screen/descriptors/index.js.map +1 -1
  520. package/lib/module/providers/screen/gestures/gestures.provider.js +32 -30
  521. package/lib/module/providers/screen/gestures/gestures.provider.js.map +1 -1
  522. package/lib/module/providers/screen/gestures/hooks/use-screen-gesture-config.js +6 -14
  523. package/lib/module/providers/screen/gestures/hooks/use-screen-gesture-config.js.map +1 -1
  524. package/lib/module/providers/screen/gestures/hooks/use-screen-gesture.js +3 -4
  525. package/lib/module/providers/screen/gestures/hooks/use-screen-gesture.js.map +1 -1
  526. package/lib/module/providers/screen/gestures/hooks/use-stable-runtime-config.js +2 -4
  527. package/lib/module/providers/screen/gestures/hooks/use-stable-runtime-config.js.map +1 -1
  528. package/lib/module/providers/screen/gestures/index.js +1 -1
  529. package/lib/module/providers/screen/gestures/index.js.map +1 -1
  530. package/lib/module/providers/screen/gestures/ownership/gesture-ownership-bridge.js +124 -0
  531. package/lib/module/providers/screen/gestures/ownership/gesture-ownership-bridge.js.map +1 -0
  532. package/lib/module/providers/screen/gestures/ownership/resolve-ownership.js +5 -7
  533. package/lib/module/providers/screen/gestures/ownership/resolve-ownership.js.map +1 -1
  534. package/lib/module/providers/screen/gestures/ownership/shadowing-claims.js +2 -2
  535. package/lib/module/providers/screen/gestures/ownership/shadowing-claims.js.map +1 -1
  536. package/lib/module/providers/screen/gestures/pan/activation/pan-activation-decision.js +1 -2
  537. package/lib/module/providers/screen/gestures/pan/activation/pan-activation-decision.js.map +1 -1
  538. package/lib/module/providers/screen/gestures/pan/activation/pan-activation-rules.js +5 -6
  539. package/lib/module/providers/screen/gestures/pan/activation/pan-activation-rules.js.map +1 -1
  540. package/lib/module/providers/screen/gestures/pan/activation/use-pan-activation.js +4 -3
  541. package/lib/module/providers/screen/gestures/pan/activation/use-pan-activation.js.map +1 -1
  542. package/lib/module/providers/screen/gestures/pan/behavior/pan-lifecycle.js +11 -14
  543. package/lib/module/providers/screen/gestures/pan/behavior/pan-lifecycle.js.map +1 -1
  544. package/lib/module/providers/screen/gestures/pan/behavior/pan-release.js +31 -9
  545. package/lib/module/providers/screen/gestures/pan/behavior/pan-release.js.map +1 -1
  546. package/lib/module/providers/screen/gestures/pan/behavior/pan-reset.js +11 -2
  547. package/lib/module/providers/screen/gestures/pan/behavior/pan-reset.js.map +1 -1
  548. package/lib/module/providers/screen/gestures/pan/behavior/use-pan-behavior.js +3 -5
  549. package/lib/module/providers/screen/gestures/pan/behavior/use-pan-behavior.js.map +1 -1
  550. package/lib/module/providers/screen/gestures/pan/use-build-pan-gesture.js +2 -2
  551. package/lib/module/providers/screen/gestures/pan/use-build-pan-gesture.js.map +1 -1
  552. package/lib/module/providers/screen/gestures/pinch/activation/use-pinch-activation.js +35 -2
  553. package/lib/module/providers/screen/gestures/pinch/activation/use-pinch-activation.js.map +1 -1
  554. package/lib/module/providers/screen/gestures/pinch/behavior/pinch-lifecycle.js +16 -15
  555. package/lib/module/providers/screen/gestures/pinch/behavior/pinch-lifecycle.js.map +1 -1
  556. package/lib/module/providers/screen/gestures/pinch/behavior/pinch-release.js +30 -9
  557. package/lib/module/providers/screen/gestures/pinch/behavior/pinch-release.js.map +1 -1
  558. package/lib/module/providers/screen/gestures/pinch/behavior/pinch-reset.js +8 -2
  559. package/lib/module/providers/screen/gestures/pinch/behavior/pinch-reset.js.map +1 -1
  560. package/lib/module/providers/screen/gestures/pinch/behavior/use-pinch-behavior.js +2 -3
  561. package/lib/module/providers/screen/gestures/pinch/behavior/use-pinch-behavior.js.map +1 -1
  562. package/lib/module/providers/screen/gestures/pinch/use-build-pinch-gesture.js +2 -2
  563. package/lib/module/providers/screen/gestures/pinch/use-build-pinch-gesture.js.map +1 -1
  564. package/lib/module/providers/screen/gestures/scroll-coordination/scroll-metadata-owner.js +4 -8
  565. package/lib/module/providers/screen/gestures/scroll-coordination/scroll-metadata-owner.js.map +1 -1
  566. package/lib/module/providers/screen/gestures/scroll-coordination/use-scroll-gesture-coordination.js +7 -6
  567. package/lib/module/providers/screen/gestures/scroll-coordination/use-scroll-gesture-coordination.js.map +1 -1
  568. package/lib/module/providers/screen/gestures/scroll-coordination/walk-up-scroll-gesture-coordination.js +1 -3
  569. package/lib/module/providers/screen/gestures/scroll-coordination/walk-up-scroll-gesture-coordination.js.map +1 -1
  570. package/lib/module/providers/screen/gestures/shared/policy.js +11 -19
  571. package/lib/module/providers/screen/gestures/shared/policy.js.map +1 -1
  572. package/lib/module/providers/screen/gestures/shared/snap-points.js +66 -0
  573. package/lib/module/providers/screen/gestures/shared/snap-points.js.map +1 -1
  574. package/lib/module/providers/screen/gestures/shared/snapshot.js +1 -2
  575. package/lib/module/providers/screen/gestures/shared/snapshot.js.map +1 -1
  576. package/lib/module/providers/screen/gestures/types.js.map +1 -1
  577. package/lib/module/providers/screen/options/helpers.js +8 -32
  578. package/lib/module/providers/screen/options/helpers.js.map +1 -1
  579. package/lib/module/providers/screen/options/index.js +1 -1
  580. package/lib/module/providers/screen/options/index.js.map +1 -1
  581. package/lib/module/providers/screen/options/options.provider.js +3 -7
  582. package/lib/module/providers/screen/options/options.provider.js.map +1 -1
  583. package/lib/module/providers/screen/screen-composer.js +2 -0
  584. package/lib/module/providers/screen/screen-composer.js.map +1 -1
  585. package/lib/module/providers/screen/styles/constants.js +13 -4
  586. package/lib/module/providers/screen/styles/constants.js.map +1 -1
  587. package/lib/module/providers/screen/styles/helpers/create-interpolator-scope.js +35 -0
  588. package/lib/module/providers/screen/styles/helpers/create-interpolator-scope.js.map +1 -0
  589. package/lib/module/providers/screen/styles/helpers/resolve-interpolator-style-handoff.js +89 -0
  590. package/lib/module/providers/screen/styles/helpers/resolve-interpolator-style-handoff.js.map +1 -0
  591. package/lib/module/providers/screen/styles/helpers/resolve-slot-styles/index.js +49 -6
  592. package/lib/module/providers/screen/styles/helpers/resolve-slot-styles/index.js.map +1 -1
  593. package/lib/module/providers/screen/styles/helpers/select-interpolator-frame.js +25 -0
  594. package/lib/module/providers/screen/styles/helpers/select-interpolator-frame.js.map +1 -0
  595. package/lib/module/providers/screen/styles/helpers/transition-visual-state.js +53 -0
  596. package/lib/module/providers/screen/styles/helpers/transition-visual-state.js.map +1 -0
  597. package/lib/module/providers/screen/styles/helpers/visibility-block-ownership.js +14 -0
  598. package/lib/module/providers/screen/styles/helpers/visibility-block-ownership.js.map +1 -0
  599. package/lib/module/providers/screen/styles/helpers/visibility-gate.js +23 -5
  600. package/lib/module/providers/screen/styles/helpers/visibility-gate.js.map +1 -1
  601. package/lib/module/providers/screen/styles/hooks/slot-resolvers.js +17 -16
  602. package/lib/module/providers/screen/styles/hooks/slot-resolvers.js.map +1 -1
  603. package/lib/module/providers/screen/styles/hooks/use-interpolated-style-maps.js +126 -74
  604. package/lib/module/providers/screen/styles/hooks/use-interpolated-style-maps.js.map +1 -1
  605. package/lib/module/providers/screen/styles/hooks/use-maybe-block-visibility.js +46 -26
  606. package/lib/module/providers/screen/styles/hooks/use-maybe-block-visibility.js.map +1 -1
  607. package/lib/module/providers/screen/styles/index.js +1 -1
  608. package/lib/module/providers/screen/styles/index.js.map +1 -1
  609. package/lib/module/providers/screen/styles/slot.provider.js +39 -39
  610. package/lib/module/providers/screen/styles/slot.provider.js.map +1 -1
  611. package/lib/module/providers/screen/use-current-screen-relationships.js +9 -0
  612. package/lib/module/providers/screen/use-current-screen-relationships.js.map +1 -0
  613. package/lib/module/providers/stack/blank-stack-state/blank-stack-controller.js +9 -9
  614. package/lib/module/providers/stack/blank-stack-state/blank-stack-controller.js.map +1 -1
  615. package/lib/module/providers/stack/blank-stack-state/helpers/build-blank-stack-state.js +3 -11
  616. package/lib/module/providers/stack/blank-stack-state/helpers/build-blank-stack-state.js.map +1 -1
  617. package/lib/module/providers/stack/blank-stack-state/helpers/derive-blank-stack-state.js.map +1 -1
  618. package/lib/module/providers/stack/blank-stack-state/helpers/reconcile-blank-stack-routes.js.map +1 -1
  619. package/lib/module/providers/stack/blank-stack-state/helpers/resolve-presented-index.js +14 -0
  620. package/lib/module/providers/stack/blank-stack-state/helpers/resolve-presented-index.js.map +1 -0
  621. package/lib/module/providers/stack/blank-stack-state/helpers/state-equality.js.map +1 -1
  622. package/lib/module/providers/stack/blank-stack-state/index.js.map +1 -1
  623. package/lib/module/providers/stack/blank-stack.provider.js +46 -59
  624. package/lib/module/providers/stack/blank-stack.provider.js.map +1 -1
  625. package/lib/module/providers/stack/core.provider.js +23 -56
  626. package/lib/module/providers/stack/core.provider.js.map +1 -1
  627. package/lib/module/stores/animation.store.js +17 -2
  628. package/lib/module/stores/animation.store.js.map +1 -1
  629. package/lib/module/stores/bounds/internals/entries.js +27 -1
  630. package/lib/module/stores/bounds/internals/entries.js.map +1 -1
  631. package/lib/module/stores/bounds/internals/links.js +36 -7
  632. package/lib/module/stores/bounds/internals/links.js.map +1 -1
  633. package/lib/module/stores/bounds/internals/resolver.js +3 -13
  634. package/lib/module/stores/bounds/internals/resolver.js.map +1 -1
  635. package/lib/module/stores/gesture.store.js +4 -13
  636. package/lib/module/stores/gesture.store.js.map +1 -1
  637. package/lib/module/stores/scroll.store.js +17 -0
  638. package/lib/module/stores/scroll.store.js.map +1 -1
  639. package/lib/module/stores/system.store.js +3 -2
  640. package/lib/module/stores/system.store.js.map +1 -1
  641. package/lib/module/types/animation.types.js.map +1 -1
  642. package/lib/module/types/bounds.types.js +0 -12
  643. package/lib/module/types/bounds.types.js.map +1 -1
  644. package/lib/module/types/gesture.types.js.map +1 -1
  645. package/lib/module/types/stack.types.js +1 -41
  646. package/lib/module/types/stack.types.js.map +1 -1
  647. package/lib/module/utils/animation/animate-to-progress.js +33 -33
  648. package/lib/module/utils/animation/animate-to-progress.js.map +1 -1
  649. package/lib/module/utils/animation/animate.js +14 -2
  650. package/lib/module/utils/animation/animate.js.map +1 -1
  651. package/lib/module/utils/animation/spring/spring.js +23 -3
  652. package/lib/module/utils/animation/spring/spring.js.map +1 -1
  653. package/lib/module/utils/animation/spring/springUtils.js +95 -0
  654. package/lib/module/utils/animation/spring/springUtils.js.map +1 -1
  655. package/lib/module/utils/animation/state.js +2 -0
  656. package/lib/module/utils/bounds/constants.js.map +1 -1
  657. package/lib/module/utils/bounds/helpers/create-bounds-accessor-core.js +6 -5
  658. package/lib/module/utils/bounds/helpers/create-bounds-accessor-core.js.map +1 -1
  659. package/lib/module/utils/bounds/helpers/create-link-accessor.js +3 -3
  660. package/lib/module/utils/bounds/helpers/create-link-accessor.js.map +1 -1
  661. package/lib/module/utils/bounds/helpers/prepare-bound-styles.js.map +1 -1
  662. package/lib/module/utils/bounds/helpers/styles/composers.js +2 -2
  663. package/lib/module/utils/bounds/helpers/styles/composers.js.map +1 -1
  664. package/lib/module/utils/bounds/helpers/styles/compute.js.map +1 -1
  665. package/lib/module/utils/bounds/navigation/reveal/build.js +1 -1
  666. package/lib/module/utils/bounds/navigation/reveal/build.js.map +1 -1
  667. package/lib/module/utils/bounds/navigation/reveal/math.js +16 -5
  668. package/lib/module/utils/bounds/navigation/reveal/math.js.map +1 -1
  669. package/lib/module/utils/bounds/navigation/zoom/build.js +46 -22
  670. package/lib/module/utils/bounds/navigation/zoom/build.js.map +1 -1
  671. package/lib/module/utils/bounds/navigation/zoom/drag.js +2 -30
  672. package/lib/module/utils/bounds/navigation/zoom/drag.js.map +1 -1
  673. package/lib/module/utils/bounds/navigation/zoom/helpers.js +4 -18
  674. package/lib/module/utils/bounds/navigation/zoom/helpers.js.map +1 -1
  675. package/lib/module/utils/create-provider.js +154 -85
  676. package/lib/module/utils/create-provider.js.map +1 -1
  677. package/lib/module/utils/navigation/close-action-replay.js +16 -0
  678. package/lib/module/utils/navigation/close-action-replay.js.map +1 -0
  679. package/lib/module/utils/normalize-interpolated-style.js +2 -40
  680. package/lib/module/utils/normalize-interpolated-style.js.map +1 -1
  681. package/lib/module/utils/resolve-screen-transition-options.js +1 -7
  682. package/lib/module/utils/resolve-screen-transition-options.js.map +1 -1
  683. package/lib/typescript/adapters/with-screen-transitions/context.d.ts +1 -4
  684. package/lib/typescript/adapters/with-screen-transitions/context.d.ts.map +1 -1
  685. package/lib/typescript/adapters/with-screen-transitions/options.d.ts.map +1 -1
  686. package/lib/typescript/adapters/with-screen-transitions/stack-layout.d.ts +1 -1
  687. package/lib/typescript/adapters/with-screen-transitions/stack-layout.d.ts.map +1 -1
  688. package/lib/typescript/animation/snap-to.d.ts.map +1 -1
  689. package/lib/typescript/components/activity/activity-view.d.ts +17 -0
  690. package/lib/typescript/components/activity/activity-view.d.ts.map +1 -0
  691. package/lib/typescript/components/activity/activity-view.web.d.ts +14 -0
  692. package/lib/typescript/components/activity/activity-view.web.d.ts.map +1 -0
  693. package/lib/typescript/components/activity/variants/activity-container.d.ts.map +1 -1
  694. package/lib/typescript/components/activity/variants/activity-screen.d.ts +2 -3
  695. package/lib/typescript/components/activity/variants/activity-screen.d.ts.map +1 -1
  696. package/lib/typescript/components/boundary/components/boundary-lifecycle.d.ts +18 -0
  697. package/lib/typescript/components/boundary/components/boundary-lifecycle.d.ts.map +1 -0
  698. package/lib/typescript/components/boundary/components/boundary-target.d.ts +2 -1
  699. package/lib/typescript/components/boundary/components/boundary-target.d.ts.map +1 -1
  700. package/lib/typescript/components/boundary/create-boundary-component.d.ts.map +1 -1
  701. package/lib/typescript/components/boundary/hooks/lifecycles/use-initial-destination-measurement.d.ts +1 -2
  702. package/lib/typescript/components/boundary/hooks/lifecycles/use-initial-destination-measurement.d.ts.map +1 -1
  703. package/lib/typescript/components/boundary/hooks/lifecycles/use-initial-source-measurement.d.ts.map +1 -1
  704. package/lib/typescript/components/boundary/hooks/lifecycles/use-refresh-boundary.d.ts.map +1 -1
  705. package/lib/typescript/components/boundary/hooks/use-boundary-measurement.d.ts +5 -5
  706. package/lib/typescript/components/boundary/hooks/use-boundary-measurement.d.ts.map +1 -1
  707. package/lib/typescript/components/boundary/hooks/use-measurer.d.ts +4 -3
  708. package/lib/typescript/components/boundary/hooks/use-measurer.d.ts.map +1 -1
  709. package/lib/typescript/components/boundary/index.d.ts +5 -18
  710. package/lib/typescript/components/boundary/index.d.ts.map +1 -1
  711. package/lib/typescript/components/boundary/portal/components/boundary-content-portal/helpers/active-handoff-receiver.d.ts +26 -0
  712. package/lib/typescript/components/boundary/portal/components/boundary-content-portal/helpers/active-handoff-receiver.d.ts.map +1 -0
  713. package/lib/typescript/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.d.ts +1 -3
  714. package/lib/typescript/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.d.ts.map +1 -1
  715. package/lib/typescript/components/boundary/portal/components/boundary-content-portal/index.d.ts.map +1 -1
  716. package/lib/typescript/components/boundary/portal/components/boundary-portal/components/host.d.ts.map +1 -1
  717. package/lib/typescript/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.d.ts +5 -1
  718. package/lib/typescript/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.d.ts.map +1 -1
  719. package/lib/typescript/components/boundary/portal/components/boundary-portal/helpers/local-measurement.d.ts +4 -0
  720. package/lib/typescript/components/boundary/portal/components/boundary-portal/helpers/local-measurement.d.ts.map +1 -0
  721. package/lib/typescript/components/boundary/portal/components/boundary-portal/helpers/offset-style.d.ts +4 -26
  722. package/lib/typescript/components/boundary/portal/components/boundary-portal/helpers/offset-style.d.ts.map +1 -1
  723. package/lib/typescript/components/boundary/portal/components/boundary-portal/hooks/use-active-portal-boundary-host.d.ts +21 -0
  724. package/lib/typescript/components/boundary/portal/components/boundary-portal/hooks/use-active-portal-boundary-host.d.ts.map +1 -0
  725. package/lib/typescript/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.d.ts +1 -3
  726. package/lib/typescript/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.d.ts.map +1 -1
  727. package/lib/typescript/components/boundary/portal/components/boundary-portal/hooks/use-host-measurement.d.ts +5 -10
  728. package/lib/typescript/components/boundary/portal/components/boundary-portal/hooks/use-host-measurement.d.ts.map +1 -1
  729. package/lib/typescript/components/boundary/portal/components/boundary-portal/hooks/use-placeholder-styles.d.ts +2 -2
  730. package/lib/typescript/components/boundary/portal/components/boundary-portal/index.d.ts +2 -2
  731. package/lib/typescript/components/boundary/portal/components/boundary-portal/index.d.ts.map +1 -1
  732. package/lib/typescript/components/boundary/portal/components/boundary-portal/stores/host-registry.store.d.ts +0 -1
  733. package/lib/typescript/components/boundary/portal/components/boundary-portal/stores/host-registry.store.d.ts.map +1 -1
  734. package/lib/typescript/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.d.ts +3 -13
  735. package/lib/typescript/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.d.ts.map +1 -1
  736. package/lib/typescript/components/boundary/portal/teleport.d.ts +1 -1
  737. package/lib/typescript/components/boundary/portal/teleport.d.ts.map +1 -1
  738. package/lib/typescript/components/boundary/portal/utils/naming.d.ts +1 -0
  739. package/lib/typescript/components/boundary/portal/utils/naming.d.ts.map +1 -1
  740. package/lib/typescript/components/boundary/portal/utils/resolve-portal.d.ts +2 -3
  741. package/lib/typescript/components/boundary/portal/utils/resolve-portal.d.ts.map +1 -1
  742. package/lib/typescript/components/boundary/portal/utils/teleport-control.d.ts +0 -4
  743. package/lib/typescript/components/boundary/portal/utils/teleport-control.d.ts.map +1 -1
  744. package/lib/typescript/components/boundary/providers/boundary-root.provider.d.ts +13 -13
  745. package/lib/typescript/components/boundary/providers/boundary-root.provider.d.ts.map +1 -1
  746. package/lib/typescript/components/boundary/types.d.ts +6 -0
  747. package/lib/typescript/components/boundary/types.d.ts.map +1 -1
  748. package/lib/typescript/components/boundary/utils/destination-signals.d.ts +2 -3
  749. package/lib/typescript/components/boundary/utils/destination-signals.d.ts.map +1 -1
  750. package/lib/typescript/components/boundary/utils/measured-bounds.d.ts +1 -3
  751. package/lib/typescript/components/boundary/utils/measured-bounds.d.ts.map +1 -1
  752. package/lib/typescript/components/boundary/utils/refresh-signals.d.ts +1 -5
  753. package/lib/typescript/components/boundary/utils/refresh-signals.d.ts.map +1 -1
  754. package/lib/typescript/components/boundary/utils/resolve-boundary-target.d.ts +12 -0
  755. package/lib/typescript/components/boundary/utils/resolve-boundary-target.d.ts.map +1 -0
  756. package/lib/typescript/components/create-transition-aware-component.d.ts +5 -8
  757. package/lib/typescript/components/create-transition-aware-component.d.ts.map +1 -1
  758. package/lib/typescript/components/overlay/helpers/create-overlay-interpolator-frame.d.ts +8 -0
  759. package/lib/typescript/components/overlay/helpers/create-overlay-interpolator-frame.d.ts.map +1 -0
  760. package/lib/typescript/components/overlay/helpers/get-active-overlay.d.ts +20 -8
  761. package/lib/typescript/components/overlay/helpers/get-active-overlay.d.ts.map +1 -1
  762. package/lib/typescript/components/overlay/helpers/retain-ready-overlay-resources.d.ts +11 -0
  763. package/lib/typescript/components/overlay/helpers/retain-ready-overlay-resources.d.ts.map +1 -0
  764. package/lib/typescript/components/overlay/helpers/run-overlay-slot-interpolator.d.ts +8 -0
  765. package/lib/typescript/components/overlay/helpers/run-overlay-slot-interpolator.d.ts.map +1 -0
  766. package/lib/typescript/components/overlay/hooks/use-overlay-slot.d.ts +16 -0
  767. package/lib/typescript/components/overlay/hooks/use-overlay-slot.d.ts.map +1 -0
  768. package/lib/typescript/components/overlay/variations/float-overlay.d.ts +1 -1
  769. package/lib/typescript/components/overlay/variations/float-overlay.d.ts.map +1 -1
  770. package/lib/typescript/components/overlay/variations/overlay-host.d.ts +7 -6
  771. package/lib/typescript/components/overlay/variations/overlay-host.d.ts.map +1 -1
  772. package/lib/typescript/components/screen-container/hooks/use-backdrop-pointer-events.d.ts +1 -2
  773. package/lib/typescript/components/screen-container/hooks/use-backdrop-pointer-events.d.ts.map +1 -1
  774. package/lib/typescript/components/screen-container/hooks/use-content-layout.d.ts.map +1 -1
  775. package/lib/typescript/components/screen-container/layers/backdrop.d.ts.map +1 -1
  776. package/lib/typescript/components/screen-container/layers/content.d.ts.map +1 -1
  777. package/lib/typescript/components/screen-container/layers/maybe-masked-navigation-container.d.ts.map +1 -1
  778. package/lib/typescript/components/screen-container/layers/surface.d.ts +7 -0
  779. package/lib/typescript/components/screen-container/layers/surface.d.ts.map +1 -0
  780. package/lib/typescript/components/screen-lifecycle/hooks/helpers/close-interception-rules.d.ts +27 -0
  781. package/lib/typescript/components/screen-lifecycle/hooks/helpers/close-interception-rules.d.ts.map +1 -0
  782. package/lib/typescript/components/screen-lifecycle/hooks/use-close-completion.d.ts +7 -0
  783. package/lib/typescript/components/screen-lifecycle/hooks/use-close-completion.d.ts.map +1 -0
  784. package/lib/typescript/components/screen-lifecycle/hooks/use-close-transition-intent.d.ts +3 -8
  785. package/lib/typescript/components/screen-lifecycle/hooks/use-close-transition-intent.d.ts.map +1 -1
  786. package/lib/typescript/components/screen-lifecycle/hooks/use-open-transition-intent.d.ts.map +1 -1
  787. package/lib/typescript/components/screen-lifecycle/hooks/use-transition-start-controller.d.ts +1 -3
  788. package/lib/typescript/components/screen-lifecycle/hooks/use-transition-start-controller.d.ts.map +1 -1
  789. package/lib/typescript/components/screen-lifecycle/index.d.ts.map +1 -1
  790. package/lib/typescript/components/stack-view.d.ts +5 -2
  791. package/lib/typescript/components/stack-view.d.ts.map +1 -1
  792. package/lib/typescript/configs/index.d.ts +6 -6
  793. package/lib/typescript/configs/presets.d.ts +6 -6
  794. package/lib/typescript/configs/presets.d.ts.map +1 -1
  795. package/lib/typescript/constants.d.ts +2 -7
  796. package/lib/typescript/constants.d.ts.map +1 -1
  797. package/lib/typescript/factories/screen-topology/create-screen-topology.d.ts +4 -0
  798. package/lib/typescript/factories/screen-topology/create-screen-topology.d.ts.map +1 -0
  799. package/lib/typescript/factories/screen-topology/index.d.ts +5 -0
  800. package/lib/typescript/factories/screen-topology/index.d.ts.map +1 -0
  801. package/lib/typescript/factories/screen-topology/types.d.ts +20 -0
  802. package/lib/typescript/factories/screen-topology/types.d.ts.map +1 -0
  803. package/lib/typescript/factories/screen-topology/use-screen-relationships.d.ts +5 -0
  804. package/lib/typescript/factories/screen-topology/use-screen-relationships.d.ts.map +1 -0
  805. package/lib/typescript/factories/screen-topology/worklet.d.ts +5 -0
  806. package/lib/typescript/factories/screen-topology/worklet.d.ts.map +1 -0
  807. package/lib/typescript/hooks/navigation/use-navigation-helpers.d.ts.map +1 -1
  808. package/lib/typescript/hooks/navigation/use-screen-state.d.ts.map +1 -1
  809. package/lib/typescript/hooks/reanimated/use-shared-value-ref.d.ts.map +1 -1
  810. package/lib/typescript/index.d.ts +667 -733
  811. package/lib/typescript/index.d.ts.map +1 -1
  812. package/lib/typescript/navigators/create-blank-stack-navigator.d.ts.map +1 -1
  813. package/lib/typescript/navigators/react-navigation/index.d.ts +6 -17
  814. package/lib/typescript/navigators/react-navigation/index.d.ts.map +1 -1
  815. package/lib/typescript/providers/helpers/measured-bounds-writes.d.ts.map +1 -1
  816. package/lib/typescript/providers/navigation/navigation-host.provider.d.ts +1 -0
  817. package/lib/typescript/providers/navigation/navigation-host.provider.d.ts.map +1 -1
  818. package/lib/typescript/providers/screen/animation/animation.provider.d.ts +17 -8
  819. package/lib/typescript/providers/screen/animation/animation.provider.d.ts.map +1 -1
  820. package/lib/typescript/providers/screen/animation/helpers/accessors/use-build-transition-accessor.d.ts +6 -3
  821. package/lib/typescript/providers/screen/animation/helpers/accessors/use-build-transition-accessor.d.ts.map +1 -1
  822. package/lib/typescript/providers/screen/animation/helpers/build-screen-transition-options.d.ts.map +1 -1
  823. package/lib/typescript/providers/screen/animation/helpers/hydrate-transition-state/gesture-progress.d.ts +2 -1
  824. package/lib/typescript/providers/screen/animation/helpers/hydrate-transition-state/gesture-progress.d.ts.map +1 -1
  825. package/lib/typescript/providers/screen/animation/helpers/hydrate-transition-state/index.d.ts.map +1 -1
  826. package/lib/typescript/providers/screen/animation/helpers/hydrate-transition-state/types.d.ts +0 -1
  827. package/lib/typescript/providers/screen/animation/helpers/hydrate-transition-state/types.d.ts.map +1 -1
  828. package/lib/typescript/providers/screen/animation/helpers/pipeline.d.ts.map +1 -1
  829. package/lib/typescript/providers/screen/animation/helpers/read-screen-animation-revisions.d.ts +2 -2
  830. package/lib/typescript/providers/screen/animation/helpers/read-screen-animation-revisions.d.ts.map +1 -1
  831. package/lib/typescript/providers/screen/animation/helpers/selected-interpolator-options.d.ts.map +1 -1
  832. package/lib/typescript/providers/screen/animation/helpers/stack-progress.d.ts +5 -2
  833. package/lib/typescript/providers/screen/animation/helpers/stack-progress.d.ts.map +1 -1
  834. package/lib/typescript/providers/screen/animation/helpers/use-build-transition-state.d.ts +0 -1
  835. package/lib/typescript/providers/screen/animation/helpers/use-build-transition-state.d.ts.map +1 -1
  836. package/lib/typescript/providers/screen/animation/index.d.ts +1 -1
  837. package/lib/typescript/providers/screen/animation/index.d.ts.map +1 -1
  838. package/lib/typescript/providers/screen/animation/types.d.ts +2 -17
  839. package/lib/typescript/providers/screen/animation/types.d.ts.map +1 -1
  840. package/lib/typescript/providers/screen/animation/use-screen-animation.d.ts +0 -5
  841. package/lib/typescript/providers/screen/animation/use-screen-animation.d.ts.map +1 -1
  842. package/lib/typescript/providers/screen/descriptors/descriptors.provider.d.ts +20 -18
  843. package/lib/typescript/providers/screen/descriptors/descriptors.provider.d.ts.map +1 -1
  844. package/lib/typescript/providers/screen/descriptors/helpers/derive-descriptor-derivations.d.ts +1 -6
  845. package/lib/typescript/providers/screen/descriptors/helpers/derive-descriptor-derivations.d.ts.map +1 -1
  846. package/lib/typescript/providers/screen/descriptors/index.d.ts +1 -1
  847. package/lib/typescript/providers/screen/descriptors/index.d.ts.map +1 -1
  848. package/lib/typescript/providers/screen/gestures/gestures.provider.d.ts +17 -2
  849. package/lib/typescript/providers/screen/gestures/gestures.provider.d.ts.map +1 -1
  850. package/lib/typescript/providers/screen/gestures/hooks/use-screen-gesture-config.d.ts +2 -2
  851. package/lib/typescript/providers/screen/gestures/hooks/use-screen-gesture-config.d.ts.map +1 -1
  852. package/lib/typescript/providers/screen/gestures/hooks/use-screen-gesture.d.ts.map +1 -1
  853. package/lib/typescript/providers/screen/gestures/hooks/use-stable-runtime-config.d.ts.map +1 -1
  854. package/lib/typescript/providers/screen/gestures/index.d.ts +1 -1
  855. package/lib/typescript/providers/screen/gestures/index.d.ts.map +1 -1
  856. package/lib/typescript/providers/screen/gestures/ownership/gesture-ownership-bridge.d.ts +3 -0
  857. package/lib/typescript/providers/screen/gestures/ownership/gesture-ownership-bridge.d.ts.map +1 -0
  858. package/lib/typescript/providers/screen/gestures/ownership/resolve-ownership.d.ts +2 -3
  859. package/lib/typescript/providers/screen/gestures/ownership/resolve-ownership.d.ts.map +1 -1
  860. package/lib/typescript/providers/screen/gestures/ownership/shadowing-claims.d.ts +2 -3
  861. package/lib/typescript/providers/screen/gestures/ownership/shadowing-claims.d.ts.map +1 -1
  862. package/lib/typescript/providers/screen/gestures/pan/activation/pan-activation-decision.d.ts.map +1 -1
  863. package/lib/typescript/providers/screen/gestures/pan/activation/pan-activation-rules.d.ts +2 -3
  864. package/lib/typescript/providers/screen/gestures/pan/activation/pan-activation-rules.d.ts.map +1 -1
  865. package/lib/typescript/providers/screen/gestures/pan/activation/use-pan-activation.d.ts.map +1 -1
  866. package/lib/typescript/providers/screen/gestures/pan/behavior/pan-lifecycle.d.ts +1 -1
  867. package/lib/typescript/providers/screen/gestures/pan/behavior/pan-lifecycle.d.ts.map +1 -1
  868. package/lib/typescript/providers/screen/gestures/pan/behavior/pan-release.d.ts.map +1 -1
  869. package/lib/typescript/providers/screen/gestures/pan/behavior/pan-reset.d.ts +4 -1
  870. package/lib/typescript/providers/screen/gestures/pan/behavior/pan-reset.d.ts.map +1 -1
  871. package/lib/typescript/providers/screen/gestures/pan/behavior/use-pan-behavior.d.ts.map +1 -1
  872. package/lib/typescript/providers/screen/gestures/pinch/activation/use-pinch-activation.d.ts +2 -1
  873. package/lib/typescript/providers/screen/gestures/pinch/activation/use-pinch-activation.d.ts.map +1 -1
  874. package/lib/typescript/providers/screen/gestures/pinch/behavior/pinch-lifecycle.d.ts +1 -1
  875. package/lib/typescript/providers/screen/gestures/pinch/behavior/pinch-lifecycle.d.ts.map +1 -1
  876. package/lib/typescript/providers/screen/gestures/pinch/behavior/pinch-release.d.ts.map +1 -1
  877. package/lib/typescript/providers/screen/gestures/pinch/behavior/pinch-reset.d.ts +3 -1
  878. package/lib/typescript/providers/screen/gestures/pinch/behavior/pinch-reset.d.ts.map +1 -1
  879. package/lib/typescript/providers/screen/gestures/pinch/behavior/use-pinch-behavior.d.ts.map +1 -1
  880. package/lib/typescript/providers/screen/gestures/scroll-coordination/scroll-metadata-owner.d.ts +5 -3
  881. package/lib/typescript/providers/screen/gestures/scroll-coordination/scroll-metadata-owner.d.ts.map +1 -1
  882. package/lib/typescript/providers/screen/gestures/scroll-coordination/use-scroll-gesture-coordination.d.ts.map +1 -1
  883. package/lib/typescript/providers/screen/gestures/scroll-coordination/walk-up-scroll-gesture-coordination.d.ts +2 -2
  884. package/lib/typescript/providers/screen/gestures/scroll-coordination/walk-up-scroll-gesture-coordination.d.ts.map +1 -1
  885. package/lib/typescript/providers/screen/gestures/shared/policy.d.ts +6 -8
  886. package/lib/typescript/providers/screen/gestures/shared/policy.d.ts.map +1 -1
  887. package/lib/typescript/providers/screen/gestures/shared/snap-points.d.ts +11 -0
  888. package/lib/typescript/providers/screen/gestures/shared/snap-points.d.ts.map +1 -1
  889. package/lib/typescript/providers/screen/gestures/shared/snapshot.d.ts.map +1 -1
  890. package/lib/typescript/providers/screen/gestures/types.d.ts +7 -12
  891. package/lib/typescript/providers/screen/gestures/types.d.ts.map +1 -1
  892. package/lib/typescript/providers/screen/options/helpers.d.ts.map +1 -1
  893. package/lib/typescript/providers/screen/options/index.d.ts +1 -1
  894. package/lib/typescript/providers/screen/options/index.d.ts.map +1 -1
  895. package/lib/typescript/providers/screen/options/options.provider.d.ts +4 -1
  896. package/lib/typescript/providers/screen/options/options.provider.d.ts.map +1 -1
  897. package/lib/typescript/providers/screen/options/types.d.ts +1 -2
  898. package/lib/typescript/providers/screen/options/types.d.ts.map +1 -1
  899. package/lib/typescript/providers/screen/screen-composer.d.ts +6 -5
  900. package/lib/typescript/providers/screen/screen-composer.d.ts.map +1 -1
  901. package/lib/typescript/providers/screen/styles/constants.d.ts +1 -0
  902. package/lib/typescript/providers/screen/styles/constants.d.ts.map +1 -1
  903. package/lib/typescript/providers/screen/styles/helpers/create-interpolator-scope.d.ts +9 -0
  904. package/lib/typescript/providers/screen/styles/helpers/create-interpolator-scope.d.ts.map +1 -0
  905. package/lib/typescript/providers/screen/styles/helpers/resolve-interpolator-style-handoff.d.ts +10 -0
  906. package/lib/typescript/providers/screen/styles/helpers/resolve-interpolator-style-handoff.d.ts.map +1 -0
  907. package/lib/typescript/providers/screen/styles/helpers/resolve-slot-styles/index.d.ts +5 -3
  908. package/lib/typescript/providers/screen/styles/helpers/resolve-slot-styles/index.d.ts.map +1 -1
  909. package/lib/typescript/providers/screen/styles/helpers/select-interpolator-frame.d.ts +4 -0
  910. package/lib/typescript/providers/screen/styles/helpers/select-interpolator-frame.d.ts.map +1 -0
  911. package/lib/typescript/providers/screen/styles/helpers/transition-visual-state.d.ts +25 -0
  912. package/lib/typescript/providers/screen/styles/helpers/transition-visual-state.d.ts.map +1 -0
  913. package/lib/typescript/providers/screen/styles/helpers/visibility-block-ownership.d.ts +10 -0
  914. package/lib/typescript/providers/screen/styles/helpers/visibility-block-ownership.d.ts.map +1 -0
  915. package/lib/typescript/providers/screen/styles/helpers/visibility-gate.d.ts +12 -2
  916. package/lib/typescript/providers/screen/styles/helpers/visibility-gate.d.ts.map +1 -1
  917. package/lib/typescript/providers/screen/styles/hooks/slot-resolvers.d.ts +4 -4
  918. package/lib/typescript/providers/screen/styles/hooks/slot-resolvers.d.ts.map +1 -1
  919. package/lib/typescript/providers/screen/styles/hooks/use-interpolated-style-maps.d.ts +10 -5
  920. package/lib/typescript/providers/screen/styles/hooks/use-interpolated-style-maps.d.ts.map +1 -1
  921. package/lib/typescript/providers/screen/styles/hooks/use-maybe-block-visibility.d.ts +11 -5
  922. package/lib/typescript/providers/screen/styles/hooks/use-maybe-block-visibility.d.ts.map +1 -1
  923. package/lib/typescript/providers/screen/styles/index.d.ts +1 -1
  924. package/lib/typescript/providers/screen/styles/index.d.ts.map +1 -1
  925. package/lib/typescript/providers/screen/styles/slot.provider.d.ts +15 -6
  926. package/lib/typescript/providers/screen/styles/slot.provider.d.ts.map +1 -1
  927. package/lib/typescript/providers/screen/use-current-screen-relationships.d.ts +5 -0
  928. package/lib/typescript/providers/screen/use-current-screen-relationships.d.ts.map +1 -0
  929. package/lib/typescript/providers/stack/blank-stack-state/blank-stack-controller.d.ts +1 -2
  930. package/lib/typescript/providers/stack/blank-stack-state/blank-stack-controller.d.ts.map +1 -1
  931. package/lib/typescript/providers/stack/blank-stack-state/helpers/build-blank-stack-state.d.ts +7 -8
  932. package/lib/typescript/providers/stack/blank-stack-state/helpers/build-blank-stack-state.d.ts.map +1 -1
  933. package/lib/typescript/providers/stack/blank-stack-state/helpers/derive-blank-stack-state.d.ts +5 -6
  934. package/lib/typescript/providers/stack/blank-stack-state/helpers/derive-blank-stack-state.d.ts.map +1 -1
  935. package/lib/typescript/providers/stack/blank-stack-state/helpers/reconcile-blank-stack-routes.d.ts +7 -8
  936. package/lib/typescript/providers/stack/blank-stack-state/helpers/reconcile-blank-stack-routes.d.ts.map +1 -1
  937. package/lib/typescript/providers/stack/blank-stack-state/helpers/resolve-presented-index.d.ts +3 -0
  938. package/lib/typescript/providers/stack/blank-stack-state/helpers/resolve-presented-index.d.ts.map +1 -0
  939. package/lib/typescript/providers/stack/blank-stack-state/helpers/state-equality.d.ts +5 -4
  940. package/lib/typescript/providers/stack/blank-stack-state/helpers/state-equality.d.ts.map +1 -1
  941. package/lib/typescript/providers/stack/blank-stack-state/helpers/types.d.ts +17 -17
  942. package/lib/typescript/providers/stack/blank-stack-state/helpers/types.d.ts.map +1 -1
  943. package/lib/typescript/providers/stack/blank-stack-state/index.d.ts +2 -3
  944. package/lib/typescript/providers/stack/blank-stack-state/index.d.ts.map +1 -1
  945. package/lib/typescript/providers/stack/blank-stack.provider.d.ts +19 -7
  946. package/lib/typescript/providers/stack/blank-stack.provider.d.ts.map +1 -1
  947. package/lib/typescript/providers/stack/core.provider.d.ts +10 -15
  948. package/lib/typescript/providers/stack/core.provider.d.ts.map +1 -1
  949. package/lib/typescript/stores/animation.store.d.ts +1 -1
  950. package/lib/typescript/stores/animation.store.d.ts.map +1 -1
  951. package/lib/typescript/stores/bounds/internals/entries.d.ts +2 -1
  952. package/lib/typescript/stores/bounds/internals/entries.d.ts.map +1 -1
  953. package/lib/typescript/stores/bounds/internals/links.d.ts +4 -2
  954. package/lib/typescript/stores/bounds/internals/links.d.ts.map +1 -1
  955. package/lib/typescript/stores/bounds/internals/resolver.d.ts.map +1 -1
  956. package/lib/typescript/stores/gesture.store.d.ts +2 -21
  957. package/lib/typescript/stores/gesture.store.d.ts.map +1 -1
  958. package/lib/typescript/stores/scroll.store.d.ts +7 -0
  959. package/lib/typescript/stores/scroll.store.d.ts.map +1 -1
  960. package/lib/typescript/stores/system.store.d.ts +6 -2
  961. package/lib/typescript/stores/system.store.d.ts.map +1 -1
  962. package/lib/typescript/types/animation.types.d.ts +9 -19
  963. package/lib/typescript/types/animation.types.d.ts.map +1 -1
  964. package/lib/typescript/types/blank-stack.types.d.ts +2 -21
  965. package/lib/typescript/types/blank-stack.types.d.ts.map +1 -1
  966. package/lib/typescript/types/bounds.types.d.ts +0 -96
  967. package/lib/typescript/types/bounds.types.d.ts.map +1 -1
  968. package/lib/typescript/types/gesture.types.d.ts +7 -25
  969. package/lib/typescript/types/gesture.types.d.ts.map +1 -1
  970. package/lib/typescript/types/index.d.ts +4 -4
  971. package/lib/typescript/types/index.d.ts.map +1 -1
  972. package/lib/typescript/types/overlay.types.d.ts +26 -11
  973. package/lib/typescript/types/overlay.types.d.ts.map +1 -1
  974. package/lib/typescript/types/providers/blank-stack-provider.types.d.ts +20 -34
  975. package/lib/typescript/types/providers/blank-stack-provider.types.d.ts.map +1 -1
  976. package/lib/typescript/types/screen.types.d.ts +46 -116
  977. package/lib/typescript/types/screen.types.d.ts.map +1 -1
  978. package/lib/typescript/types/stack.types.d.ts +11 -27
  979. package/lib/typescript/types/stack.types.d.ts.map +1 -1
  980. package/lib/typescript/utils/animation/animate-to-progress.d.ts +8 -3
  981. package/lib/typescript/utils/animation/animate-to-progress.d.ts.map +1 -1
  982. package/lib/typescript/utils/animation/animate.d.ts +2 -2
  983. package/lib/typescript/utils/animation/animate.d.ts.map +1 -1
  984. package/lib/typescript/utils/animation/spring/spring.d.ts +2 -2
  985. package/lib/typescript/utils/animation/spring/spring.d.ts.map +1 -1
  986. package/lib/typescript/utils/animation/spring/springUtils.d.ts +3 -0
  987. package/lib/typescript/utils/animation/spring/springUtils.d.ts.map +1 -1
  988. package/lib/typescript/utils/animation/state.d.ts +6 -0
  989. package/lib/typescript/utils/animation/state.d.ts.map +1 -1
  990. package/lib/typescript/utils/bounds/constants.d.ts.map +1 -1
  991. package/lib/typescript/utils/bounds/helpers/create-bounds-accessor-core.d.ts.map +1 -1
  992. package/lib/typescript/utils/bounds/helpers/create-link-accessor.d.ts.map +1 -1
  993. package/lib/typescript/utils/bounds/helpers/prepare-bound-styles.d.ts +3 -3
  994. package/lib/typescript/utils/bounds/helpers/prepare-bound-styles.d.ts.map +1 -1
  995. package/lib/typescript/utils/bounds/helpers/styles/composers.d.ts +3 -3
  996. package/lib/typescript/utils/bounds/helpers/styles/composers.d.ts.map +1 -1
  997. package/lib/typescript/utils/bounds/helpers/styles/compute.d.ts +2 -2
  998. package/lib/typescript/utils/bounds/helpers/styles/compute.d.ts.map +1 -1
  999. package/lib/typescript/utils/bounds/navigation/reveal/math.d.ts +9 -0
  1000. package/lib/typescript/utils/bounds/navigation/reveal/math.d.ts.map +1 -1
  1001. package/lib/typescript/utils/bounds/navigation/zoom/build.d.ts.map +1 -1
  1002. package/lib/typescript/utils/bounds/navigation/zoom/drag.d.ts +2 -11
  1003. package/lib/typescript/utils/bounds/navigation/zoom/drag.d.ts.map +1 -1
  1004. package/lib/typescript/utils/bounds/navigation/zoom/helpers.d.ts +7 -4
  1005. package/lib/typescript/utils/bounds/navigation/zoom/helpers.d.ts.map +1 -1
  1006. package/lib/typescript/utils/bounds/types/options.d.ts +4 -21
  1007. package/lib/typescript/utils/bounds/types/options.d.ts.map +1 -1
  1008. package/lib/typescript/utils/create-provider.d.ts +54 -20
  1009. package/lib/typescript/utils/create-provider.d.ts.map +1 -1
  1010. package/lib/typescript/utils/navigation/close-action-replay.d.ts +4 -0
  1011. package/lib/typescript/utils/navigation/close-action-replay.d.ts.map +1 -0
  1012. package/lib/typescript/utils/normalize-interpolated-style.d.ts +2 -15
  1013. package/lib/typescript/utils/normalize-interpolated-style.d.ts.map +1 -1
  1014. package/lib/typescript/utils/resolve-screen-transition-options.d.ts +1 -1
  1015. package/lib/typescript/utils/resolve-screen-transition-options.d.ts.map +1 -1
  1016. package/package.json +1 -2
  1017. package/src/adapters/with-screen-transitions/context.tsx +1 -5
  1018. package/src/adapters/with-screen-transitions/options.ts +1 -32
  1019. package/src/adapters/with-screen-transitions/stack-layout.tsx +37 -37
  1020. package/src/animation/snap-to.ts +6 -0
  1021. package/src/components/activity/activity-view.tsx +93 -0
  1022. package/src/components/activity/activity-view.web.tsx +79 -0
  1023. package/src/components/activity/variants/activity-container.tsx +2 -14
  1024. package/src/components/activity/variants/activity-screen.tsx +37 -71
  1025. package/src/components/boundary/components/boundary-lifecycle.tsx +53 -0
  1026. package/src/components/boundary/components/boundary-target.tsx +38 -24
  1027. package/src/components/boundary/create-boundary-component.tsx +38 -4
  1028. package/src/components/boundary/hooks/lifecycles/use-initial-destination-measurement.ts +88 -45
  1029. package/src/components/boundary/hooks/lifecycles/use-initial-source-measurement.ts +6 -1
  1030. package/src/components/boundary/hooks/lifecycles/use-refresh-boundary.ts +25 -21
  1031. package/src/components/boundary/hooks/use-boundary-measurement.ts +15 -15
  1032. package/src/components/boundary/hooks/use-measurer.ts +22 -19
  1033. package/src/components/boundary/index.tsx +4 -22
  1034. package/src/components/boundary/portal/components/boundary-content-portal/components/host.tsx +5 -1
  1035. package/src/components/boundary/portal/components/boundary-content-portal/helpers/active-handoff-receiver.ts +103 -0
  1036. package/src/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.ts +108 -272
  1037. package/src/components/boundary/portal/components/boundary-content-portal/index.tsx +31 -12
  1038. package/src/components/boundary/portal/components/boundary-portal/components/host.tsx +27 -37
  1039. package/src/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.tsx +67 -92
  1040. package/src/components/boundary/portal/components/boundary-portal/helpers/local-measurement.ts +10 -0
  1041. package/src/components/boundary/portal/components/boundary-portal/helpers/offset-style.ts +11 -62
  1042. package/src/components/boundary/portal/components/boundary-portal/hooks/use-active-portal-boundary-host.ts +118 -0
  1043. package/src/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.ts +32 -219
  1044. package/src/components/boundary/portal/components/boundary-portal/hooks/use-host-measurement.ts +21 -83
  1045. package/src/components/boundary/portal/components/boundary-portal/index.tsx +74 -12
  1046. package/src/components/boundary/portal/components/boundary-portal/stores/host-registry.store.ts +0 -1
  1047. package/src/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.ts +5 -44
  1048. package/src/components/boundary/portal/teleport.ts +2 -23
  1049. package/src/components/boundary/portal/utils/naming.ts +11 -0
  1050. package/src/components/boundary/portal/utils/resolve-portal.ts +26 -18
  1051. package/src/components/boundary/portal/utils/teleport-control.ts +0 -12
  1052. package/src/components/boundary/providers/boundary-root.provider.tsx +59 -101
  1053. package/src/components/boundary/types.ts +9 -0
  1054. package/src/components/boundary/utils/destination-signals.ts +8 -8
  1055. package/src/components/boundary/utils/measured-bounds.ts +29 -32
  1056. package/src/components/boundary/utils/refresh-signals.ts +63 -33
  1057. package/src/components/boundary/utils/resolve-boundary-target.tsx +39 -0
  1058. package/src/components/create-transition-aware-component.tsx +11 -36
  1059. package/src/components/overlay/helpers/create-overlay-interpolator-frame.ts +41 -0
  1060. package/src/components/overlay/helpers/get-active-overlay.ts +91 -21
  1061. package/src/components/overlay/helpers/retain-ready-overlay-resources.ts +38 -0
  1062. package/src/components/overlay/helpers/run-overlay-slot-interpolator.ts +48 -0
  1063. package/src/components/overlay/hooks/use-overlay-slot.ts +121 -0
  1064. package/src/components/overlay/variations/float-overlay.tsx +24 -65
  1065. package/src/components/overlay/variations/overlay-host.tsx +140 -28
  1066. package/src/components/screen-container/hooks/use-backdrop-pointer-events.ts +8 -13
  1067. package/src/components/screen-container/hooks/use-content-layout.ts +10 -10
  1068. package/src/components/screen-container/layers/backdrop.tsx +33 -16
  1069. package/src/components/screen-container/layers/content.tsx +26 -26
  1070. package/src/components/screen-container/layers/maybe-masked-navigation-container.tsx +14 -4
  1071. package/src/components/screen-container/layers/surface.tsx +65 -0
  1072. package/src/components/screen-lifecycle/hooks/helpers/close-interception-rules.ts +64 -0
  1073. package/src/components/screen-lifecycle/hooks/use-close-completion.ts +25 -0
  1074. package/src/components/screen-lifecycle/hooks/use-close-transition-intent.ts +78 -111
  1075. package/src/components/screen-lifecycle/hooks/use-open-transition-intent.ts +5 -2
  1076. package/src/components/screen-lifecycle/hooks/use-transition-start-controller.ts +8 -12
  1077. package/src/components/screen-lifecycle/index.tsx +11 -6
  1078. package/src/components/stack-view.tsx +96 -59
  1079. package/src/configs/presets.ts +17 -20
  1080. package/src/constants.ts +3 -18
  1081. package/src/factories/screen-topology/create-screen-topology.ts +199 -0
  1082. package/src/factories/screen-topology/index.ts +16 -0
  1083. package/src/factories/screen-topology/types.ts +22 -0
  1084. package/src/factories/screen-topology/use-screen-relationships.ts +15 -0
  1085. package/src/factories/screen-topology/worklet.ts +60 -0
  1086. package/src/hooks/navigation/use-navigation-helpers.ts +42 -18
  1087. package/src/hooks/navigation/use-screen-state.ts +4 -8
  1088. package/src/hooks/reanimated/use-shared-value-ref.ts +3 -4
  1089. package/src/index.ts +4 -8
  1090. package/src/navigators/create-blank-stack-navigator.tsx +3 -11
  1091. package/src/navigators/react-navigation/index.tsx +4 -48
  1092. package/src/providers/helpers/measured-bounds-writes.ts +1 -0
  1093. package/src/providers/navigation/navigation-host.provider.tsx +18 -3
  1094. package/src/providers/screen/animation/animation.provider.tsx +66 -184
  1095. package/src/providers/screen/animation/helpers/accessors/use-build-transition-accessor.ts +17 -82
  1096. package/src/providers/screen/animation/helpers/build-screen-transition-options.ts +5 -11
  1097. package/src/providers/screen/animation/helpers/hydrate-transition-state/gesture-progress.ts +30 -3
  1098. package/src/providers/screen/animation/helpers/hydrate-transition-state/index.ts +25 -41
  1099. package/src/providers/screen/animation/helpers/hydrate-transition-state/types.ts +0 -1
  1100. package/src/providers/screen/animation/helpers/pipeline.ts +34 -39
  1101. package/src/providers/screen/animation/helpers/read-screen-animation-revisions.ts +6 -30
  1102. package/src/providers/screen/animation/helpers/selected-interpolator-options.ts +1 -31
  1103. package/src/providers/screen/animation/helpers/stack-progress.ts +13 -32
  1104. package/src/providers/screen/animation/helpers/use-build-transition-state.ts +0 -2
  1105. package/src/providers/screen/animation/index.tsx +2 -1
  1106. package/src/providers/screen/animation/types.ts +2 -32
  1107. package/src/providers/screen/animation/use-screen-animation.tsx +19 -60
  1108. package/src/providers/screen/descriptors/descriptors.provider.tsx +107 -83
  1109. package/src/providers/screen/descriptors/helpers/derive-descriptor-derivations.ts +0 -10
  1110. package/src/providers/screen/descriptors/index.tsx +0 -2
  1111. package/src/providers/screen/gestures/gestures.provider.tsx +99 -76
  1112. package/src/providers/screen/gestures/hooks/use-screen-gesture-config.ts +11 -13
  1113. package/src/providers/screen/gestures/hooks/use-screen-gesture.ts +3 -4
  1114. package/src/providers/screen/gestures/hooks/use-stable-runtime-config.ts +4 -2
  1115. package/src/providers/screen/gestures/index.tsx +2 -1
  1116. package/src/providers/screen/gestures/ownership/{use-walk-up-and-register-shadowing-claims.ts → gesture-ownership-bridge.tsx} +48 -65
  1117. package/src/providers/screen/gestures/ownership/resolve-ownership.ts +5 -8
  1118. package/src/providers/screen/gestures/ownership/shadowing-claims.ts +3 -4
  1119. package/src/providers/screen/gestures/pan/activation/pan-activation-decision.ts +0 -1
  1120. package/src/providers/screen/gestures/pan/activation/pan-activation-rules.ts +3 -6
  1121. package/src/providers/screen/gestures/pan/activation/use-pan-activation.ts +6 -2
  1122. package/src/providers/screen/gestures/pan/behavior/pan-lifecycle.ts +13 -22
  1123. package/src/providers/screen/gestures/pan/behavior/pan-release.ts +48 -9
  1124. package/src/providers/screen/gestures/pan/behavior/pan-reset.ts +15 -2
  1125. package/src/providers/screen/gestures/pan/behavior/use-pan-behavior.ts +2 -5
  1126. package/src/providers/screen/gestures/pan/use-build-pan-gesture.ts +2 -2
  1127. package/src/providers/screen/gestures/pinch/activation/use-pinch-activation.ts +74 -3
  1128. package/src/providers/screen/gestures/pinch/behavior/pinch-lifecycle.ts +18 -19
  1129. package/src/providers/screen/gestures/pinch/behavior/pinch-release.ts +47 -8
  1130. package/src/providers/screen/gestures/pinch/behavior/pinch-reset.ts +11 -2
  1131. package/src/providers/screen/gestures/pinch/behavior/use-pinch-behavior.ts +2 -8
  1132. package/src/providers/screen/gestures/pinch/use-build-pinch-gesture.ts +2 -2
  1133. package/src/providers/screen/gestures/scroll-coordination/scroll-metadata-owner.tsx +6 -9
  1134. package/src/providers/screen/gestures/scroll-coordination/use-scroll-gesture-coordination.ts +11 -7
  1135. package/src/providers/screen/gestures/scroll-coordination/walk-up-scroll-gesture-coordination.ts +12 -12
  1136. package/src/providers/screen/gestures/shared/policy.ts +14 -26
  1137. package/src/providers/screen/gestures/shared/snap-points.ts +87 -0
  1138. package/src/providers/screen/gestures/shared/snapshot.ts +1 -2
  1139. package/src/providers/screen/gestures/types.ts +7 -17
  1140. package/src/providers/screen/options/helpers.ts +18 -73
  1141. package/src/providers/screen/options/index.ts +1 -1
  1142. package/src/providers/screen/options/options.provider.tsx +24 -28
  1143. package/src/providers/screen/options/types.ts +1 -2
  1144. package/src/providers/screen/screen-composer.tsx +14 -7
  1145. package/src/providers/screen/styles/constants.ts +11 -7
  1146. package/src/providers/screen/styles/helpers/create-interpolator-scope.ts +45 -0
  1147. package/src/providers/screen/styles/helpers/resolve-interpolator-style-handoff.ts +138 -0
  1148. package/src/providers/screen/styles/helpers/resolve-slot-styles/index.ts +71 -4
  1149. package/src/providers/screen/styles/helpers/select-interpolator-frame.ts +33 -0
  1150. package/src/providers/screen/styles/helpers/transition-visual-state.ts +70 -0
  1151. package/src/providers/screen/styles/helpers/visibility-block-ownership.ts +16 -0
  1152. package/src/providers/screen/styles/helpers/visibility-gate.ts +42 -7
  1153. package/src/providers/screen/styles/hooks/slot-resolvers.tsx +25 -6
  1154. package/src/providers/screen/styles/hooks/use-interpolated-style-maps.tsx +176 -95
  1155. package/src/providers/screen/styles/hooks/use-maybe-block-visibility.tsx +57 -29
  1156. package/src/providers/screen/styles/index.tsx +2 -2
  1157. package/src/providers/screen/styles/slot.provider.tsx +51 -60
  1158. package/src/providers/screen/use-current-screen-relationships.ts +10 -0
  1159. package/src/providers/stack/blank-stack-state/blank-stack-controller.ts +15 -26
  1160. package/src/providers/stack/blank-stack-state/helpers/build-blank-stack-state.ts +34 -70
  1161. package/src/providers/stack/blank-stack-state/helpers/derive-blank-stack-state.ts +7 -20
  1162. package/src/providers/stack/blank-stack-state/helpers/reconcile-blank-stack-routes.ts +20 -32
  1163. package/src/providers/stack/blank-stack-state/helpers/resolve-presented-index.ts +22 -0
  1164. package/src/providers/stack/blank-stack-state/helpers/state-equality.ts +9 -16
  1165. package/src/providers/stack/blank-stack-state/helpers/types.ts +16 -29
  1166. package/src/providers/stack/blank-stack-state/index.ts +2 -13
  1167. package/src/providers/stack/blank-stack.provider.tsx +59 -101
  1168. package/src/providers/stack/core.provider.tsx +34 -86
  1169. package/src/stores/animation.store.ts +19 -3
  1170. package/src/stores/bounds/internals/entries.ts +38 -1
  1171. package/src/stores/bounds/internals/links.ts +58 -3
  1172. package/src/stores/bounds/internals/resolver.ts +7 -21
  1173. package/src/stores/gesture.store.ts +5 -38
  1174. package/src/stores/scroll.store.ts +23 -0
  1175. package/src/stores/system.store.ts +9 -2
  1176. package/src/types/animation.types.ts +9 -24
  1177. package/src/types/blank-stack.types.ts +9 -24
  1178. package/src/types/bounds.types.ts +0 -100
  1179. package/src/types/gesture.types.ts +7 -26
  1180. package/src/types/index.ts +5 -5
  1181. package/src/types/overlay.types.ts +41 -14
  1182. package/src/types/providers/blank-stack-provider.types.ts +19 -43
  1183. package/src/types/screen.types.ts +50 -125
  1184. package/src/types/stack.types.ts +11 -34
  1185. package/src/utils/animation/animate-to-progress.ts +59 -51
  1186. package/src/utils/animation/animate.ts +18 -2
  1187. package/src/utils/animation/spring/spring.ts +36 -1
  1188. package/src/utils/animation/spring/springUtils.ts +130 -0
  1189. package/src/utils/animation/state.ts +8 -0
  1190. package/src/utils/bounds/constants.ts +2 -2
  1191. package/src/utils/bounds/helpers/create-bounds-accessor-core.ts +7 -6
  1192. package/src/utils/bounds/helpers/create-link-accessor.ts +9 -3
  1193. package/src/utils/bounds/helpers/prepare-bound-styles.ts +5 -5
  1194. package/src/utils/bounds/helpers/styles/composers.ts +6 -6
  1195. package/src/utils/bounds/helpers/styles/compute.ts +3 -3
  1196. package/src/utils/bounds/navigation/reveal/build.ts +1 -1
  1197. package/src/utils/bounds/navigation/reveal/math.ts +21 -5
  1198. package/src/utils/bounds/navigation/zoom/build.ts +77 -23
  1199. package/src/utils/bounds/navigation/zoom/drag.ts +3 -42
  1200. package/src/utils/bounds/navigation/zoom/helpers.ts +9 -23
  1201. package/src/utils/bounds/types/options.ts +15 -34
  1202. package/src/utils/create-provider.tsx +301 -161
  1203. package/src/utils/navigation/close-action-replay.ts +25 -0
  1204. package/src/utils/normalize-interpolated-style.ts +5 -39
  1205. package/src/utils/resolve-screen-transition-options.ts +4 -13
  1206. package/lib/commonjs/components/boundary/hooks/use-register-target.js +0 -32
  1207. package/lib/commonjs/components/boundary/hooks/use-register-target.js.map +0 -1
  1208. package/lib/commonjs/components/boundary/portal/components/boundary-portal/components/portal-slot.js +0 -52
  1209. package/lib/commonjs/components/boundary/portal/components/boundary-portal/components/portal-slot.js.map +0 -1
  1210. package/lib/commonjs/components/boundary/portal/components/boundary-portal/helpers/has-local-slot.js +0 -18
  1211. package/lib/commonjs/components/boundary/portal/components/boundary-portal/helpers/has-local-slot.js.map +0 -1
  1212. package/lib/commonjs/components/boundary/portal/components/boundary-portal/helpers/host-name.js +0 -14
  1213. package/lib/commonjs/components/boundary/portal/components/boundary-portal/helpers/host-name.js.map +0 -1
  1214. package/lib/commonjs/components/boundary/portal/components/boundary-portal/stores/host-bounds.store.js +0 -47
  1215. package/lib/commonjs/components/boundary/portal/components/boundary-portal/stores/host-bounds.store.js.map +0 -1
  1216. package/lib/commonjs/components/boundary/portal/utils/ownership.js +0 -220
  1217. package/lib/commonjs/components/boundary/portal/utils/ownership.js.map +0 -1
  1218. package/lib/commonjs/components/boundary/portal/utils/shallow-equal.js +0 -29
  1219. package/lib/commonjs/components/boundary/portal/utils/shallow-equal.js.map +0 -1
  1220. package/lib/commonjs/components/boundary/portal/utils/visible-host.js +0 -25
  1221. package/lib/commonjs/components/boundary/portal/utils/visible-host.js.map +0 -1
  1222. package/lib/commonjs/components/masked-view.js +0 -56
  1223. package/lib/commonjs/components/masked-view.js.map +0 -1
  1224. package/lib/commonjs/components/scene-view.js +0 -32
  1225. package/lib/commonjs/components/scene-view.js.map +0 -1
  1226. package/lib/commonjs/components/screen-container/layers/surface-container.js +0 -53
  1227. package/lib/commonjs/components/screen-container/layers/surface-container.js.map +0 -1
  1228. package/lib/commonjs/hooks/navigation/use-previous.js +0 -16
  1229. package/lib/commonjs/hooks/navigation/use-previous.js.map +0 -1
  1230. package/lib/commonjs/hooks/navigation/use-stack.js +0 -90
  1231. package/lib/commonjs/hooks/navigation/use-stack.js.map +0 -1
  1232. package/lib/commonjs/hooks/navigation/use-tab-press-reset.js +0 -31
  1233. package/lib/commonjs/hooks/navigation/use-tab-press-reset.js.map +0 -1
  1234. package/lib/commonjs/hooks/use-stable-callback-value.js +0 -69
  1235. package/lib/commonjs/hooks/use-stable-callback-value.js.map +0 -1
  1236. package/lib/commonjs/providers/register-bounds.provider.js +0 -312
  1237. package/lib/commonjs/providers/register-bounds.provider.js.map +0 -1
  1238. package/lib/commonjs/providers/screen/animation/helpers/accessors/use-build-bounds-accessor.js +0 -23
  1239. package/lib/commonjs/providers/screen/animation/helpers/accessors/use-build-bounds-accessor.js.map +0 -1
  1240. package/lib/commonjs/providers/screen/descriptors/helpers/get-ancestor-keys.js +0 -46
  1241. package/lib/commonjs/providers/screen/descriptors/helpers/get-ancestor-keys.js.map +0 -1
  1242. package/lib/commonjs/providers/screen/gestures/ownership/use-walk-up-and-register-shadowing-claims.js.map +0 -1
  1243. package/lib/commonjs/providers/screen/gestures/rotation/activation/use-rotation-activation.js +0 -64
  1244. package/lib/commonjs/providers/screen/gestures/rotation/activation/use-rotation-activation.js.map +0 -1
  1245. package/lib/commonjs/providers/screen/gestures/rotation/behavior/rotation-lifecycle.js +0 -21
  1246. package/lib/commonjs/providers/screen/gestures/rotation/behavior/rotation-lifecycle.js.map +0 -1
  1247. package/lib/commonjs/providers/screen/gestures/rotation/behavior/use-rotation-behavior.js +0 -29
  1248. package/lib/commonjs/providers/screen/gestures/rotation/behavior/use-rotation-behavior.js.map +0 -1
  1249. package/lib/commonjs/providers/screen/gestures/rotation/use-build-rotation-gesture.js +0 -38
  1250. package/lib/commonjs/providers/screen/gestures/rotation/use-build-rotation-gesture.js.map +0 -1
  1251. package/lib/commonjs/providers/screen/gestures/shared/ancestors.js +0 -23
  1252. package/lib/commonjs/providers/screen/gestures/shared/ancestors.js.map +0 -1
  1253. package/lib/commonjs/providers/screen/origin.provider.js +0 -41
  1254. package/lib/commonjs/providers/screen/origin.provider.js.map +0 -1
  1255. package/lib/commonjs/providers/screen/styles/components/floating-overlay-layer.js +0 -28
  1256. package/lib/commonjs/providers/screen/styles/components/floating-overlay-layer.js.map +0 -1
  1257. package/lib/commonjs/providers/screen/styles/helpers/opening-phase.js +0 -32
  1258. package/lib/commonjs/providers/screen/styles/helpers/opening-phase.js.map +0 -1
  1259. package/lib/commonjs/providers/screen/styles/stores/slot-references.store.js +0 -53
  1260. package/lib/commonjs/providers/screen/styles/stores/slot-references.store.js.map +0 -1
  1261. package/lib/commonjs/providers/stack/direct.provider.js +0 -104
  1262. package/lib/commonjs/providers/stack/direct.provider.js.map +0 -1
  1263. package/lib/commonjs/types/providers/direct-stack.types.js +0 -6
  1264. package/lib/commonjs/types/providers/direct-stack.types.js.map +0 -1
  1265. package/lib/commonjs/utils/bounds/navigation/math.js +0 -134
  1266. package/lib/commonjs/utils/bounds/navigation/math.js.map +0 -1
  1267. package/lib/commonjs/utils/platform.js +0 -14
  1268. package/lib/commonjs/utils/platform.js.map +0 -1
  1269. package/lib/module/components/boundary/hooks/use-register-target.js +0 -27
  1270. package/lib/module/components/boundary/hooks/use-register-target.js.map +0 -1
  1271. package/lib/module/components/boundary/portal/components/boundary-portal/components/portal-slot.js +0 -47
  1272. package/lib/module/components/boundary/portal/components/boundary-portal/components/portal-slot.js.map +0 -1
  1273. package/lib/module/components/boundary/portal/components/boundary-portal/helpers/has-local-slot.js +0 -13
  1274. package/lib/module/components/boundary/portal/components/boundary-portal/helpers/has-local-slot.js.map +0 -1
  1275. package/lib/module/components/boundary/portal/components/boundary-portal/helpers/host-name.js +0 -9
  1276. package/lib/module/components/boundary/portal/components/boundary-portal/helpers/host-name.js.map +0 -1
  1277. package/lib/module/components/boundary/portal/components/boundary-portal/stores/host-bounds.store.js +0 -40
  1278. package/lib/module/components/boundary/portal/components/boundary-portal/stores/host-bounds.store.js.map +0 -1
  1279. package/lib/module/components/boundary/portal/utils/ownership.js +0 -213
  1280. package/lib/module/components/boundary/portal/utils/ownership.js.map +0 -1
  1281. package/lib/module/components/boundary/portal/utils/shallow-equal.js +0 -24
  1282. package/lib/module/components/boundary/portal/utils/shallow-equal.js.map +0 -1
  1283. package/lib/module/components/boundary/portal/utils/visible-host.js +0 -20
  1284. package/lib/module/components/boundary/portal/utils/visible-host.js.map +0 -1
  1285. package/lib/module/components/masked-view.js +0 -52
  1286. package/lib/module/components/masked-view.js.map +0 -1
  1287. package/lib/module/components/scene-view.js +0 -27
  1288. package/lib/module/components/scene-view.js.map +0 -1
  1289. package/lib/module/components/screen-container/layers/surface-container.js +0 -48
  1290. package/lib/module/components/screen-container/layers/surface-container.js.map +0 -1
  1291. package/lib/module/hooks/navigation/use-previous.js +0 -11
  1292. package/lib/module/hooks/navigation/use-previous.js.map +0 -1
  1293. package/lib/module/hooks/navigation/use-stack.js +0 -85
  1294. package/lib/module/hooks/navigation/use-stack.js.map +0 -1
  1295. package/lib/module/hooks/navigation/use-tab-press-reset.js +0 -27
  1296. package/lib/module/hooks/navigation/use-tab-press-reset.js.map +0 -1
  1297. package/lib/module/hooks/use-stable-callback-value.js +0 -64
  1298. package/lib/module/hooks/use-stable-callback-value.js.map +0 -1
  1299. package/lib/module/providers/register-bounds.provider.js +0 -308
  1300. package/lib/module/providers/register-bounds.provider.js.map +0 -1
  1301. package/lib/module/providers/screen/animation/helpers/accessors/use-build-bounds-accessor.js +0 -18
  1302. package/lib/module/providers/screen/animation/helpers/accessors/use-build-bounds-accessor.js.map +0 -1
  1303. package/lib/module/providers/screen/descriptors/helpers/get-ancestor-keys.js +0 -41
  1304. package/lib/module/providers/screen/descriptors/helpers/get-ancestor-keys.js.map +0 -1
  1305. package/lib/module/providers/screen/gestures/ownership/use-walk-up-and-register-shadowing-claims.js +0 -150
  1306. package/lib/module/providers/screen/gestures/ownership/use-walk-up-and-register-shadowing-claims.js.map +0 -1
  1307. package/lib/module/providers/screen/gestures/rotation/activation/use-rotation-activation.js +0 -59
  1308. package/lib/module/providers/screen/gestures/rotation/activation/use-rotation-activation.js.map +0 -1
  1309. package/lib/module/providers/screen/gestures/rotation/behavior/rotation-lifecycle.js +0 -15
  1310. package/lib/module/providers/screen/gestures/rotation/behavior/rotation-lifecycle.js.map +0 -1
  1311. package/lib/module/providers/screen/gestures/rotation/behavior/use-rotation-behavior.js +0 -24
  1312. package/lib/module/providers/screen/gestures/rotation/behavior/use-rotation-behavior.js.map +0 -1
  1313. package/lib/module/providers/screen/gestures/rotation/use-build-rotation-gesture.js +0 -33
  1314. package/lib/module/providers/screen/gestures/rotation/use-build-rotation-gesture.js.map +0 -1
  1315. package/lib/module/providers/screen/gestures/shared/ancestors.js +0 -19
  1316. package/lib/module/providers/screen/gestures/shared/ancestors.js.map +0 -1
  1317. package/lib/module/providers/screen/origin.provider.js +0 -33
  1318. package/lib/module/providers/screen/origin.provider.js.map +0 -1
  1319. package/lib/module/providers/screen/styles/components/floating-overlay-layer.js +0 -24
  1320. package/lib/module/providers/screen/styles/components/floating-overlay-layer.js.map +0 -1
  1321. package/lib/module/providers/screen/styles/helpers/opening-phase.js +0 -26
  1322. package/lib/module/providers/screen/styles/helpers/opening-phase.js.map +0 -1
  1323. package/lib/module/providers/screen/styles/stores/slot-references.store.js +0 -47
  1324. package/lib/module/providers/screen/styles/stores/slot-references.store.js.map +0 -1
  1325. package/lib/module/providers/stack/direct.provider.js +0 -101
  1326. package/lib/module/providers/stack/direct.provider.js.map +0 -1
  1327. package/lib/module/types/providers/direct-stack.types.js +0 -4
  1328. package/lib/module/types/providers/direct-stack.types.js.map +0 -1
  1329. package/lib/module/utils/bounds/navigation/math.js +0 -125
  1330. package/lib/module/utils/bounds/navigation/math.js.map +0 -1
  1331. package/lib/module/utils/platform.js +0 -10
  1332. package/lib/module/utils/platform.js.map +0 -1
  1333. package/lib/typescript/components/boundary/hooks/use-register-target.d.ts +0 -10
  1334. package/lib/typescript/components/boundary/hooks/use-register-target.d.ts.map +0 -1
  1335. package/lib/typescript/components/boundary/portal/components/boundary-portal/components/portal-slot.d.ts +0 -13
  1336. package/lib/typescript/components/boundary/portal/components/boundary-portal/components/portal-slot.d.ts.map +0 -1
  1337. package/lib/typescript/components/boundary/portal/components/boundary-portal/helpers/has-local-slot.d.ts +0 -3
  1338. package/lib/typescript/components/boundary/portal/components/boundary-portal/helpers/has-local-slot.d.ts.map +0 -1
  1339. package/lib/typescript/components/boundary/portal/components/boundary-portal/helpers/host-name.d.ts +0 -2
  1340. package/lib/typescript/components/boundary/portal/components/boundary-portal/helpers/host-name.d.ts.map +0 -1
  1341. package/lib/typescript/components/boundary/portal/components/boundary-portal/stores/host-bounds.store.d.ts +0 -9
  1342. package/lib/typescript/components/boundary/portal/components/boundary-portal/stores/host-bounds.store.d.ts.map +0 -1
  1343. package/lib/typescript/components/boundary/portal/utils/ownership.d.ts +0 -34
  1344. package/lib/typescript/components/boundary/portal/utils/ownership.d.ts.map +0 -1
  1345. package/lib/typescript/components/boundary/portal/utils/shallow-equal.d.ts +0 -8
  1346. package/lib/typescript/components/boundary/portal/utils/shallow-equal.d.ts.map +0 -1
  1347. package/lib/typescript/components/boundary/portal/utils/visible-host.d.ts +0 -8
  1348. package/lib/typescript/components/boundary/portal/utils/visible-host.d.ts.map +0 -1
  1349. package/lib/typescript/components/masked-view.d.ts +0 -10
  1350. package/lib/typescript/components/masked-view.d.ts.map +0 -1
  1351. package/lib/typescript/components/scene-view.d.ts +0 -13
  1352. package/lib/typescript/components/scene-view.d.ts.map +0 -1
  1353. package/lib/typescript/components/screen-container/layers/surface-container.d.ts +0 -8
  1354. package/lib/typescript/components/screen-container/layers/surface-container.d.ts.map +0 -1
  1355. package/lib/typescript/hooks/navigation/use-previous.d.ts +0 -2
  1356. package/lib/typescript/hooks/navigation/use-previous.d.ts.map +0 -1
  1357. package/lib/typescript/hooks/navigation/use-stack.d.ts +0 -34
  1358. package/lib/typescript/hooks/navigation/use-stack.d.ts.map +0 -1
  1359. package/lib/typescript/hooks/navigation/use-tab-press-reset.d.ts +0 -10
  1360. package/lib/typescript/hooks/navigation/use-tab-press-reset.d.ts.map +0 -1
  1361. package/lib/typescript/hooks/use-stable-callback-value.d.ts +0 -13
  1362. package/lib/typescript/hooks/use-stable-callback-value.d.ts.map +0 -1
  1363. package/lib/typescript/providers/register-bounds.provider.d.ts +0 -25
  1364. package/lib/typescript/providers/register-bounds.provider.d.ts.map +0 -1
  1365. package/lib/typescript/providers/screen/animation/helpers/accessors/use-build-bounds-accessor.d.ts +0 -2
  1366. package/lib/typescript/providers/screen/animation/helpers/accessors/use-build-bounds-accessor.d.ts.map +0 -1
  1367. package/lib/typescript/providers/screen/descriptors/helpers/get-ancestor-keys.d.ts +0 -14
  1368. package/lib/typescript/providers/screen/descriptors/helpers/get-ancestor-keys.d.ts.map +0 -1
  1369. package/lib/typescript/providers/screen/gestures/ownership/use-walk-up-and-register-shadowing-claims.d.ts +0 -14
  1370. package/lib/typescript/providers/screen/gestures/ownership/use-walk-up-and-register-shadowing-claims.d.ts.map +0 -1
  1371. package/lib/typescript/providers/screen/gestures/rotation/activation/use-rotation-activation.d.ts +0 -15
  1372. package/lib/typescript/providers/screen/gestures/rotation/activation/use-rotation-activation.d.ts.map +0 -1
  1373. package/lib/typescript/providers/screen/gestures/rotation/behavior/rotation-lifecycle.d.ts +0 -4
  1374. package/lib/typescript/providers/screen/gestures/rotation/behavior/rotation-lifecycle.d.ts.map +0 -1
  1375. package/lib/typescript/providers/screen/gestures/rotation/behavior/use-rotation-behavior.d.ts +0 -5
  1376. package/lib/typescript/providers/screen/gestures/rotation/behavior/use-rotation-behavior.d.ts.map +0 -1
  1377. package/lib/typescript/providers/screen/gestures/rotation/use-build-rotation-gesture.d.ts +0 -9
  1378. package/lib/typescript/providers/screen/gestures/rotation/use-build-rotation-gesture.d.ts.map +0 -1
  1379. package/lib/typescript/providers/screen/gestures/shared/ancestors.d.ts +0 -11
  1380. package/lib/typescript/providers/screen/gestures/shared/ancestors.d.ts.map +0 -1
  1381. package/lib/typescript/providers/screen/origin.provider.d.ts +0 -11
  1382. package/lib/typescript/providers/screen/origin.provider.d.ts.map +0 -1
  1383. package/lib/typescript/providers/screen/styles/components/floating-overlay-layer.d.ts +0 -7
  1384. package/lib/typescript/providers/screen/styles/components/floating-overlay-layer.d.ts.map +0 -1
  1385. package/lib/typescript/providers/screen/styles/helpers/opening-phase.d.ts +0 -16
  1386. package/lib/typescript/providers/screen/styles/helpers/opening-phase.d.ts.map +0 -1
  1387. package/lib/typescript/providers/screen/styles/stores/slot-references.store.d.ts +0 -6
  1388. package/lib/typescript/providers/screen/styles/stores/slot-references.store.d.ts.map +0 -1
  1389. package/lib/typescript/providers/stack/direct.provider.d.ts +0 -6
  1390. package/lib/typescript/providers/stack/direct.provider.d.ts.map +0 -1
  1391. package/lib/typescript/types/providers/direct-stack.types.d.ts +0 -31
  1392. package/lib/typescript/types/providers/direct-stack.types.d.ts.map +0 -1
  1393. package/lib/typescript/utils/bounds/navigation/math.d.ts +0 -31
  1394. package/lib/typescript/utils/bounds/navigation/math.d.ts.map +0 -1
  1395. package/lib/typescript/utils/platform.d.ts +0 -2
  1396. package/lib/typescript/utils/platform.d.ts.map +0 -1
  1397. package/src/components/boundary/hooks/use-register-target.ts +0 -43
  1398. package/src/components/boundary/portal/components/boundary-portal/components/portal-slot.tsx +0 -80
  1399. package/src/components/boundary/portal/components/boundary-portal/helpers/has-local-slot.ts +0 -16
  1400. package/src/components/boundary/portal/components/boundary-portal/helpers/host-name.ts +0 -10
  1401. package/src/components/boundary/portal/components/boundary-portal/stores/host-bounds.store.ts +0 -45
  1402. package/src/components/boundary/portal/utils/ownership.ts +0 -319
  1403. package/src/components/boundary/portal/utils/shallow-equal.ts +0 -25
  1404. package/src/components/boundary/portal/utils/visible-host.ts +0 -24
  1405. package/src/components/masked-view.tsx +0 -58
  1406. package/src/components/scene-view.tsx +0 -29
  1407. package/src/components/screen-container/layers/surface-container.tsx +0 -63
  1408. package/src/hooks/navigation/use-previous.ts +0 -11
  1409. package/src/hooks/navigation/use-stack.tsx +0 -185
  1410. package/src/hooks/navigation/use-tab-press-reset.ts +0 -36
  1411. package/src/hooks/use-stable-callback-value.ts +0 -72
  1412. package/src/providers/register-bounds.provider.tsx +0 -401
  1413. package/src/providers/screen/animation/helpers/accessors/use-build-bounds-accessor.tsx +0 -13
  1414. package/src/providers/screen/descriptors/helpers/get-ancestor-keys.ts +0 -55
  1415. package/src/providers/screen/gestures/rotation/activation/use-rotation-activation.ts +0 -88
  1416. package/src/providers/screen/gestures/rotation/behavior/rotation-lifecycle.ts +0 -19
  1417. package/src/providers/screen/gestures/rotation/behavior/use-rotation-behavior.ts +0 -47
  1418. package/src/providers/screen/gestures/rotation/use-build-rotation-gesture.ts +0 -50
  1419. package/src/providers/screen/gestures/shared/ancestors.ts +0 -27
  1420. package/src/providers/screen/origin.provider.tsx +0 -38
  1421. package/src/providers/screen/styles/components/floating-overlay-layer.tsx +0 -29
  1422. package/src/providers/screen/styles/helpers/opening-phase.ts +0 -25
  1423. package/src/providers/screen/styles/stores/slot-references.store.ts +0 -72
  1424. package/src/providers/stack/direct.provider.tsx +0 -129
  1425. package/src/types/providers/direct-stack.types.ts +0 -69
  1426. package/src/utils/bounds/navigation/math.ts +0 -188
  1427. package/src/utils/platform.ts +0 -8
@@ -1,54 +1,41 @@
1
+ import type { BlankStackDescriptor } from "../../../../types/blank-stack.types";
1
2
  import type { BlankStackProviderProps } from "../../../../types/providers/blank-stack-provider.types";
2
3
  import type {
3
- BaseStackDescriptor,
4
- BaseStackNavigation,
5
4
  BaseStackRoute,
6
5
  BaseStackScene,
7
- StackDescriptorSource,
8
6
  } from "../../../../types/stack.types";
9
7
 
10
- export type BlankStackRoutes<TDescriptor extends BaseStackDescriptor> =
11
- TDescriptor["route"][];
8
+ export type BlankStackRoutes = BlankStackDescriptor["route"][];
12
9
 
13
- export type BlankStackDescriptors<TDescriptor extends BaseStackDescriptor> =
14
- Record<string, TDescriptor>;
10
+ export type BlankStackDescriptors = Record<string, BlankStackDescriptor>;
15
11
 
16
- export type BlankStackDescriptorSources<
17
- TDescriptor extends BaseStackDescriptor,
18
- > = Record<string, StackDescriptorSource<TDescriptor>>;
19
-
20
- export type LocalRoutesState<TDescriptor extends BaseStackDescriptor> = {
21
- routes: BlankStackRoutes<TDescriptor>;
22
- descriptors: BlankStackDescriptors<TDescriptor>;
23
- sourceDescriptors: BlankStackDescriptorSources<TDescriptor>;
12
+ export type LocalRoutesState = {
13
+ routes: BlankStackRoutes;
14
+ descriptors: BlankStackDescriptors;
15
+ sourceDescriptors: BlankStackDescriptors;
24
16
  focusedRouteKey?: string;
25
17
  routeChildStates: Record<string, unknown>;
26
- scenes: BaseStackScene<TDescriptor>[];
18
+ scenes: BaseStackScene<BlankStackDescriptor>[];
27
19
  routeKeys: string[];
28
20
  shouldShowFloatOverlay: boolean;
29
21
  closingRouteKeys: ReadonlySet<string>;
30
22
  };
31
23
 
32
- export type BlankStackControllerSnapshot<
33
- TDescriptor extends BaseStackDescriptor,
34
- > = {
35
- state: LocalRoutesState<TDescriptor>;
24
+ export type BlankStackControllerSnapshot = {
25
+ state: LocalRoutesState;
36
26
  };
37
27
 
38
- export type BlankStackController<
39
- TDescriptor extends BaseStackDescriptor,
40
- TNavigation extends BaseStackNavigation,
41
- > = {
28
+ export type BlankStackController = {
42
29
  subscribe: (listener: () => void) => () => void;
43
- getSnapshot: () => BlankStackControllerSnapshot<TDescriptor>;
44
- update: (props: BlankStackProviderProps<TDescriptor, TNavigation>) => void;
30
+ getSnapshot: () => BlankStackControllerSnapshot;
31
+ update: (props: BlankStackProviderProps) => void;
45
32
  handleCloseRoute: (payload: { route: BaseStackRoute }) => void;
46
33
  requestDismiss: (payload: { route: BaseStackRoute }) => boolean;
47
34
  };
48
35
 
49
- export type ReconciledRoutes<TDescriptor extends BaseStackDescriptor> = {
50
- routes: BlankStackRoutes<TDescriptor>;
51
- descriptors: BlankStackDescriptorSources<TDescriptor>;
36
+ export type ReconciledRoutes = {
37
+ routes: BlankStackRoutes;
38
+ descriptors: BlankStackDescriptors;
52
39
  };
53
40
 
54
41
  export type SceneActivityWindow = {
@@ -1,23 +1,12 @@
1
1
  import { useRef, useSyncExternalStore } from "react";
2
2
  import type { BlankStackProviderProps } from "../../../types/providers/blank-stack-provider.types";
3
- import type {
4
- BaseStackDescriptor,
5
- BaseStackNavigation,
6
- } from "../../../types/stack.types";
7
3
  import {
8
4
  type BlankStackController,
9
5
  createBlankStackController,
10
6
  } from "./blank-stack-controller";
11
7
 
12
- export const useBlankStackState = <
13
- TDescriptor extends BaseStackDescriptor,
14
- TNavigation extends BaseStackNavigation,
15
- >(
16
- props: BlankStackProviderProps<TDescriptor, TNavigation>,
17
- ) => {
18
- const controllerRef = useRef<
19
- BlankStackController<TDescriptor, TNavigation> | undefined
20
- >(undefined);
8
+ export const useBlankStackState = (props: BlankStackProviderProps) => {
9
+ const controllerRef = useRef<BlankStackController | undefined>(undefined);
21
10
 
22
11
  if (!controllerRef.current) {
23
12
  controllerRef.current = createBlankStackController(props);
@@ -1,118 +1,76 @@
1
- import type { Route } from "@react-navigation/native";
2
- import * as React from "react";
3
- import { useMemo } from "react";
4
- import {
5
- type StackContextValue,
6
- StackProvider,
7
- } from "../../hooks/navigation/use-stack";
1
+ import { type ReactNode, useMemo } from "react";
2
+ import type { BlankStackDescriptor } from "../../types/blank-stack.types";
8
3
  import type {
9
- BlankStackProviderContextValue,
10
4
  BlankStackProviderProps,
11
- BlankStackProviderRenderProps,
12
- BlankStackProviderResult,
5
+ BlankStackStoreValue,
13
6
  } from "../../types/providers/blank-stack-provider.types";
14
- import type {
15
- BaseStackDescriptor,
16
- BaseStackNavigation,
17
- BaseStackScene,
18
- } from "../../types/stack.types";
7
+ import type { BaseStackScene } from "../../types/stack.types";
8
+ import createProvider from "../../utils/create-provider";
19
9
  import { useBlankStackState } from "./blank-stack-state";
20
- import { useStackCoreContext } from "./core.provider";
10
+ import { resolvePresentedIndex } from "./blank-stack-state/helpers/resolve-presented-index";
21
11
 
22
- const BlankStackProviderContext =
23
- React.createContext<BlankStackProviderContextValue | null>(null);
24
- BlankStackProviderContext.displayName = "BlankStackProvider";
12
+ type InternalBlankStackProviderProps = BlankStackProviderProps & {
13
+ children: ReactNode;
14
+ };
25
15
 
26
- function useBlankStackContext(): BlankStackProviderContextValue {
27
- const context = React.useContext(BlankStackProviderContext);
28
- if (!context) {
29
- throw new Error(
30
- "useBlankStackContext must be used within BlankStackProvider",
31
- );
32
- }
33
- return context;
34
- }
16
+ const createScenesByKey = (scenes: BaseStackScene<BlankStackDescriptor>[]) => {
17
+ const scenesByKey: Record<string, BaseStackScene<BlankStackDescriptor>> = {};
35
18
 
36
- function useBlankStackProviderValue<
37
- TDescriptor extends BaseStackDescriptor,
38
- TNavigation extends BaseStackNavigation,
39
- >(
40
- props: BlankStackProviderProps<TDescriptor, TNavigation>,
41
- ): BlankStackProviderResult<TDescriptor> {
42
- const { flags } = useStackCoreContext();
43
- const { state, handleCloseRoute, requestDismiss } = useBlankStackState(props);
44
- const navigatorKey = props.state.key;
19
+ for (const scene of scenes) {
20
+ scenesByKey[scene.route.key] = scene;
21
+ }
45
22
 
46
- const focusedIndex = props.state.index;
23
+ return scenesByKey;
24
+ };
47
25
 
48
- const stackContextValue = useMemo<StackContextValue>(
49
- () => ({
50
- flags,
51
- navigatorKey,
52
- routeKeys: state.routeKeys,
53
- routes: state.routes as Route<string>[],
54
- scenes: state.scenes as BaseStackScene[],
55
- focusedIndex,
56
- requestDismiss,
57
- }),
58
- [
59
- flags,
60
- navigatorKey,
61
- state.routeKeys,
62
- state.routes,
63
- state.scenes,
64
- focusedIndex,
65
- requestDismiss,
66
- ],
26
+ const {
27
+ StoreProvider: BlankStackStoreProvider,
28
+ BlankStackProvider,
29
+ useBlankStackStore,
30
+ } = createProvider("BlankStack")<
31
+ InternalBlankStackProviderProps,
32
+ BlankStackStoreValue
33
+ >(({ state: stackState, children, ...props }) => {
34
+ const { state, handleCloseRoute, requestDismiss } = useBlankStackState({
35
+ ...props,
36
+ state: stackState,
37
+ });
38
+ const navigatorKey = stackState.key;
39
+ const focusedIndex = resolvePresentedIndex(
40
+ state.routes,
41
+ state.focusedRouteKey,
42
+ state.closingRouteKeys,
67
43
  );
44
+ const scenesByKey = useMemo(
45
+ () => createScenesByKey(state.scenes),
46
+ [state.scenes],
47
+ );
48
+ const paintDriverRouteKeyByRouteKey = useMemo(() => {
49
+ const paintDrivers = new Map<string, string>();
50
+
51
+ for (let index = 0; index + 2 < state.routeKeys.length; index++) {
52
+ paintDrivers.set(state.routeKeys[index], state.routeKeys[index + 2]);
53
+ }
68
54
 
69
- const blankStackProviderContextValue =
70
- useMemo<BlankStackProviderContextValue>(
71
- () => ({
72
- handleCloseRoute,
73
- }),
74
- [handleCloseRoute],
75
- );
55
+ return paintDrivers;
56
+ }, [state.routeKeys]);
76
57
 
77
- const renderProps = useMemo<BlankStackProviderRenderProps<TDescriptor>>(
78
- () => ({
58
+ return {
59
+ value: {
60
+ navigatorKey,
61
+ routeKeys: state.routeKeys,
62
+ routes: state.routes,
79
63
  scenes: state.scenes,
64
+ scenesByKey,
65
+ paintDriverRouteKeyByRouteKey,
80
66
  focusedIndex,
67
+ requestDismiss,
81
68
  shouldShowFloatOverlay: state.shouldShowFloatOverlay,
82
- }),
83
- [state.scenes, focusedIndex, state.shouldShowFloatOverlay],
84
- );
85
-
86
- return { stackContextValue, blankStackProviderContextValue, renderProps };
87
- }
88
-
89
- function withBlankStack<
90
- TDescriptor extends BaseStackDescriptor = BaseStackDescriptor,
91
- TNavigation extends BaseStackNavigation = BaseStackNavigation,
92
- >(
93
- Component: React.ComponentType<BlankStackProviderRenderProps<TDescriptor>>,
94
- ): React.FC<BlankStackProviderProps<TDescriptor, TNavigation>> {
95
- return function BlankStackProvider(
96
- props: BlankStackProviderProps<TDescriptor, TNavigation>,
97
- ) {
98
- const { stackContextValue, blankStackProviderContextValue, renderProps } =
99
- useBlankStackProviderValue<TDescriptor, TNavigation>(props);
100
-
101
- return (
102
- <StackProvider value={stackContextValue}>
103
- <BlankStackProviderContext.Provider
104
- value={blankStackProviderContextValue}
105
- >
106
- <Component {...renderProps} />
107
- </BlankStackProviderContext.Provider>
108
- </StackProvider>
109
- );
69
+ handleCloseRoute,
70
+ },
71
+ children,
110
72
  };
111
- }
73
+ });
112
74
 
113
- export type {
114
- BlankStackProviderContextValue,
115
- BlankStackProviderProps,
116
- BlankStackProviderRenderProps,
117
- };
118
- export { useBlankStackContext, withBlankStack };
75
+ export type { BlankStackProviderProps, BlankStackStoreValue };
76
+ export { BlankStackProvider, BlankStackStoreProvider, useBlankStackStore };
@@ -1,5 +1,4 @@
1
- import * as React from "react";
2
- import { useMemo } from "react";
1
+ import { memo, type ReactNode, useContext, useMemo } from "react";
3
2
  import { Dimensions, Platform, StyleSheet, View } from "react-native";
4
3
  import { GestureHandlerRootView } from "react-native-gesture-handler";
5
4
  import {
@@ -7,27 +6,20 @@ import {
7
6
  SafeAreaInsetsContext,
8
7
  SafeAreaProvider,
9
8
  } from "react-native-safe-area-context";
10
- import { StackType } from "../../types/stack.types";
11
9
  import createProvider from "../../utils/create-provider";
12
10
 
13
11
  export interface StackCoreConfig {
14
12
  TRANSITIONS_ALWAYS_ON?: boolean;
15
- STACK_TYPE?: StackType;
16
- DISABLE_NATIVE_SCREENS?: boolean;
17
- DISABLE_NATIVE_SCREEN_CONTAINER?: boolean;
18
13
  }
19
14
 
20
15
  interface StackCoreProviderProps {
21
16
  config: StackCoreConfig;
22
- children: React.ReactNode;
17
+ children: ReactNode;
23
18
  }
24
19
 
25
20
  export interface StackCoreContextValue {
26
21
  flags: {
27
22
  TRANSITIONS_ALWAYS_ON: boolean;
28
- STACK_TYPE?: StackType;
29
- DISABLE_NATIVE_SCREENS: boolean;
30
- DISABLE_NATIVE_SCREEN_CONTAINER: boolean;
31
23
  };
32
24
  }
33
25
 
@@ -41,8 +33,12 @@ const initialSafeAreaMetrics =
41
33
  }
42
34
  : initialWindowMetrics;
43
35
 
44
- function StackSafeAreaProvider({ children }: { children: React.ReactNode }) {
45
- const insets = React.useContext(SafeAreaInsetsContext);
36
+ const StackSafeAreaProvider = memo(function StackSafeAreaProvider({
37
+ children,
38
+ }: {
39
+ children: ReactNode;
40
+ }) {
41
+ const insets = useContext(SafeAreaInsetsContext);
46
42
 
47
43
  if (insets) {
48
44
  return <View style={styles.container}>{children}</View>;
@@ -56,86 +52,38 @@ function StackSafeAreaProvider({ children }: { children: React.ReactNode }) {
56
52
  {children}
57
53
  </SafeAreaProvider>
58
54
  );
59
- }
55
+ });
60
56
 
61
- const { StackCoreProvider: InternalStackCoreProvider, useStackCoreContext } =
62
- createProvider("StackCore", { guarded: true })<
63
- StackCoreProviderProps,
64
- StackCoreContextValue
65
- >(({ config, children }) => {
66
- const {
67
- TRANSITIONS_ALWAYS_ON = false,
68
- DISABLE_NATIVE_SCREENS = false,
69
- DISABLE_NATIVE_SCREEN_CONTAINER = false,
70
- STACK_TYPE = StackType.BLANK,
71
- } = config;
57
+ const StackCoreRoot = memo(function StackCoreRoot({
58
+ children,
59
+ }: {
60
+ children: ReactNode;
61
+ }) {
62
+ return (
63
+ <GestureHandlerRootView style={styles.container}>
64
+ <StackSafeAreaProvider>{children}</StackSafeAreaProvider>
65
+ </GestureHandlerRootView>
66
+ );
67
+ });
72
68
 
73
- const flags = useMemo(
74
- () => ({
75
- TRANSITIONS_ALWAYS_ON,
76
- STACK_TYPE,
77
- DISABLE_NATIVE_SCREENS,
78
- DISABLE_NATIVE_SCREEN_CONTAINER,
79
- }),
80
- [
81
- TRANSITIONS_ALWAYS_ON,
82
- STACK_TYPE,
83
- DISABLE_NATIVE_SCREENS,
84
- DISABLE_NATIVE_SCREEN_CONTAINER,
85
- ],
86
- );
69
+ export const { StackCoreProvider, useStackCoreStore } = createProvider(
70
+ "StackCore",
71
+ )<StackCoreProviderProps, StackCoreContextValue>(({ config, children }) => {
72
+ const { TRANSITIONS_ALWAYS_ON = false } = config;
87
73
 
88
- return {
89
- value: { flags },
90
- children: (
91
- <GestureHandlerRootView
92
- style={styles.container}
93
- pointerEvents={
94
- STACK_TYPE === StackType.COMPONENT ? "box-none" : undefined
95
- }
96
- >
97
- <StackSafeAreaProvider>{children}</StackSafeAreaProvider>
98
- </GestureHandlerRootView>
99
- ),
100
- };
101
- });
74
+ const flags = useMemo(
75
+ () => ({
76
+ TRANSITIONS_ALWAYS_ON,
77
+ }),
78
+ [TRANSITIONS_ALWAYS_ON],
79
+ );
102
80
 
103
- /**
104
- * HOC that wraps a component with the StackCore provider.
105
- * Just a simple open gate
106
- */
107
- export function withStackCore<TProps extends object>(
108
- defaultConfig: StackCoreConfig,
109
- Component: React.ComponentType<TProps>,
110
- ): React.FC<TProps & StackCoreConfig> {
111
- return function StackCoreWrapper({
112
- DISABLE_NATIVE_SCREENS,
113
- DISABLE_NATIVE_SCREEN_CONTAINER,
114
- TRANSITIONS_ALWAYS_ON,
115
- STACK_TYPE,
116
- ...props
117
- }: TProps & StackCoreConfig) {
118
- // Start from defaults, then apply explicit overrides from the caller.
119
- const config: StackCoreConfig = {
120
- TRANSITIONS_ALWAYS_ON:
121
- TRANSITIONS_ALWAYS_ON ?? defaultConfig.TRANSITIONS_ALWAYS_ON,
122
- STACK_TYPE: STACK_TYPE ?? defaultConfig.STACK_TYPE,
123
- DISABLE_NATIVE_SCREENS:
124
- DISABLE_NATIVE_SCREENS ?? defaultConfig.DISABLE_NATIVE_SCREENS,
125
- DISABLE_NATIVE_SCREEN_CONTAINER:
126
- DISABLE_NATIVE_SCREEN_CONTAINER ??
127
- defaultConfig.DISABLE_NATIVE_SCREEN_CONTAINER,
128
- };
129
- return (
130
- <InternalStackCoreProvider config={config}>
131
- <Component {...(props as TProps)} />
132
- </InternalStackCoreProvider>
133
- );
81
+ return {
82
+ value: { flags },
83
+ children: <StackCoreRoot>{children}</StackCoreRoot>,
134
84
  };
135
- }
85
+ });
136
86
 
137
87
  const styles = StyleSheet.create({
138
88
  container: { flex: 1 },
139
89
  });
140
-
141
- export { useStackCoreContext };
@@ -3,12 +3,13 @@ import {
3
3
  makeMutable,
4
4
  type SharedValue,
5
5
  } from "react-native-reanimated";
6
+ import { FALSE, TRUE } from "../constants";
7
+ import { emit } from "../utils/animation/emit";
6
8
  import { createStore } from "../utils/create-store";
7
9
 
8
10
  export type AnimationStoreMap = {
9
11
  transitionProgress: SharedValue<number>;
10
12
  visualProgress: SharedValue<number>;
11
- stackProgress: SharedValue<number>;
12
13
  willAnimate: SharedValue<number>;
13
14
  progressAnimating: SharedValue<number>;
14
15
  progressSettled: SharedValue<number>;
@@ -16,11 +17,27 @@ export type AnimationStoreMap = {
16
17
  entering: SharedValue<number>;
17
18
  };
18
19
 
20
+ export const emitMotionStart = (animations: AnimationStoreMap) => {
21
+ "worklet";
22
+
23
+ animations.progressSettled.set(FALSE);
24
+
25
+ if (animations.progressAnimating.get()) {
26
+ return false;
27
+ }
28
+
29
+ emit(animations.willAnimate, TRUE, FALSE);
30
+ requestAnimationFrame(() => {
31
+ "worklet";
32
+ animations.progressAnimating.set(TRUE);
33
+ });
34
+ return true;
35
+ };
36
+
19
37
  function createAnimationBag(): AnimationStoreMap {
20
38
  return {
21
39
  transitionProgress: makeMutable(0),
22
40
  visualProgress: makeMutable(0),
23
- stackProgress: makeMutable(0),
24
41
  willAnimate: makeMutable(0),
25
42
  closing: makeMutable(0),
26
43
  progressAnimating: makeMutable(0),
@@ -39,7 +56,6 @@ export const AnimationStore = createStore<AnimationStoreMap>({
39
56
  disposeBag: (bag) => {
40
57
  cancelAnimation(bag.transitionProgress);
41
58
  cancelAnimation(bag.visualProgress);
42
- cancelAnimation(bag.stackProgress);
43
59
  cancelAnimation(bag.willAnimate);
44
60
  cancelAnimation(bag.progressAnimating);
45
61
  cancelAnimation(bag.progressSettled);
@@ -62,6 +62,43 @@ function getEntry(tag: TagID, key: ScreenKey): Entry | null {
62
62
  return boundaryRegistry.get()[tag]?.screens[key] ?? null;
63
63
  }
64
64
 
65
+ function getMatchingSourceScreenKey(
66
+ tag: TagID,
67
+ destinationScreenKey: ScreenKey,
68
+ preferredScreenKey?: ScreenKey,
69
+ excludedScreenKeys?: readonly ScreenKey[],
70
+ ): ScreenKey | null {
71
+ "worklet";
72
+ const screens = boundaryRegistry.get()[tag]?.screens;
73
+ if (!screens) return null;
74
+ const isExcluded = (screenKey: ScreenKey) => {
75
+ "worklet";
76
+ for (let index = 0; index < (excludedScreenKeys?.length ?? 0); index++) {
77
+ if (excludedScreenKeys?.[index] === screenKey) {
78
+ return true;
79
+ }
80
+ }
81
+ return false;
82
+ };
83
+ if (
84
+ preferredScreenKey &&
85
+ preferredScreenKey !== destinationScreenKey &&
86
+ !isExcluded(preferredScreenKey) &&
87
+ screens[preferredScreenKey]
88
+ ) {
89
+ return preferredScreenKey;
90
+ }
91
+
92
+ let latestScreenKey: ScreenKey | null = null;
93
+ for (const screenKey in screens) {
94
+ if (screenKey !== destinationScreenKey && !isExcluded(screenKey)) {
95
+ latestScreenKey = screenKey;
96
+ }
97
+ }
98
+
99
+ return latestScreenKey;
100
+ }
101
+
65
102
  function setEntry(tag: TagID, screenKey: ScreenKey, patch: EntryPatch) {
66
103
  "worklet";
67
104
  boundaryRegistry.modify(<T extends BoundaryEntriesState>(state: T): T => {
@@ -90,4 +127,4 @@ function removeEntry(tag: TagID, screenKey: ScreenKey) {
90
127
  });
91
128
  }
92
129
 
93
- export { getEntry, removeEntry, setEntry };
130
+ export { getEntry, getMatchingSourceScreenKey, removeEntry, setEntry };
@@ -4,12 +4,14 @@ import {
4
4
  ensurePairGroups,
5
5
  ensurePairLinks,
6
6
  ensurePairSourceRequests,
7
+ getDestinationScreenKeyFromPairKey,
7
8
  getGroupKeyFromTag,
8
9
  getLinkKeyFromTag,
9
10
  getActiveGroupId as getPairActiveGroupId,
10
11
  getDestination as getPairDestination,
11
12
  getLink as getPairLink,
12
13
  getSource as getPairSource,
14
+ getSourceScreenKeyFromPairKey,
13
15
  } from "../helpers/link-pairs.helpers";
14
16
  import type {
15
17
  BoundaryRuntimeFlags,
@@ -215,11 +217,12 @@ const writeDestination = (
215
217
  bounds: MeasuredDimensions,
216
218
  styles: StyleProps,
217
219
  group?: GroupKey,
220
+ runtimeFlags: BoundaryRuntimeFlags = {},
218
221
  ) => {
219
222
  "worklet";
220
223
  const existingLink = getPairLink(state, pairKey, linkKey);
221
224
 
222
- const destination = createLinkSide(screenKey, bounds, styles);
225
+ const destination = createLinkSide(screenKey, bounds, styles, runtimeFlags);
223
226
  const link =
224
227
  existingLink ??
225
228
  ({
@@ -239,7 +242,7 @@ const writeDestination = (
239
242
 
240
243
  writePairLink(state, pairKey, linkKey, link);
241
244
 
242
- if (link.group) {
245
+ if (link.group && !state[pairKey]?.groups?.[link.group]) {
243
246
  writeGroup(state, pairKey, link.group, linkKey);
244
247
  }
245
248
  };
@@ -296,12 +299,22 @@ function setDestination(
296
299
  bounds: MeasuredDimensions,
297
300
  styles: StyleProps = {},
298
301
  group?: GroupKey,
302
+ runtimeFlags: BoundaryRuntimeFlags = {},
299
303
  ) {
300
304
  "worklet";
301
305
  pairs.modify(<T extends LinkPairsState>(state: T): T => {
302
306
  "worklet";
303
307
  const linkKey = getLinkKeyFromTag(tag);
304
- writeDestination(state, pairKey, linkKey, screenKey, bounds, styles, group);
308
+ writeDestination(
309
+ state,
310
+ pairKey,
311
+ linkKey,
312
+ screenKey,
313
+ bounds,
314
+ styles,
315
+ group,
316
+ runtimeFlags,
317
+ );
305
318
 
306
319
  return state;
307
320
  });
@@ -391,6 +404,46 @@ function getResolvedLink(
391
404
  };
392
405
  }
393
406
 
407
+ function getPairKeyForSource(
408
+ tag: TagID,
409
+ screenKey: ScreenKey,
410
+ ): ScreenPairKey | null {
411
+ "worklet";
412
+ const state = pairs.get();
413
+ const linkKey = getLinkKeyFromTag(tag);
414
+ let latestPairKey: ScreenPairKey | null = null;
415
+ let latestPairAwaitingSource: ScreenPairKey | null = null;
416
+
417
+ for (const pairKey in state) {
418
+ if (getSourceScreenKeyFromPairKey(pairKey) !== screenKey) continue;
419
+
420
+ const link = getResolvedLink(pairKey, tag).link;
421
+ const hasSourceRequest = state[pairKey]?.sourceRequests?.[linkKey];
422
+
423
+ if (!link?.destination && !hasSourceRequest) continue;
424
+
425
+ latestPairKey = pairKey;
426
+ if (!link?.source) {
427
+ latestPairAwaitingSource = pairKey;
428
+ }
429
+ }
430
+
431
+ return latestPairAwaitingSource ?? latestPairKey;
432
+ }
433
+
434
+ function getPairKeyForDestination(
435
+ tag: TagID,
436
+ screenKey: ScreenKey,
437
+ ): ScreenPairKey | null {
438
+ "worklet";
439
+ const state = pairs.get();
440
+ for (const pairKey in state) {
441
+ if (getDestinationScreenKeyFromPairKey(pairKey) !== screenKey) continue;
442
+ if (getResolvedLink(pairKey, tag).link) return pairKey;
443
+ }
444
+ return null;
445
+ }
446
+
394
447
  function getSource(
395
448
  pairKey: ScreenPairKey,
396
449
  tag: TagID,
@@ -411,6 +464,8 @@ export {
411
464
  getActiveGroupId,
412
465
  getDestination,
413
466
  getLink,
467
+ getPairKeyForDestination,
468
+ getPairKeyForSource,
414
469
  getResolvedLink,
415
470
  getSource,
416
471
  requestSourceMeasure,