react-native-screen-transitions 3.9.0-beta.3 → 4.0.0-alpha.0

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 (3059) hide show
  1. package/lib/commonjs/adapters/with-screen-transitions/context.js.map +1 -0
  2. package/lib/commonjs/adapters/with-screen-transitions/index.js.map +1 -0
  3. package/lib/commonjs/adapters/with-screen-transitions/options.js.map +1 -0
  4. package/lib/commonjs/adapters/with-screen-transitions/stack-layout.js.map +1 -0
  5. package/lib/commonjs/adapters/with-screen-transitions/types.js.map +1 -0
  6. package/lib/commonjs/animation/resolve-snap-target.js.map +1 -0
  7. package/lib/commonjs/animation/snap-to.js +75 -0
  8. package/lib/commonjs/animation/snap-to.js.map +1 -0
  9. package/lib/commonjs/animation/transition-blocking.js.map +1 -0
  10. package/lib/commonjs/components/activity/helpers.js.map +1 -0
  11. package/lib/commonjs/components/activity/index.js.map +1 -0
  12. package/lib/commonjs/components/activity/variants/activity-container.js.map +1 -0
  13. package/lib/commonjs/components/activity/variants/activity-screen.js.map +1 -0
  14. package/lib/commonjs/components/boundary/components/boundary-target.js.map +1 -0
  15. package/lib/commonjs/components/boundary/create-boundary-component.js.map +1 -0
  16. package/lib/commonjs/components/boundary/hooks/lifecycles/use-boundary-presence.js +35 -0
  17. package/lib/commonjs/components/boundary/hooks/lifecycles/use-boundary-presence.js.map +1 -0
  18. package/lib/commonjs/components/boundary/hooks/lifecycles/use-initial-destination-measurement.js +167 -0
  19. package/lib/commonjs/components/boundary/hooks/lifecycles/use-initial-destination-measurement.js.map +1 -0
  20. package/lib/commonjs/components/boundary/hooks/lifecycles/use-initial-source-measurement.js.map +1 -0
  21. package/lib/commonjs/components/boundary/hooks/lifecycles/use-refresh-boundary.js.map +1 -0
  22. package/lib/commonjs/components/boundary/hooks/use-boundary-measurement.js.map +1 -0
  23. package/lib/commonjs/components/boundary/hooks/use-measurer.js.map +1 -0
  24. package/lib/commonjs/components/boundary/hooks/use-register-target.js.map +1 -0
  25. package/lib/commonjs/components/boundary/index.js.map +1 -0
  26. package/lib/commonjs/components/boundary/portal/components/boundary-content-portal/components/host.js.map +1 -0
  27. package/lib/commonjs/components/boundary/portal/components/boundary-content-portal/helpers/host-name.js.map +1 -0
  28. package/lib/commonjs/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js +225 -0
  29. package/lib/commonjs/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js.map +1 -0
  30. package/lib/commonjs/components/boundary/portal/components/boundary-content-portal/index.js.map +1 -0
  31. package/lib/commonjs/components/boundary/portal/components/boundary-portal/components/host.js.map +1 -0
  32. package/lib/commonjs/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.js +126 -0
  33. package/lib/commonjs/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.js.map +1 -0
  34. package/lib/commonjs/components/boundary/portal/components/boundary-portal/components/portal-slot.js +52 -0
  35. package/lib/commonjs/components/boundary/portal/components/boundary-portal/components/portal-slot.js.map +1 -0
  36. package/lib/commonjs/components/boundary/portal/components/boundary-portal/helpers/has-local-slot.js.map +1 -0
  37. package/lib/commonjs/components/boundary/portal/components/boundary-portal/helpers/host-name.js.map +1 -0
  38. package/lib/commonjs/components/boundary/portal/components/boundary-portal/helpers/offset-style.js.map +1 -0
  39. package/lib/commonjs/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js +186 -0
  40. package/lib/commonjs/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js.map +1 -0
  41. package/lib/commonjs/components/boundary/portal/components/boundary-portal/hooks/use-host-measurement.js +105 -0
  42. package/lib/commonjs/components/boundary/portal/components/boundary-portal/hooks/use-host-measurement.js.map +1 -0
  43. package/lib/commonjs/components/boundary/portal/components/boundary-portal/hooks/use-placeholder-styles.js.map +1 -0
  44. package/lib/commonjs/components/boundary/portal/components/boundary-portal/index.js.map +1 -0
  45. package/lib/commonjs/components/boundary/portal/components/boundary-portal/stores/host-bounds.store.js.map +1 -0
  46. package/lib/commonjs/components/boundary/portal/components/boundary-portal/stores/host-registry.store.js.map +1 -0
  47. package/lib/commonjs/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.js.map +1 -0
  48. package/lib/commonjs/components/boundary/portal/components/portal-provider.js.map +1 -0
  49. package/lib/commonjs/components/boundary/portal/index.js.map +1 -0
  50. package/lib/commonjs/components/boundary/portal/teleport.js.map +1 -0
  51. package/lib/commonjs/components/boundary/portal/utils/naming.js.map +1 -0
  52. package/lib/commonjs/components/boundary/portal/utils/ownership.js +220 -0
  53. package/lib/commonjs/components/boundary/portal/utils/ownership.js.map +1 -0
  54. package/lib/commonjs/components/boundary/portal/utils/resolve-portal.js.map +1 -0
  55. package/lib/commonjs/components/boundary/portal/utils/shallow-equal.js.map +1 -0
  56. package/lib/commonjs/components/boundary/portal/utils/teleport-control.js.map +1 -0
  57. package/lib/commonjs/components/boundary/portal/utils/visible-host.js.map +1 -0
  58. package/lib/commonjs/components/boundary/providers/boundary-root.provider.js.map +1 -0
  59. package/lib/commonjs/components/boundary/types.js.map +1 -0
  60. package/lib/commonjs/components/boundary/utils/destination-signals.js.map +1 -0
  61. package/lib/commonjs/components/boundary/utils/measured-bounds.js.map +1 -0
  62. package/lib/commonjs/components/boundary/utils/refresh-signals.js.map +1 -0
  63. package/lib/commonjs/components/boundary/utils/source-signals.js.map +1 -0
  64. package/lib/commonjs/components/create-transition-aware-component.js +120 -0
  65. package/lib/commonjs/components/create-transition-aware-component.js.map +1 -0
  66. package/lib/commonjs/components/masked-view.js.map +1 -0
  67. package/lib/commonjs/components/overlay/helpers/get-active-overlay.js.map +1 -0
  68. package/lib/commonjs/components/overlay/index.js.map +1 -0
  69. package/lib/commonjs/components/overlay/variations/float-overlay.js.map +1 -0
  70. package/lib/commonjs/components/overlay/variations/overlay-host.js +58 -0
  71. package/lib/commonjs/components/overlay/variations/overlay-host.js.map +1 -0
  72. package/lib/commonjs/components/scene-view.js.map +1 -0
  73. package/lib/commonjs/components/screen-container/helpers/find-collapse-target.js.map +1 -0
  74. package/lib/commonjs/components/screen-container/hooks/use-backdrop-pointer-events.js +48 -0
  75. package/lib/commonjs/components/screen-container/hooks/use-backdrop-pointer-events.js.map +1 -0
  76. package/lib/commonjs/components/screen-container/hooks/use-content-layout.js +63 -0
  77. package/lib/commonjs/components/screen-container/hooks/use-content-layout.js.map +1 -0
  78. package/lib/commonjs/components/screen-container/index.js.map +1 -0
  79. package/lib/commonjs/components/screen-container/layers/backdrop.js +113 -0
  80. package/lib/commonjs/components/screen-container/layers/backdrop.js.map +1 -0
  81. package/lib/commonjs/components/screen-container/layers/content.js.map +1 -0
  82. package/lib/commonjs/components/screen-container/layers/maybe-masked-navigation-container.js.map +1 -0
  83. package/lib/commonjs/components/screen-container/layers/render-component.js.map +1 -0
  84. package/lib/commonjs/components/screen-container/layers/surface-container.js.map +1 -0
  85. package/lib/commonjs/components/screen-lifecycle/hooks/helpers/reset-stores-for-screen.js +20 -0
  86. package/lib/commonjs/components/screen-lifecycle/hooks/helpers/reset-stores-for-screen.js.map +1 -0
  87. package/lib/commonjs/components/screen-lifecycle/hooks/history/navigator-route-registry.js.map +1 -0
  88. package/lib/commonjs/components/screen-lifecycle/hooks/history/use-screen-history.js +75 -0
  89. package/lib/commonjs/components/screen-lifecycle/hooks/history/use-screen-history.js.map +1 -0
  90. package/lib/commonjs/components/screen-lifecycle/hooks/use-close-transition-intent.js.map +1 -0
  91. package/lib/commonjs/components/screen-lifecycle/hooks/use-open-transition-intent.js.map +1 -0
  92. package/lib/commonjs/components/screen-lifecycle/hooks/use-transition-start-controller.js.map +1 -0
  93. package/lib/commonjs/components/screen-lifecycle/index.js.map +1 -0
  94. package/lib/commonjs/components/stack-view.js +59 -0
  95. package/lib/commonjs/components/stack-view.js.map +1 -0
  96. package/lib/commonjs/configs/index.js +25 -0
  97. package/lib/commonjs/configs/index.js.map +1 -0
  98. package/lib/commonjs/configs/presets.js.map +1 -0
  99. package/lib/commonjs/configs/specs.js +49 -0
  100. package/lib/commonjs/configs/specs.js.map +1 -0
  101. package/lib/commonjs/constants.js.map +1 -0
  102. package/lib/commonjs/hooks/navigation/use-history.js.map +1 -0
  103. package/lib/commonjs/hooks/navigation/use-navigation-helpers.js +41 -0
  104. package/lib/commonjs/hooks/navigation/use-navigation-helpers.js.map +1 -0
  105. package/lib/commonjs/hooks/navigation/use-previous.js.map +1 -0
  106. package/lib/commonjs/hooks/navigation/use-screen-state.js.map +1 -0
  107. package/lib/commonjs/hooks/navigation/use-stack.js.map +1 -0
  108. package/lib/commonjs/hooks/navigation/use-tab-press-reset.js +31 -0
  109. package/lib/commonjs/hooks/navigation/use-tab-press-reset.js.map +1 -0
  110. package/lib/commonjs/hooks/reanimated/use-shared-value-ref.js +39 -0
  111. package/lib/commonjs/hooks/reanimated/use-shared-value-ref.js.map +1 -0
  112. package/lib/commonjs/hooks/reanimated/use-shared-value-state.js +23 -0
  113. package/lib/commonjs/hooks/reanimated/use-shared-value-state.js.map +1 -0
  114. package/lib/commonjs/hooks/use-stable-callback-value.js +69 -0
  115. package/lib/commonjs/hooks/use-stable-callback-value.js.map +1 -0
  116. package/lib/commonjs/hooks/use-stable-callback.js.map +1 -0
  117. package/lib/commonjs/index.js.map +1 -0
  118. package/lib/commonjs/navigators/create-blank-stack-navigator.js +88 -0
  119. package/lib/commonjs/navigators/create-blank-stack-navigator.js.map +1 -0
  120. package/lib/commonjs/navigators/expo-router/index.js +36 -0
  121. package/lib/commonjs/navigators/expo-router/index.js.map +1 -0
  122. package/lib/commonjs/navigators/react-navigation/index.js +24 -0
  123. package/lib/commonjs/navigators/react-navigation/index.js.map +1 -0
  124. package/lib/commonjs/providers/helpers/measured-bounds-writes.js.map +1 -0
  125. package/lib/commonjs/providers/navigation/navigation-host.provider.js +43 -0
  126. package/lib/commonjs/providers/navigation/navigation-host.provider.js.map +1 -0
  127. package/lib/commonjs/providers/navigation/react-navigation-host.js +23 -0
  128. package/lib/commonjs/providers/navigation/react-navigation-host.js.map +1 -0
  129. package/lib/commonjs/providers/register-bounds.provider.js +312 -0
  130. package/lib/commonjs/providers/register-bounds.provider.js.map +1 -0
  131. package/lib/commonjs/providers/screen/animation/animation.provider.js.map +1 -0
  132. package/lib/commonjs/providers/screen/animation/helpers/accessors/use-build-bounds-accessor.js.map +1 -0
  133. package/lib/commonjs/providers/screen/animation/helpers/accessors/use-build-transition-accessor.js.map +1 -0
  134. package/lib/commonjs/providers/screen/animation/helpers/build-screen-transition-options.js.map +1 -0
  135. package/lib/commonjs/providers/screen/animation/helpers/derivations.js.map +1 -0
  136. package/lib/commonjs/providers/screen/animation/helpers/has-transitions-enabled.js.map +1 -0
  137. package/lib/commonjs/providers/screen/animation/helpers/hydrate-transition-state/gesture-progress.js.map +1 -0
  138. package/lib/commonjs/providers/screen/animation/helpers/hydrate-transition-state/index.js.map +1 -0
  139. package/lib/commonjs/providers/screen/animation/helpers/hydrate-transition-state/snap-points.js.map +1 -0
  140. package/lib/commonjs/providers/screen/animation/helpers/hydrate-transition-state/types.js.map +1 -0
  141. package/lib/commonjs/providers/screen/animation/helpers/pipeline.js.map +1 -0
  142. package/lib/commonjs/providers/screen/animation/helpers/read-screen-animation-revisions.js.map +1 -0
  143. package/lib/commonjs/providers/screen/animation/helpers/selected-interpolator-options.js.map +1 -0
  144. package/lib/commonjs/providers/screen/animation/helpers/stack-progress.js.map +1 -0
  145. package/lib/commonjs/providers/screen/animation/helpers/use-build-transition-state.js.map +1 -0
  146. package/lib/commonjs/providers/screen/animation/helpers/worklet.js.map +1 -0
  147. package/lib/commonjs/providers/screen/animation/index.js.map +1 -0
  148. package/lib/commonjs/providers/screen/animation/types.js.map +1 -0
  149. package/lib/commonjs/providers/screen/animation/use-screen-animation.js.map +1 -0
  150. package/lib/commonjs/providers/screen/descriptors/descriptors.provider.js.map +1 -0
  151. package/lib/commonjs/providers/screen/descriptors/helpers/derive-descriptor-derivations.js.map +1 -0
  152. package/lib/commonjs/providers/screen/descriptors/helpers/get-ancestor-keys.js.map +1 -0
  153. package/lib/commonjs/providers/screen/descriptors/index.js.map +1 -0
  154. package/lib/commonjs/providers/screen/gestures/gestures.provider.js.map +1 -0
  155. package/lib/commonjs/providers/screen/gestures/hooks/use-gesture-sensitivity.js.map +1 -0
  156. package/lib/commonjs/providers/screen/gestures/hooks/use-screen-gesture-config.js.map +1 -0
  157. package/lib/commonjs/providers/screen/gestures/hooks/use-screen-gesture.js.map +1 -0
  158. package/lib/commonjs/providers/screen/gestures/hooks/use-stable-runtime-config.js.map +1 -0
  159. package/lib/commonjs/providers/screen/gestures/index.js.map +1 -0
  160. package/lib/commonjs/providers/screen/gestures/ownership/compute-claimed-directions.js.map +1 -0
  161. package/lib/commonjs/providers/screen/gestures/ownership/resolve-ownership.js.map +1 -0
  162. package/lib/commonjs/providers/screen/gestures/ownership/shadowing-claims.js.map +1 -0
  163. package/lib/commonjs/providers/screen/gestures/ownership/use-walk-up-and-register-shadowing-claims.js.map +1 -0
  164. package/lib/commonjs/providers/screen/gestures/pan/activation/pan-activation-decision.js.map +1 -0
  165. package/lib/commonjs/providers/screen/gestures/pan/activation/pan-activation-rules.js.map +1 -0
  166. package/lib/commonjs/providers/screen/gestures/pan/activation/use-pan-activation.js.map +1 -0
  167. package/lib/commonjs/providers/screen/gestures/pan/behavior/pan-lifecycle.js +139 -0
  168. package/lib/commonjs/providers/screen/gestures/pan/behavior/pan-lifecycle.js.map +1 -0
  169. package/lib/commonjs/providers/screen/gestures/pan/behavior/pan-release.js.map +1 -0
  170. package/lib/commonjs/providers/screen/gestures/pan/behavior/pan-reset.js.map +1 -0
  171. package/lib/commonjs/providers/screen/gestures/pan/behavior/use-pan-behavior.js.map +1 -0
  172. package/lib/commonjs/providers/screen/gestures/pan/use-build-pan-gesture.js.map +1 -0
  173. package/lib/commonjs/providers/screen/gestures/pinch/activation/use-pinch-activation.js.map +1 -0
  174. package/lib/commonjs/providers/screen/gestures/pinch/behavior/pinch-lifecycle.js +100 -0
  175. package/lib/commonjs/providers/screen/gestures/pinch/behavior/pinch-lifecycle.js.map +1 -0
  176. package/lib/commonjs/providers/screen/gestures/pinch/behavior/pinch-release.js.map +1 -0
  177. package/lib/commonjs/providers/screen/gestures/pinch/behavior/pinch-reset.js.map +1 -0
  178. package/lib/commonjs/providers/screen/gestures/pinch/behavior/use-pinch-behavior.js.map +1 -0
  179. package/lib/commonjs/providers/screen/gestures/pinch/use-build-pinch-gesture.js.map +1 -0
  180. package/lib/commonjs/providers/screen/gestures/rotation/activation/use-rotation-activation.js.map +1 -0
  181. package/lib/commonjs/providers/screen/gestures/rotation/behavior/rotation-lifecycle.js.map +1 -0
  182. package/lib/commonjs/providers/screen/gestures/rotation/behavior/use-rotation-behavior.js.map +1 -0
  183. package/lib/commonjs/providers/screen/gestures/rotation/use-build-rotation-gesture.js.map +1 -0
  184. package/lib/commonjs/providers/screen/gestures/scroll-coordination/index.js.map +1 -0
  185. package/lib/commonjs/providers/screen/gestures/scroll-coordination/scroll-metadata-owner.js.map +1 -0
  186. package/lib/commonjs/providers/screen/gestures/scroll-coordination/update-scroll-gesture-state.js.map +1 -0
  187. package/lib/commonjs/providers/screen/gestures/scroll-coordination/use-scroll-gesture-coordination.js.map +1 -0
  188. package/lib/commonjs/providers/screen/gestures/scroll-coordination/walk-up-scroll-gesture-coordination.js.map +1 -0
  189. package/lib/commonjs/providers/screen/gestures/shared/ancestors.js.map +1 -0
  190. package/lib/commonjs/providers/screen/gestures/shared/directions.js.map +1 -0
  191. package/lib/commonjs/providers/screen/gestures/shared/physics.js.map +1 -0
  192. package/lib/commonjs/providers/screen/gestures/shared/policy.js.map +1 -0
  193. package/lib/commonjs/providers/screen/gestures/shared/release.js.map +1 -0
  194. package/lib/commonjs/providers/screen/gestures/shared/reset.js.map +1 -0
  195. package/lib/commonjs/providers/screen/gestures/shared/runtime.js.map +1 -0
  196. package/lib/commonjs/providers/screen/gestures/shared/snap-points.js.map +1 -0
  197. package/lib/commonjs/providers/screen/gestures/shared/snapshot.js.map +1 -0
  198. package/lib/commonjs/providers/screen/gestures/shared/targets.js.map +1 -0
  199. package/lib/commonjs/providers/screen/gestures/shared/values.js.map +1 -0
  200. package/lib/commonjs/providers/screen/gestures/types.js.map +1 -0
  201. package/lib/commonjs/providers/screen/options/helpers.js.map +1 -0
  202. package/lib/commonjs/providers/screen/options/index.js.map +1 -0
  203. package/lib/commonjs/providers/screen/options/options.provider.js.map +1 -0
  204. package/lib/commonjs/providers/screen/options/types.js.map +1 -0
  205. package/lib/commonjs/providers/screen/origin.provider.js.map +1 -0
  206. package/lib/commonjs/providers/screen/screen-composer.js.map +1 -0
  207. package/lib/commonjs/providers/screen/styles/components/floating-overlay-layer.js.map +1 -0
  208. package/lib/commonjs/providers/screen/styles/constants.js.map +1 -0
  209. package/lib/commonjs/providers/screen/styles/helpers/collect-interpolator-shared-values.js.map +1 -0
  210. package/lib/commonjs/providers/screen/styles/helpers/compose-slot-style.js.map +1 -0
  211. package/lib/commonjs/providers/screen/styles/helpers/normalize-slots.js.map +1 -0
  212. package/lib/commonjs/providers/screen/styles/helpers/opening-phase.js.map +1 -0
  213. package/lib/commonjs/providers/screen/styles/helpers/resolve-slot-styles/are-resettable-states-equal.js.map +1 -0
  214. package/lib/commonjs/providers/screen/styles/helpers/resolve-slot-styles/index.js.map +1 -0
  215. package/lib/commonjs/providers/screen/styles/helpers/resolve-slot-styles/materialize-slot.js.map +1 -0
  216. package/lib/commonjs/providers/screen/styles/helpers/resolve-slot-styles/reset-values.js.map +1 -0
  217. package/lib/commonjs/providers/screen/styles/helpers/resolve-slot-styles/slot-state.js.map +1 -0
  218. package/lib/commonjs/providers/screen/styles/helpers/resolve-slot-styles/types.js.map +1 -0
  219. package/lib/commonjs/providers/screen/styles/helpers/strip-interpolator-options.js.map +1 -0
  220. package/lib/commonjs/providers/screen/styles/helpers/visibility-gate.js.map +1 -0
  221. package/lib/commonjs/providers/screen/styles/hooks/slot-resolvers.js.map +1 -0
  222. package/lib/commonjs/providers/screen/styles/hooks/use-interpolated-style-maps.js.map +1 -0
  223. package/lib/commonjs/providers/screen/styles/hooks/use-maybe-block-visibility.js.map +1 -0
  224. package/lib/commonjs/providers/screen/styles/hooks/use-resolved-slot-style-map.js.map +1 -0
  225. package/lib/commonjs/providers/screen/styles/index.js.map +1 -0
  226. package/lib/commonjs/providers/screen/styles/slot.provider.js.map +1 -0
  227. package/lib/commonjs/providers/screen/styles/stores/slot-references.store.js.map +1 -0
  228. package/lib/commonjs/providers/stack/blank-stack-state/blank-stack-controller.js +137 -0
  229. package/lib/commonjs/providers/stack/blank-stack-state/blank-stack-controller.js.map +1 -0
  230. package/lib/commonjs/providers/stack/blank-stack-state/helpers/build-blank-stack-state.js.map +1 -0
  231. package/lib/commonjs/providers/stack/blank-stack-state/helpers/derive-blank-stack-state.js.map +1 -0
  232. package/lib/commonjs/providers/stack/blank-stack-state/helpers/navigation/compose-descriptors.js.map +1 -0
  233. package/lib/commonjs/providers/stack/blank-stack-state/helpers/navigation/resolve-scene-neighbors.js.map +1 -0
  234. package/lib/commonjs/providers/stack/blank-stack-state/helpers/navigation/sync-routes-with-removed.js.map +1 -0
  235. package/lib/commonjs/providers/stack/blank-stack-state/helpers/reconcile-blank-stack-routes.js.map +1 -0
  236. package/lib/commonjs/providers/stack/blank-stack-state/helpers/state-equality.js.map +1 -0
  237. package/lib/commonjs/providers/stack/blank-stack-state/helpers/types.js.map +1 -0
  238. package/lib/commonjs/providers/stack/blank-stack-state/index.js.map +1 -0
  239. package/lib/commonjs/providers/stack/blank-stack.provider.js.map +1 -0
  240. package/lib/commonjs/providers/stack/core.provider.js +120 -0
  241. package/lib/commonjs/providers/stack/core.provider.js.map +1 -0
  242. package/lib/commonjs/providers/stack/direct.provider.js.map +1 -0
  243. package/lib/commonjs/stores/animation.store.js.map +1 -0
  244. package/lib/commonjs/stores/bounds/helpers/keys.js.map +1 -0
  245. package/lib/commonjs/stores/bounds/helpers/link-pairs.helpers.js.map +1 -0
  246. package/lib/commonjs/stores/bounds/index.js.map +1 -0
  247. package/lib/commonjs/stores/bounds/internals/clear.js.map +1 -0
  248. package/lib/commonjs/stores/bounds/internals/entries.js.map +1 -0
  249. package/lib/commonjs/stores/bounds/internals/links.js.map +1 -0
  250. package/lib/commonjs/stores/bounds/internals/resolver.js.map +1 -0
  251. package/lib/commonjs/stores/bounds/internals/state.js.map +1 -0
  252. package/lib/commonjs/stores/bounds/types.js.map +1 -0
  253. package/lib/commonjs/stores/gesture.store.js.map +1 -0
  254. package/lib/commonjs/stores/history.store.js.map +1 -0
  255. package/lib/commonjs/stores/scroll.store.js.map +1 -0
  256. package/lib/commonjs/stores/system.store.js.map +1 -0
  257. package/lib/commonjs/types/animation.types.js.map +1 -0
  258. package/lib/commonjs/types/blank-stack.types.js +6 -0
  259. package/lib/commonjs/types/blank-stack.types.js.map +1 -0
  260. package/lib/commonjs/types/bounds.types.js.map +1 -0
  261. package/lib/commonjs/types/gesture.types.js.map +1 -0
  262. package/lib/commonjs/types/index.js.map +1 -0
  263. package/lib/commonjs/types/overlay.types.js.map +1 -0
  264. package/lib/commonjs/types/ownership.types.js.map +1 -0
  265. package/lib/commonjs/types/providers/blank-stack-provider.types.js.map +1 -0
  266. package/lib/commonjs/types/providers/direct-stack.types.js.map +1 -0
  267. package/lib/commonjs/types/screen.types.js.map +1 -0
  268. package/lib/commonjs/types/stack.types.js.map +1 -0
  269. package/lib/commonjs/utils/animation/animate-to-progress.js +123 -0
  270. package/lib/commonjs/utils/animation/animate-to-progress.js.map +1 -0
  271. package/lib/commonjs/utils/animation/animate.js.map +1 -0
  272. package/lib/commonjs/utils/animation/emit.js.map +1 -0
  273. package/lib/commonjs/utils/animation/resolve-snap-transition-spec.js.map +1 -0
  274. package/lib/commonjs/utils/animation/spring/index.js.map +1 -0
  275. package/lib/commonjs/utils/animation/spring/spring.js.map +1 -0
  276. package/lib/commonjs/utils/animation/spring/springConfigs.js.map +1 -0
  277. package/lib/commonjs/utils/animation/spring/springUtils.js.map +1 -0
  278. package/lib/commonjs/utils/animation/state.js.map +1 -0
  279. package/lib/commonjs/utils/bounds/constants.js.map +1 -0
  280. package/lib/commonjs/utils/bounds/helpers/create-bound-tag.js.map +1 -0
  281. package/lib/commonjs/utils/bounds/helpers/create-bounds-accessor-core.js.map +1 -0
  282. package/lib/commonjs/utils/bounds/helpers/create-link-accessor.js.map +1 -0
  283. package/lib/commonjs/utils/bounds/helpers/geometry.js.map +1 -0
  284. package/lib/commonjs/utils/bounds/helpers/prepare-bound-styles.js.map +1 -0
  285. package/lib/commonjs/utils/bounds/helpers/resolve-bounds-pair-key.js.map +1 -0
  286. package/lib/commonjs/utils/bounds/helpers/styles/composers.js.map +1 -0
  287. package/lib/commonjs/utils/bounds/helpers/styles/compute.js.map +1 -0
  288. package/lib/commonjs/utils/bounds/helpers/styles/local-transform.js.map +1 -0
  289. package/lib/commonjs/utils/bounds/helpers/styles/styles.js.map +1 -0
  290. package/lib/commonjs/utils/bounds/index.js.map +1 -0
  291. package/lib/commonjs/utils/bounds/navigation/helpers.js.map +1 -0
  292. package/lib/commonjs/utils/bounds/navigation/math.js.map +1 -0
  293. package/lib/commonjs/utils/bounds/navigation/reveal/build.js.map +1 -0
  294. package/lib/commonjs/utils/bounds/navigation/reveal/config.js.map +1 -0
  295. package/lib/commonjs/utils/bounds/navigation/reveal/math.js +189 -0
  296. package/lib/commonjs/utils/bounds/navigation/reveal/math.js.map +1 -0
  297. package/lib/commonjs/utils/bounds/navigation/reveal/types.js.map +1 -0
  298. package/lib/commonjs/utils/bounds/navigation/zoom/build.js +248 -0
  299. package/lib/commonjs/utils/bounds/navigation/zoom/build.js.map +1 -0
  300. package/lib/commonjs/utils/bounds/navigation/zoom/config.js +24 -0
  301. package/lib/commonjs/utils/bounds/navigation/zoom/config.js.map +1 -0
  302. package/lib/commonjs/utils/bounds/navigation/zoom/drag.js.map +1 -0
  303. package/lib/commonjs/utils/bounds/navigation/zoom/helpers.js +119 -0
  304. package/lib/commonjs/utils/bounds/navigation/zoom/helpers.js.map +1 -0
  305. package/lib/commonjs/utils/bounds/navigation/zoom/mask.js +73 -0
  306. package/lib/commonjs/utils/bounds/navigation/zoom/mask.js.map +1 -0
  307. package/lib/commonjs/utils/bounds/navigation/zoom/targets.js +90 -0
  308. package/lib/commonjs/utils/bounds/navigation/zoom/targets.js.map +1 -0
  309. package/lib/commonjs/utils/bounds/navigation/zoom/types.js.map +1 -0
  310. package/lib/commonjs/utils/bounds/types/geometry.js.map +1 -0
  311. package/lib/commonjs/utils/bounds/types/options.js.map +1 -0
  312. package/lib/commonjs/utils/create-provider.js.map +1 -0
  313. package/lib/commonjs/utils/create-store.js.map +1 -0
  314. package/lib/commonjs/utils/logger.js.map +1 -0
  315. package/lib/commonjs/utils/normalize-interpolated-style.js.map +1 -0
  316. package/lib/commonjs/utils/overlay/visibility.js.map +1 -0
  317. package/lib/commonjs/utils/platform.js.map +1 -0
  318. package/lib/commonjs/utils/resolve-chain-target.js.map +1 -0
  319. package/lib/commonjs/utils/resolve-screen-transition-options.js.map +1 -0
  320. package/lib/commonjs/utils/visibility-block-offset.js.map +1 -0
  321. package/lib/module/adapters/with-screen-transitions/context.js.map +1 -0
  322. package/lib/module/adapters/with-screen-transitions/index.js.map +1 -0
  323. package/lib/module/adapters/with-screen-transitions/options.js.map +1 -0
  324. package/lib/module/adapters/with-screen-transitions/stack-layout.js.map +1 -0
  325. package/lib/module/adapters/with-screen-transitions/types.js.map +1 -0
  326. package/lib/module/animation/resolve-snap-target.js.map +1 -0
  327. package/lib/module/animation/snap-to.js +70 -0
  328. package/lib/module/animation/snap-to.js.map +1 -0
  329. package/lib/module/animation/transition-blocking.js.map +1 -0
  330. package/lib/module/components/activity/helpers.js.map +1 -0
  331. package/lib/module/components/activity/index.js.map +1 -0
  332. package/lib/module/components/activity/variants/activity-container.js.map +1 -0
  333. package/lib/module/components/activity/variants/activity-screen.js.map +1 -0
  334. package/lib/module/components/boundary/components/boundary-target.js.map +1 -0
  335. package/lib/module/components/boundary/create-boundary-component.js.map +1 -0
  336. package/lib/module/components/boundary/hooks/lifecycles/use-boundary-presence.js +30 -0
  337. package/lib/module/components/boundary/hooks/lifecycles/use-boundary-presence.js.map +1 -0
  338. package/lib/module/components/boundary/hooks/lifecycles/use-initial-destination-measurement.js +162 -0
  339. package/lib/module/components/boundary/hooks/lifecycles/use-initial-destination-measurement.js.map +1 -0
  340. package/lib/module/components/boundary/hooks/lifecycles/use-initial-source-measurement.js.map +1 -0
  341. package/lib/module/components/boundary/hooks/lifecycles/use-refresh-boundary.js.map +1 -0
  342. package/lib/module/components/boundary/hooks/use-boundary-measurement.js.map +1 -0
  343. package/lib/module/components/boundary/hooks/use-measurer.js.map +1 -0
  344. package/lib/module/components/boundary/hooks/use-register-target.js.map +1 -0
  345. package/lib/module/components/boundary/index.js.map +1 -0
  346. package/lib/module/components/boundary/portal/components/boundary-content-portal/components/host.js.map +1 -0
  347. package/lib/module/components/boundary/portal/components/boundary-content-portal/helpers/host-name.js.map +1 -0
  348. package/lib/module/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js +220 -0
  349. package/lib/module/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js.map +1 -0
  350. package/lib/module/components/boundary/portal/components/boundary-content-portal/index.js.map +1 -0
  351. package/lib/module/components/boundary/portal/components/boundary-portal/components/host.js.map +1 -0
  352. package/lib/module/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.js +121 -0
  353. package/lib/module/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.js.map +1 -0
  354. package/lib/module/components/boundary/portal/components/boundary-portal/components/portal-slot.js +47 -0
  355. package/lib/module/components/boundary/portal/components/boundary-portal/components/portal-slot.js.map +1 -0
  356. package/lib/module/components/boundary/portal/components/boundary-portal/helpers/has-local-slot.js.map +1 -0
  357. package/lib/module/components/boundary/portal/components/boundary-portal/helpers/host-name.js.map +1 -0
  358. package/lib/module/components/boundary/portal/components/boundary-portal/helpers/offset-style.js.map +1 -0
  359. package/lib/module/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js +181 -0
  360. package/lib/module/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js.map +1 -0
  361. package/lib/module/components/boundary/portal/components/boundary-portal/hooks/use-host-measurement.js +100 -0
  362. package/lib/module/components/boundary/portal/components/boundary-portal/hooks/use-host-measurement.js.map +1 -0
  363. package/lib/module/components/boundary/portal/components/boundary-portal/hooks/use-placeholder-styles.js.map +1 -0
  364. package/lib/module/components/boundary/portal/components/boundary-portal/index.js.map +1 -0
  365. package/lib/module/components/boundary/portal/components/boundary-portal/stores/host-bounds.store.js.map +1 -0
  366. package/lib/module/components/boundary/portal/components/boundary-portal/stores/host-registry.store.js.map +1 -0
  367. package/lib/module/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.js.map +1 -0
  368. package/lib/module/components/boundary/portal/components/portal-provider.js.map +1 -0
  369. package/lib/module/components/boundary/portal/index.js.map +1 -0
  370. package/lib/module/components/boundary/portal/teleport.js.map +1 -0
  371. package/lib/module/components/boundary/portal/utils/naming.js.map +1 -0
  372. package/lib/module/components/boundary/portal/utils/ownership.js +213 -0
  373. package/lib/module/components/boundary/portal/utils/ownership.js.map +1 -0
  374. package/lib/module/components/boundary/portal/utils/resolve-portal.js.map +1 -0
  375. package/lib/module/components/boundary/portal/utils/shallow-equal.js.map +1 -0
  376. package/lib/module/components/boundary/portal/utils/teleport-control.js.map +1 -0
  377. package/lib/module/components/boundary/portal/utils/visible-host.js.map +1 -0
  378. package/lib/module/components/boundary/providers/boundary-root.provider.js.map +1 -0
  379. package/lib/module/components/boundary/types.js.map +1 -0
  380. package/lib/module/components/boundary/utils/destination-signals.js.map +1 -0
  381. package/lib/module/components/boundary/utils/measured-bounds.js.map +1 -0
  382. package/lib/module/components/boundary/utils/refresh-signals.js.map +1 -0
  383. package/lib/module/components/boundary/utils/source-signals.js.map +1 -0
  384. package/lib/module/components/create-transition-aware-component.js +115 -0
  385. package/lib/module/components/create-transition-aware-component.js.map +1 -0
  386. package/lib/module/components/masked-view.js.map +1 -0
  387. package/lib/module/components/overlay/helpers/get-active-overlay.js.map +1 -0
  388. package/lib/module/components/overlay/index.js.map +1 -0
  389. package/lib/module/components/overlay/variations/float-overlay.js.map +1 -0
  390. package/lib/module/components/overlay/variations/overlay-host.js +54 -0
  391. package/lib/module/components/overlay/variations/overlay-host.js.map +1 -0
  392. package/lib/module/components/scene-view.js.map +1 -0
  393. package/lib/module/components/screen-container/helpers/find-collapse-target.js.map +1 -0
  394. package/lib/module/components/screen-container/hooks/use-backdrop-pointer-events.js +44 -0
  395. package/lib/module/components/screen-container/hooks/use-backdrop-pointer-events.js.map +1 -0
  396. package/lib/module/components/screen-container/hooks/use-content-layout.js +59 -0
  397. package/lib/module/components/screen-container/hooks/use-content-layout.js.map +1 -0
  398. package/lib/module/components/screen-container/index.js.map +1 -0
  399. package/lib/module/components/screen-container/layers/backdrop.js +108 -0
  400. package/lib/module/components/screen-container/layers/backdrop.js.map +1 -0
  401. package/lib/module/components/screen-container/layers/content.js.map +1 -0
  402. package/lib/module/components/screen-container/layers/maybe-masked-navigation-container.js.map +1 -0
  403. package/lib/module/components/screen-container/layers/render-component.js.map +1 -0
  404. package/lib/module/components/screen-container/layers/surface-container.js.map +1 -0
  405. package/lib/module/components/screen-lifecycle/hooks/helpers/reset-stores-for-screen.js +16 -0
  406. package/lib/module/components/screen-lifecycle/hooks/helpers/reset-stores-for-screen.js.map +1 -0
  407. package/lib/module/components/screen-lifecycle/hooks/history/navigator-route-registry.js.map +1 -0
  408. package/lib/module/components/screen-lifecycle/hooks/history/use-screen-history.js +70 -0
  409. package/lib/module/components/screen-lifecycle/hooks/history/use-screen-history.js.map +1 -0
  410. package/lib/module/components/screen-lifecycle/hooks/use-close-transition-intent.js.map +1 -0
  411. package/lib/module/components/screen-lifecycle/hooks/use-open-transition-intent.js.map +1 -0
  412. package/lib/module/components/screen-lifecycle/hooks/use-transition-start-controller.js.map +1 -0
  413. package/lib/module/components/screen-lifecycle/index.js.map +1 -0
  414. package/lib/module/components/stack-view.js +55 -0
  415. package/lib/module/components/stack-view.js.map +1 -0
  416. package/lib/module/configs/index.js +21 -0
  417. package/lib/module/configs/index.js.map +1 -0
  418. package/lib/module/configs/presets.js.map +1 -0
  419. package/lib/module/configs/specs.js +45 -0
  420. package/lib/module/configs/specs.js.map +1 -0
  421. package/lib/module/constants.js.map +1 -0
  422. package/lib/module/hooks/navigation/use-history.js.map +1 -0
  423. package/lib/module/hooks/navigation/use-navigation-helpers.js +37 -0
  424. package/lib/module/hooks/navigation/use-navigation-helpers.js.map +1 -0
  425. package/lib/module/hooks/navigation/use-previous.js.map +1 -0
  426. package/lib/module/hooks/navigation/use-screen-state.js.map +1 -0
  427. package/lib/module/hooks/navigation/use-stack.js.map +1 -0
  428. package/lib/module/hooks/navigation/use-tab-press-reset.js +27 -0
  429. package/lib/module/hooks/navigation/use-tab-press-reset.js.map +1 -0
  430. package/lib/module/hooks/reanimated/use-shared-value-ref.js +34 -0
  431. package/lib/module/hooks/reanimated/use-shared-value-ref.js.map +1 -0
  432. package/lib/module/hooks/reanimated/use-shared-value-state.js +20 -0
  433. package/lib/module/hooks/reanimated/use-shared-value-state.js.map +1 -0
  434. package/lib/module/hooks/use-stable-callback-value.js +64 -0
  435. package/lib/module/hooks/use-stable-callback-value.js.map +1 -0
  436. package/lib/module/hooks/use-stable-callback.js.map +1 -0
  437. package/lib/module/index.js.map +1 -0
  438. package/lib/module/navigators/create-blank-stack-navigator.js +83 -0
  439. package/lib/module/navigators/create-blank-stack-navigator.js.map +1 -0
  440. package/lib/module/navigators/expo-router/index.js +32 -0
  441. package/lib/module/navigators/expo-router/index.js.map +1 -0
  442. package/lib/module/navigators/react-navigation/index.js +19 -0
  443. package/lib/module/navigators/react-navigation/index.js.map +1 -0
  444. package/lib/module/providers/helpers/measured-bounds-writes.js.map +1 -0
  445. package/lib/module/providers/navigation/navigation-host.provider.js +38 -0
  446. package/lib/module/providers/navigation/navigation-host.provider.js.map +1 -0
  447. package/lib/module/providers/navigation/react-navigation-host.js +19 -0
  448. package/lib/module/providers/navigation/react-navigation-host.js.map +1 -0
  449. package/lib/module/providers/register-bounds.provider.js +308 -0
  450. package/lib/module/providers/register-bounds.provider.js.map +1 -0
  451. package/lib/module/providers/screen/animation/animation.provider.js.map +1 -0
  452. package/lib/module/providers/screen/animation/helpers/accessors/use-build-bounds-accessor.js.map +1 -0
  453. package/lib/module/providers/screen/animation/helpers/accessors/use-build-transition-accessor.js.map +1 -0
  454. package/lib/module/providers/screen/animation/helpers/build-screen-transition-options.js.map +1 -0
  455. package/lib/module/providers/screen/animation/helpers/derivations.js.map +1 -0
  456. package/lib/module/providers/screen/animation/helpers/has-transitions-enabled.js.map +1 -0
  457. package/lib/module/providers/screen/animation/helpers/hydrate-transition-state/gesture-progress.js.map +1 -0
  458. package/lib/module/providers/screen/animation/helpers/hydrate-transition-state/index.js.map +1 -0
  459. package/lib/module/providers/screen/animation/helpers/hydrate-transition-state/snap-points.js.map +1 -0
  460. package/lib/module/providers/screen/animation/helpers/hydrate-transition-state/types.js.map +1 -0
  461. package/lib/module/providers/screen/animation/helpers/pipeline.js.map +1 -0
  462. package/lib/module/providers/screen/animation/helpers/read-screen-animation-revisions.js.map +1 -0
  463. package/lib/module/providers/screen/animation/helpers/selected-interpolator-options.js.map +1 -0
  464. package/lib/module/providers/screen/animation/helpers/stack-progress.js.map +1 -0
  465. package/lib/module/providers/screen/animation/helpers/use-build-transition-state.js.map +1 -0
  466. package/lib/module/providers/screen/animation/helpers/worklet.js.map +1 -0
  467. package/lib/module/providers/screen/animation/index.js.map +1 -0
  468. package/lib/module/providers/screen/animation/types.js.map +1 -0
  469. package/lib/module/providers/screen/animation/use-screen-animation.js.map +1 -0
  470. package/lib/module/providers/screen/descriptors/descriptors.provider.js.map +1 -0
  471. package/lib/module/providers/screen/descriptors/helpers/derive-descriptor-derivations.js.map +1 -0
  472. package/lib/module/providers/screen/descriptors/helpers/get-ancestor-keys.js.map +1 -0
  473. package/lib/module/providers/screen/descriptors/index.js.map +1 -0
  474. package/lib/module/providers/screen/gestures/gestures.provider.js.map +1 -0
  475. package/lib/module/providers/screen/gestures/hooks/use-gesture-sensitivity.js.map +1 -0
  476. package/lib/module/providers/screen/gestures/hooks/use-screen-gesture-config.js.map +1 -0
  477. package/lib/module/providers/screen/gestures/hooks/use-screen-gesture.js.map +1 -0
  478. package/lib/module/providers/screen/gestures/hooks/use-stable-runtime-config.js.map +1 -0
  479. package/lib/module/providers/screen/gestures/index.js.map +1 -0
  480. package/lib/module/providers/screen/gestures/ownership/compute-claimed-directions.js.map +1 -0
  481. package/lib/module/providers/screen/gestures/ownership/resolve-ownership.js.map +1 -0
  482. package/lib/module/providers/screen/gestures/ownership/shadowing-claims.js.map +1 -0
  483. package/lib/module/providers/screen/gestures/ownership/use-walk-up-and-register-shadowing-claims.js.map +1 -0
  484. package/lib/module/providers/screen/gestures/pan/activation/pan-activation-decision.js.map +1 -0
  485. package/lib/module/providers/screen/gestures/pan/activation/pan-activation-rules.js.map +1 -0
  486. package/lib/module/providers/screen/gestures/pan/activation/use-pan-activation.js.map +1 -0
  487. package/lib/module/providers/screen/gestures/pan/behavior/pan-lifecycle.js +132 -0
  488. package/lib/module/providers/screen/gestures/pan/behavior/pan-lifecycle.js.map +1 -0
  489. package/lib/module/providers/screen/gestures/pan/behavior/pan-release.js.map +1 -0
  490. package/lib/module/providers/screen/gestures/pan/behavior/pan-reset.js.map +1 -0
  491. package/lib/module/providers/screen/gestures/pan/behavior/use-pan-behavior.js.map +1 -0
  492. package/lib/module/providers/screen/gestures/pan/use-build-pan-gesture.js.map +1 -0
  493. package/lib/module/providers/screen/gestures/pinch/activation/use-pinch-activation.js.map +1 -0
  494. package/lib/module/providers/screen/gestures/pinch/behavior/pinch-lifecycle.js +93 -0
  495. package/lib/module/providers/screen/gestures/pinch/behavior/pinch-lifecycle.js.map +1 -0
  496. package/lib/module/providers/screen/gestures/pinch/behavior/pinch-release.js.map +1 -0
  497. package/lib/module/providers/screen/gestures/pinch/behavior/pinch-reset.js.map +1 -0
  498. package/lib/module/providers/screen/gestures/pinch/behavior/use-pinch-behavior.js.map +1 -0
  499. package/lib/module/providers/screen/gestures/pinch/use-build-pinch-gesture.js.map +1 -0
  500. package/lib/module/providers/screen/gestures/rotation/activation/use-rotation-activation.js.map +1 -0
  501. package/lib/module/providers/screen/gestures/rotation/behavior/rotation-lifecycle.js.map +1 -0
  502. package/lib/module/providers/screen/gestures/rotation/behavior/use-rotation-behavior.js.map +1 -0
  503. package/lib/module/providers/screen/gestures/rotation/use-build-rotation-gesture.js.map +1 -0
  504. package/lib/module/providers/screen/gestures/scroll-coordination/index.js.map +1 -0
  505. package/lib/module/providers/screen/gestures/scroll-coordination/scroll-metadata-owner.js.map +1 -0
  506. package/lib/module/providers/screen/gestures/scroll-coordination/update-scroll-gesture-state.js.map +1 -0
  507. package/lib/module/providers/screen/gestures/scroll-coordination/use-scroll-gesture-coordination.js.map +1 -0
  508. package/lib/module/providers/screen/gestures/scroll-coordination/walk-up-scroll-gesture-coordination.js.map +1 -0
  509. package/lib/module/providers/screen/gestures/shared/ancestors.js.map +1 -0
  510. package/lib/module/providers/screen/gestures/shared/directions.js.map +1 -0
  511. package/lib/module/providers/screen/gestures/shared/physics.js.map +1 -0
  512. package/lib/module/providers/screen/gestures/shared/policy.js.map +1 -0
  513. package/lib/module/providers/screen/gestures/shared/release.js.map +1 -0
  514. package/lib/module/providers/screen/gestures/shared/reset.js.map +1 -0
  515. package/lib/module/providers/screen/gestures/shared/runtime.js.map +1 -0
  516. package/lib/module/providers/screen/gestures/shared/snap-points.js.map +1 -0
  517. package/lib/module/providers/screen/gestures/shared/snapshot.js.map +1 -0
  518. package/lib/module/providers/screen/gestures/shared/targets.js.map +1 -0
  519. package/lib/module/providers/screen/gestures/shared/values.js.map +1 -0
  520. package/lib/module/providers/screen/gestures/types.js.map +1 -0
  521. package/lib/module/providers/screen/options/helpers.js.map +1 -0
  522. package/lib/module/providers/screen/options/index.js.map +1 -0
  523. package/lib/module/providers/screen/options/options.provider.js.map +1 -0
  524. package/lib/module/providers/screen/options/types.js.map +1 -0
  525. package/lib/module/providers/screen/origin.provider.js.map +1 -0
  526. package/lib/module/providers/screen/screen-composer.js.map +1 -0
  527. package/lib/module/providers/screen/styles/components/floating-overlay-layer.js.map +1 -0
  528. package/lib/module/providers/screen/styles/constants.js.map +1 -0
  529. package/lib/module/providers/screen/styles/helpers/collect-interpolator-shared-values.js.map +1 -0
  530. package/lib/module/providers/screen/styles/helpers/compose-slot-style.js.map +1 -0
  531. package/lib/module/providers/screen/styles/helpers/normalize-slots.js.map +1 -0
  532. package/lib/module/providers/screen/styles/helpers/opening-phase.js.map +1 -0
  533. package/lib/module/providers/screen/styles/helpers/resolve-slot-styles/are-resettable-states-equal.js.map +1 -0
  534. package/lib/module/providers/screen/styles/helpers/resolve-slot-styles/index.js.map +1 -0
  535. package/lib/module/providers/screen/styles/helpers/resolve-slot-styles/materialize-slot.js.map +1 -0
  536. package/lib/module/providers/screen/styles/helpers/resolve-slot-styles/reset-values.js.map +1 -0
  537. package/lib/module/providers/screen/styles/helpers/resolve-slot-styles/slot-state.js.map +1 -0
  538. package/lib/module/providers/screen/styles/helpers/resolve-slot-styles/types.js.map +1 -0
  539. package/lib/module/providers/screen/styles/helpers/strip-interpolator-options.js.map +1 -0
  540. package/lib/module/providers/screen/styles/helpers/visibility-gate.js.map +1 -0
  541. package/lib/module/providers/screen/styles/hooks/slot-resolvers.js.map +1 -0
  542. package/lib/module/providers/screen/styles/hooks/use-interpolated-style-maps.js.map +1 -0
  543. package/lib/module/providers/screen/styles/hooks/use-maybe-block-visibility.js.map +1 -0
  544. package/lib/module/providers/screen/styles/hooks/use-resolved-slot-style-map.js.map +1 -0
  545. package/lib/module/providers/screen/styles/index.js.map +1 -0
  546. package/lib/module/providers/screen/styles/slot.provider.js.map +1 -0
  547. package/lib/module/providers/screen/styles/stores/slot-references.store.js.map +1 -0
  548. package/lib/module/providers/stack/blank-stack-state/blank-stack-controller.js +132 -0
  549. package/lib/module/providers/stack/blank-stack-state/blank-stack-controller.js.map +1 -0
  550. package/lib/module/providers/stack/blank-stack-state/helpers/build-blank-stack-state.js.map +1 -0
  551. package/lib/module/providers/stack/blank-stack-state/helpers/derive-blank-stack-state.js.map +1 -0
  552. package/lib/module/providers/stack/blank-stack-state/helpers/navigation/compose-descriptors.js.map +1 -0
  553. package/lib/module/providers/stack/blank-stack-state/helpers/navigation/resolve-scene-neighbors.js.map +1 -0
  554. package/lib/module/providers/stack/blank-stack-state/helpers/navigation/sync-routes-with-removed.js.map +1 -0
  555. package/lib/module/providers/stack/blank-stack-state/helpers/reconcile-blank-stack-routes.js.map +1 -0
  556. package/lib/module/providers/stack/blank-stack-state/helpers/state-equality.js.map +1 -0
  557. package/lib/module/providers/stack/blank-stack-state/helpers/types.js.map +1 -0
  558. package/lib/module/providers/stack/blank-stack-state/index.js.map +1 -0
  559. package/lib/module/providers/stack/blank-stack.provider.js.map +1 -0
  560. package/lib/module/providers/stack/core.provider.js +113 -0
  561. package/lib/module/providers/stack/core.provider.js.map +1 -0
  562. package/lib/module/providers/stack/direct.provider.js.map +1 -0
  563. package/lib/module/stores/animation.store.js.map +1 -0
  564. package/lib/module/stores/bounds/helpers/keys.js.map +1 -0
  565. package/lib/module/stores/bounds/helpers/link-pairs.helpers.js.map +1 -0
  566. package/lib/module/stores/bounds/index.js.map +1 -0
  567. package/lib/module/stores/bounds/internals/clear.js.map +1 -0
  568. package/lib/module/stores/bounds/internals/entries.js.map +1 -0
  569. package/lib/module/stores/bounds/internals/links.js.map +1 -0
  570. package/lib/module/stores/bounds/internals/resolver.js.map +1 -0
  571. package/lib/module/stores/bounds/internals/state.js.map +1 -0
  572. package/lib/module/stores/bounds/types.js.map +1 -0
  573. package/lib/module/stores/gesture.store.js.map +1 -0
  574. package/lib/module/stores/history.store.js.map +1 -0
  575. package/lib/module/stores/scroll.store.js.map +1 -0
  576. package/lib/module/stores/system.store.js.map +1 -0
  577. package/lib/module/types/animation.types.js.map +1 -0
  578. package/lib/module/types/blank-stack.types.js +4 -0
  579. package/lib/module/types/blank-stack.types.js.map +1 -0
  580. package/lib/module/types/bounds.types.js.map +1 -0
  581. package/lib/module/types/gesture.types.js.map +1 -0
  582. package/lib/module/types/index.js.map +1 -0
  583. package/lib/module/types/overlay.types.js.map +1 -0
  584. package/lib/module/types/ownership.types.js.map +1 -0
  585. package/lib/module/types/providers/blank-stack-provider.types.js.map +1 -0
  586. package/lib/module/types/providers/direct-stack.types.js.map +1 -0
  587. package/lib/module/types/screen.types.js.map +1 -0
  588. package/lib/module/types/stack.types.js.map +1 -0
  589. package/lib/module/utils/animation/animate-to-progress.js +118 -0
  590. package/lib/module/utils/animation/animate-to-progress.js.map +1 -0
  591. package/lib/module/utils/animation/animate.js.map +1 -0
  592. package/lib/module/utils/animation/emit.js.map +1 -0
  593. package/lib/module/utils/animation/resolve-snap-transition-spec.js.map +1 -0
  594. package/lib/module/utils/animation/spring/index.js.map +1 -0
  595. package/lib/module/utils/animation/spring/spring.js.map +1 -0
  596. package/lib/module/utils/animation/spring/springConfigs.js.map +1 -0
  597. package/lib/module/utils/animation/spring/springUtils.js.map +1 -0
  598. package/lib/module/utils/animation/state.js.map +1 -0
  599. package/lib/module/utils/bounds/constants.js.map +1 -0
  600. package/lib/module/utils/bounds/helpers/create-bound-tag.js.map +1 -0
  601. package/lib/module/utils/bounds/helpers/create-bounds-accessor-core.js.map +1 -0
  602. package/lib/module/utils/bounds/helpers/create-link-accessor.js.map +1 -0
  603. package/lib/module/utils/bounds/helpers/geometry.js.map +1 -0
  604. package/lib/module/utils/bounds/helpers/prepare-bound-styles.js.map +1 -0
  605. package/lib/module/utils/bounds/helpers/resolve-bounds-pair-key.js.map +1 -0
  606. package/lib/module/utils/bounds/helpers/styles/composers.js.map +1 -0
  607. package/lib/module/utils/bounds/helpers/styles/compute.js.map +1 -0
  608. package/lib/module/utils/bounds/helpers/styles/local-transform.js.map +1 -0
  609. package/lib/module/utils/bounds/helpers/styles/styles.js.map +1 -0
  610. package/lib/module/utils/bounds/index.js.map +1 -0
  611. package/lib/module/utils/bounds/navigation/helpers.js.map +1 -0
  612. package/lib/module/utils/bounds/navigation/math.js.map +1 -0
  613. package/lib/module/utils/bounds/navigation/reveal/build.js.map +1 -0
  614. package/lib/module/utils/bounds/navigation/reveal/config.js.map +1 -0
  615. package/lib/module/utils/bounds/navigation/reveal/math.js +174 -0
  616. package/lib/module/utils/bounds/navigation/reveal/math.js.map +1 -0
  617. package/lib/module/utils/bounds/navigation/reveal/types.js.map +1 -0
  618. package/lib/module/utils/bounds/navigation/zoom/build.js +244 -0
  619. package/lib/module/utils/bounds/navigation/zoom/build.js.map +1 -0
  620. package/lib/module/utils/bounds/navigation/zoom/config.js +20 -0
  621. package/lib/module/utils/bounds/navigation/zoom/config.js.map +1 -0
  622. package/lib/module/utils/bounds/navigation/zoom/drag.js.map +1 -0
  623. package/lib/module/utils/bounds/navigation/zoom/helpers.js +113 -0
  624. package/lib/module/utils/bounds/navigation/zoom/helpers.js.map +1 -0
  625. package/lib/module/utils/bounds/navigation/zoom/mask.js +68 -0
  626. package/lib/module/utils/bounds/navigation/zoom/mask.js.map +1 -0
  627. package/lib/module/utils/bounds/navigation/zoom/targets.js +84 -0
  628. package/lib/module/utils/bounds/navigation/zoom/targets.js.map +1 -0
  629. package/lib/module/utils/bounds/navigation/zoom/types.js.map +1 -0
  630. package/lib/module/utils/bounds/types/geometry.js.map +1 -0
  631. package/lib/module/utils/bounds/types/options.js.map +1 -0
  632. package/lib/module/utils/create-provider.js.map +1 -0
  633. package/lib/module/utils/create-store.js.map +1 -0
  634. package/lib/module/utils/logger.js.map +1 -0
  635. package/lib/module/utils/normalize-interpolated-style.js.map +1 -0
  636. package/lib/module/utils/overlay/visibility.js.map +1 -0
  637. package/lib/module/utils/platform.js.map +1 -0
  638. package/lib/module/utils/resolve-chain-target.js.map +1 -0
  639. package/lib/module/utils/resolve-screen-transition-options.js.map +1 -0
  640. package/lib/module/utils/visibility-block-offset.js.map +1 -0
  641. package/lib/typescript/adapters/with-screen-transitions/context.d.ts +15 -0
  642. package/lib/typescript/adapters/with-screen-transitions/context.d.ts.map +1 -0
  643. package/lib/typescript/adapters/with-screen-transitions/index.d.ts.map +1 -0
  644. package/lib/typescript/adapters/with-screen-transitions/options.d.ts.map +1 -0
  645. package/lib/typescript/adapters/with-screen-transitions/stack-layout.d.ts +12 -0
  646. package/lib/typescript/adapters/with-screen-transitions/stack-layout.d.ts.map +1 -0
  647. package/lib/typescript/adapters/with-screen-transitions/types.d.ts.map +1 -0
  648. package/lib/typescript/animation/resolve-snap-target.d.ts.map +1 -0
  649. package/lib/typescript/animation/snap-to.d.ts.map +1 -0
  650. package/lib/typescript/animation/transition-blocking.d.ts.map +1 -0
  651. package/lib/typescript/components/activity/helpers.d.ts.map +1 -0
  652. package/lib/typescript/components/activity/index.d.ts.map +1 -0
  653. package/lib/typescript/components/activity/variants/activity-container.d.ts +6 -0
  654. package/lib/typescript/components/activity/variants/activity-container.d.ts.map +1 -0
  655. package/lib/typescript/components/activity/variants/activity-screen.d.ts +13 -0
  656. package/lib/typescript/components/activity/variants/activity-screen.d.ts.map +1 -0
  657. package/lib/typescript/components/boundary/components/boundary-target.d.ts +8 -0
  658. package/lib/typescript/components/boundary/components/boundary-target.d.ts.map +1 -0
  659. package/lib/typescript/components/boundary/create-boundary-component.d.ts.map +1 -0
  660. package/lib/typescript/components/boundary/hooks/lifecycles/use-boundary-presence.d.ts.map +1 -0
  661. package/lib/typescript/components/boundary/hooks/lifecycles/use-initial-destination-measurement.d.ts.map +1 -0
  662. package/lib/typescript/components/boundary/hooks/lifecycles/use-initial-source-measurement.d.ts.map +1 -0
  663. package/lib/typescript/components/boundary/hooks/lifecycles/use-refresh-boundary.d.ts.map +1 -0
  664. package/lib/typescript/components/boundary/hooks/use-boundary-measurement.d.ts.map +1 -0
  665. package/lib/typescript/components/boundary/hooks/use-measurer.d.ts.map +1 -0
  666. package/lib/typescript/components/boundary/hooks/use-register-target.d.ts.map +1 -0
  667. package/lib/typescript/components/boundary/index.d.ts +55 -0
  668. package/lib/typescript/components/boundary/index.d.ts.map +1 -0
  669. package/lib/typescript/components/boundary/portal/components/boundary-content-portal/components/host.d.ts +10 -0
  670. package/lib/typescript/components/boundary/portal/components/boundary-content-portal/components/host.d.ts.map +1 -0
  671. package/lib/typescript/components/boundary/portal/components/boundary-content-portal/helpers/host-name.d.ts.map +1 -0
  672. package/lib/typescript/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.d.ts.map +1 -0
  673. package/lib/typescript/components/boundary/portal/components/boundary-content-portal/index.d.ts +9 -0
  674. package/lib/typescript/components/boundary/portal/components/boundary-content-portal/index.d.ts.map +1 -0
  675. package/lib/typescript/components/boundary/portal/components/boundary-portal/components/host.d.ts +7 -0
  676. package/lib/typescript/components/boundary/portal/components/boundary-portal/components/host.d.ts.map +1 -0
  677. package/lib/typescript/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.d.ts +9 -0
  678. package/lib/typescript/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.d.ts.map +1 -0
  679. package/lib/typescript/components/boundary/portal/components/boundary-portal/components/portal-slot.d.ts +13 -0
  680. package/lib/typescript/components/boundary/portal/components/boundary-portal/components/portal-slot.d.ts.map +1 -0
  681. package/lib/typescript/components/boundary/portal/components/boundary-portal/helpers/has-local-slot.d.ts.map +1 -0
  682. package/lib/typescript/components/boundary/portal/components/boundary-portal/helpers/host-name.d.ts.map +1 -0
  683. package/lib/typescript/components/boundary/portal/components/boundary-portal/helpers/offset-style.d.ts.map +1 -0
  684. package/lib/typescript/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.d.ts.map +1 -0
  685. package/lib/typescript/components/boundary/portal/components/boundary-portal/hooks/use-host-measurement.d.ts.map +1 -0
  686. package/lib/typescript/components/boundary/portal/components/boundary-portal/hooks/use-placeholder-styles.d.ts.map +1 -0
  687. package/lib/typescript/components/boundary/portal/components/boundary-portal/index.d.ts +12 -0
  688. package/lib/typescript/components/boundary/portal/components/boundary-portal/index.d.ts.map +1 -0
  689. package/lib/typescript/components/boundary/portal/components/boundary-portal/stores/host-bounds.store.d.ts.map +1 -0
  690. package/lib/typescript/components/boundary/portal/components/boundary-portal/stores/host-registry.store.d.ts.map +1 -0
  691. package/lib/typescript/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.d.ts.map +1 -0
  692. package/lib/typescript/components/boundary/portal/components/portal-provider.d.ts +4 -0
  693. package/lib/typescript/components/boundary/portal/components/portal-provider.d.ts.map +1 -0
  694. package/lib/typescript/components/boundary/portal/index.d.ts.map +1 -0
  695. package/lib/typescript/components/boundary/portal/teleport.d.ts.map +1 -0
  696. package/lib/typescript/components/boundary/portal/utils/naming.d.ts.map +1 -0
  697. package/lib/typescript/components/boundary/portal/utils/ownership.d.ts.map +1 -0
  698. package/lib/typescript/components/boundary/portal/utils/resolve-portal.d.ts.map +1 -0
  699. package/lib/typescript/components/boundary/portal/utils/shallow-equal.d.ts.map +1 -0
  700. package/lib/typescript/components/boundary/portal/utils/teleport-control.d.ts.map +1 -0
  701. package/lib/typescript/components/boundary/portal/utils/visible-host.d.ts.map +1 -0
  702. package/lib/typescript/components/boundary/providers/boundary-root.provider.d.ts.map +1 -0
  703. package/lib/typescript/components/boundary/types.d.ts.map +1 -0
  704. package/lib/typescript/components/boundary/utils/destination-signals.d.ts.map +1 -0
  705. package/lib/typescript/components/boundary/utils/measured-bounds.d.ts.map +1 -0
  706. package/lib/typescript/components/boundary/utils/refresh-signals.d.ts.map +1 -0
  707. package/lib/typescript/components/boundary/utils/source-signals.d.ts.map +1 -0
  708. package/lib/typescript/components/create-transition-aware-component.d.ts.map +1 -0
  709. package/lib/typescript/components/masked-view.d.ts +10 -0
  710. package/lib/typescript/components/masked-view.d.ts.map +1 -0
  711. package/lib/typescript/components/overlay/helpers/get-active-overlay.d.ts.map +1 -0
  712. package/lib/typescript/components/overlay/index.d.ts.map +1 -0
  713. package/lib/typescript/components/overlay/variations/float-overlay.d.ts +6 -0
  714. package/lib/typescript/components/overlay/variations/float-overlay.d.ts.map +1 -0
  715. package/lib/typescript/components/overlay/variations/overlay-host.d.ts +10 -0
  716. package/lib/typescript/components/overlay/variations/overlay-host.d.ts.map +1 -0
  717. package/lib/typescript/components/scene-view.d.ts +13 -0
  718. package/lib/typescript/components/scene-view.d.ts.map +1 -0
  719. package/lib/typescript/components/screen-container/helpers/find-collapse-target.d.ts.map +1 -0
  720. package/lib/typescript/components/screen-container/hooks/use-backdrop-pointer-events.d.ts.map +1 -0
  721. package/lib/typescript/components/screen-container/hooks/use-content-layout.d.ts.map +1 -0
  722. package/lib/typescript/components/screen-container/index.d.ts +6 -0
  723. package/lib/typescript/components/screen-container/index.d.ts.map +1 -0
  724. package/lib/typescript/components/screen-container/layers/backdrop.d.ts +6 -0
  725. package/lib/typescript/components/screen-container/layers/backdrop.d.ts.map +1 -0
  726. package/lib/typescript/components/screen-container/layers/content.d.ts +8 -0
  727. package/lib/typescript/components/screen-container/layers/content.d.ts.map +1 -0
  728. package/lib/typescript/components/screen-container/layers/maybe-masked-navigation-container.d.ts +9 -0
  729. package/lib/typescript/components/screen-container/layers/maybe-masked-navigation-container.d.ts.map +1 -0
  730. package/lib/typescript/components/screen-container/layers/render-component.d.ts.map +1 -0
  731. package/lib/typescript/components/screen-container/layers/surface-container.d.ts +8 -0
  732. package/lib/typescript/components/screen-container/layers/surface-container.d.ts.map +1 -0
  733. package/lib/typescript/components/screen-lifecycle/hooks/helpers/reset-stores-for-screen.d.ts.map +1 -0
  734. package/lib/typescript/components/screen-lifecycle/hooks/history/navigator-route-registry.d.ts.map +1 -0
  735. package/lib/typescript/components/screen-lifecycle/hooks/history/use-screen-history.d.ts.map +1 -0
  736. package/lib/typescript/components/screen-lifecycle/hooks/use-close-transition-intent.d.ts.map +1 -0
  737. package/lib/typescript/components/screen-lifecycle/hooks/use-open-transition-intent.d.ts.map +1 -0
  738. package/lib/typescript/components/screen-lifecycle/hooks/use-transition-start-controller.d.ts.map +1 -0
  739. package/lib/typescript/components/screen-lifecycle/index.d.ts.map +1 -0
  740. package/lib/typescript/components/stack-view.d.ts +3 -0
  741. package/lib/typescript/components/stack-view.d.ts.map +1 -0
  742. package/lib/typescript/configs/index.d.ts +40 -0
  743. package/lib/typescript/configs/index.d.ts.map +1 -0
  744. package/lib/typescript/configs/presets.d.ts.map +1 -0
  745. package/lib/typescript/configs/specs.d.ts +24 -0
  746. package/lib/typescript/configs/specs.d.ts.map +1 -0
  747. package/lib/typescript/constants.d.ts.map +1 -0
  748. package/lib/typescript/hooks/navigation/use-history.d.ts.map +1 -0
  749. package/lib/typescript/hooks/navigation/use-navigation-helpers.d.ts.map +1 -0
  750. package/lib/typescript/hooks/navigation/use-previous.d.ts.map +1 -0
  751. package/lib/typescript/hooks/navigation/use-screen-state.d.ts.map +1 -0
  752. package/lib/typescript/hooks/navigation/use-stack.d.ts +34 -0
  753. package/lib/typescript/hooks/navigation/use-stack.d.ts.map +1 -0
  754. package/lib/typescript/hooks/navigation/use-tab-press-reset.d.ts.map +1 -0
  755. package/lib/typescript/hooks/reanimated/use-shared-value-ref.d.ts.map +1 -0
  756. package/lib/typescript/hooks/reanimated/use-shared-value-state.d.ts.map +1 -0
  757. package/lib/typescript/hooks/use-stable-callback-value.d.ts +13 -0
  758. package/lib/typescript/hooks/use-stable-callback-value.d.ts.map +1 -0
  759. package/lib/typescript/hooks/use-stable-callback.d.ts.map +1 -0
  760. package/lib/typescript/index.d.ts +1369 -0
  761. package/lib/typescript/index.d.ts.map +1 -0
  762. package/lib/typescript/navigators/create-blank-stack-navigator.d.ts +11 -0
  763. package/lib/typescript/navigators/create-blank-stack-navigator.d.ts.map +1 -0
  764. package/lib/typescript/navigators/expo-router/index.d.ts +11 -0
  765. package/lib/typescript/navigators/expo-router/index.d.ts.map +1 -0
  766. package/lib/typescript/navigators/react-navigation/index.d.ts +28 -0
  767. package/lib/typescript/navigators/react-navigation/index.d.ts.map +1 -0
  768. package/lib/typescript/providers/helpers/measured-bounds-writes.d.ts.map +1 -0
  769. package/lib/typescript/providers/navigation/navigation-host.provider.d.ts +20 -0
  770. package/lib/typescript/providers/navigation/navigation-host.provider.d.ts.map +1 -0
  771. package/lib/typescript/providers/navigation/react-navigation-host.d.ts +3 -0
  772. package/lib/typescript/providers/navigation/react-navigation-host.d.ts.map +1 -0
  773. package/lib/typescript/providers/register-bounds.provider.d.ts.map +1 -0
  774. package/lib/typescript/providers/screen/animation/animation.provider.d.ts.map +1 -0
  775. package/lib/typescript/providers/screen/animation/helpers/accessors/use-build-bounds-accessor.d.ts.map +1 -0
  776. package/lib/typescript/providers/screen/animation/helpers/accessors/use-build-transition-accessor.d.ts.map +1 -0
  777. package/lib/typescript/providers/screen/animation/helpers/build-screen-transition-options.d.ts.map +1 -0
  778. package/lib/typescript/providers/screen/animation/helpers/derivations.d.ts.map +1 -0
  779. package/lib/typescript/providers/screen/animation/helpers/has-transitions-enabled.d.ts.map +1 -0
  780. package/lib/typescript/providers/screen/animation/helpers/hydrate-transition-state/gesture-progress.d.ts.map +1 -0
  781. package/lib/typescript/providers/screen/animation/helpers/hydrate-transition-state/index.d.ts.map +1 -0
  782. package/lib/typescript/providers/screen/animation/helpers/hydrate-transition-state/snap-points.d.ts.map +1 -0
  783. package/lib/typescript/providers/screen/animation/helpers/hydrate-transition-state/types.d.ts.map +1 -0
  784. package/lib/typescript/providers/screen/animation/helpers/pipeline.d.ts.map +1 -0
  785. package/lib/typescript/providers/screen/animation/helpers/read-screen-animation-revisions.d.ts.map +1 -0
  786. package/lib/typescript/providers/screen/animation/helpers/selected-interpolator-options.d.ts.map +1 -0
  787. package/lib/typescript/providers/screen/animation/helpers/stack-progress.d.ts.map +1 -0
  788. package/lib/typescript/providers/screen/animation/helpers/use-build-transition-state.d.ts.map +1 -0
  789. package/lib/typescript/providers/screen/animation/helpers/worklet.d.ts.map +1 -0
  790. package/lib/typescript/providers/screen/animation/index.d.ts.map +1 -0
  791. package/lib/typescript/providers/screen/animation/types.d.ts.map +1 -0
  792. package/lib/typescript/providers/screen/animation/use-screen-animation.d.ts.map +1 -0
  793. package/lib/typescript/providers/screen/descriptors/descriptors.provider.d.ts +34 -0
  794. package/lib/typescript/providers/screen/descriptors/descriptors.provider.d.ts.map +1 -0
  795. package/lib/typescript/providers/screen/descriptors/helpers/derive-descriptor-derivations.d.ts.map +1 -0
  796. package/lib/typescript/providers/screen/descriptors/helpers/get-ancestor-keys.d.ts.map +1 -0
  797. package/lib/typescript/providers/screen/descriptors/index.d.ts.map +1 -0
  798. package/lib/typescript/providers/screen/gestures/gestures.provider.d.ts.map +1 -0
  799. package/lib/typescript/providers/screen/gestures/hooks/use-gesture-sensitivity.d.ts.map +1 -0
  800. package/lib/typescript/providers/screen/gestures/hooks/use-screen-gesture-config.d.ts.map +1 -0
  801. package/lib/typescript/providers/screen/gestures/hooks/use-screen-gesture.d.ts.map +1 -0
  802. package/lib/typescript/providers/screen/gestures/hooks/use-stable-runtime-config.d.ts.map +1 -0
  803. package/lib/typescript/providers/screen/gestures/index.d.ts.map +1 -0
  804. package/lib/typescript/providers/screen/gestures/ownership/compute-claimed-directions.d.ts.map +1 -0
  805. package/lib/typescript/providers/screen/gestures/ownership/resolve-ownership.d.ts.map +1 -0
  806. package/lib/typescript/providers/screen/gestures/ownership/shadowing-claims.d.ts.map +1 -0
  807. package/lib/typescript/providers/screen/gestures/ownership/use-walk-up-and-register-shadowing-claims.d.ts.map +1 -0
  808. package/lib/typescript/providers/screen/gestures/pan/activation/pan-activation-decision.d.ts.map +1 -0
  809. package/lib/typescript/providers/screen/gestures/pan/activation/pan-activation-rules.d.ts.map +1 -0
  810. package/lib/typescript/providers/screen/gestures/pan/activation/use-pan-activation.d.ts.map +1 -0
  811. package/lib/typescript/providers/screen/gestures/pan/behavior/pan-lifecycle.d.ts.map +1 -0
  812. package/lib/typescript/providers/screen/gestures/pan/behavior/pan-release.d.ts.map +1 -0
  813. package/lib/typescript/providers/screen/gestures/pan/behavior/pan-reset.d.ts.map +1 -0
  814. package/lib/typescript/providers/screen/gestures/pan/behavior/use-pan-behavior.d.ts.map +1 -0
  815. package/lib/typescript/providers/screen/gestures/pan/use-build-pan-gesture.d.ts.map +1 -0
  816. package/lib/typescript/providers/screen/gestures/pinch/activation/use-pinch-activation.d.ts.map +1 -0
  817. package/lib/typescript/providers/screen/gestures/pinch/behavior/pinch-lifecycle.d.ts.map +1 -0
  818. package/lib/typescript/providers/screen/gestures/pinch/behavior/pinch-release.d.ts.map +1 -0
  819. package/lib/typescript/providers/screen/gestures/pinch/behavior/pinch-reset.d.ts.map +1 -0
  820. package/lib/typescript/providers/screen/gestures/pinch/behavior/use-pinch-behavior.d.ts.map +1 -0
  821. package/lib/typescript/providers/screen/gestures/pinch/use-build-pinch-gesture.d.ts.map +1 -0
  822. package/lib/typescript/providers/screen/gestures/rotation/activation/use-rotation-activation.d.ts.map +1 -0
  823. package/lib/typescript/providers/screen/gestures/rotation/behavior/rotation-lifecycle.d.ts.map +1 -0
  824. package/lib/typescript/providers/screen/gestures/rotation/behavior/use-rotation-behavior.d.ts.map +1 -0
  825. package/lib/typescript/providers/screen/gestures/rotation/use-build-rotation-gesture.d.ts.map +1 -0
  826. package/lib/typescript/providers/screen/gestures/scroll-coordination/index.d.ts.map +1 -0
  827. package/lib/typescript/providers/screen/gestures/scroll-coordination/scroll-metadata-owner.d.ts.map +1 -0
  828. package/lib/typescript/providers/screen/gestures/scroll-coordination/update-scroll-gesture-state.d.ts.map +1 -0
  829. package/lib/typescript/providers/screen/gestures/scroll-coordination/use-scroll-gesture-coordination.d.ts.map +1 -0
  830. package/lib/typescript/providers/screen/gestures/scroll-coordination/walk-up-scroll-gesture-coordination.d.ts.map +1 -0
  831. package/lib/typescript/providers/screen/gestures/shared/ancestors.d.ts.map +1 -0
  832. package/lib/typescript/providers/screen/gestures/shared/directions.d.ts.map +1 -0
  833. package/lib/typescript/providers/screen/gestures/shared/physics.d.ts.map +1 -0
  834. package/lib/typescript/providers/screen/gestures/shared/policy.d.ts.map +1 -0
  835. package/lib/typescript/providers/screen/gestures/shared/release.d.ts.map +1 -0
  836. package/lib/typescript/providers/screen/gestures/shared/reset.d.ts.map +1 -0
  837. package/lib/typescript/providers/screen/gestures/shared/runtime.d.ts.map +1 -0
  838. package/lib/typescript/providers/screen/gestures/shared/snap-points.d.ts.map +1 -0
  839. package/lib/typescript/providers/screen/gestures/shared/snapshot.d.ts.map +1 -0
  840. package/lib/typescript/providers/screen/gestures/shared/targets.d.ts.map +1 -0
  841. package/lib/typescript/providers/screen/gestures/shared/values.d.ts.map +1 -0
  842. package/lib/typescript/providers/screen/gestures/types.d.ts.map +1 -0
  843. package/lib/typescript/providers/screen/options/helpers.d.ts.map +1 -0
  844. package/lib/typescript/providers/screen/options/index.d.ts.map +1 -0
  845. package/lib/typescript/providers/screen/options/options.provider.d.ts.map +1 -0
  846. package/lib/typescript/providers/screen/options/types.d.ts.map +1 -0
  847. package/lib/typescript/providers/screen/origin.provider.d.ts.map +1 -0
  848. package/lib/typescript/providers/screen/screen-composer.d.ts +11 -0
  849. package/lib/typescript/providers/screen/screen-composer.d.ts.map +1 -0
  850. package/lib/typescript/providers/screen/styles/components/floating-overlay-layer.d.ts +7 -0
  851. package/lib/typescript/providers/screen/styles/components/floating-overlay-layer.d.ts.map +1 -0
  852. package/lib/typescript/providers/screen/styles/constants.d.ts.map +1 -0
  853. package/lib/typescript/providers/screen/styles/helpers/collect-interpolator-shared-values.d.ts.map +1 -0
  854. package/lib/typescript/providers/screen/styles/helpers/compose-slot-style.d.ts.map +1 -0
  855. package/lib/typescript/providers/screen/styles/helpers/normalize-slots.d.ts.map +1 -0
  856. package/lib/typescript/providers/screen/styles/helpers/opening-phase.d.ts.map +1 -0
  857. package/lib/typescript/providers/screen/styles/helpers/resolve-slot-styles/are-resettable-states-equal.d.ts.map +1 -0
  858. package/lib/typescript/providers/screen/styles/helpers/resolve-slot-styles/index.d.ts.map +1 -0
  859. package/lib/typescript/providers/screen/styles/helpers/resolve-slot-styles/materialize-slot.d.ts.map +1 -0
  860. package/lib/typescript/providers/screen/styles/helpers/resolve-slot-styles/reset-values.d.ts.map +1 -0
  861. package/lib/typescript/providers/screen/styles/helpers/resolve-slot-styles/slot-state.d.ts.map +1 -0
  862. package/lib/typescript/providers/screen/styles/helpers/resolve-slot-styles/types.d.ts.map +1 -0
  863. package/lib/typescript/providers/screen/styles/helpers/strip-interpolator-options.d.ts.map +1 -0
  864. package/lib/typescript/providers/screen/styles/helpers/visibility-gate.d.ts.map +1 -0
  865. package/lib/typescript/providers/screen/styles/hooks/slot-resolvers.d.ts.map +1 -0
  866. package/lib/typescript/providers/screen/styles/hooks/use-interpolated-style-maps.d.ts.map +1 -0
  867. package/lib/typescript/providers/screen/styles/hooks/use-maybe-block-visibility.d.ts.map +1 -0
  868. package/lib/typescript/providers/screen/styles/hooks/use-resolved-slot-style-map.d.ts.map +1 -0
  869. package/lib/typescript/providers/screen/styles/index.d.ts.map +1 -0
  870. package/lib/typescript/providers/screen/styles/slot.provider.d.ts.map +1 -0
  871. package/lib/typescript/providers/screen/styles/stores/slot-references.store.d.ts.map +1 -0
  872. package/lib/typescript/providers/stack/blank-stack-state/blank-stack-controller.d.ts.map +1 -0
  873. package/lib/typescript/providers/stack/blank-stack-state/helpers/build-blank-stack-state.d.ts.map +1 -0
  874. package/lib/typescript/providers/stack/blank-stack-state/helpers/derive-blank-stack-state.d.ts.map +1 -0
  875. package/lib/typescript/providers/stack/blank-stack-state/helpers/navigation/compose-descriptors.d.ts.map +1 -0
  876. package/lib/typescript/providers/stack/blank-stack-state/helpers/navigation/resolve-scene-neighbors.d.ts.map +1 -0
  877. package/lib/typescript/providers/stack/blank-stack-state/helpers/navigation/sync-routes-with-removed.d.ts.map +1 -0
  878. package/lib/typescript/providers/stack/blank-stack-state/helpers/reconcile-blank-stack-routes.d.ts.map +1 -0
  879. package/lib/typescript/providers/stack/blank-stack-state/helpers/state-equality.d.ts.map +1 -0
  880. package/lib/typescript/providers/stack/blank-stack-state/helpers/types.d.ts.map +1 -0
  881. package/lib/typescript/providers/stack/blank-stack-state/index.d.ts.map +1 -0
  882. package/lib/typescript/providers/stack/blank-stack.provider.d.ts.map +1 -0
  883. package/lib/typescript/providers/stack/core.provider.d.ts +24 -0
  884. package/lib/typescript/providers/stack/core.provider.d.ts.map +1 -0
  885. package/lib/typescript/providers/stack/direct.provider.d.ts.map +1 -0
  886. package/lib/typescript/stores/animation.store.d.ts.map +1 -0
  887. package/lib/typescript/stores/bounds/helpers/keys.d.ts.map +1 -0
  888. package/lib/typescript/stores/bounds/helpers/link-pairs.helpers.d.ts.map +1 -0
  889. package/lib/typescript/stores/bounds/index.d.ts.map +1 -0
  890. package/lib/typescript/stores/bounds/internals/clear.d.ts.map +1 -0
  891. package/lib/typescript/stores/bounds/internals/entries.d.ts.map +1 -0
  892. package/lib/typescript/stores/bounds/internals/links.d.ts.map +1 -0
  893. package/lib/typescript/stores/bounds/internals/resolver.d.ts.map +1 -0
  894. package/lib/typescript/stores/bounds/internals/state.d.ts.map +1 -0
  895. package/lib/typescript/stores/bounds/types.d.ts.map +1 -0
  896. package/lib/typescript/stores/gesture.store.d.ts.map +1 -0
  897. package/lib/typescript/stores/history.store.d.ts.map +1 -0
  898. package/lib/typescript/stores/scroll.store.d.ts.map +1 -0
  899. package/lib/typescript/stores/system.store.d.ts.map +1 -0
  900. package/lib/typescript/types/animation.types.d.ts.map +1 -0
  901. package/lib/typescript/types/blank-stack.types.d.ts +85 -0
  902. package/lib/typescript/types/blank-stack.types.d.ts.map +1 -0
  903. package/lib/typescript/types/bounds.types.d.ts.map +1 -0
  904. package/lib/typescript/types/gesture.types.d.ts.map +1 -0
  905. package/lib/typescript/types/index.d.ts.map +1 -0
  906. package/lib/typescript/types/overlay.types.d.ts.map +1 -0
  907. package/lib/typescript/types/ownership.types.d.ts.map +1 -0
  908. package/lib/typescript/types/providers/blank-stack-provider.types.d.ts.map +1 -0
  909. package/lib/typescript/types/providers/direct-stack.types.d.ts +31 -0
  910. package/lib/typescript/types/providers/direct-stack.types.d.ts.map +1 -0
  911. package/lib/typescript/types/screen.types.d.ts.map +1 -0
  912. package/lib/typescript/types/stack.types.d.ts.map +1 -0
  913. package/lib/typescript/utils/animation/animate-to-progress.d.ts +23 -0
  914. package/lib/typescript/utils/animation/animate-to-progress.d.ts.map +1 -0
  915. package/lib/typescript/utils/animation/animate.d.ts.map +1 -0
  916. package/lib/typescript/utils/animation/emit.d.ts.map +1 -0
  917. package/lib/typescript/utils/animation/resolve-snap-transition-spec.d.ts.map +1 -0
  918. package/lib/typescript/utils/animation/spring/index.d.ts.map +1 -0
  919. package/lib/typescript/utils/animation/spring/spring.d.ts.map +1 -0
  920. package/lib/typescript/utils/animation/spring/springConfigs.d.ts.map +1 -0
  921. package/lib/typescript/utils/animation/spring/springUtils.d.ts.map +1 -0
  922. package/lib/typescript/utils/animation/state.d.ts.map +1 -0
  923. package/lib/typescript/utils/bounds/constants.d.ts.map +1 -0
  924. package/lib/typescript/utils/bounds/helpers/create-bound-tag.d.ts.map +1 -0
  925. package/lib/typescript/utils/bounds/helpers/create-bounds-accessor-core.d.ts.map +1 -0
  926. package/lib/typescript/utils/bounds/helpers/create-link-accessor.d.ts.map +1 -0
  927. package/lib/typescript/utils/bounds/helpers/geometry.d.ts.map +1 -0
  928. package/lib/typescript/utils/bounds/helpers/prepare-bound-styles.d.ts.map +1 -0
  929. package/lib/typescript/utils/bounds/helpers/resolve-bounds-pair-key.d.ts.map +1 -0
  930. package/lib/typescript/utils/bounds/helpers/styles/composers.d.ts.map +1 -0
  931. package/lib/typescript/utils/bounds/helpers/styles/compute.d.ts.map +1 -0
  932. package/lib/typescript/utils/bounds/helpers/styles/local-transform.d.ts.map +1 -0
  933. package/lib/typescript/utils/bounds/helpers/styles/styles.d.ts.map +1 -0
  934. package/lib/typescript/utils/bounds/index.d.ts.map +1 -0
  935. package/lib/typescript/utils/bounds/navigation/helpers.d.ts.map +1 -0
  936. package/lib/typescript/utils/bounds/navigation/math.d.ts.map +1 -0
  937. package/lib/typescript/utils/bounds/navigation/reveal/build.d.ts.map +1 -0
  938. package/lib/typescript/utils/bounds/navigation/reveal/config.d.ts.map +1 -0
  939. package/lib/typescript/utils/bounds/navigation/reveal/math.d.ts +61 -0
  940. package/lib/typescript/utils/bounds/navigation/reveal/math.d.ts.map +1 -0
  941. package/lib/typescript/utils/bounds/navigation/reveal/types.d.ts.map +1 -0
  942. package/lib/typescript/utils/bounds/navigation/zoom/build.d.ts.map +1 -0
  943. package/lib/typescript/utils/bounds/navigation/zoom/config.d.ts +13 -0
  944. package/lib/typescript/utils/bounds/navigation/zoom/config.d.ts.map +1 -0
  945. package/lib/typescript/utils/bounds/navigation/zoom/drag.d.ts.map +1 -0
  946. package/lib/typescript/utils/bounds/navigation/zoom/helpers.d.ts +38 -0
  947. package/lib/typescript/utils/bounds/navigation/zoom/helpers.d.ts.map +1 -0
  948. package/lib/typescript/utils/bounds/navigation/zoom/mask.d.ts +27 -0
  949. package/lib/typescript/utils/bounds/navigation/zoom/mask.d.ts.map +1 -0
  950. package/lib/typescript/utils/bounds/navigation/zoom/targets.d.ts +22 -0
  951. package/lib/typescript/utils/bounds/navigation/zoom/targets.d.ts.map +1 -0
  952. package/lib/typescript/utils/bounds/navigation/zoom/types.d.ts.map +1 -0
  953. package/lib/typescript/utils/bounds/types/geometry.d.ts.map +1 -0
  954. package/lib/typescript/utils/bounds/types/options.d.ts.map +1 -0
  955. package/lib/typescript/utils/create-provider.d.ts.map +1 -0
  956. package/lib/typescript/utils/create-store.d.ts.map +1 -0
  957. package/lib/typescript/utils/logger.d.ts.map +1 -0
  958. package/lib/typescript/utils/normalize-interpolated-style.d.ts.map +1 -0
  959. package/lib/typescript/utils/overlay/visibility.d.ts.map +1 -0
  960. package/lib/typescript/utils/platform.d.ts.map +1 -0
  961. package/lib/typescript/utils/resolve-chain-target.d.ts.map +1 -0
  962. package/lib/typescript/utils/resolve-screen-transition-options.d.ts.map +1 -0
  963. package/lib/typescript/utils/visibility-block-offset.d.ts.map +1 -0
  964. package/package.json +35 -33
  965. package/src/animation/snap-to.ts +96 -0
  966. package/src/components/boundary/hooks/lifecycles/use-boundary-presence.ts +41 -0
  967. package/src/components/boundary/hooks/lifecycles/use-initial-destination-measurement.ts +224 -0
  968. package/src/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.ts +318 -0
  969. package/src/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.tsx +164 -0
  970. package/src/components/boundary/portal/components/boundary-portal/components/portal-slot.tsx +80 -0
  971. package/src/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.ts +255 -0
  972. package/src/components/boundary/portal/components/boundary-portal/hooks/use-host-measurement.ts +152 -0
  973. package/src/components/boundary/portal/utils/ownership.ts +319 -0
  974. package/src/components/create-transition-aware-component.tsx +172 -0
  975. package/src/components/overlay/variations/overlay-host.tsx +72 -0
  976. package/src/components/screen-container/hooks/use-backdrop-pointer-events.ts +56 -0
  977. package/src/components/screen-container/hooks/use-content-layout.ts +82 -0
  978. package/src/components/screen-container/layers/backdrop.tsx +152 -0
  979. package/src/components/screen-lifecycle/hooks/helpers/reset-stores-for-screen.ts +15 -0
  980. package/src/components/screen-lifecycle/hooks/history/use-screen-history.ts +90 -0
  981. package/src/components/stack-view.tsx +73 -0
  982. package/src/configs/index.ts +29 -0
  983. package/src/configs/specs.ts +47 -0
  984. package/src/hooks/navigation/use-navigation-helpers.ts +35 -0
  985. package/src/hooks/navigation/use-tab-press-reset.ts +36 -0
  986. package/src/hooks/reanimated/use-shared-value-ref.ts +39 -0
  987. package/src/hooks/reanimated/use-shared-value-state.ts +22 -0
  988. package/src/hooks/use-stable-callback-value.ts +72 -0
  989. package/src/navigators/create-blank-stack-navigator.tsx +151 -0
  990. package/src/navigators/expo-router/index.tsx +63 -0
  991. package/src/navigators/react-navigation/index.tsx +93 -0
  992. package/src/providers/navigation/navigation-host.provider.tsx +60 -0
  993. package/src/providers/navigation/react-navigation-host.tsx +24 -0
  994. package/src/providers/register-bounds.provider.tsx +401 -0
  995. package/src/providers/screen/gestures/pan/behavior/pan-lifecycle.ts +176 -0
  996. package/src/providers/screen/gestures/pinch/behavior/pinch-lifecycle.ts +113 -0
  997. package/src/providers/stack/blank-stack-state/blank-stack-controller.ts +166 -0
  998. package/src/providers/stack/core.provider.tsx +141 -0
  999. package/src/providers/stack/direct.provider.tsx +129 -0
  1000. package/src/types/blank-stack.types.ts +146 -0
  1001. package/src/types/providers/direct-stack.types.ts +69 -0
  1002. package/src/utils/animation/animate-to-progress.ts +158 -0
  1003. package/src/utils/bounds/navigation/reveal/math.ts +276 -0
  1004. package/src/utils/bounds/navigation/zoom/build.ts +319 -0
  1005. package/src/utils/bounds/navigation/zoom/config.ts +24 -0
  1006. package/src/utils/bounds/navigation/zoom/helpers.ts +155 -0
  1007. package/src/utils/bounds/navigation/zoom/mask.ts +133 -0
  1008. package/src/utils/bounds/navigation/zoom/targets.ts +132 -0
  1009. package/lib/commonjs/blank-stack/components/stack-view.js +0 -61
  1010. package/lib/commonjs/blank-stack/components/stack-view.js.map +0 -1
  1011. package/lib/commonjs/blank-stack/index.js +0 -13
  1012. package/lib/commonjs/blank-stack/index.js.map +0 -1
  1013. package/lib/commonjs/blank-stack/navigators/create-blank-stack-navigator.js +0 -92
  1014. package/lib/commonjs/blank-stack/navigators/create-blank-stack-navigator.js.map +0 -1
  1015. package/lib/commonjs/blank-stack/types.js.map +0 -1
  1016. package/lib/commonjs/component-stack/components/component-screen.js +0 -32
  1017. package/lib/commonjs/component-stack/components/component-screen.js.map +0 -1
  1018. package/lib/commonjs/component-stack/components/stack-view.js +0 -41
  1019. package/lib/commonjs/component-stack/components/stack-view.js.map +0 -1
  1020. package/lib/commonjs/component-stack/index.js +0 -13
  1021. package/lib/commonjs/component-stack/index.js.map +0 -1
  1022. package/lib/commonjs/component-stack/navigators/create-component-stack-navigator.js +0 -91
  1023. package/lib/commonjs/component-stack/navigators/create-component-stack-navigator.js.map +0 -1
  1024. package/lib/commonjs/component-stack/types.js.map +0 -1
  1025. package/lib/commonjs/native-stack/index.js +0 -13
  1026. package/lib/commonjs/native-stack/index.js.map +0 -1
  1027. package/lib/commonjs/native-stack/navigators/createNativeStackNavigator.js +0 -56
  1028. package/lib/commonjs/native-stack/navigators/createNativeStackNavigator.js.map +0 -1
  1029. package/lib/commonjs/native-stack/types.js.map +0 -1
  1030. package/lib/commonjs/native-stack/utils/debounce.js +0 -16
  1031. package/lib/commonjs/native-stack/utils/debounce.js.map +0 -1
  1032. package/lib/commonjs/native-stack/utils/getModalRoutesKeys.js +0 -17
  1033. package/lib/commonjs/native-stack/utils/getModalRoutesKeys.js.map +0 -1
  1034. package/lib/commonjs/native-stack/utils/useAnimatedHeaderHeight.js +0 -18
  1035. package/lib/commonjs/native-stack/utils/useAnimatedHeaderHeight.js.map +0 -1
  1036. package/lib/commonjs/native-stack/utils/useDismissedRouteError.js +0 -22
  1037. package/lib/commonjs/native-stack/utils/useDismissedRouteError.js.map +0 -1
  1038. package/lib/commonjs/native-stack/utils/useInvalidPreventRemoveError.js +0 -25
  1039. package/lib/commonjs/native-stack/utils/useInvalidPreventRemoveError.js.map +0 -1
  1040. package/lib/commonjs/native-stack/views/FontProcessor.js +0 -10
  1041. package/lib/commonjs/native-stack/views/FontProcessor.js.map +0 -1
  1042. package/lib/commonjs/native-stack/views/FontProcessor.native.js +0 -18
  1043. package/lib/commonjs/native-stack/views/FontProcessor.native.js.map +0 -1
  1044. package/lib/commonjs/native-stack/views/NativeStackView.js +0 -138
  1045. package/lib/commonjs/native-stack/views/NativeStackView.js.map +0 -1
  1046. package/lib/commonjs/native-stack/views/NativeStackView.native.js +0 -496
  1047. package/lib/commonjs/native-stack/views/NativeStackView.native.js.map +0 -1
  1048. package/lib/commonjs/native-stack/views/useHeaderConfigProps.js +0 -203
  1049. package/lib/commonjs/native-stack/views/useHeaderConfigProps.js.map +0 -1
  1050. package/lib/commonjs/shared/adapters/with-screen-transitions/context.js.map +0 -1
  1051. package/lib/commonjs/shared/adapters/with-screen-transitions/index.js.map +0 -1
  1052. package/lib/commonjs/shared/adapters/with-screen-transitions/options.js.map +0 -1
  1053. package/lib/commonjs/shared/adapters/with-screen-transitions/stack-layout.js.map +0 -1
  1054. package/lib/commonjs/shared/adapters/with-screen-transitions/types.js.map +0 -1
  1055. package/lib/commonjs/shared/animation/resolve-snap-target.js.map +0 -1
  1056. package/lib/commonjs/shared/animation/snap-to.js +0 -75
  1057. package/lib/commonjs/shared/animation/snap-to.js.map +0 -1
  1058. package/lib/commonjs/shared/animation/transition-blocking.js.map +0 -1
  1059. package/lib/commonjs/shared/components/activity/helpers.js.map +0 -1
  1060. package/lib/commonjs/shared/components/activity/index.js.map +0 -1
  1061. package/lib/commonjs/shared/components/activity/variants/activity-container.js.map +0 -1
  1062. package/lib/commonjs/shared/components/activity/variants/activity-screen.js.map +0 -1
  1063. package/lib/commonjs/shared/components/boundary/components/boundary-target.js.map +0 -1
  1064. package/lib/commonjs/shared/components/boundary/create-boundary-component.js.map +0 -1
  1065. package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-boundary-presence.js +0 -35
  1066. package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-boundary-presence.js.map +0 -1
  1067. package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-initial-destination-measurement.js +0 -166
  1068. package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-initial-destination-measurement.js.map +0 -1
  1069. package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-initial-source-measurement.js.map +0 -1
  1070. package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-refresh-boundary.js.map +0 -1
  1071. package/lib/commonjs/shared/components/boundary/hooks/use-boundary-measurement.js.map +0 -1
  1072. package/lib/commonjs/shared/components/boundary/hooks/use-measurer.js.map +0 -1
  1073. package/lib/commonjs/shared/components/boundary/hooks/use-register-target.js.map +0 -1
  1074. package/lib/commonjs/shared/components/boundary/index.js.map +0 -1
  1075. package/lib/commonjs/shared/components/boundary/portal/components/boundary-content-portal/components/host.js.map +0 -1
  1076. package/lib/commonjs/shared/components/boundary/portal/components/boundary-content-portal/helpers/host-name.js.map +0 -1
  1077. package/lib/commonjs/shared/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js +0 -224
  1078. package/lib/commonjs/shared/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js.map +0 -1
  1079. package/lib/commonjs/shared/components/boundary/portal/components/boundary-content-portal/index.js.map +0 -1
  1080. package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/components/host.js.map +0 -1
  1081. package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.js +0 -126
  1082. package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.js.map +0 -1
  1083. package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/components/portal-slot.js +0 -51
  1084. package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/components/portal-slot.js.map +0 -1
  1085. package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/helpers/has-local-slot.js.map +0 -1
  1086. package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/helpers/host-name.js.map +0 -1
  1087. package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/helpers/offset-style.js.map +0 -1
  1088. package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js +0 -185
  1089. package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js.map +0 -1
  1090. package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/hooks/use-host-measurement.js +0 -104
  1091. package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/hooks/use-host-measurement.js.map +0 -1
  1092. package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/hooks/use-placeholder-styles.js.map +0 -1
  1093. package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/index.js.map +0 -1
  1094. package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/stores/host-bounds.store.js.map +0 -1
  1095. package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/stores/host-registry.store.js.map +0 -1
  1096. package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.js.map +0 -1
  1097. package/lib/commonjs/shared/components/boundary/portal/components/portal-provider.js.map +0 -1
  1098. package/lib/commonjs/shared/components/boundary/portal/index.js.map +0 -1
  1099. package/lib/commonjs/shared/components/boundary/portal/teleport.js.map +0 -1
  1100. package/lib/commonjs/shared/components/boundary/portal/utils/naming.js.map +0 -1
  1101. package/lib/commonjs/shared/components/boundary/portal/utils/ownership.js +0 -217
  1102. package/lib/commonjs/shared/components/boundary/portal/utils/ownership.js.map +0 -1
  1103. package/lib/commonjs/shared/components/boundary/portal/utils/resolve-portal.js.map +0 -1
  1104. package/lib/commonjs/shared/components/boundary/portal/utils/shallow-equal.js.map +0 -1
  1105. package/lib/commonjs/shared/components/boundary/portal/utils/teleport-control.js.map +0 -1
  1106. package/lib/commonjs/shared/components/boundary/portal/utils/visible-host.js.map +0 -1
  1107. package/lib/commonjs/shared/components/boundary/providers/boundary-root.provider.js.map +0 -1
  1108. package/lib/commonjs/shared/components/boundary/types.js.map +0 -1
  1109. package/lib/commonjs/shared/components/boundary/utils/destination-signals.js.map +0 -1
  1110. package/lib/commonjs/shared/components/boundary/utils/measured-bounds.js.map +0 -1
  1111. package/lib/commonjs/shared/components/boundary/utils/refresh-signals.js.map +0 -1
  1112. package/lib/commonjs/shared/components/boundary/utils/source-signals.js.map +0 -1
  1113. package/lib/commonjs/shared/components/create-transition-aware-component.js +0 -119
  1114. package/lib/commonjs/shared/components/create-transition-aware-component.js.map +0 -1
  1115. package/lib/commonjs/shared/components/masked-view.js.map +0 -1
  1116. package/lib/commonjs/shared/components/overlay/helpers/get-active-overlay.js.map +0 -1
  1117. package/lib/commonjs/shared/components/overlay/index.js.map +0 -1
  1118. package/lib/commonjs/shared/components/overlay/variations/float-overlay.js.map +0 -1
  1119. package/lib/commonjs/shared/components/overlay/variations/overlay-host.js +0 -60
  1120. package/lib/commonjs/shared/components/overlay/variations/overlay-host.js.map +0 -1
  1121. package/lib/commonjs/shared/components/scene-view.js.map +0 -1
  1122. package/lib/commonjs/shared/components/screen-container/helpers/find-collapse-target.js.map +0 -1
  1123. package/lib/commonjs/shared/components/screen-container/hooks/use-backdrop-pointer-events.js +0 -47
  1124. package/lib/commonjs/shared/components/screen-container/hooks/use-backdrop-pointer-events.js.map +0 -1
  1125. package/lib/commonjs/shared/components/screen-container/hooks/use-content-layout.js +0 -63
  1126. package/lib/commonjs/shared/components/screen-container/hooks/use-content-layout.js.map +0 -1
  1127. package/lib/commonjs/shared/components/screen-container/index.js.map +0 -1
  1128. package/lib/commonjs/shared/components/screen-container/layers/backdrop.js +0 -112
  1129. package/lib/commonjs/shared/components/screen-container/layers/backdrop.js.map +0 -1
  1130. package/lib/commonjs/shared/components/screen-container/layers/content.js.map +0 -1
  1131. package/lib/commonjs/shared/components/screen-container/layers/maybe-masked-navigation-container.js.map +0 -1
  1132. package/lib/commonjs/shared/components/screen-container/layers/render-component.js.map +0 -1
  1133. package/lib/commonjs/shared/components/screen-container/layers/surface-container.js.map +0 -1
  1134. package/lib/commonjs/shared/components/screen-lifecycle/hooks/helpers/reset-stores-for-screen.js +0 -20
  1135. package/lib/commonjs/shared/components/screen-lifecycle/hooks/helpers/reset-stores-for-screen.js.map +0 -1
  1136. package/lib/commonjs/shared/components/screen-lifecycle/hooks/history/navigator-route-registry.js.map +0 -1
  1137. package/lib/commonjs/shared/components/screen-lifecycle/hooks/history/use-screen-history.js +0 -74
  1138. package/lib/commonjs/shared/components/screen-lifecycle/hooks/history/use-screen-history.js.map +0 -1
  1139. package/lib/commonjs/shared/components/screen-lifecycle/hooks/use-close-transition-intent.js.map +0 -1
  1140. package/lib/commonjs/shared/components/screen-lifecycle/hooks/use-open-transition-intent.js.map +0 -1
  1141. package/lib/commonjs/shared/components/screen-lifecycle/hooks/use-transition-start-controller.js.map +0 -1
  1142. package/lib/commonjs/shared/components/screen-lifecycle/index.js.map +0 -1
  1143. package/lib/commonjs/shared/configs/index.js +0 -24
  1144. package/lib/commonjs/shared/configs/index.js.map +0 -1
  1145. package/lib/commonjs/shared/configs/presets.js.map +0 -1
  1146. package/lib/commonjs/shared/configs/specs.js +0 -27
  1147. package/lib/commonjs/shared/configs/specs.js.map +0 -1
  1148. package/lib/commonjs/shared/constants.js.map +0 -1
  1149. package/lib/commonjs/shared/hooks/navigation/use-history.js.map +0 -1
  1150. package/lib/commonjs/shared/hooks/navigation/use-navigation-helpers.js +0 -36
  1151. package/lib/commonjs/shared/hooks/navigation/use-navigation-helpers.js.map +0 -1
  1152. package/lib/commonjs/shared/hooks/navigation/use-previous.js.map +0 -1
  1153. package/lib/commonjs/shared/hooks/navigation/use-screen-state.js.map +0 -1
  1154. package/lib/commonjs/shared/hooks/navigation/use-stack.js.map +0 -1
  1155. package/lib/commonjs/shared/hooks/navigation/use-tab-press-reset.js +0 -32
  1156. package/lib/commonjs/shared/hooks/navigation/use-tab-press-reset.js.map +0 -1
  1157. package/lib/commonjs/shared/hooks/reanimated/use-shared-value-ref.js +0 -38
  1158. package/lib/commonjs/shared/hooks/reanimated/use-shared-value-ref.js.map +0 -1
  1159. package/lib/commonjs/shared/hooks/reanimated/use-shared-value-state.js +0 -22
  1160. package/lib/commonjs/shared/hooks/reanimated/use-shared-value-state.js.map +0 -1
  1161. package/lib/commonjs/shared/hooks/use-stable-callback-value.js +0 -68
  1162. package/lib/commonjs/shared/hooks/use-stable-callback-value.js.map +0 -1
  1163. package/lib/commonjs/shared/hooks/use-stable-callback.js.map +0 -1
  1164. package/lib/commonjs/shared/index.js.map +0 -1
  1165. package/lib/commonjs/shared/providers/helpers/measured-bounds-writes.js.map +0 -1
  1166. package/lib/commonjs/shared/providers/register-bounds.provider.js +0 -311
  1167. package/lib/commonjs/shared/providers/register-bounds.provider.js.map +0 -1
  1168. package/lib/commonjs/shared/providers/screen/animation/animation.provider.js.map +0 -1
  1169. package/lib/commonjs/shared/providers/screen/animation/helpers/accessors/use-build-bounds-accessor.js.map +0 -1
  1170. package/lib/commonjs/shared/providers/screen/animation/helpers/accessors/use-build-transition-accessor.js.map +0 -1
  1171. package/lib/commonjs/shared/providers/screen/animation/helpers/build-screen-transition-options.js.map +0 -1
  1172. package/lib/commonjs/shared/providers/screen/animation/helpers/derivations.js.map +0 -1
  1173. package/lib/commonjs/shared/providers/screen/animation/helpers/has-transitions-enabled.js.map +0 -1
  1174. package/lib/commonjs/shared/providers/screen/animation/helpers/hydrate-transition-state/gesture-progress.js.map +0 -1
  1175. package/lib/commonjs/shared/providers/screen/animation/helpers/hydrate-transition-state/index.js.map +0 -1
  1176. package/lib/commonjs/shared/providers/screen/animation/helpers/hydrate-transition-state/snap-points.js.map +0 -1
  1177. package/lib/commonjs/shared/providers/screen/animation/helpers/hydrate-transition-state/types.js.map +0 -1
  1178. package/lib/commonjs/shared/providers/screen/animation/helpers/pipeline.js.map +0 -1
  1179. package/lib/commonjs/shared/providers/screen/animation/helpers/read-screen-animation-revisions.js.map +0 -1
  1180. package/lib/commonjs/shared/providers/screen/animation/helpers/selected-interpolator-options.js.map +0 -1
  1181. package/lib/commonjs/shared/providers/screen/animation/helpers/stack-progress.js.map +0 -1
  1182. package/lib/commonjs/shared/providers/screen/animation/helpers/use-build-transition-state.js.map +0 -1
  1183. package/lib/commonjs/shared/providers/screen/animation/helpers/worklet.js.map +0 -1
  1184. package/lib/commonjs/shared/providers/screen/animation/index.js.map +0 -1
  1185. package/lib/commonjs/shared/providers/screen/animation/types.js.map +0 -1
  1186. package/lib/commonjs/shared/providers/screen/animation/use-screen-animation.js.map +0 -1
  1187. package/lib/commonjs/shared/providers/screen/descriptors/descriptors.provider.js.map +0 -1
  1188. package/lib/commonjs/shared/providers/screen/descriptors/helpers/derive-descriptor-derivations.js.map +0 -1
  1189. package/lib/commonjs/shared/providers/screen/descriptors/helpers/get-ancestor-keys.js.map +0 -1
  1190. package/lib/commonjs/shared/providers/screen/descriptors/index.js.map +0 -1
  1191. package/lib/commonjs/shared/providers/screen/gestures/gestures.provider.js.map +0 -1
  1192. package/lib/commonjs/shared/providers/screen/gestures/hooks/use-gesture-sensitivity.js.map +0 -1
  1193. package/lib/commonjs/shared/providers/screen/gestures/hooks/use-screen-gesture-config.js.map +0 -1
  1194. package/lib/commonjs/shared/providers/screen/gestures/hooks/use-screen-gesture.js.map +0 -1
  1195. package/lib/commonjs/shared/providers/screen/gestures/hooks/use-stable-runtime-config.js.map +0 -1
  1196. package/lib/commonjs/shared/providers/screen/gestures/index.js.map +0 -1
  1197. package/lib/commonjs/shared/providers/screen/gestures/ownership/compute-claimed-directions.js.map +0 -1
  1198. package/lib/commonjs/shared/providers/screen/gestures/ownership/resolve-ownership.js.map +0 -1
  1199. package/lib/commonjs/shared/providers/screen/gestures/ownership/shadowing-claims.js.map +0 -1
  1200. package/lib/commonjs/shared/providers/screen/gestures/ownership/use-walk-up-and-register-shadowing-claims.js.map +0 -1
  1201. package/lib/commonjs/shared/providers/screen/gestures/pan/activation/pan-activation-decision.js.map +0 -1
  1202. package/lib/commonjs/shared/providers/screen/gestures/pan/activation/pan-activation-rules.js.map +0 -1
  1203. package/lib/commonjs/shared/providers/screen/gestures/pan/activation/use-pan-activation.js.map +0 -1
  1204. package/lib/commonjs/shared/providers/screen/gestures/pan/behavior/pan-lifecycle.js +0 -138
  1205. package/lib/commonjs/shared/providers/screen/gestures/pan/behavior/pan-lifecycle.js.map +0 -1
  1206. package/lib/commonjs/shared/providers/screen/gestures/pan/behavior/pan-release.js.map +0 -1
  1207. package/lib/commonjs/shared/providers/screen/gestures/pan/behavior/pan-reset.js.map +0 -1
  1208. package/lib/commonjs/shared/providers/screen/gestures/pan/behavior/use-pan-behavior.js.map +0 -1
  1209. package/lib/commonjs/shared/providers/screen/gestures/pan/use-build-pan-gesture.js.map +0 -1
  1210. package/lib/commonjs/shared/providers/screen/gestures/pinch/activation/use-pinch-activation.js.map +0 -1
  1211. package/lib/commonjs/shared/providers/screen/gestures/pinch/behavior/pinch-lifecycle.js +0 -99
  1212. package/lib/commonjs/shared/providers/screen/gestures/pinch/behavior/pinch-lifecycle.js.map +0 -1
  1213. package/lib/commonjs/shared/providers/screen/gestures/pinch/behavior/pinch-release.js.map +0 -1
  1214. package/lib/commonjs/shared/providers/screen/gestures/pinch/behavior/pinch-reset.js.map +0 -1
  1215. package/lib/commonjs/shared/providers/screen/gestures/pinch/behavior/use-pinch-behavior.js.map +0 -1
  1216. package/lib/commonjs/shared/providers/screen/gestures/pinch/use-build-pinch-gesture.js.map +0 -1
  1217. package/lib/commonjs/shared/providers/screen/gestures/rotation/activation/use-rotation-activation.js.map +0 -1
  1218. package/lib/commonjs/shared/providers/screen/gestures/rotation/behavior/rotation-lifecycle.js.map +0 -1
  1219. package/lib/commonjs/shared/providers/screen/gestures/rotation/behavior/use-rotation-behavior.js.map +0 -1
  1220. package/lib/commonjs/shared/providers/screen/gestures/rotation/use-build-rotation-gesture.js.map +0 -1
  1221. package/lib/commonjs/shared/providers/screen/gestures/scroll-coordination/index.js.map +0 -1
  1222. package/lib/commonjs/shared/providers/screen/gestures/scroll-coordination/scroll-metadata-owner.js.map +0 -1
  1223. package/lib/commonjs/shared/providers/screen/gestures/scroll-coordination/update-scroll-gesture-state.js.map +0 -1
  1224. package/lib/commonjs/shared/providers/screen/gestures/scroll-coordination/use-scroll-gesture-coordination.js.map +0 -1
  1225. package/lib/commonjs/shared/providers/screen/gestures/scroll-coordination/walk-up-scroll-gesture-coordination.js.map +0 -1
  1226. package/lib/commonjs/shared/providers/screen/gestures/shared/ancestors.js.map +0 -1
  1227. package/lib/commonjs/shared/providers/screen/gestures/shared/directions.js.map +0 -1
  1228. package/lib/commonjs/shared/providers/screen/gestures/shared/physics.js.map +0 -1
  1229. package/lib/commonjs/shared/providers/screen/gestures/shared/policy.js.map +0 -1
  1230. package/lib/commonjs/shared/providers/screen/gestures/shared/release.js.map +0 -1
  1231. package/lib/commonjs/shared/providers/screen/gestures/shared/reset.js.map +0 -1
  1232. package/lib/commonjs/shared/providers/screen/gestures/shared/runtime.js.map +0 -1
  1233. package/lib/commonjs/shared/providers/screen/gestures/shared/snap-points.js.map +0 -1
  1234. package/lib/commonjs/shared/providers/screen/gestures/shared/snapshot.js.map +0 -1
  1235. package/lib/commonjs/shared/providers/screen/gestures/shared/targets.js.map +0 -1
  1236. package/lib/commonjs/shared/providers/screen/gestures/shared/values.js.map +0 -1
  1237. package/lib/commonjs/shared/providers/screen/gestures/types.js.map +0 -1
  1238. package/lib/commonjs/shared/providers/screen/options/helpers.js.map +0 -1
  1239. package/lib/commonjs/shared/providers/screen/options/index.js.map +0 -1
  1240. package/lib/commonjs/shared/providers/screen/options/options.provider.js.map +0 -1
  1241. package/lib/commonjs/shared/providers/screen/options/types.js.map +0 -1
  1242. package/lib/commonjs/shared/providers/screen/origin.provider.js.map +0 -1
  1243. package/lib/commonjs/shared/providers/screen/screen-composer.js.map +0 -1
  1244. package/lib/commonjs/shared/providers/screen/styles/components/floating-overlay-layer.js.map +0 -1
  1245. package/lib/commonjs/shared/providers/screen/styles/constants.js.map +0 -1
  1246. package/lib/commonjs/shared/providers/screen/styles/helpers/collect-interpolator-shared-values.js.map +0 -1
  1247. package/lib/commonjs/shared/providers/screen/styles/helpers/compose-slot-style.js.map +0 -1
  1248. package/lib/commonjs/shared/providers/screen/styles/helpers/normalize-slots.js.map +0 -1
  1249. package/lib/commonjs/shared/providers/screen/styles/helpers/opening-phase.js.map +0 -1
  1250. package/lib/commonjs/shared/providers/screen/styles/helpers/resolve-slot-styles/are-resettable-states-equal.js.map +0 -1
  1251. package/lib/commonjs/shared/providers/screen/styles/helpers/resolve-slot-styles/index.js.map +0 -1
  1252. package/lib/commonjs/shared/providers/screen/styles/helpers/resolve-slot-styles/materialize-slot.js.map +0 -1
  1253. package/lib/commonjs/shared/providers/screen/styles/helpers/resolve-slot-styles/reset-values.js.map +0 -1
  1254. package/lib/commonjs/shared/providers/screen/styles/helpers/resolve-slot-styles/slot-state.js.map +0 -1
  1255. package/lib/commonjs/shared/providers/screen/styles/helpers/resolve-slot-styles/types.js +0 -6
  1256. package/lib/commonjs/shared/providers/screen/styles/helpers/resolve-slot-styles/types.js.map +0 -1
  1257. package/lib/commonjs/shared/providers/screen/styles/helpers/strip-interpolator-options.js.map +0 -1
  1258. package/lib/commonjs/shared/providers/screen/styles/helpers/visibility-gate.js.map +0 -1
  1259. package/lib/commonjs/shared/providers/screen/styles/hooks/slot-resolvers.js.map +0 -1
  1260. package/lib/commonjs/shared/providers/screen/styles/hooks/use-interpolated-style-maps.js.map +0 -1
  1261. package/lib/commonjs/shared/providers/screen/styles/hooks/use-maybe-block-visibility.js.map +0 -1
  1262. package/lib/commonjs/shared/providers/screen/styles/hooks/use-resolved-slot-style-map.js.map +0 -1
  1263. package/lib/commonjs/shared/providers/screen/styles/index.js.map +0 -1
  1264. package/lib/commonjs/shared/providers/screen/styles/slot.provider.js.map +0 -1
  1265. package/lib/commonjs/shared/providers/screen/styles/stores/slot-references.store.js.map +0 -1
  1266. package/lib/commonjs/shared/providers/stack/blank-stack-state/blank-stack-controller.js +0 -131
  1267. package/lib/commonjs/shared/providers/stack/blank-stack-state/blank-stack-controller.js.map +0 -1
  1268. package/lib/commonjs/shared/providers/stack/blank-stack-state/helpers/build-blank-stack-state.js.map +0 -1
  1269. package/lib/commonjs/shared/providers/stack/blank-stack-state/helpers/derive-blank-stack-state.js.map +0 -1
  1270. package/lib/commonjs/shared/providers/stack/blank-stack-state/helpers/navigation/compose-descriptors.js.map +0 -1
  1271. package/lib/commonjs/shared/providers/stack/blank-stack-state/helpers/navigation/resolve-scene-neighbors.js.map +0 -1
  1272. package/lib/commonjs/shared/providers/stack/blank-stack-state/helpers/navigation/sync-routes-with-removed.js.map +0 -1
  1273. package/lib/commonjs/shared/providers/stack/blank-stack-state/helpers/reconcile-blank-stack-routes.js.map +0 -1
  1274. package/lib/commonjs/shared/providers/stack/blank-stack-state/helpers/state-equality.js.map +0 -1
  1275. package/lib/commonjs/shared/providers/stack/blank-stack-state/helpers/types.js +0 -6
  1276. package/lib/commonjs/shared/providers/stack/blank-stack-state/helpers/types.js.map +0 -1
  1277. package/lib/commonjs/shared/providers/stack/blank-stack-state/index.js.map +0 -1
  1278. package/lib/commonjs/shared/providers/stack/blank-stack.provider.js.map +0 -1
  1279. package/lib/commonjs/shared/providers/stack/core.provider.js +0 -84
  1280. package/lib/commonjs/shared/providers/stack/core.provider.js.map +0 -1
  1281. package/lib/commonjs/shared/providers/stack/direct.provider.js.map +0 -1
  1282. package/lib/commonjs/shared/stores/animation.store.js.map +0 -1
  1283. package/lib/commonjs/shared/stores/bounds/helpers/keys.js.map +0 -1
  1284. package/lib/commonjs/shared/stores/bounds/helpers/link-pairs.helpers.js.map +0 -1
  1285. package/lib/commonjs/shared/stores/bounds/index.js.map +0 -1
  1286. package/lib/commonjs/shared/stores/bounds/internals/clear.js.map +0 -1
  1287. package/lib/commonjs/shared/stores/bounds/internals/entries.js.map +0 -1
  1288. package/lib/commonjs/shared/stores/bounds/internals/links.js.map +0 -1
  1289. package/lib/commonjs/shared/stores/bounds/internals/resolver.js.map +0 -1
  1290. package/lib/commonjs/shared/stores/bounds/internals/state.js.map +0 -1
  1291. package/lib/commonjs/shared/stores/bounds/types.js +0 -6
  1292. package/lib/commonjs/shared/stores/bounds/types.js.map +0 -1
  1293. package/lib/commonjs/shared/stores/gesture.store.js.map +0 -1
  1294. package/lib/commonjs/shared/stores/history.store.js.map +0 -1
  1295. package/lib/commonjs/shared/stores/scroll.store.js.map +0 -1
  1296. package/lib/commonjs/shared/stores/system.store.js.map +0 -1
  1297. package/lib/commonjs/shared/types/animation.types.js.map +0 -1
  1298. package/lib/commonjs/shared/types/bounds.types.js.map +0 -1
  1299. package/lib/commonjs/shared/types/gesture.types.js.map +0 -1
  1300. package/lib/commonjs/shared/types/index.js.map +0 -1
  1301. package/lib/commonjs/shared/types/overlay.types.js.map +0 -1
  1302. package/lib/commonjs/shared/types/ownership.types.js.map +0 -1
  1303. package/lib/commonjs/shared/types/providers/blank-stack-provider.types.js.map +0 -1
  1304. package/lib/commonjs/shared/types/providers/direct-stack.types.js.map +0 -1
  1305. package/lib/commonjs/shared/types/screen.types.js.map +0 -1
  1306. package/lib/commonjs/shared/types/stack.types.js.map +0 -1
  1307. package/lib/commonjs/shared/utils/animation/animate-to-progress.js +0 -123
  1308. package/lib/commonjs/shared/utils/animation/animate-to-progress.js.map +0 -1
  1309. package/lib/commonjs/shared/utils/animation/animate.js.map +0 -1
  1310. package/lib/commonjs/shared/utils/animation/emit.js.map +0 -1
  1311. package/lib/commonjs/shared/utils/animation/resolve-snap-transition-spec.js.map +0 -1
  1312. package/lib/commonjs/shared/utils/animation/spring/index.js.map +0 -1
  1313. package/lib/commonjs/shared/utils/animation/spring/spring.js.map +0 -1
  1314. package/lib/commonjs/shared/utils/animation/spring/springConfigs.js.map +0 -1
  1315. package/lib/commonjs/shared/utils/animation/spring/springUtils.js.map +0 -1
  1316. package/lib/commonjs/shared/utils/animation/state.js.map +0 -1
  1317. package/lib/commonjs/shared/utils/bounds/constants.js.map +0 -1
  1318. package/lib/commonjs/shared/utils/bounds/helpers/create-bound-tag.js.map +0 -1
  1319. package/lib/commonjs/shared/utils/bounds/helpers/create-bounds-accessor-core.js.map +0 -1
  1320. package/lib/commonjs/shared/utils/bounds/helpers/create-link-accessor.js.map +0 -1
  1321. package/lib/commonjs/shared/utils/bounds/helpers/geometry.js.map +0 -1
  1322. package/lib/commonjs/shared/utils/bounds/helpers/prepare-bound-styles.js.map +0 -1
  1323. package/lib/commonjs/shared/utils/bounds/helpers/resolve-bounds-pair-key.js.map +0 -1
  1324. package/lib/commonjs/shared/utils/bounds/helpers/styles/composers.js.map +0 -1
  1325. package/lib/commonjs/shared/utils/bounds/helpers/styles/compute.js.map +0 -1
  1326. package/lib/commonjs/shared/utils/bounds/helpers/styles/local-transform.js.map +0 -1
  1327. package/lib/commonjs/shared/utils/bounds/helpers/styles/styles.js.map +0 -1
  1328. package/lib/commonjs/shared/utils/bounds/index.js.map +0 -1
  1329. package/lib/commonjs/shared/utils/bounds/navigation/helpers.js.map +0 -1
  1330. package/lib/commonjs/shared/utils/bounds/navigation/math.js.map +0 -1
  1331. package/lib/commonjs/shared/utils/bounds/navigation/reveal/build.js.map +0 -1
  1332. package/lib/commonjs/shared/utils/bounds/navigation/reveal/config.js.map +0 -1
  1333. package/lib/commonjs/shared/utils/bounds/navigation/reveal/math.js +0 -187
  1334. package/lib/commonjs/shared/utils/bounds/navigation/reveal/math.js.map +0 -1
  1335. package/lib/commonjs/shared/utils/bounds/navigation/reveal/types.js.map +0 -1
  1336. package/lib/commonjs/shared/utils/bounds/navigation/zoom/build.js +0 -241
  1337. package/lib/commonjs/shared/utils/bounds/navigation/zoom/build.js.map +0 -1
  1338. package/lib/commonjs/shared/utils/bounds/navigation/zoom/config.js +0 -23
  1339. package/lib/commonjs/shared/utils/bounds/navigation/zoom/config.js.map +0 -1
  1340. package/lib/commonjs/shared/utils/bounds/navigation/zoom/drag.js.map +0 -1
  1341. package/lib/commonjs/shared/utils/bounds/navigation/zoom/helpers.js +0 -116
  1342. package/lib/commonjs/shared/utils/bounds/navigation/zoom/helpers.js.map +0 -1
  1343. package/lib/commonjs/shared/utils/bounds/navigation/zoom/mask.js +0 -72
  1344. package/lib/commonjs/shared/utils/bounds/navigation/zoom/mask.js.map +0 -1
  1345. package/lib/commonjs/shared/utils/bounds/navigation/zoom/targets.js +0 -55
  1346. package/lib/commonjs/shared/utils/bounds/navigation/zoom/targets.js.map +0 -1
  1347. package/lib/commonjs/shared/utils/bounds/navigation/zoom/types.js.map +0 -1
  1348. package/lib/commonjs/shared/utils/bounds/types/geometry.js.map +0 -1
  1349. package/lib/commonjs/shared/utils/bounds/types/options.js.map +0 -1
  1350. package/lib/commonjs/shared/utils/create-provider.js.map +0 -1
  1351. package/lib/commonjs/shared/utils/create-store.js.map +0 -1
  1352. package/lib/commonjs/shared/utils/logger.js.map +0 -1
  1353. package/lib/commonjs/shared/utils/normalize-interpolated-style.js.map +0 -1
  1354. package/lib/commonjs/shared/utils/overlay/visibility.js.map +0 -1
  1355. package/lib/commonjs/shared/utils/platform.js.map +0 -1
  1356. package/lib/commonjs/shared/utils/resolve-chain-target.js.map +0 -1
  1357. package/lib/commonjs/shared/utils/resolve-screen-transition-options.js.map +0 -1
  1358. package/lib/commonjs/shared/utils/visibility-block-offset.js.map +0 -1
  1359. package/lib/module/blank-stack/components/stack-view.js +0 -57
  1360. package/lib/module/blank-stack/components/stack-view.js.map +0 -1
  1361. package/lib/module/blank-stack/index.js +0 -4
  1362. package/lib/module/blank-stack/index.js.map +0 -1
  1363. package/lib/module/blank-stack/navigators/create-blank-stack-navigator.js +0 -87
  1364. package/lib/module/blank-stack/navigators/create-blank-stack-navigator.js.map +0 -1
  1365. package/lib/module/blank-stack/types.js.map +0 -1
  1366. package/lib/module/component-stack/components/component-screen.js +0 -26
  1367. package/lib/module/component-stack/components/component-screen.js.map +0 -1
  1368. package/lib/module/component-stack/components/stack-view.js +0 -37
  1369. package/lib/module/component-stack/components/stack-view.js.map +0 -1
  1370. package/lib/module/component-stack/index.js +0 -4
  1371. package/lib/module/component-stack/index.js.map +0 -1
  1372. package/lib/module/component-stack/navigators/create-component-stack-navigator.js +0 -86
  1373. package/lib/module/component-stack/navigators/create-component-stack-navigator.js.map +0 -1
  1374. package/lib/module/component-stack/types.js.map +0 -1
  1375. package/lib/module/native-stack/index.js +0 -4
  1376. package/lib/module/native-stack/index.js.map +0 -1
  1377. package/lib/module/native-stack/navigators/createNativeStackNavigator.js +0 -52
  1378. package/lib/module/native-stack/navigators/createNativeStackNavigator.js.map +0 -1
  1379. package/lib/module/native-stack/types.js.map +0 -1
  1380. package/lib/module/native-stack/utils/debounce.js +0 -12
  1381. package/lib/module/native-stack/utils/debounce.js.map +0 -1
  1382. package/lib/module/native-stack/utils/getModalRoutesKeys.js +0 -12
  1383. package/lib/module/native-stack/utils/getModalRoutesKeys.js.map +0 -1
  1384. package/lib/module/native-stack/utils/useAnimatedHeaderHeight.js +0 -12
  1385. package/lib/module/native-stack/utils/useAnimatedHeaderHeight.js.map +0 -1
  1386. package/lib/module/native-stack/utils/useDismissedRouteError.js +0 -17
  1387. package/lib/module/native-stack/utils/useDismissedRouteError.js.map +0 -1
  1388. package/lib/module/native-stack/utils/useInvalidPreventRemoveError.js +0 -20
  1389. package/lib/module/native-stack/utils/useInvalidPreventRemoveError.js.map +0 -1
  1390. package/lib/module/native-stack/views/FontProcessor.js +0 -6
  1391. package/lib/module/native-stack/views/FontProcessor.js.map +0 -1
  1392. package/lib/module/native-stack/views/FontProcessor.native.js +0 -12
  1393. package/lib/module/native-stack/views/FontProcessor.native.js.map +0 -1
  1394. package/lib/module/native-stack/views/NativeStackView.js +0 -133
  1395. package/lib/module/native-stack/views/NativeStackView.js.map +0 -1
  1396. package/lib/module/native-stack/views/NativeStackView.native.js +0 -491
  1397. package/lib/module/native-stack/views/NativeStackView.native.js.map +0 -1
  1398. package/lib/module/native-stack/views/useHeaderConfigProps.js +0 -199
  1399. package/lib/module/native-stack/views/useHeaderConfigProps.js.map +0 -1
  1400. package/lib/module/shared/adapters/with-screen-transitions/context.js.map +0 -1
  1401. package/lib/module/shared/adapters/with-screen-transitions/index.js.map +0 -1
  1402. package/lib/module/shared/adapters/with-screen-transitions/options.js.map +0 -1
  1403. package/lib/module/shared/adapters/with-screen-transitions/stack-layout.js.map +0 -1
  1404. package/lib/module/shared/adapters/with-screen-transitions/types.js.map +0 -1
  1405. package/lib/module/shared/animation/resolve-snap-target.js.map +0 -1
  1406. package/lib/module/shared/animation/snap-to.js +0 -70
  1407. package/lib/module/shared/animation/snap-to.js.map +0 -1
  1408. package/lib/module/shared/animation/transition-blocking.js.map +0 -1
  1409. package/lib/module/shared/components/activity/helpers.js.map +0 -1
  1410. package/lib/module/shared/components/activity/index.js.map +0 -1
  1411. package/lib/module/shared/components/activity/variants/activity-container.js.map +0 -1
  1412. package/lib/module/shared/components/activity/variants/activity-screen.js.map +0 -1
  1413. package/lib/module/shared/components/boundary/components/boundary-target.js.map +0 -1
  1414. package/lib/module/shared/components/boundary/create-boundary-component.js.map +0 -1
  1415. package/lib/module/shared/components/boundary/hooks/lifecycles/use-boundary-presence.js +0 -30
  1416. package/lib/module/shared/components/boundary/hooks/lifecycles/use-boundary-presence.js.map +0 -1
  1417. package/lib/module/shared/components/boundary/hooks/lifecycles/use-initial-destination-measurement.js +0 -161
  1418. package/lib/module/shared/components/boundary/hooks/lifecycles/use-initial-destination-measurement.js.map +0 -1
  1419. package/lib/module/shared/components/boundary/hooks/lifecycles/use-initial-source-measurement.js.map +0 -1
  1420. package/lib/module/shared/components/boundary/hooks/lifecycles/use-refresh-boundary.js.map +0 -1
  1421. package/lib/module/shared/components/boundary/hooks/use-boundary-measurement.js.map +0 -1
  1422. package/lib/module/shared/components/boundary/hooks/use-measurer.js.map +0 -1
  1423. package/lib/module/shared/components/boundary/hooks/use-register-target.js.map +0 -1
  1424. package/lib/module/shared/components/boundary/index.js.map +0 -1
  1425. package/lib/module/shared/components/boundary/portal/components/boundary-content-portal/components/host.js.map +0 -1
  1426. package/lib/module/shared/components/boundary/portal/components/boundary-content-portal/helpers/host-name.js.map +0 -1
  1427. package/lib/module/shared/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js +0 -219
  1428. package/lib/module/shared/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js.map +0 -1
  1429. package/lib/module/shared/components/boundary/portal/components/boundary-content-portal/index.js.map +0 -1
  1430. package/lib/module/shared/components/boundary/portal/components/boundary-portal/components/host.js.map +0 -1
  1431. package/lib/module/shared/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.js +0 -121
  1432. package/lib/module/shared/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.js.map +0 -1
  1433. package/lib/module/shared/components/boundary/portal/components/boundary-portal/components/portal-slot.js +0 -46
  1434. package/lib/module/shared/components/boundary/portal/components/boundary-portal/components/portal-slot.js.map +0 -1
  1435. package/lib/module/shared/components/boundary/portal/components/boundary-portal/helpers/has-local-slot.js.map +0 -1
  1436. package/lib/module/shared/components/boundary/portal/components/boundary-portal/helpers/host-name.js.map +0 -1
  1437. package/lib/module/shared/components/boundary/portal/components/boundary-portal/helpers/offset-style.js.map +0 -1
  1438. package/lib/module/shared/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js +0 -180
  1439. package/lib/module/shared/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js.map +0 -1
  1440. package/lib/module/shared/components/boundary/portal/components/boundary-portal/hooks/use-host-measurement.js +0 -99
  1441. package/lib/module/shared/components/boundary/portal/components/boundary-portal/hooks/use-host-measurement.js.map +0 -1
  1442. package/lib/module/shared/components/boundary/portal/components/boundary-portal/hooks/use-placeholder-styles.js.map +0 -1
  1443. package/lib/module/shared/components/boundary/portal/components/boundary-portal/index.js.map +0 -1
  1444. package/lib/module/shared/components/boundary/portal/components/boundary-portal/stores/host-bounds.store.js.map +0 -1
  1445. package/lib/module/shared/components/boundary/portal/components/boundary-portal/stores/host-registry.store.js.map +0 -1
  1446. package/lib/module/shared/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.js.map +0 -1
  1447. package/lib/module/shared/components/boundary/portal/components/portal-provider.js.map +0 -1
  1448. package/lib/module/shared/components/boundary/portal/index.js.map +0 -1
  1449. package/lib/module/shared/components/boundary/portal/teleport.js.map +0 -1
  1450. package/lib/module/shared/components/boundary/portal/utils/naming.js.map +0 -1
  1451. package/lib/module/shared/components/boundary/portal/utils/ownership.js +0 -210
  1452. package/lib/module/shared/components/boundary/portal/utils/ownership.js.map +0 -1
  1453. package/lib/module/shared/components/boundary/portal/utils/resolve-portal.js.map +0 -1
  1454. package/lib/module/shared/components/boundary/portal/utils/shallow-equal.js.map +0 -1
  1455. package/lib/module/shared/components/boundary/portal/utils/teleport-control.js.map +0 -1
  1456. package/lib/module/shared/components/boundary/portal/utils/visible-host.js.map +0 -1
  1457. package/lib/module/shared/components/boundary/providers/boundary-root.provider.js.map +0 -1
  1458. package/lib/module/shared/components/boundary/types.js.map +0 -1
  1459. package/lib/module/shared/components/boundary/utils/destination-signals.js.map +0 -1
  1460. package/lib/module/shared/components/boundary/utils/measured-bounds.js.map +0 -1
  1461. package/lib/module/shared/components/boundary/utils/refresh-signals.js.map +0 -1
  1462. package/lib/module/shared/components/boundary/utils/source-signals.js.map +0 -1
  1463. package/lib/module/shared/components/create-transition-aware-component.js +0 -114
  1464. package/lib/module/shared/components/create-transition-aware-component.js.map +0 -1
  1465. package/lib/module/shared/components/masked-view.js.map +0 -1
  1466. package/lib/module/shared/components/overlay/helpers/get-active-overlay.js.map +0 -1
  1467. package/lib/module/shared/components/overlay/index.js.map +0 -1
  1468. package/lib/module/shared/components/overlay/variations/float-overlay.js.map +0 -1
  1469. package/lib/module/shared/components/overlay/variations/overlay-host.js +0 -56
  1470. package/lib/module/shared/components/overlay/variations/overlay-host.js.map +0 -1
  1471. package/lib/module/shared/components/scene-view.js.map +0 -1
  1472. package/lib/module/shared/components/screen-container/helpers/find-collapse-target.js.map +0 -1
  1473. package/lib/module/shared/components/screen-container/hooks/use-backdrop-pointer-events.js +0 -43
  1474. package/lib/module/shared/components/screen-container/hooks/use-backdrop-pointer-events.js.map +0 -1
  1475. package/lib/module/shared/components/screen-container/hooks/use-content-layout.js +0 -59
  1476. package/lib/module/shared/components/screen-container/hooks/use-content-layout.js.map +0 -1
  1477. package/lib/module/shared/components/screen-container/index.js.map +0 -1
  1478. package/lib/module/shared/components/screen-container/layers/backdrop.js +0 -107
  1479. package/lib/module/shared/components/screen-container/layers/backdrop.js.map +0 -1
  1480. package/lib/module/shared/components/screen-container/layers/content.js.map +0 -1
  1481. package/lib/module/shared/components/screen-container/layers/maybe-masked-navigation-container.js.map +0 -1
  1482. package/lib/module/shared/components/screen-container/layers/render-component.js.map +0 -1
  1483. package/lib/module/shared/components/screen-container/layers/surface-container.js.map +0 -1
  1484. package/lib/module/shared/components/screen-lifecycle/hooks/helpers/reset-stores-for-screen.js +0 -16
  1485. package/lib/module/shared/components/screen-lifecycle/hooks/helpers/reset-stores-for-screen.js.map +0 -1
  1486. package/lib/module/shared/components/screen-lifecycle/hooks/history/navigator-route-registry.js.map +0 -1
  1487. package/lib/module/shared/components/screen-lifecycle/hooks/history/use-screen-history.js +0 -69
  1488. package/lib/module/shared/components/screen-lifecycle/hooks/history/use-screen-history.js.map +0 -1
  1489. package/lib/module/shared/components/screen-lifecycle/hooks/use-close-transition-intent.js.map +0 -1
  1490. package/lib/module/shared/components/screen-lifecycle/hooks/use-open-transition-intent.js.map +0 -1
  1491. package/lib/module/shared/components/screen-lifecycle/hooks/use-transition-start-controller.js.map +0 -1
  1492. package/lib/module/shared/components/screen-lifecycle/index.js.map +0 -1
  1493. package/lib/module/shared/configs/index.js +0 -20
  1494. package/lib/module/shared/configs/index.js.map +0 -1
  1495. package/lib/module/shared/configs/presets.js.map +0 -1
  1496. package/lib/module/shared/configs/specs.js +0 -23
  1497. package/lib/module/shared/configs/specs.js.map +0 -1
  1498. package/lib/module/shared/constants.js.map +0 -1
  1499. package/lib/module/shared/hooks/navigation/use-history.js.map +0 -1
  1500. package/lib/module/shared/hooks/navigation/use-navigation-helpers.js +0 -32
  1501. package/lib/module/shared/hooks/navigation/use-navigation-helpers.js.map +0 -1
  1502. package/lib/module/shared/hooks/navigation/use-previous.js.map +0 -1
  1503. package/lib/module/shared/hooks/navigation/use-screen-state.js.map +0 -1
  1504. package/lib/module/shared/hooks/navigation/use-stack.js.map +0 -1
  1505. package/lib/module/shared/hooks/navigation/use-tab-press-reset.js +0 -28
  1506. package/lib/module/shared/hooks/navigation/use-tab-press-reset.js.map +0 -1
  1507. package/lib/module/shared/hooks/reanimated/use-shared-value-ref.js +0 -33
  1508. package/lib/module/shared/hooks/reanimated/use-shared-value-ref.js.map +0 -1
  1509. package/lib/module/shared/hooks/reanimated/use-shared-value-state.js +0 -19
  1510. package/lib/module/shared/hooks/reanimated/use-shared-value-state.js.map +0 -1
  1511. package/lib/module/shared/hooks/use-stable-callback-value.js +0 -63
  1512. package/lib/module/shared/hooks/use-stable-callback-value.js.map +0 -1
  1513. package/lib/module/shared/hooks/use-stable-callback.js.map +0 -1
  1514. package/lib/module/shared/index.js.map +0 -1
  1515. package/lib/module/shared/providers/helpers/measured-bounds-writes.js.map +0 -1
  1516. package/lib/module/shared/providers/register-bounds.provider.js +0 -307
  1517. package/lib/module/shared/providers/register-bounds.provider.js.map +0 -1
  1518. package/lib/module/shared/providers/screen/animation/animation.provider.js.map +0 -1
  1519. package/lib/module/shared/providers/screen/animation/helpers/accessors/use-build-bounds-accessor.js.map +0 -1
  1520. package/lib/module/shared/providers/screen/animation/helpers/accessors/use-build-transition-accessor.js.map +0 -1
  1521. package/lib/module/shared/providers/screen/animation/helpers/build-screen-transition-options.js.map +0 -1
  1522. package/lib/module/shared/providers/screen/animation/helpers/derivations.js.map +0 -1
  1523. package/lib/module/shared/providers/screen/animation/helpers/has-transitions-enabled.js.map +0 -1
  1524. package/lib/module/shared/providers/screen/animation/helpers/hydrate-transition-state/gesture-progress.js.map +0 -1
  1525. package/lib/module/shared/providers/screen/animation/helpers/hydrate-transition-state/index.js.map +0 -1
  1526. package/lib/module/shared/providers/screen/animation/helpers/hydrate-transition-state/snap-points.js.map +0 -1
  1527. package/lib/module/shared/providers/screen/animation/helpers/hydrate-transition-state/types.js.map +0 -1
  1528. package/lib/module/shared/providers/screen/animation/helpers/pipeline.js.map +0 -1
  1529. package/lib/module/shared/providers/screen/animation/helpers/read-screen-animation-revisions.js.map +0 -1
  1530. package/lib/module/shared/providers/screen/animation/helpers/selected-interpolator-options.js.map +0 -1
  1531. package/lib/module/shared/providers/screen/animation/helpers/stack-progress.js.map +0 -1
  1532. package/lib/module/shared/providers/screen/animation/helpers/use-build-transition-state.js.map +0 -1
  1533. package/lib/module/shared/providers/screen/animation/helpers/worklet.js.map +0 -1
  1534. package/lib/module/shared/providers/screen/animation/index.js.map +0 -1
  1535. package/lib/module/shared/providers/screen/animation/types.js.map +0 -1
  1536. package/lib/module/shared/providers/screen/animation/use-screen-animation.js.map +0 -1
  1537. package/lib/module/shared/providers/screen/descriptors/descriptors.provider.js.map +0 -1
  1538. package/lib/module/shared/providers/screen/descriptors/helpers/derive-descriptor-derivations.js.map +0 -1
  1539. package/lib/module/shared/providers/screen/descriptors/helpers/get-ancestor-keys.js.map +0 -1
  1540. package/lib/module/shared/providers/screen/descriptors/index.js.map +0 -1
  1541. package/lib/module/shared/providers/screen/gestures/gestures.provider.js.map +0 -1
  1542. package/lib/module/shared/providers/screen/gestures/hooks/use-gesture-sensitivity.js.map +0 -1
  1543. package/lib/module/shared/providers/screen/gestures/hooks/use-screen-gesture-config.js.map +0 -1
  1544. package/lib/module/shared/providers/screen/gestures/hooks/use-screen-gesture.js.map +0 -1
  1545. package/lib/module/shared/providers/screen/gestures/hooks/use-stable-runtime-config.js.map +0 -1
  1546. package/lib/module/shared/providers/screen/gestures/index.js.map +0 -1
  1547. package/lib/module/shared/providers/screen/gestures/ownership/compute-claimed-directions.js.map +0 -1
  1548. package/lib/module/shared/providers/screen/gestures/ownership/resolve-ownership.js.map +0 -1
  1549. package/lib/module/shared/providers/screen/gestures/ownership/shadowing-claims.js.map +0 -1
  1550. package/lib/module/shared/providers/screen/gestures/ownership/use-walk-up-and-register-shadowing-claims.js.map +0 -1
  1551. package/lib/module/shared/providers/screen/gestures/pan/activation/pan-activation-decision.js.map +0 -1
  1552. package/lib/module/shared/providers/screen/gestures/pan/activation/pan-activation-rules.js.map +0 -1
  1553. package/lib/module/shared/providers/screen/gestures/pan/activation/use-pan-activation.js.map +0 -1
  1554. package/lib/module/shared/providers/screen/gestures/pan/behavior/pan-lifecycle.js +0 -131
  1555. package/lib/module/shared/providers/screen/gestures/pan/behavior/pan-lifecycle.js.map +0 -1
  1556. package/lib/module/shared/providers/screen/gestures/pan/behavior/pan-release.js.map +0 -1
  1557. package/lib/module/shared/providers/screen/gestures/pan/behavior/pan-reset.js.map +0 -1
  1558. package/lib/module/shared/providers/screen/gestures/pan/behavior/use-pan-behavior.js.map +0 -1
  1559. package/lib/module/shared/providers/screen/gestures/pan/use-build-pan-gesture.js.map +0 -1
  1560. package/lib/module/shared/providers/screen/gestures/pinch/activation/use-pinch-activation.js.map +0 -1
  1561. package/lib/module/shared/providers/screen/gestures/pinch/behavior/pinch-lifecycle.js +0 -92
  1562. package/lib/module/shared/providers/screen/gestures/pinch/behavior/pinch-lifecycle.js.map +0 -1
  1563. package/lib/module/shared/providers/screen/gestures/pinch/behavior/pinch-release.js.map +0 -1
  1564. package/lib/module/shared/providers/screen/gestures/pinch/behavior/pinch-reset.js.map +0 -1
  1565. package/lib/module/shared/providers/screen/gestures/pinch/behavior/use-pinch-behavior.js.map +0 -1
  1566. package/lib/module/shared/providers/screen/gestures/pinch/use-build-pinch-gesture.js.map +0 -1
  1567. package/lib/module/shared/providers/screen/gestures/rotation/activation/use-rotation-activation.js.map +0 -1
  1568. package/lib/module/shared/providers/screen/gestures/rotation/behavior/rotation-lifecycle.js.map +0 -1
  1569. package/lib/module/shared/providers/screen/gestures/rotation/behavior/use-rotation-behavior.js.map +0 -1
  1570. package/lib/module/shared/providers/screen/gestures/rotation/use-build-rotation-gesture.js.map +0 -1
  1571. package/lib/module/shared/providers/screen/gestures/scroll-coordination/index.js.map +0 -1
  1572. package/lib/module/shared/providers/screen/gestures/scroll-coordination/scroll-metadata-owner.js.map +0 -1
  1573. package/lib/module/shared/providers/screen/gestures/scroll-coordination/update-scroll-gesture-state.js.map +0 -1
  1574. package/lib/module/shared/providers/screen/gestures/scroll-coordination/use-scroll-gesture-coordination.js.map +0 -1
  1575. package/lib/module/shared/providers/screen/gestures/scroll-coordination/walk-up-scroll-gesture-coordination.js.map +0 -1
  1576. package/lib/module/shared/providers/screen/gestures/shared/ancestors.js.map +0 -1
  1577. package/lib/module/shared/providers/screen/gestures/shared/directions.js.map +0 -1
  1578. package/lib/module/shared/providers/screen/gestures/shared/physics.js.map +0 -1
  1579. package/lib/module/shared/providers/screen/gestures/shared/policy.js.map +0 -1
  1580. package/lib/module/shared/providers/screen/gestures/shared/release.js.map +0 -1
  1581. package/lib/module/shared/providers/screen/gestures/shared/reset.js.map +0 -1
  1582. package/lib/module/shared/providers/screen/gestures/shared/runtime.js.map +0 -1
  1583. package/lib/module/shared/providers/screen/gestures/shared/snap-points.js.map +0 -1
  1584. package/lib/module/shared/providers/screen/gestures/shared/snapshot.js.map +0 -1
  1585. package/lib/module/shared/providers/screen/gestures/shared/targets.js.map +0 -1
  1586. package/lib/module/shared/providers/screen/gestures/shared/values.js.map +0 -1
  1587. package/lib/module/shared/providers/screen/gestures/types.js.map +0 -1
  1588. package/lib/module/shared/providers/screen/options/helpers.js.map +0 -1
  1589. package/lib/module/shared/providers/screen/options/index.js.map +0 -1
  1590. package/lib/module/shared/providers/screen/options/options.provider.js.map +0 -1
  1591. package/lib/module/shared/providers/screen/options/types.js.map +0 -1
  1592. package/lib/module/shared/providers/screen/origin.provider.js.map +0 -1
  1593. package/lib/module/shared/providers/screen/screen-composer.js.map +0 -1
  1594. package/lib/module/shared/providers/screen/styles/components/floating-overlay-layer.js.map +0 -1
  1595. package/lib/module/shared/providers/screen/styles/constants.js.map +0 -1
  1596. package/lib/module/shared/providers/screen/styles/helpers/collect-interpolator-shared-values.js.map +0 -1
  1597. package/lib/module/shared/providers/screen/styles/helpers/compose-slot-style.js.map +0 -1
  1598. package/lib/module/shared/providers/screen/styles/helpers/normalize-slots.js.map +0 -1
  1599. package/lib/module/shared/providers/screen/styles/helpers/opening-phase.js.map +0 -1
  1600. package/lib/module/shared/providers/screen/styles/helpers/resolve-slot-styles/are-resettable-states-equal.js.map +0 -1
  1601. package/lib/module/shared/providers/screen/styles/helpers/resolve-slot-styles/index.js.map +0 -1
  1602. package/lib/module/shared/providers/screen/styles/helpers/resolve-slot-styles/materialize-slot.js.map +0 -1
  1603. package/lib/module/shared/providers/screen/styles/helpers/resolve-slot-styles/reset-values.js.map +0 -1
  1604. package/lib/module/shared/providers/screen/styles/helpers/resolve-slot-styles/slot-state.js.map +0 -1
  1605. package/lib/module/shared/providers/screen/styles/helpers/resolve-slot-styles/types.js +0 -4
  1606. package/lib/module/shared/providers/screen/styles/helpers/resolve-slot-styles/types.js.map +0 -1
  1607. package/lib/module/shared/providers/screen/styles/helpers/strip-interpolator-options.js.map +0 -1
  1608. package/lib/module/shared/providers/screen/styles/helpers/visibility-gate.js.map +0 -1
  1609. package/lib/module/shared/providers/screen/styles/hooks/slot-resolvers.js.map +0 -1
  1610. package/lib/module/shared/providers/screen/styles/hooks/use-interpolated-style-maps.js.map +0 -1
  1611. package/lib/module/shared/providers/screen/styles/hooks/use-maybe-block-visibility.js.map +0 -1
  1612. package/lib/module/shared/providers/screen/styles/hooks/use-resolved-slot-style-map.js.map +0 -1
  1613. package/lib/module/shared/providers/screen/styles/index.js.map +0 -1
  1614. package/lib/module/shared/providers/screen/styles/slot.provider.js.map +0 -1
  1615. package/lib/module/shared/providers/screen/styles/stores/slot-references.store.js.map +0 -1
  1616. package/lib/module/shared/providers/stack/blank-stack-state/blank-stack-controller.js +0 -126
  1617. package/lib/module/shared/providers/stack/blank-stack-state/blank-stack-controller.js.map +0 -1
  1618. package/lib/module/shared/providers/stack/blank-stack-state/helpers/build-blank-stack-state.js.map +0 -1
  1619. package/lib/module/shared/providers/stack/blank-stack-state/helpers/derive-blank-stack-state.js.map +0 -1
  1620. package/lib/module/shared/providers/stack/blank-stack-state/helpers/navigation/compose-descriptors.js.map +0 -1
  1621. package/lib/module/shared/providers/stack/blank-stack-state/helpers/navigation/resolve-scene-neighbors.js.map +0 -1
  1622. package/lib/module/shared/providers/stack/blank-stack-state/helpers/navigation/sync-routes-with-removed.js.map +0 -1
  1623. package/lib/module/shared/providers/stack/blank-stack-state/helpers/reconcile-blank-stack-routes.js.map +0 -1
  1624. package/lib/module/shared/providers/stack/blank-stack-state/helpers/state-equality.js.map +0 -1
  1625. package/lib/module/shared/providers/stack/blank-stack-state/helpers/types.js +0 -4
  1626. package/lib/module/shared/providers/stack/blank-stack-state/helpers/types.js.map +0 -1
  1627. package/lib/module/shared/providers/stack/blank-stack-state/index.js.map +0 -1
  1628. package/lib/module/shared/providers/stack/blank-stack.provider.js.map +0 -1
  1629. package/lib/module/shared/providers/stack/core.provider.js +0 -78
  1630. package/lib/module/shared/providers/stack/core.provider.js.map +0 -1
  1631. package/lib/module/shared/providers/stack/direct.provider.js.map +0 -1
  1632. package/lib/module/shared/stores/animation.store.js.map +0 -1
  1633. package/lib/module/shared/stores/bounds/helpers/keys.js.map +0 -1
  1634. package/lib/module/shared/stores/bounds/helpers/link-pairs.helpers.js.map +0 -1
  1635. package/lib/module/shared/stores/bounds/index.js.map +0 -1
  1636. package/lib/module/shared/stores/bounds/internals/clear.js.map +0 -1
  1637. package/lib/module/shared/stores/bounds/internals/entries.js.map +0 -1
  1638. package/lib/module/shared/stores/bounds/internals/links.js.map +0 -1
  1639. package/lib/module/shared/stores/bounds/internals/resolver.js.map +0 -1
  1640. package/lib/module/shared/stores/bounds/internals/state.js.map +0 -1
  1641. package/lib/module/shared/stores/bounds/types.js +0 -4
  1642. package/lib/module/shared/stores/bounds/types.js.map +0 -1
  1643. package/lib/module/shared/stores/gesture.store.js.map +0 -1
  1644. package/lib/module/shared/stores/history.store.js.map +0 -1
  1645. package/lib/module/shared/stores/scroll.store.js.map +0 -1
  1646. package/lib/module/shared/stores/system.store.js.map +0 -1
  1647. package/lib/module/shared/types/animation.types.js.map +0 -1
  1648. package/lib/module/shared/types/bounds.types.js.map +0 -1
  1649. package/lib/module/shared/types/gesture.types.js.map +0 -1
  1650. package/lib/module/shared/types/index.js.map +0 -1
  1651. package/lib/module/shared/types/overlay.types.js.map +0 -1
  1652. package/lib/module/shared/types/ownership.types.js.map +0 -1
  1653. package/lib/module/shared/types/providers/blank-stack-provider.types.js.map +0 -1
  1654. package/lib/module/shared/types/providers/direct-stack.types.js.map +0 -1
  1655. package/lib/module/shared/types/screen.types.js.map +0 -1
  1656. package/lib/module/shared/types/stack.types.js.map +0 -1
  1657. package/lib/module/shared/utils/animation/animate-to-progress.js +0 -118
  1658. package/lib/module/shared/utils/animation/animate-to-progress.js.map +0 -1
  1659. package/lib/module/shared/utils/animation/animate.js.map +0 -1
  1660. package/lib/module/shared/utils/animation/emit.js.map +0 -1
  1661. package/lib/module/shared/utils/animation/resolve-snap-transition-spec.js.map +0 -1
  1662. package/lib/module/shared/utils/animation/spring/index.js.map +0 -1
  1663. package/lib/module/shared/utils/animation/spring/spring.js.map +0 -1
  1664. package/lib/module/shared/utils/animation/spring/springConfigs.js.map +0 -1
  1665. package/lib/module/shared/utils/animation/spring/springUtils.js.map +0 -1
  1666. package/lib/module/shared/utils/animation/state.js.map +0 -1
  1667. package/lib/module/shared/utils/bounds/constants.js.map +0 -1
  1668. package/lib/module/shared/utils/bounds/helpers/create-bound-tag.js.map +0 -1
  1669. package/lib/module/shared/utils/bounds/helpers/create-bounds-accessor-core.js.map +0 -1
  1670. package/lib/module/shared/utils/bounds/helpers/create-link-accessor.js.map +0 -1
  1671. package/lib/module/shared/utils/bounds/helpers/geometry.js.map +0 -1
  1672. package/lib/module/shared/utils/bounds/helpers/prepare-bound-styles.js.map +0 -1
  1673. package/lib/module/shared/utils/bounds/helpers/resolve-bounds-pair-key.js.map +0 -1
  1674. package/lib/module/shared/utils/bounds/helpers/styles/composers.js.map +0 -1
  1675. package/lib/module/shared/utils/bounds/helpers/styles/compute.js.map +0 -1
  1676. package/lib/module/shared/utils/bounds/helpers/styles/local-transform.js.map +0 -1
  1677. package/lib/module/shared/utils/bounds/helpers/styles/styles.js.map +0 -1
  1678. package/lib/module/shared/utils/bounds/index.js.map +0 -1
  1679. package/lib/module/shared/utils/bounds/navigation/helpers.js.map +0 -1
  1680. package/lib/module/shared/utils/bounds/navigation/math.js.map +0 -1
  1681. package/lib/module/shared/utils/bounds/navigation/reveal/build.js.map +0 -1
  1682. package/lib/module/shared/utils/bounds/navigation/reveal/config.js.map +0 -1
  1683. package/lib/module/shared/utils/bounds/navigation/reveal/math.js +0 -172
  1684. package/lib/module/shared/utils/bounds/navigation/reveal/math.js.map +0 -1
  1685. package/lib/module/shared/utils/bounds/navigation/reveal/types.js.map +0 -1
  1686. package/lib/module/shared/utils/bounds/navigation/zoom/build.js +0 -237
  1687. package/lib/module/shared/utils/bounds/navigation/zoom/build.js.map +0 -1
  1688. package/lib/module/shared/utils/bounds/navigation/zoom/config.js +0 -19
  1689. package/lib/module/shared/utils/bounds/navigation/zoom/config.js.map +0 -1
  1690. package/lib/module/shared/utils/bounds/navigation/zoom/drag.js.map +0 -1
  1691. package/lib/module/shared/utils/bounds/navigation/zoom/helpers.js +0 -110
  1692. package/lib/module/shared/utils/bounds/navigation/zoom/helpers.js.map +0 -1
  1693. package/lib/module/shared/utils/bounds/navigation/zoom/mask.js +0 -67
  1694. package/lib/module/shared/utils/bounds/navigation/zoom/mask.js.map +0 -1
  1695. package/lib/module/shared/utils/bounds/navigation/zoom/targets.js +0 -50
  1696. package/lib/module/shared/utils/bounds/navigation/zoom/targets.js.map +0 -1
  1697. package/lib/module/shared/utils/bounds/navigation/zoom/types.js.map +0 -1
  1698. package/lib/module/shared/utils/bounds/types/geometry.js.map +0 -1
  1699. package/lib/module/shared/utils/bounds/types/options.js.map +0 -1
  1700. package/lib/module/shared/utils/create-provider.js.map +0 -1
  1701. package/lib/module/shared/utils/create-store.js.map +0 -1
  1702. package/lib/module/shared/utils/logger.js.map +0 -1
  1703. package/lib/module/shared/utils/normalize-interpolated-style.js.map +0 -1
  1704. package/lib/module/shared/utils/overlay/visibility.js.map +0 -1
  1705. package/lib/module/shared/utils/platform.js.map +0 -1
  1706. package/lib/module/shared/utils/resolve-chain-target.js.map +0 -1
  1707. package/lib/module/shared/utils/resolve-screen-transition-options.js.map +0 -1
  1708. package/lib/module/shared/utils/visibility-block-offset.js.map +0 -1
  1709. package/lib/typescript/blank-stack/components/stack-view.d.ts +0 -3
  1710. package/lib/typescript/blank-stack/components/stack-view.d.ts.map +0 -1
  1711. package/lib/typescript/blank-stack/index.d.ts +0 -3
  1712. package/lib/typescript/blank-stack/index.d.ts.map +0 -1
  1713. package/lib/typescript/blank-stack/navigators/create-blank-stack-navigator.d.ts +0 -33
  1714. package/lib/typescript/blank-stack/navigators/create-blank-stack-navigator.d.ts.map +0 -1
  1715. package/lib/typescript/blank-stack/types.d.ts +0 -87
  1716. package/lib/typescript/blank-stack/types.d.ts.map +0 -1
  1717. package/lib/typescript/component-stack/components/component-screen.d.ts +0 -8
  1718. package/lib/typescript/component-stack/components/component-screen.d.ts.map +0 -1
  1719. package/lib/typescript/component-stack/components/stack-view.d.ts +0 -3
  1720. package/lib/typescript/component-stack/components/stack-view.d.ts.map +0 -1
  1721. package/lib/typescript/component-stack/index.d.ts +0 -3
  1722. package/lib/typescript/component-stack/index.d.ts.map +0 -1
  1723. package/lib/typescript/component-stack/navigators/create-component-stack-navigator.d.ts +0 -31
  1724. package/lib/typescript/component-stack/navigators/create-component-stack-navigator.d.ts.map +0 -1
  1725. package/lib/typescript/component-stack/types.d.ts +0 -58
  1726. package/lib/typescript/component-stack/types.d.ts.map +0 -1
  1727. package/lib/typescript/native-stack/index.d.ts +0 -3
  1728. package/lib/typescript/native-stack/index.d.ts.map +0 -1
  1729. package/lib/typescript/native-stack/navigators/createNativeStackNavigator.d.ts +0 -21
  1730. package/lib/typescript/native-stack/navigators/createNativeStackNavigator.d.ts.map +0 -1
  1731. package/lib/typescript/native-stack/types.d.ts +0 -684
  1732. package/lib/typescript/native-stack/types.d.ts.map +0 -1
  1733. package/lib/typescript/native-stack/utils/debounce.d.ts +0 -2
  1734. package/lib/typescript/native-stack/utils/debounce.d.ts.map +0 -1
  1735. package/lib/typescript/native-stack/utils/getModalRoutesKeys.d.ts +0 -4
  1736. package/lib/typescript/native-stack/utils/getModalRoutesKeys.d.ts.map +0 -1
  1737. package/lib/typescript/native-stack/utils/useAnimatedHeaderHeight.d.ts +0 -5
  1738. package/lib/typescript/native-stack/utils/useAnimatedHeaderHeight.d.ts.map +0 -1
  1739. package/lib/typescript/native-stack/utils/useDismissedRouteError.d.ts +0 -6
  1740. package/lib/typescript/native-stack/utils/useDismissedRouteError.d.ts.map +0 -1
  1741. package/lib/typescript/native-stack/utils/useInvalidPreventRemoveError.d.ts +0 -3
  1742. package/lib/typescript/native-stack/utils/useInvalidPreventRemoveError.d.ts.map +0 -1
  1743. package/lib/typescript/native-stack/views/FontProcessor.d.ts +0 -2
  1744. package/lib/typescript/native-stack/views/FontProcessor.d.ts.map +0 -1
  1745. package/lib/typescript/native-stack/views/FontProcessor.native.d.ts +0 -2
  1746. package/lib/typescript/native-stack/views/FontProcessor.native.d.ts.map +0 -1
  1747. package/lib/typescript/native-stack/views/NativeStackView.d.ts +0 -11
  1748. package/lib/typescript/native-stack/views/NativeStackView.d.ts.map +0 -1
  1749. package/lib/typescript/native-stack/views/NativeStackView.native.d.ts +0 -3
  1750. package/lib/typescript/native-stack/views/NativeStackView.native.d.ts.map +0 -1
  1751. package/lib/typescript/native-stack/views/useHeaderConfigProps.d.ts +0 -44
  1752. package/lib/typescript/native-stack/views/useHeaderConfigProps.d.ts.map +0 -1
  1753. package/lib/typescript/shared/adapters/with-screen-transitions/context.d.ts +0 -15
  1754. package/lib/typescript/shared/adapters/with-screen-transitions/context.d.ts.map +0 -1
  1755. package/lib/typescript/shared/adapters/with-screen-transitions/index.d.ts.map +0 -1
  1756. package/lib/typescript/shared/adapters/with-screen-transitions/options.d.ts.map +0 -1
  1757. package/lib/typescript/shared/adapters/with-screen-transitions/stack-layout.d.ts +0 -12
  1758. package/lib/typescript/shared/adapters/with-screen-transitions/stack-layout.d.ts.map +0 -1
  1759. package/lib/typescript/shared/adapters/with-screen-transitions/types.d.ts.map +0 -1
  1760. package/lib/typescript/shared/animation/resolve-snap-target.d.ts.map +0 -1
  1761. package/lib/typescript/shared/animation/snap-to.d.ts.map +0 -1
  1762. package/lib/typescript/shared/animation/transition-blocking.d.ts.map +0 -1
  1763. package/lib/typescript/shared/components/activity/helpers.d.ts.map +0 -1
  1764. package/lib/typescript/shared/components/activity/index.d.ts.map +0 -1
  1765. package/lib/typescript/shared/components/activity/variants/activity-container.d.ts +0 -6
  1766. package/lib/typescript/shared/components/activity/variants/activity-container.d.ts.map +0 -1
  1767. package/lib/typescript/shared/components/activity/variants/activity-screen.d.ts +0 -13
  1768. package/lib/typescript/shared/components/activity/variants/activity-screen.d.ts.map +0 -1
  1769. package/lib/typescript/shared/components/boundary/components/boundary-target.d.ts +0 -8
  1770. package/lib/typescript/shared/components/boundary/components/boundary-target.d.ts.map +0 -1
  1771. package/lib/typescript/shared/components/boundary/create-boundary-component.d.ts.map +0 -1
  1772. package/lib/typescript/shared/components/boundary/hooks/lifecycles/use-boundary-presence.d.ts.map +0 -1
  1773. package/lib/typescript/shared/components/boundary/hooks/lifecycles/use-initial-destination-measurement.d.ts.map +0 -1
  1774. package/lib/typescript/shared/components/boundary/hooks/lifecycles/use-initial-source-measurement.d.ts.map +0 -1
  1775. package/lib/typescript/shared/components/boundary/hooks/lifecycles/use-refresh-boundary.d.ts.map +0 -1
  1776. package/lib/typescript/shared/components/boundary/hooks/use-boundary-measurement.d.ts.map +0 -1
  1777. package/lib/typescript/shared/components/boundary/hooks/use-measurer.d.ts.map +0 -1
  1778. package/lib/typescript/shared/components/boundary/hooks/use-register-target.d.ts.map +0 -1
  1779. package/lib/typescript/shared/components/boundary/index.d.ts +0 -55
  1780. package/lib/typescript/shared/components/boundary/index.d.ts.map +0 -1
  1781. package/lib/typescript/shared/components/boundary/portal/components/boundary-content-portal/components/host.d.ts +0 -10
  1782. package/lib/typescript/shared/components/boundary/portal/components/boundary-content-portal/components/host.d.ts.map +0 -1
  1783. package/lib/typescript/shared/components/boundary/portal/components/boundary-content-portal/helpers/host-name.d.ts.map +0 -1
  1784. package/lib/typescript/shared/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.d.ts.map +0 -1
  1785. package/lib/typescript/shared/components/boundary/portal/components/boundary-content-portal/index.d.ts +0 -9
  1786. package/lib/typescript/shared/components/boundary/portal/components/boundary-content-portal/index.d.ts.map +0 -1
  1787. package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/components/host.d.ts +0 -7
  1788. package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/components/host.d.ts.map +0 -1
  1789. package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.d.ts +0 -9
  1790. package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.d.ts.map +0 -1
  1791. package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/components/portal-slot.d.ts +0 -13
  1792. package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/components/portal-slot.d.ts.map +0 -1
  1793. package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/helpers/has-local-slot.d.ts.map +0 -1
  1794. package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/helpers/host-name.d.ts.map +0 -1
  1795. package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/helpers/offset-style.d.ts.map +0 -1
  1796. package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.d.ts.map +0 -1
  1797. package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/hooks/use-host-measurement.d.ts.map +0 -1
  1798. package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/hooks/use-placeholder-styles.d.ts.map +0 -1
  1799. package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/index.d.ts +0 -12
  1800. package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/index.d.ts.map +0 -1
  1801. package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/stores/host-bounds.store.d.ts.map +0 -1
  1802. package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/stores/host-registry.store.d.ts.map +0 -1
  1803. package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.d.ts.map +0 -1
  1804. package/lib/typescript/shared/components/boundary/portal/components/portal-provider.d.ts +0 -4
  1805. package/lib/typescript/shared/components/boundary/portal/components/portal-provider.d.ts.map +0 -1
  1806. package/lib/typescript/shared/components/boundary/portal/index.d.ts.map +0 -1
  1807. package/lib/typescript/shared/components/boundary/portal/teleport.d.ts.map +0 -1
  1808. package/lib/typescript/shared/components/boundary/portal/utils/naming.d.ts.map +0 -1
  1809. package/lib/typescript/shared/components/boundary/portal/utils/ownership.d.ts.map +0 -1
  1810. package/lib/typescript/shared/components/boundary/portal/utils/resolve-portal.d.ts.map +0 -1
  1811. package/lib/typescript/shared/components/boundary/portal/utils/shallow-equal.d.ts.map +0 -1
  1812. package/lib/typescript/shared/components/boundary/portal/utils/teleport-control.d.ts.map +0 -1
  1813. package/lib/typescript/shared/components/boundary/portal/utils/visible-host.d.ts.map +0 -1
  1814. package/lib/typescript/shared/components/boundary/providers/boundary-root.provider.d.ts.map +0 -1
  1815. package/lib/typescript/shared/components/boundary/types.d.ts.map +0 -1
  1816. package/lib/typescript/shared/components/boundary/utils/destination-signals.d.ts.map +0 -1
  1817. package/lib/typescript/shared/components/boundary/utils/measured-bounds.d.ts.map +0 -1
  1818. package/lib/typescript/shared/components/boundary/utils/refresh-signals.d.ts.map +0 -1
  1819. package/lib/typescript/shared/components/boundary/utils/source-signals.d.ts.map +0 -1
  1820. package/lib/typescript/shared/components/create-transition-aware-component.d.ts.map +0 -1
  1821. package/lib/typescript/shared/components/masked-view.d.ts +0 -10
  1822. package/lib/typescript/shared/components/masked-view.d.ts.map +0 -1
  1823. package/lib/typescript/shared/components/overlay/helpers/get-active-overlay.d.ts.map +0 -1
  1824. package/lib/typescript/shared/components/overlay/index.d.ts.map +0 -1
  1825. package/lib/typescript/shared/components/overlay/variations/float-overlay.d.ts +0 -6
  1826. package/lib/typescript/shared/components/overlay/variations/float-overlay.d.ts.map +0 -1
  1827. package/lib/typescript/shared/components/overlay/variations/overlay-host.d.ts +0 -10
  1828. package/lib/typescript/shared/components/overlay/variations/overlay-host.d.ts.map +0 -1
  1829. package/lib/typescript/shared/components/scene-view.d.ts +0 -13
  1830. package/lib/typescript/shared/components/scene-view.d.ts.map +0 -1
  1831. package/lib/typescript/shared/components/screen-container/helpers/find-collapse-target.d.ts.map +0 -1
  1832. package/lib/typescript/shared/components/screen-container/hooks/use-backdrop-pointer-events.d.ts.map +0 -1
  1833. package/lib/typescript/shared/components/screen-container/hooks/use-content-layout.d.ts.map +0 -1
  1834. package/lib/typescript/shared/components/screen-container/index.d.ts +0 -6
  1835. package/lib/typescript/shared/components/screen-container/index.d.ts.map +0 -1
  1836. package/lib/typescript/shared/components/screen-container/layers/backdrop.d.ts +0 -6
  1837. package/lib/typescript/shared/components/screen-container/layers/backdrop.d.ts.map +0 -1
  1838. package/lib/typescript/shared/components/screen-container/layers/content.d.ts +0 -8
  1839. package/lib/typescript/shared/components/screen-container/layers/content.d.ts.map +0 -1
  1840. package/lib/typescript/shared/components/screen-container/layers/maybe-masked-navigation-container.d.ts +0 -9
  1841. package/lib/typescript/shared/components/screen-container/layers/maybe-masked-navigation-container.d.ts.map +0 -1
  1842. package/lib/typescript/shared/components/screen-container/layers/render-component.d.ts.map +0 -1
  1843. package/lib/typescript/shared/components/screen-container/layers/surface-container.d.ts +0 -8
  1844. package/lib/typescript/shared/components/screen-container/layers/surface-container.d.ts.map +0 -1
  1845. package/lib/typescript/shared/components/screen-lifecycle/hooks/helpers/reset-stores-for-screen.d.ts.map +0 -1
  1846. package/lib/typescript/shared/components/screen-lifecycle/hooks/history/navigator-route-registry.d.ts.map +0 -1
  1847. package/lib/typescript/shared/components/screen-lifecycle/hooks/history/use-screen-history.d.ts.map +0 -1
  1848. package/lib/typescript/shared/components/screen-lifecycle/hooks/use-close-transition-intent.d.ts.map +0 -1
  1849. package/lib/typescript/shared/components/screen-lifecycle/hooks/use-open-transition-intent.d.ts.map +0 -1
  1850. package/lib/typescript/shared/components/screen-lifecycle/hooks/use-transition-start-controller.d.ts.map +0 -1
  1851. package/lib/typescript/shared/components/screen-lifecycle/index.d.ts.map +0 -1
  1852. package/lib/typescript/shared/configs/index.d.ts +0 -24
  1853. package/lib/typescript/shared/configs/index.d.ts.map +0 -1
  1854. package/lib/typescript/shared/configs/presets.d.ts.map +0 -1
  1855. package/lib/typescript/shared/configs/specs.d.ts +0 -5
  1856. package/lib/typescript/shared/configs/specs.d.ts.map +0 -1
  1857. package/lib/typescript/shared/constants.d.ts.map +0 -1
  1858. package/lib/typescript/shared/hooks/navigation/use-history.d.ts.map +0 -1
  1859. package/lib/typescript/shared/hooks/navigation/use-navigation-helpers.d.ts.map +0 -1
  1860. package/lib/typescript/shared/hooks/navigation/use-previous.d.ts.map +0 -1
  1861. package/lib/typescript/shared/hooks/navigation/use-screen-state.d.ts.map +0 -1
  1862. package/lib/typescript/shared/hooks/navigation/use-stack.d.ts +0 -34
  1863. package/lib/typescript/shared/hooks/navigation/use-stack.d.ts.map +0 -1
  1864. package/lib/typescript/shared/hooks/navigation/use-tab-press-reset.d.ts.map +0 -1
  1865. package/lib/typescript/shared/hooks/reanimated/use-shared-value-ref.d.ts.map +0 -1
  1866. package/lib/typescript/shared/hooks/reanimated/use-shared-value-state.d.ts.map +0 -1
  1867. package/lib/typescript/shared/hooks/use-stable-callback-value.d.ts +0 -13
  1868. package/lib/typescript/shared/hooks/use-stable-callback-value.d.ts.map +0 -1
  1869. package/lib/typescript/shared/hooks/use-stable-callback.d.ts.map +0 -1
  1870. package/lib/typescript/shared/index.d.ts +0 -1353
  1871. package/lib/typescript/shared/index.d.ts.map +0 -1
  1872. package/lib/typescript/shared/providers/helpers/measured-bounds-writes.d.ts.map +0 -1
  1873. package/lib/typescript/shared/providers/register-bounds.provider.d.ts.map +0 -1
  1874. package/lib/typescript/shared/providers/screen/animation/animation.provider.d.ts.map +0 -1
  1875. package/lib/typescript/shared/providers/screen/animation/helpers/accessors/use-build-bounds-accessor.d.ts.map +0 -1
  1876. package/lib/typescript/shared/providers/screen/animation/helpers/accessors/use-build-transition-accessor.d.ts.map +0 -1
  1877. package/lib/typescript/shared/providers/screen/animation/helpers/build-screen-transition-options.d.ts.map +0 -1
  1878. package/lib/typescript/shared/providers/screen/animation/helpers/derivations.d.ts.map +0 -1
  1879. package/lib/typescript/shared/providers/screen/animation/helpers/has-transitions-enabled.d.ts.map +0 -1
  1880. package/lib/typescript/shared/providers/screen/animation/helpers/hydrate-transition-state/gesture-progress.d.ts.map +0 -1
  1881. package/lib/typescript/shared/providers/screen/animation/helpers/hydrate-transition-state/index.d.ts.map +0 -1
  1882. package/lib/typescript/shared/providers/screen/animation/helpers/hydrate-transition-state/snap-points.d.ts.map +0 -1
  1883. package/lib/typescript/shared/providers/screen/animation/helpers/hydrate-transition-state/types.d.ts.map +0 -1
  1884. package/lib/typescript/shared/providers/screen/animation/helpers/pipeline.d.ts.map +0 -1
  1885. package/lib/typescript/shared/providers/screen/animation/helpers/read-screen-animation-revisions.d.ts.map +0 -1
  1886. package/lib/typescript/shared/providers/screen/animation/helpers/selected-interpolator-options.d.ts.map +0 -1
  1887. package/lib/typescript/shared/providers/screen/animation/helpers/stack-progress.d.ts.map +0 -1
  1888. package/lib/typescript/shared/providers/screen/animation/helpers/use-build-transition-state.d.ts.map +0 -1
  1889. package/lib/typescript/shared/providers/screen/animation/helpers/worklet.d.ts.map +0 -1
  1890. package/lib/typescript/shared/providers/screen/animation/index.d.ts.map +0 -1
  1891. package/lib/typescript/shared/providers/screen/animation/types.d.ts.map +0 -1
  1892. package/lib/typescript/shared/providers/screen/animation/use-screen-animation.d.ts.map +0 -1
  1893. package/lib/typescript/shared/providers/screen/descriptors/descriptors.provider.d.ts +0 -34
  1894. package/lib/typescript/shared/providers/screen/descriptors/descriptors.provider.d.ts.map +0 -1
  1895. package/lib/typescript/shared/providers/screen/descriptors/helpers/derive-descriptor-derivations.d.ts.map +0 -1
  1896. package/lib/typescript/shared/providers/screen/descriptors/helpers/get-ancestor-keys.d.ts.map +0 -1
  1897. package/lib/typescript/shared/providers/screen/descriptors/index.d.ts.map +0 -1
  1898. package/lib/typescript/shared/providers/screen/gestures/gestures.provider.d.ts.map +0 -1
  1899. package/lib/typescript/shared/providers/screen/gestures/hooks/use-gesture-sensitivity.d.ts.map +0 -1
  1900. package/lib/typescript/shared/providers/screen/gestures/hooks/use-screen-gesture-config.d.ts.map +0 -1
  1901. package/lib/typescript/shared/providers/screen/gestures/hooks/use-screen-gesture.d.ts.map +0 -1
  1902. package/lib/typescript/shared/providers/screen/gestures/hooks/use-stable-runtime-config.d.ts.map +0 -1
  1903. package/lib/typescript/shared/providers/screen/gestures/index.d.ts.map +0 -1
  1904. package/lib/typescript/shared/providers/screen/gestures/ownership/compute-claimed-directions.d.ts.map +0 -1
  1905. package/lib/typescript/shared/providers/screen/gestures/ownership/resolve-ownership.d.ts.map +0 -1
  1906. package/lib/typescript/shared/providers/screen/gestures/ownership/shadowing-claims.d.ts.map +0 -1
  1907. package/lib/typescript/shared/providers/screen/gestures/ownership/use-walk-up-and-register-shadowing-claims.d.ts.map +0 -1
  1908. package/lib/typescript/shared/providers/screen/gestures/pan/activation/pan-activation-decision.d.ts.map +0 -1
  1909. package/lib/typescript/shared/providers/screen/gestures/pan/activation/pan-activation-rules.d.ts.map +0 -1
  1910. package/lib/typescript/shared/providers/screen/gestures/pan/activation/use-pan-activation.d.ts.map +0 -1
  1911. package/lib/typescript/shared/providers/screen/gestures/pan/behavior/pan-lifecycle.d.ts.map +0 -1
  1912. package/lib/typescript/shared/providers/screen/gestures/pan/behavior/pan-release.d.ts.map +0 -1
  1913. package/lib/typescript/shared/providers/screen/gestures/pan/behavior/pan-reset.d.ts.map +0 -1
  1914. package/lib/typescript/shared/providers/screen/gestures/pan/behavior/use-pan-behavior.d.ts.map +0 -1
  1915. package/lib/typescript/shared/providers/screen/gestures/pan/use-build-pan-gesture.d.ts.map +0 -1
  1916. package/lib/typescript/shared/providers/screen/gestures/pinch/activation/use-pinch-activation.d.ts.map +0 -1
  1917. package/lib/typescript/shared/providers/screen/gestures/pinch/behavior/pinch-lifecycle.d.ts.map +0 -1
  1918. package/lib/typescript/shared/providers/screen/gestures/pinch/behavior/pinch-release.d.ts.map +0 -1
  1919. package/lib/typescript/shared/providers/screen/gestures/pinch/behavior/pinch-reset.d.ts.map +0 -1
  1920. package/lib/typescript/shared/providers/screen/gestures/pinch/behavior/use-pinch-behavior.d.ts.map +0 -1
  1921. package/lib/typescript/shared/providers/screen/gestures/pinch/use-build-pinch-gesture.d.ts.map +0 -1
  1922. package/lib/typescript/shared/providers/screen/gestures/rotation/activation/use-rotation-activation.d.ts.map +0 -1
  1923. package/lib/typescript/shared/providers/screen/gestures/rotation/behavior/rotation-lifecycle.d.ts.map +0 -1
  1924. package/lib/typescript/shared/providers/screen/gestures/rotation/behavior/use-rotation-behavior.d.ts.map +0 -1
  1925. package/lib/typescript/shared/providers/screen/gestures/rotation/use-build-rotation-gesture.d.ts.map +0 -1
  1926. package/lib/typescript/shared/providers/screen/gestures/scroll-coordination/index.d.ts.map +0 -1
  1927. package/lib/typescript/shared/providers/screen/gestures/scroll-coordination/scroll-metadata-owner.d.ts.map +0 -1
  1928. package/lib/typescript/shared/providers/screen/gestures/scroll-coordination/update-scroll-gesture-state.d.ts.map +0 -1
  1929. package/lib/typescript/shared/providers/screen/gestures/scroll-coordination/use-scroll-gesture-coordination.d.ts.map +0 -1
  1930. package/lib/typescript/shared/providers/screen/gestures/scroll-coordination/walk-up-scroll-gesture-coordination.d.ts.map +0 -1
  1931. package/lib/typescript/shared/providers/screen/gestures/shared/ancestors.d.ts.map +0 -1
  1932. package/lib/typescript/shared/providers/screen/gestures/shared/directions.d.ts.map +0 -1
  1933. package/lib/typescript/shared/providers/screen/gestures/shared/physics.d.ts.map +0 -1
  1934. package/lib/typescript/shared/providers/screen/gestures/shared/policy.d.ts.map +0 -1
  1935. package/lib/typescript/shared/providers/screen/gestures/shared/release.d.ts.map +0 -1
  1936. package/lib/typescript/shared/providers/screen/gestures/shared/reset.d.ts.map +0 -1
  1937. package/lib/typescript/shared/providers/screen/gestures/shared/runtime.d.ts.map +0 -1
  1938. package/lib/typescript/shared/providers/screen/gestures/shared/snap-points.d.ts.map +0 -1
  1939. package/lib/typescript/shared/providers/screen/gestures/shared/snapshot.d.ts.map +0 -1
  1940. package/lib/typescript/shared/providers/screen/gestures/shared/targets.d.ts.map +0 -1
  1941. package/lib/typescript/shared/providers/screen/gestures/shared/values.d.ts.map +0 -1
  1942. package/lib/typescript/shared/providers/screen/gestures/types.d.ts.map +0 -1
  1943. package/lib/typescript/shared/providers/screen/options/helpers.d.ts.map +0 -1
  1944. package/lib/typescript/shared/providers/screen/options/index.d.ts.map +0 -1
  1945. package/lib/typescript/shared/providers/screen/options/options.provider.d.ts.map +0 -1
  1946. package/lib/typescript/shared/providers/screen/options/types.d.ts.map +0 -1
  1947. package/lib/typescript/shared/providers/screen/origin.provider.d.ts.map +0 -1
  1948. package/lib/typescript/shared/providers/screen/screen-composer.d.ts +0 -11
  1949. package/lib/typescript/shared/providers/screen/screen-composer.d.ts.map +0 -1
  1950. package/lib/typescript/shared/providers/screen/styles/components/floating-overlay-layer.d.ts +0 -7
  1951. package/lib/typescript/shared/providers/screen/styles/components/floating-overlay-layer.d.ts.map +0 -1
  1952. package/lib/typescript/shared/providers/screen/styles/constants.d.ts.map +0 -1
  1953. package/lib/typescript/shared/providers/screen/styles/helpers/collect-interpolator-shared-values.d.ts.map +0 -1
  1954. package/lib/typescript/shared/providers/screen/styles/helpers/compose-slot-style.d.ts.map +0 -1
  1955. package/lib/typescript/shared/providers/screen/styles/helpers/normalize-slots.d.ts.map +0 -1
  1956. package/lib/typescript/shared/providers/screen/styles/helpers/opening-phase.d.ts.map +0 -1
  1957. package/lib/typescript/shared/providers/screen/styles/helpers/resolve-slot-styles/are-resettable-states-equal.d.ts.map +0 -1
  1958. package/lib/typescript/shared/providers/screen/styles/helpers/resolve-slot-styles/index.d.ts.map +0 -1
  1959. package/lib/typescript/shared/providers/screen/styles/helpers/resolve-slot-styles/materialize-slot.d.ts.map +0 -1
  1960. package/lib/typescript/shared/providers/screen/styles/helpers/resolve-slot-styles/reset-values.d.ts.map +0 -1
  1961. package/lib/typescript/shared/providers/screen/styles/helpers/resolve-slot-styles/slot-state.d.ts.map +0 -1
  1962. package/lib/typescript/shared/providers/screen/styles/helpers/resolve-slot-styles/types.d.ts.map +0 -1
  1963. package/lib/typescript/shared/providers/screen/styles/helpers/strip-interpolator-options.d.ts.map +0 -1
  1964. package/lib/typescript/shared/providers/screen/styles/helpers/visibility-gate.d.ts.map +0 -1
  1965. package/lib/typescript/shared/providers/screen/styles/hooks/slot-resolvers.d.ts.map +0 -1
  1966. package/lib/typescript/shared/providers/screen/styles/hooks/use-interpolated-style-maps.d.ts.map +0 -1
  1967. package/lib/typescript/shared/providers/screen/styles/hooks/use-maybe-block-visibility.d.ts.map +0 -1
  1968. package/lib/typescript/shared/providers/screen/styles/hooks/use-resolved-slot-style-map.d.ts.map +0 -1
  1969. package/lib/typescript/shared/providers/screen/styles/index.d.ts.map +0 -1
  1970. package/lib/typescript/shared/providers/screen/styles/slot.provider.d.ts.map +0 -1
  1971. package/lib/typescript/shared/providers/screen/styles/stores/slot-references.store.d.ts.map +0 -1
  1972. package/lib/typescript/shared/providers/stack/blank-stack-state/blank-stack-controller.d.ts.map +0 -1
  1973. package/lib/typescript/shared/providers/stack/blank-stack-state/helpers/build-blank-stack-state.d.ts.map +0 -1
  1974. package/lib/typescript/shared/providers/stack/blank-stack-state/helpers/derive-blank-stack-state.d.ts.map +0 -1
  1975. package/lib/typescript/shared/providers/stack/blank-stack-state/helpers/navigation/compose-descriptors.d.ts.map +0 -1
  1976. package/lib/typescript/shared/providers/stack/blank-stack-state/helpers/navigation/resolve-scene-neighbors.d.ts.map +0 -1
  1977. package/lib/typescript/shared/providers/stack/blank-stack-state/helpers/navigation/sync-routes-with-removed.d.ts.map +0 -1
  1978. package/lib/typescript/shared/providers/stack/blank-stack-state/helpers/reconcile-blank-stack-routes.d.ts.map +0 -1
  1979. package/lib/typescript/shared/providers/stack/blank-stack-state/helpers/state-equality.d.ts.map +0 -1
  1980. package/lib/typescript/shared/providers/stack/blank-stack-state/helpers/types.d.ts.map +0 -1
  1981. package/lib/typescript/shared/providers/stack/blank-stack-state/index.d.ts.map +0 -1
  1982. package/lib/typescript/shared/providers/stack/blank-stack.provider.d.ts.map +0 -1
  1983. package/lib/typescript/shared/providers/stack/core.provider.d.ts +0 -24
  1984. package/lib/typescript/shared/providers/stack/core.provider.d.ts.map +0 -1
  1985. package/lib/typescript/shared/providers/stack/direct.provider.d.ts.map +0 -1
  1986. package/lib/typescript/shared/stores/animation.store.d.ts.map +0 -1
  1987. package/lib/typescript/shared/stores/bounds/helpers/keys.d.ts.map +0 -1
  1988. package/lib/typescript/shared/stores/bounds/helpers/link-pairs.helpers.d.ts.map +0 -1
  1989. package/lib/typescript/shared/stores/bounds/index.d.ts.map +0 -1
  1990. package/lib/typescript/shared/stores/bounds/internals/clear.d.ts.map +0 -1
  1991. package/lib/typescript/shared/stores/bounds/internals/entries.d.ts.map +0 -1
  1992. package/lib/typescript/shared/stores/bounds/internals/links.d.ts.map +0 -1
  1993. package/lib/typescript/shared/stores/bounds/internals/resolver.d.ts.map +0 -1
  1994. package/lib/typescript/shared/stores/bounds/internals/state.d.ts.map +0 -1
  1995. package/lib/typescript/shared/stores/bounds/types.d.ts.map +0 -1
  1996. package/lib/typescript/shared/stores/gesture.store.d.ts.map +0 -1
  1997. package/lib/typescript/shared/stores/history.store.d.ts.map +0 -1
  1998. package/lib/typescript/shared/stores/scroll.store.d.ts.map +0 -1
  1999. package/lib/typescript/shared/stores/system.store.d.ts.map +0 -1
  2000. package/lib/typescript/shared/types/animation.types.d.ts.map +0 -1
  2001. package/lib/typescript/shared/types/bounds.types.d.ts.map +0 -1
  2002. package/lib/typescript/shared/types/gesture.types.d.ts.map +0 -1
  2003. package/lib/typescript/shared/types/index.d.ts.map +0 -1
  2004. package/lib/typescript/shared/types/overlay.types.d.ts.map +0 -1
  2005. package/lib/typescript/shared/types/ownership.types.d.ts.map +0 -1
  2006. package/lib/typescript/shared/types/providers/blank-stack-provider.types.d.ts.map +0 -1
  2007. package/lib/typescript/shared/types/providers/direct-stack.types.d.ts +0 -22
  2008. package/lib/typescript/shared/types/providers/direct-stack.types.d.ts.map +0 -1
  2009. package/lib/typescript/shared/types/screen.types.d.ts.map +0 -1
  2010. package/lib/typescript/shared/types/stack.types.d.ts.map +0 -1
  2011. package/lib/typescript/shared/utils/animation/animate-to-progress.d.ts +0 -23
  2012. package/lib/typescript/shared/utils/animation/animate-to-progress.d.ts.map +0 -1
  2013. package/lib/typescript/shared/utils/animation/animate.d.ts.map +0 -1
  2014. package/lib/typescript/shared/utils/animation/emit.d.ts.map +0 -1
  2015. package/lib/typescript/shared/utils/animation/resolve-snap-transition-spec.d.ts.map +0 -1
  2016. package/lib/typescript/shared/utils/animation/spring/index.d.ts.map +0 -1
  2017. package/lib/typescript/shared/utils/animation/spring/spring.d.ts.map +0 -1
  2018. package/lib/typescript/shared/utils/animation/spring/springConfigs.d.ts.map +0 -1
  2019. package/lib/typescript/shared/utils/animation/spring/springUtils.d.ts.map +0 -1
  2020. package/lib/typescript/shared/utils/animation/state.d.ts.map +0 -1
  2021. package/lib/typescript/shared/utils/bounds/constants.d.ts.map +0 -1
  2022. package/lib/typescript/shared/utils/bounds/helpers/create-bound-tag.d.ts.map +0 -1
  2023. package/lib/typescript/shared/utils/bounds/helpers/create-bounds-accessor-core.d.ts.map +0 -1
  2024. package/lib/typescript/shared/utils/bounds/helpers/create-link-accessor.d.ts.map +0 -1
  2025. package/lib/typescript/shared/utils/bounds/helpers/geometry.d.ts.map +0 -1
  2026. package/lib/typescript/shared/utils/bounds/helpers/prepare-bound-styles.d.ts.map +0 -1
  2027. package/lib/typescript/shared/utils/bounds/helpers/resolve-bounds-pair-key.d.ts.map +0 -1
  2028. package/lib/typescript/shared/utils/bounds/helpers/styles/composers.d.ts.map +0 -1
  2029. package/lib/typescript/shared/utils/bounds/helpers/styles/compute.d.ts.map +0 -1
  2030. package/lib/typescript/shared/utils/bounds/helpers/styles/local-transform.d.ts.map +0 -1
  2031. package/lib/typescript/shared/utils/bounds/helpers/styles/styles.d.ts.map +0 -1
  2032. package/lib/typescript/shared/utils/bounds/index.d.ts.map +0 -1
  2033. package/lib/typescript/shared/utils/bounds/navigation/helpers.d.ts.map +0 -1
  2034. package/lib/typescript/shared/utils/bounds/navigation/math.d.ts.map +0 -1
  2035. package/lib/typescript/shared/utils/bounds/navigation/reveal/build.d.ts.map +0 -1
  2036. package/lib/typescript/shared/utils/bounds/navigation/reveal/config.d.ts.map +0 -1
  2037. package/lib/typescript/shared/utils/bounds/navigation/reveal/math.d.ts +0 -59
  2038. package/lib/typescript/shared/utils/bounds/navigation/reveal/math.d.ts.map +0 -1
  2039. package/lib/typescript/shared/utils/bounds/navigation/reveal/types.d.ts.map +0 -1
  2040. package/lib/typescript/shared/utils/bounds/navigation/zoom/build.d.ts.map +0 -1
  2041. package/lib/typescript/shared/utils/bounds/navigation/zoom/config.d.ts +0 -13
  2042. package/lib/typescript/shared/utils/bounds/navigation/zoom/config.d.ts.map +0 -1
  2043. package/lib/typescript/shared/utils/bounds/navigation/zoom/drag.d.ts.map +0 -1
  2044. package/lib/typescript/shared/utils/bounds/navigation/zoom/helpers.d.ts +0 -36
  2045. package/lib/typescript/shared/utils/bounds/navigation/zoom/helpers.d.ts.map +0 -1
  2046. package/lib/typescript/shared/utils/bounds/navigation/zoom/mask.d.ts +0 -25
  2047. package/lib/typescript/shared/utils/bounds/navigation/zoom/mask.d.ts.map +0 -1
  2048. package/lib/typescript/shared/utils/bounds/navigation/zoom/targets.d.ts +0 -16
  2049. package/lib/typescript/shared/utils/bounds/navigation/zoom/targets.d.ts.map +0 -1
  2050. package/lib/typescript/shared/utils/bounds/navigation/zoom/types.d.ts.map +0 -1
  2051. package/lib/typescript/shared/utils/bounds/types/geometry.d.ts.map +0 -1
  2052. package/lib/typescript/shared/utils/bounds/types/options.d.ts.map +0 -1
  2053. package/lib/typescript/shared/utils/create-provider.d.ts.map +0 -1
  2054. package/lib/typescript/shared/utils/create-store.d.ts.map +0 -1
  2055. package/lib/typescript/shared/utils/logger.d.ts.map +0 -1
  2056. package/lib/typescript/shared/utils/normalize-interpolated-style.d.ts.map +0 -1
  2057. package/lib/typescript/shared/utils/overlay/visibility.d.ts.map +0 -1
  2058. package/lib/typescript/shared/utils/platform.d.ts.map +0 -1
  2059. package/lib/typescript/shared/utils/resolve-chain-target.d.ts.map +0 -1
  2060. package/lib/typescript/shared/utils/resolve-screen-transition-options.d.ts.map +0 -1
  2061. package/lib/typescript/shared/utils/visibility-block-offset.d.ts.map +0 -1
  2062. package/src/blank-stack/components/stack-view.tsx +0 -81
  2063. package/src/blank-stack/index.ts +0 -12
  2064. package/src/blank-stack/navigators/create-blank-stack-navigator.tsx +0 -153
  2065. package/src/blank-stack/types.ts +0 -148
  2066. package/src/component-stack/components/component-screen.tsx +0 -32
  2067. package/src/component-stack/components/stack-view.tsx +0 -42
  2068. package/src/component-stack/index.ts +0 -10
  2069. package/src/component-stack/navigators/create-component-stack-navigator.tsx +0 -127
  2070. package/src/component-stack/types.ts +0 -117
  2071. package/src/native-stack/index.ts +0 -13
  2072. package/src/native-stack/navigators/createNativeStackNavigator.tsx +0 -91
  2073. package/src/native-stack/types.ts +0 -746
  2074. package/src/native-stack/utils/debounce.tsx +0 -14
  2075. package/src/native-stack/utils/getModalRoutesKeys.ts +0 -21
  2076. package/src/native-stack/utils/useAnimatedHeaderHeight.tsx +0 -18
  2077. package/src/native-stack/utils/useDismissedRouteError.tsx +0 -30
  2078. package/src/native-stack/utils/useInvalidPreventRemoveError.tsx +0 -31
  2079. package/src/native-stack/views/FontProcessor.native.tsx +0 -12
  2080. package/src/native-stack/views/FontProcessor.tsx +0 -5
  2081. package/src/native-stack/views/NativeStackView.native.tsx +0 -633
  2082. package/src/native-stack/views/NativeStackView.tsx +0 -214
  2083. package/src/native-stack/views/useHeaderConfigProps.tsx +0 -295
  2084. package/src/shared/animation/snap-to.ts +0 -96
  2085. package/src/shared/components/boundary/hooks/lifecycles/use-boundary-presence.ts +0 -41
  2086. package/src/shared/components/boundary/hooks/lifecycles/use-initial-destination-measurement.ts +0 -224
  2087. package/src/shared/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.ts +0 -317
  2088. package/src/shared/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.tsx +0 -164
  2089. package/src/shared/components/boundary/portal/components/boundary-portal/components/portal-slot.tsx +0 -79
  2090. package/src/shared/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.ts +0 -254
  2091. package/src/shared/components/boundary/portal/components/boundary-portal/hooks/use-host-measurement.ts +0 -153
  2092. package/src/shared/components/boundary/portal/utils/ownership.ts +0 -315
  2093. package/src/shared/components/create-transition-aware-component.tsx +0 -172
  2094. package/src/shared/components/overlay/variations/overlay-host.tsx +0 -74
  2095. package/src/shared/components/screen-container/hooks/use-backdrop-pointer-events.ts +0 -55
  2096. package/src/shared/components/screen-container/hooks/use-content-layout.ts +0 -77
  2097. package/src/shared/components/screen-container/layers/backdrop.tsx +0 -151
  2098. package/src/shared/components/screen-lifecycle/hooks/helpers/reset-stores-for-screen.ts +0 -15
  2099. package/src/shared/components/screen-lifecycle/hooks/history/use-screen-history.ts +0 -89
  2100. package/src/shared/configs/index.ts +0 -28
  2101. package/src/shared/configs/specs.ts +0 -24
  2102. package/src/shared/hooks/navigation/use-navigation-helpers.ts +0 -31
  2103. package/src/shared/hooks/navigation/use-tab-press-reset.ts +0 -41
  2104. package/src/shared/hooks/reanimated/use-shared-value-ref.ts +0 -43
  2105. package/src/shared/hooks/reanimated/use-shared-value-state.ts +0 -25
  2106. package/src/shared/hooks/use-stable-callback-value.ts +0 -76
  2107. package/src/shared/providers/register-bounds.provider.tsx +0 -402
  2108. package/src/shared/providers/screen/gestures/pan/behavior/pan-lifecycle.ts +0 -175
  2109. package/src/shared/providers/screen/gestures/pinch/behavior/pinch-lifecycle.ts +0 -112
  2110. package/src/shared/providers/stack/blank-stack-state/blank-stack-controller.ts +0 -162
  2111. package/src/shared/providers/stack/core.provider.tsx +0 -110
  2112. package/src/shared/providers/stack/direct.provider.tsx +0 -129
  2113. package/src/shared/types/providers/direct-stack.types.ts +0 -35
  2114. package/src/shared/utils/animation/animate-to-progress.ts +0 -157
  2115. package/src/shared/utils/bounds/navigation/reveal/math.ts +0 -272
  2116. package/src/shared/utils/bounds/navigation/zoom/build.ts +0 -311
  2117. package/src/shared/utils/bounds/navigation/zoom/config.ts +0 -23
  2118. package/src/shared/utils/bounds/navigation/zoom/helpers.ts +0 -150
  2119. package/src/shared/utils/bounds/navigation/zoom/mask.ts +0 -130
  2120. package/src/shared/utils/bounds/navigation/zoom/targets.ts +0 -74
  2121. /package/lib/commonjs/{shared/adapters → adapters}/with-screen-transitions/context.js +0 -0
  2122. /package/lib/commonjs/{shared/adapters → adapters}/with-screen-transitions/index.js +0 -0
  2123. /package/lib/commonjs/{shared/adapters → adapters}/with-screen-transitions/options.js +0 -0
  2124. /package/lib/commonjs/{shared/adapters → adapters}/with-screen-transitions/stack-layout.js +0 -0
  2125. /package/lib/commonjs/{blank-stack → adapters/with-screen-transitions}/types.js +0 -0
  2126. /package/lib/commonjs/{shared/animation → animation}/resolve-snap-target.js +0 -0
  2127. /package/lib/commonjs/{shared/animation → animation}/transition-blocking.js +0 -0
  2128. /package/lib/commonjs/{shared/components → components}/activity/helpers.js +0 -0
  2129. /package/lib/commonjs/{shared/components → components}/activity/index.js +0 -0
  2130. /package/lib/commonjs/{shared/components → components}/activity/variants/activity-container.js +0 -0
  2131. /package/lib/commonjs/{shared/components → components}/activity/variants/activity-screen.js +0 -0
  2132. /package/lib/commonjs/{shared/components → components}/boundary/components/boundary-target.js +0 -0
  2133. /package/lib/commonjs/{shared/components → components}/boundary/create-boundary-component.js +0 -0
  2134. /package/lib/commonjs/{shared/components → components}/boundary/hooks/lifecycles/use-initial-source-measurement.js +0 -0
  2135. /package/lib/commonjs/{shared/components → components}/boundary/hooks/lifecycles/use-refresh-boundary.js +0 -0
  2136. /package/lib/commonjs/{shared/components → components}/boundary/hooks/use-boundary-measurement.js +0 -0
  2137. /package/lib/commonjs/{shared/components → components}/boundary/hooks/use-measurer.js +0 -0
  2138. /package/lib/commonjs/{shared/components → components}/boundary/hooks/use-register-target.js +0 -0
  2139. /package/lib/commonjs/{shared/components → components}/boundary/index.js +0 -0
  2140. /package/lib/commonjs/{shared/components → components}/boundary/portal/components/boundary-content-portal/components/host.js +0 -0
  2141. /package/lib/commonjs/{shared/components → components}/boundary/portal/components/boundary-content-portal/helpers/host-name.js +0 -0
  2142. /package/lib/commonjs/{shared/components → components}/boundary/portal/components/boundary-content-portal/index.js +0 -0
  2143. /package/lib/commonjs/{shared/components → components}/boundary/portal/components/boundary-portal/components/host.js +0 -0
  2144. /package/lib/commonjs/{shared/components → components}/boundary/portal/components/boundary-portal/helpers/has-local-slot.js +0 -0
  2145. /package/lib/commonjs/{shared/components → components}/boundary/portal/components/boundary-portal/helpers/host-name.js +0 -0
  2146. /package/lib/commonjs/{shared/components → components}/boundary/portal/components/boundary-portal/helpers/offset-style.js +0 -0
  2147. /package/lib/commonjs/{shared/components → components}/boundary/portal/components/boundary-portal/hooks/use-placeholder-styles.js +0 -0
  2148. /package/lib/commonjs/{shared/components → components}/boundary/portal/components/boundary-portal/index.js +0 -0
  2149. /package/lib/commonjs/{shared/components → components}/boundary/portal/components/boundary-portal/stores/host-bounds.store.js +0 -0
  2150. /package/lib/commonjs/{shared/components → components}/boundary/portal/components/boundary-portal/stores/host-registry.store.js +0 -0
  2151. /package/lib/commonjs/{shared/components → components}/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.js +0 -0
  2152. /package/lib/commonjs/{shared/components → components}/boundary/portal/components/portal-provider.js +0 -0
  2153. /package/lib/commonjs/{shared/components → components}/boundary/portal/index.js +0 -0
  2154. /package/lib/commonjs/{shared/components → components}/boundary/portal/teleport.js +0 -0
  2155. /package/lib/commonjs/{shared/components → components}/boundary/portal/utils/naming.js +0 -0
  2156. /package/lib/commonjs/{shared/components → components}/boundary/portal/utils/resolve-portal.js +0 -0
  2157. /package/lib/commonjs/{shared/components → components}/boundary/portal/utils/shallow-equal.js +0 -0
  2158. /package/lib/commonjs/{shared/components → components}/boundary/portal/utils/teleport-control.js +0 -0
  2159. /package/lib/commonjs/{shared/components → components}/boundary/portal/utils/visible-host.js +0 -0
  2160. /package/lib/commonjs/{shared/components → components}/boundary/providers/boundary-root.provider.js +0 -0
  2161. /package/lib/commonjs/{component-stack → components/boundary}/types.js +0 -0
  2162. /package/lib/commonjs/{shared/components → components}/boundary/utils/destination-signals.js +0 -0
  2163. /package/lib/commonjs/{shared/components → components}/boundary/utils/measured-bounds.js +0 -0
  2164. /package/lib/commonjs/{shared/components → components}/boundary/utils/refresh-signals.js +0 -0
  2165. /package/lib/commonjs/{shared/components → components}/boundary/utils/source-signals.js +0 -0
  2166. /package/lib/commonjs/{shared/components → components}/masked-view.js +0 -0
  2167. /package/lib/commonjs/{shared/components → components}/overlay/helpers/get-active-overlay.js +0 -0
  2168. /package/lib/commonjs/{shared/components → components}/overlay/index.js +0 -0
  2169. /package/lib/commonjs/{shared/components → components}/overlay/variations/float-overlay.js +0 -0
  2170. /package/lib/commonjs/{shared/components → components}/scene-view.js +0 -0
  2171. /package/lib/commonjs/{shared/components → components}/screen-container/helpers/find-collapse-target.js +0 -0
  2172. /package/lib/commonjs/{shared/components → components}/screen-container/index.js +0 -0
  2173. /package/lib/commonjs/{shared/components → components}/screen-container/layers/content.js +0 -0
  2174. /package/lib/commonjs/{shared/components → components}/screen-container/layers/maybe-masked-navigation-container.js +0 -0
  2175. /package/lib/commonjs/{shared/components → components}/screen-container/layers/render-component.js +0 -0
  2176. /package/lib/commonjs/{shared/components → components}/screen-container/layers/surface-container.js +0 -0
  2177. /package/lib/commonjs/{shared/components → components}/screen-lifecycle/hooks/history/navigator-route-registry.js +0 -0
  2178. /package/lib/commonjs/{shared/components → components}/screen-lifecycle/hooks/use-close-transition-intent.js +0 -0
  2179. /package/lib/commonjs/{shared/components → components}/screen-lifecycle/hooks/use-open-transition-intent.js +0 -0
  2180. /package/lib/commonjs/{shared/components → components}/screen-lifecycle/hooks/use-transition-start-controller.js +0 -0
  2181. /package/lib/commonjs/{shared/components → components}/screen-lifecycle/index.js +0 -0
  2182. /package/lib/commonjs/{shared/configs → configs}/presets.js +0 -0
  2183. /package/lib/commonjs/{shared/constants.js → constants.js} +0 -0
  2184. /package/lib/commonjs/{shared/hooks → hooks}/navigation/use-history.js +0 -0
  2185. /package/lib/commonjs/{shared/hooks → hooks}/navigation/use-previous.js +0 -0
  2186. /package/lib/commonjs/{shared/hooks → hooks}/navigation/use-screen-state.js +0 -0
  2187. /package/lib/commonjs/{shared/hooks → hooks}/navigation/use-stack.js +0 -0
  2188. /package/lib/commonjs/{shared/hooks → hooks}/use-stable-callback.js +0 -0
  2189. /package/lib/commonjs/{shared/index.js → index.js} +0 -0
  2190. /package/lib/commonjs/{shared/providers → providers}/helpers/measured-bounds-writes.js +0 -0
  2191. /package/lib/commonjs/{shared/providers → providers}/screen/animation/animation.provider.js +0 -0
  2192. /package/lib/commonjs/{shared/providers → providers}/screen/animation/helpers/accessors/use-build-bounds-accessor.js +0 -0
  2193. /package/lib/commonjs/{shared/providers → providers}/screen/animation/helpers/accessors/use-build-transition-accessor.js +0 -0
  2194. /package/lib/commonjs/{shared/providers → providers}/screen/animation/helpers/build-screen-transition-options.js +0 -0
  2195. /package/lib/commonjs/{shared/providers → providers}/screen/animation/helpers/derivations.js +0 -0
  2196. /package/lib/commonjs/{shared/providers → providers}/screen/animation/helpers/has-transitions-enabled.js +0 -0
  2197. /package/lib/commonjs/{shared/providers → providers}/screen/animation/helpers/hydrate-transition-state/gesture-progress.js +0 -0
  2198. /package/lib/commonjs/{shared/providers → providers}/screen/animation/helpers/hydrate-transition-state/index.js +0 -0
  2199. /package/lib/commonjs/{shared/providers → providers}/screen/animation/helpers/hydrate-transition-state/snap-points.js +0 -0
  2200. /package/lib/commonjs/{native-stack → providers/screen/animation/helpers/hydrate-transition-state}/types.js +0 -0
  2201. /package/lib/commonjs/{shared/providers → providers}/screen/animation/helpers/pipeline.js +0 -0
  2202. /package/lib/commonjs/{shared/providers → providers}/screen/animation/helpers/read-screen-animation-revisions.js +0 -0
  2203. /package/lib/commonjs/{shared/providers → providers}/screen/animation/helpers/selected-interpolator-options.js +0 -0
  2204. /package/lib/commonjs/{shared/providers → providers}/screen/animation/helpers/stack-progress.js +0 -0
  2205. /package/lib/commonjs/{shared/providers → providers}/screen/animation/helpers/use-build-transition-state.js +0 -0
  2206. /package/lib/commonjs/{shared/providers → providers}/screen/animation/helpers/worklet.js +0 -0
  2207. /package/lib/commonjs/{shared/providers → providers}/screen/animation/index.js +0 -0
  2208. /package/lib/commonjs/{shared/adapters/with-screen-transitions → providers/screen/animation}/types.js +0 -0
  2209. /package/lib/commonjs/{shared/providers → providers}/screen/animation/use-screen-animation.js +0 -0
  2210. /package/lib/commonjs/{shared/providers → providers}/screen/descriptors/descriptors.provider.js +0 -0
  2211. /package/lib/commonjs/{shared/providers → providers}/screen/descriptors/helpers/derive-descriptor-derivations.js +0 -0
  2212. /package/lib/commonjs/{shared/providers → providers}/screen/descriptors/helpers/get-ancestor-keys.js +0 -0
  2213. /package/lib/commonjs/{shared/providers → providers}/screen/descriptors/index.js +0 -0
  2214. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/gestures.provider.js +0 -0
  2215. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/hooks/use-gesture-sensitivity.js +0 -0
  2216. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/hooks/use-screen-gesture-config.js +0 -0
  2217. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/hooks/use-screen-gesture.js +0 -0
  2218. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/hooks/use-stable-runtime-config.js +0 -0
  2219. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/index.js +0 -0
  2220. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/ownership/compute-claimed-directions.js +0 -0
  2221. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/ownership/resolve-ownership.js +0 -0
  2222. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/ownership/shadowing-claims.js +0 -0
  2223. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/ownership/use-walk-up-and-register-shadowing-claims.js +0 -0
  2224. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/pan/activation/pan-activation-decision.js +0 -0
  2225. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/pan/activation/pan-activation-rules.js +0 -0
  2226. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/pan/activation/use-pan-activation.js +0 -0
  2227. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/pan/behavior/pan-release.js +0 -0
  2228. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/pan/behavior/pan-reset.js +0 -0
  2229. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/pan/behavior/use-pan-behavior.js +0 -0
  2230. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/pan/use-build-pan-gesture.js +0 -0
  2231. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/pinch/activation/use-pinch-activation.js +0 -0
  2232. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/pinch/behavior/pinch-release.js +0 -0
  2233. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/pinch/behavior/pinch-reset.js +0 -0
  2234. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/pinch/behavior/use-pinch-behavior.js +0 -0
  2235. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/pinch/use-build-pinch-gesture.js +0 -0
  2236. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/rotation/activation/use-rotation-activation.js +0 -0
  2237. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/rotation/behavior/rotation-lifecycle.js +0 -0
  2238. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/rotation/behavior/use-rotation-behavior.js +0 -0
  2239. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/rotation/use-build-rotation-gesture.js +0 -0
  2240. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/scroll-coordination/index.js +0 -0
  2241. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/scroll-coordination/scroll-metadata-owner.js +0 -0
  2242. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/scroll-coordination/update-scroll-gesture-state.js +0 -0
  2243. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/scroll-coordination/use-scroll-gesture-coordination.js +0 -0
  2244. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/scroll-coordination/walk-up-scroll-gesture-coordination.js +0 -0
  2245. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/shared/ancestors.js +0 -0
  2246. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/shared/directions.js +0 -0
  2247. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/shared/physics.js +0 -0
  2248. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/shared/policy.js +0 -0
  2249. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/shared/release.js +0 -0
  2250. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/shared/reset.js +0 -0
  2251. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/shared/runtime.js +0 -0
  2252. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/shared/snap-points.js +0 -0
  2253. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/shared/snapshot.js +0 -0
  2254. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/shared/targets.js +0 -0
  2255. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/shared/values.js +0 -0
  2256. /package/lib/commonjs/{shared/providers → providers}/screen/gestures/types.js +0 -0
  2257. /package/lib/commonjs/{shared/providers → providers}/screen/options/helpers.js +0 -0
  2258. /package/lib/commonjs/{shared/providers → providers}/screen/options/index.js +0 -0
  2259. /package/lib/commonjs/{shared/providers → providers}/screen/options/options.provider.js +0 -0
  2260. /package/lib/commonjs/{shared/components/boundary → providers/screen/options}/types.js +0 -0
  2261. /package/lib/commonjs/{shared/providers → providers}/screen/origin.provider.js +0 -0
  2262. /package/lib/commonjs/{shared/providers → providers}/screen/screen-composer.js +0 -0
  2263. /package/lib/commonjs/{shared/providers → providers}/screen/styles/components/floating-overlay-layer.js +0 -0
  2264. /package/lib/commonjs/{shared/providers → providers}/screen/styles/constants.js +0 -0
  2265. /package/lib/commonjs/{shared/providers → providers}/screen/styles/helpers/collect-interpolator-shared-values.js +0 -0
  2266. /package/lib/commonjs/{shared/providers → providers}/screen/styles/helpers/compose-slot-style.js +0 -0
  2267. /package/lib/commonjs/{shared/providers → providers}/screen/styles/helpers/normalize-slots.js +0 -0
  2268. /package/lib/commonjs/{shared/providers → providers}/screen/styles/helpers/opening-phase.js +0 -0
  2269. /package/lib/commonjs/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/are-resettable-states-equal.js +0 -0
  2270. /package/lib/commonjs/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/index.js +0 -0
  2271. /package/lib/commonjs/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/materialize-slot.js +0 -0
  2272. /package/lib/commonjs/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/reset-values.js +0 -0
  2273. /package/lib/commonjs/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/slot-state.js +0 -0
  2274. /package/lib/commonjs/{shared/providers/screen/animation/helpers/hydrate-transition-state → providers/screen/styles/helpers/resolve-slot-styles}/types.js +0 -0
  2275. /package/lib/commonjs/{shared/providers → providers}/screen/styles/helpers/strip-interpolator-options.js +0 -0
  2276. /package/lib/commonjs/{shared/providers → providers}/screen/styles/helpers/visibility-gate.js +0 -0
  2277. /package/lib/commonjs/{shared/providers → providers}/screen/styles/hooks/slot-resolvers.js +0 -0
  2278. /package/lib/commonjs/{shared/providers → providers}/screen/styles/hooks/use-interpolated-style-maps.js +0 -0
  2279. /package/lib/commonjs/{shared/providers → providers}/screen/styles/hooks/use-maybe-block-visibility.js +0 -0
  2280. /package/lib/commonjs/{shared/providers → providers}/screen/styles/hooks/use-resolved-slot-style-map.js +0 -0
  2281. /package/lib/commonjs/{shared/providers → providers}/screen/styles/index.js +0 -0
  2282. /package/lib/commonjs/{shared/providers → providers}/screen/styles/slot.provider.js +0 -0
  2283. /package/lib/commonjs/{shared/providers → providers}/screen/styles/stores/slot-references.store.js +0 -0
  2284. /package/lib/commonjs/{shared/providers → providers}/stack/blank-stack-state/helpers/build-blank-stack-state.js +0 -0
  2285. /package/lib/commonjs/{shared/providers → providers}/stack/blank-stack-state/helpers/derive-blank-stack-state.js +0 -0
  2286. /package/lib/commonjs/{shared/providers → providers}/stack/blank-stack-state/helpers/navigation/compose-descriptors.js +0 -0
  2287. /package/lib/commonjs/{shared/providers → providers}/stack/blank-stack-state/helpers/navigation/resolve-scene-neighbors.js +0 -0
  2288. /package/lib/commonjs/{shared/providers → providers}/stack/blank-stack-state/helpers/navigation/sync-routes-with-removed.js +0 -0
  2289. /package/lib/commonjs/{shared/providers → providers}/stack/blank-stack-state/helpers/reconcile-blank-stack-routes.js +0 -0
  2290. /package/lib/commonjs/{shared/providers → providers}/stack/blank-stack-state/helpers/state-equality.js +0 -0
  2291. /package/lib/commonjs/{shared/providers/screen/animation → providers/stack/blank-stack-state/helpers}/types.js +0 -0
  2292. /package/lib/commonjs/{shared/providers → providers}/stack/blank-stack-state/index.js +0 -0
  2293. /package/lib/commonjs/{shared/providers → providers}/stack/blank-stack.provider.js +0 -0
  2294. /package/lib/commonjs/{shared/providers → providers}/stack/direct.provider.js +0 -0
  2295. /package/lib/commonjs/{shared/stores → stores}/animation.store.js +0 -0
  2296. /package/lib/commonjs/{shared/stores → stores}/bounds/helpers/keys.js +0 -0
  2297. /package/lib/commonjs/{shared/stores → stores}/bounds/helpers/link-pairs.helpers.js +0 -0
  2298. /package/lib/commonjs/{shared/stores → stores}/bounds/index.js +0 -0
  2299. /package/lib/commonjs/{shared/stores → stores}/bounds/internals/clear.js +0 -0
  2300. /package/lib/commonjs/{shared/stores → stores}/bounds/internals/entries.js +0 -0
  2301. /package/lib/commonjs/{shared/stores → stores}/bounds/internals/links.js +0 -0
  2302. /package/lib/commonjs/{shared/stores → stores}/bounds/internals/resolver.js +0 -0
  2303. /package/lib/commonjs/{shared/stores → stores}/bounds/internals/state.js +0 -0
  2304. /package/lib/commonjs/{shared/providers/screen/options → stores/bounds}/types.js +0 -0
  2305. /package/lib/commonjs/{shared/stores → stores}/gesture.store.js +0 -0
  2306. /package/lib/commonjs/{shared/stores → stores}/history.store.js +0 -0
  2307. /package/lib/commonjs/{shared/stores → stores}/scroll.store.js +0 -0
  2308. /package/lib/commonjs/{shared/stores → stores}/system.store.js +0 -0
  2309. /package/lib/commonjs/{shared/types → types}/animation.types.js +0 -0
  2310. /package/lib/commonjs/{shared/types → types}/bounds.types.js +0 -0
  2311. /package/lib/commonjs/{shared/types → types}/gesture.types.js +0 -0
  2312. /package/lib/commonjs/{shared/types → types}/index.js +0 -0
  2313. /package/lib/commonjs/{shared/types → types}/overlay.types.js +0 -0
  2314. /package/lib/commonjs/{shared/types → types}/ownership.types.js +0 -0
  2315. /package/lib/commonjs/{shared/types → types}/providers/blank-stack-provider.types.js +0 -0
  2316. /package/lib/commonjs/{shared/types → types}/providers/direct-stack.types.js +0 -0
  2317. /package/lib/commonjs/{shared/types → types}/screen.types.js +0 -0
  2318. /package/lib/commonjs/{shared/types → types}/stack.types.js +0 -0
  2319. /package/lib/commonjs/{shared/utils → utils}/animation/animate.js +0 -0
  2320. /package/lib/commonjs/{shared/utils → utils}/animation/emit.js +0 -0
  2321. /package/lib/commonjs/{shared/utils → utils}/animation/resolve-snap-transition-spec.js +0 -0
  2322. /package/lib/commonjs/{shared/utils → utils}/animation/spring/index.js +0 -0
  2323. /package/lib/commonjs/{shared/utils → utils}/animation/spring/spring.js +0 -0
  2324. /package/lib/commonjs/{shared/utils → utils}/animation/spring/springConfigs.js +0 -0
  2325. /package/lib/commonjs/{shared/utils → utils}/animation/spring/springUtils.js +0 -0
  2326. /package/lib/commonjs/{shared/utils → utils}/animation/state.js +0 -0
  2327. /package/lib/commonjs/{shared/utils → utils}/bounds/constants.js +0 -0
  2328. /package/lib/commonjs/{shared/utils → utils}/bounds/helpers/create-bound-tag.js +0 -0
  2329. /package/lib/commonjs/{shared/utils → utils}/bounds/helpers/create-bounds-accessor-core.js +0 -0
  2330. /package/lib/commonjs/{shared/utils → utils}/bounds/helpers/create-link-accessor.js +0 -0
  2331. /package/lib/commonjs/{shared/utils → utils}/bounds/helpers/geometry.js +0 -0
  2332. /package/lib/commonjs/{shared/utils → utils}/bounds/helpers/prepare-bound-styles.js +0 -0
  2333. /package/lib/commonjs/{shared/utils → utils}/bounds/helpers/resolve-bounds-pair-key.js +0 -0
  2334. /package/lib/commonjs/{shared/utils → utils}/bounds/helpers/styles/composers.js +0 -0
  2335. /package/lib/commonjs/{shared/utils → utils}/bounds/helpers/styles/compute.js +0 -0
  2336. /package/lib/commonjs/{shared/utils → utils}/bounds/helpers/styles/local-transform.js +0 -0
  2337. /package/lib/commonjs/{shared/utils → utils}/bounds/helpers/styles/styles.js +0 -0
  2338. /package/lib/commonjs/{shared/utils → utils}/bounds/index.js +0 -0
  2339. /package/lib/commonjs/{shared/utils → utils}/bounds/navigation/helpers.js +0 -0
  2340. /package/lib/commonjs/{shared/utils → utils}/bounds/navigation/math.js +0 -0
  2341. /package/lib/commonjs/{shared/utils → utils}/bounds/navigation/reveal/build.js +0 -0
  2342. /package/lib/commonjs/{shared/utils → utils}/bounds/navigation/reveal/config.js +0 -0
  2343. /package/lib/commonjs/{shared/utils → utils}/bounds/navigation/reveal/types.js +0 -0
  2344. /package/lib/commonjs/{shared/utils → utils}/bounds/navigation/zoom/drag.js +0 -0
  2345. /package/lib/commonjs/{shared/utils → utils}/bounds/navigation/zoom/types.js +0 -0
  2346. /package/lib/commonjs/{shared/utils → utils}/bounds/types/geometry.js +0 -0
  2347. /package/lib/commonjs/{shared/utils → utils}/bounds/types/options.js +0 -0
  2348. /package/lib/commonjs/{shared/utils → utils}/create-provider.js +0 -0
  2349. /package/lib/commonjs/{shared/utils → utils}/create-store.js +0 -0
  2350. /package/lib/commonjs/{shared/utils → utils}/logger.js +0 -0
  2351. /package/lib/commonjs/{shared/utils → utils}/normalize-interpolated-style.js +0 -0
  2352. /package/lib/commonjs/{shared/utils → utils}/overlay/visibility.js +0 -0
  2353. /package/lib/commonjs/{shared/utils → utils}/platform.js +0 -0
  2354. /package/lib/commonjs/{shared/utils → utils}/resolve-chain-target.js +0 -0
  2355. /package/lib/commonjs/{shared/utils → utils}/resolve-screen-transition-options.js +0 -0
  2356. /package/lib/commonjs/{shared/utils → utils}/visibility-block-offset.js +0 -0
  2357. /package/lib/module/{shared/adapters → adapters}/with-screen-transitions/context.js +0 -0
  2358. /package/lib/module/{shared/adapters → adapters}/with-screen-transitions/index.js +0 -0
  2359. /package/lib/module/{shared/adapters → adapters}/with-screen-transitions/options.js +0 -0
  2360. /package/lib/module/{shared/adapters → adapters}/with-screen-transitions/stack-layout.js +0 -0
  2361. /package/lib/module/{blank-stack → adapters/with-screen-transitions}/types.js +0 -0
  2362. /package/lib/module/{shared/animation → animation}/resolve-snap-target.js +0 -0
  2363. /package/lib/module/{shared/animation → animation}/transition-blocking.js +0 -0
  2364. /package/lib/module/{shared/components → components}/activity/helpers.js +0 -0
  2365. /package/lib/module/{shared/components → components}/activity/index.js +0 -0
  2366. /package/lib/module/{shared/components → components}/activity/variants/activity-container.js +0 -0
  2367. /package/lib/module/{shared/components → components}/activity/variants/activity-screen.js +0 -0
  2368. /package/lib/module/{shared/components → components}/boundary/components/boundary-target.js +0 -0
  2369. /package/lib/module/{shared/components → components}/boundary/create-boundary-component.js +0 -0
  2370. /package/lib/module/{shared/components → components}/boundary/hooks/lifecycles/use-initial-source-measurement.js +0 -0
  2371. /package/lib/module/{shared/components → components}/boundary/hooks/lifecycles/use-refresh-boundary.js +0 -0
  2372. /package/lib/module/{shared/components → components}/boundary/hooks/use-boundary-measurement.js +0 -0
  2373. /package/lib/module/{shared/components → components}/boundary/hooks/use-measurer.js +0 -0
  2374. /package/lib/module/{shared/components → components}/boundary/hooks/use-register-target.js +0 -0
  2375. /package/lib/module/{shared/components → components}/boundary/index.js +0 -0
  2376. /package/lib/module/{shared/components → components}/boundary/portal/components/boundary-content-portal/components/host.js +0 -0
  2377. /package/lib/module/{shared/components → components}/boundary/portal/components/boundary-content-portal/helpers/host-name.js +0 -0
  2378. /package/lib/module/{shared/components → components}/boundary/portal/components/boundary-content-portal/index.js +0 -0
  2379. /package/lib/module/{shared/components → components}/boundary/portal/components/boundary-portal/components/host.js +0 -0
  2380. /package/lib/module/{shared/components → components}/boundary/portal/components/boundary-portal/helpers/has-local-slot.js +0 -0
  2381. /package/lib/module/{shared/components → components}/boundary/portal/components/boundary-portal/helpers/host-name.js +0 -0
  2382. /package/lib/module/{shared/components → components}/boundary/portal/components/boundary-portal/helpers/offset-style.js +0 -0
  2383. /package/lib/module/{shared/components → components}/boundary/portal/components/boundary-portal/hooks/use-placeholder-styles.js +0 -0
  2384. /package/lib/module/{shared/components → components}/boundary/portal/components/boundary-portal/index.js +0 -0
  2385. /package/lib/module/{shared/components → components}/boundary/portal/components/boundary-portal/stores/host-bounds.store.js +0 -0
  2386. /package/lib/module/{shared/components → components}/boundary/portal/components/boundary-portal/stores/host-registry.store.js +0 -0
  2387. /package/lib/module/{shared/components → components}/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.js +0 -0
  2388. /package/lib/module/{shared/components → components}/boundary/portal/components/portal-provider.js +0 -0
  2389. /package/lib/module/{shared/components → components}/boundary/portal/index.js +0 -0
  2390. /package/lib/module/{shared/components → components}/boundary/portal/teleport.js +0 -0
  2391. /package/lib/module/{shared/components → components}/boundary/portal/utils/naming.js +0 -0
  2392. /package/lib/module/{shared/components → components}/boundary/portal/utils/resolve-portal.js +0 -0
  2393. /package/lib/module/{shared/components → components}/boundary/portal/utils/shallow-equal.js +0 -0
  2394. /package/lib/module/{shared/components → components}/boundary/portal/utils/teleport-control.js +0 -0
  2395. /package/lib/module/{shared/components → components}/boundary/portal/utils/visible-host.js +0 -0
  2396. /package/lib/module/{shared/components → components}/boundary/providers/boundary-root.provider.js +0 -0
  2397. /package/lib/module/{component-stack → components/boundary}/types.js +0 -0
  2398. /package/lib/module/{shared/components → components}/boundary/utils/destination-signals.js +0 -0
  2399. /package/lib/module/{shared/components → components}/boundary/utils/measured-bounds.js +0 -0
  2400. /package/lib/module/{shared/components → components}/boundary/utils/refresh-signals.js +0 -0
  2401. /package/lib/module/{shared/components → components}/boundary/utils/source-signals.js +0 -0
  2402. /package/lib/module/{shared/components → components}/masked-view.js +0 -0
  2403. /package/lib/module/{shared/components → components}/overlay/helpers/get-active-overlay.js +0 -0
  2404. /package/lib/module/{shared/components → components}/overlay/index.js +0 -0
  2405. /package/lib/module/{shared/components → components}/overlay/variations/float-overlay.js +0 -0
  2406. /package/lib/module/{shared/components → components}/scene-view.js +0 -0
  2407. /package/lib/module/{shared/components → components}/screen-container/helpers/find-collapse-target.js +0 -0
  2408. /package/lib/module/{shared/components → components}/screen-container/index.js +0 -0
  2409. /package/lib/module/{shared/components → components}/screen-container/layers/content.js +0 -0
  2410. /package/lib/module/{shared/components → components}/screen-container/layers/maybe-masked-navigation-container.js +0 -0
  2411. /package/lib/module/{shared/components → components}/screen-container/layers/render-component.js +0 -0
  2412. /package/lib/module/{shared/components → components}/screen-container/layers/surface-container.js +0 -0
  2413. /package/lib/module/{shared/components → components}/screen-lifecycle/hooks/history/navigator-route-registry.js +0 -0
  2414. /package/lib/module/{shared/components → components}/screen-lifecycle/hooks/use-close-transition-intent.js +0 -0
  2415. /package/lib/module/{shared/components → components}/screen-lifecycle/hooks/use-open-transition-intent.js +0 -0
  2416. /package/lib/module/{shared/components → components}/screen-lifecycle/hooks/use-transition-start-controller.js +0 -0
  2417. /package/lib/module/{shared/components → components}/screen-lifecycle/index.js +0 -0
  2418. /package/lib/module/{shared/configs → configs}/presets.js +0 -0
  2419. /package/lib/module/{shared/constants.js → constants.js} +0 -0
  2420. /package/lib/module/{shared/hooks → hooks}/navigation/use-history.js +0 -0
  2421. /package/lib/module/{shared/hooks → hooks}/navigation/use-previous.js +0 -0
  2422. /package/lib/module/{shared/hooks → hooks}/navigation/use-screen-state.js +0 -0
  2423. /package/lib/module/{shared/hooks → hooks}/navigation/use-stack.js +0 -0
  2424. /package/lib/module/{shared/hooks → hooks}/use-stable-callback.js +0 -0
  2425. /package/lib/module/{shared/index.js → index.js} +0 -0
  2426. /package/lib/module/{shared/providers → providers}/helpers/measured-bounds-writes.js +0 -0
  2427. /package/lib/module/{shared/providers → providers}/screen/animation/animation.provider.js +0 -0
  2428. /package/lib/module/{shared/providers → providers}/screen/animation/helpers/accessors/use-build-bounds-accessor.js +0 -0
  2429. /package/lib/module/{shared/providers → providers}/screen/animation/helpers/accessors/use-build-transition-accessor.js +0 -0
  2430. /package/lib/module/{shared/providers → providers}/screen/animation/helpers/build-screen-transition-options.js +0 -0
  2431. /package/lib/module/{shared/providers → providers}/screen/animation/helpers/derivations.js +0 -0
  2432. /package/lib/module/{shared/providers → providers}/screen/animation/helpers/has-transitions-enabled.js +0 -0
  2433. /package/lib/module/{shared/providers → providers}/screen/animation/helpers/hydrate-transition-state/gesture-progress.js +0 -0
  2434. /package/lib/module/{shared/providers → providers}/screen/animation/helpers/hydrate-transition-state/index.js +0 -0
  2435. /package/lib/module/{shared/providers → providers}/screen/animation/helpers/hydrate-transition-state/snap-points.js +0 -0
  2436. /package/lib/module/{native-stack → providers/screen/animation/helpers/hydrate-transition-state}/types.js +0 -0
  2437. /package/lib/module/{shared/providers → providers}/screen/animation/helpers/pipeline.js +0 -0
  2438. /package/lib/module/{shared/providers → providers}/screen/animation/helpers/read-screen-animation-revisions.js +0 -0
  2439. /package/lib/module/{shared/providers → providers}/screen/animation/helpers/selected-interpolator-options.js +0 -0
  2440. /package/lib/module/{shared/providers → providers}/screen/animation/helpers/stack-progress.js +0 -0
  2441. /package/lib/module/{shared/providers → providers}/screen/animation/helpers/use-build-transition-state.js +0 -0
  2442. /package/lib/module/{shared/providers → providers}/screen/animation/helpers/worklet.js +0 -0
  2443. /package/lib/module/{shared/providers → providers}/screen/animation/index.js +0 -0
  2444. /package/lib/module/{shared/adapters/with-screen-transitions → providers/screen/animation}/types.js +0 -0
  2445. /package/lib/module/{shared/providers → providers}/screen/animation/use-screen-animation.js +0 -0
  2446. /package/lib/module/{shared/providers → providers}/screen/descriptors/descriptors.provider.js +0 -0
  2447. /package/lib/module/{shared/providers → providers}/screen/descriptors/helpers/derive-descriptor-derivations.js +0 -0
  2448. /package/lib/module/{shared/providers → providers}/screen/descriptors/helpers/get-ancestor-keys.js +0 -0
  2449. /package/lib/module/{shared/providers → providers}/screen/descriptors/index.js +0 -0
  2450. /package/lib/module/{shared/providers → providers}/screen/gestures/gestures.provider.js +0 -0
  2451. /package/lib/module/{shared/providers → providers}/screen/gestures/hooks/use-gesture-sensitivity.js +0 -0
  2452. /package/lib/module/{shared/providers → providers}/screen/gestures/hooks/use-screen-gesture-config.js +0 -0
  2453. /package/lib/module/{shared/providers → providers}/screen/gestures/hooks/use-screen-gesture.js +0 -0
  2454. /package/lib/module/{shared/providers → providers}/screen/gestures/hooks/use-stable-runtime-config.js +0 -0
  2455. /package/lib/module/{shared/providers → providers}/screen/gestures/index.js +0 -0
  2456. /package/lib/module/{shared/providers → providers}/screen/gestures/ownership/compute-claimed-directions.js +0 -0
  2457. /package/lib/module/{shared/providers → providers}/screen/gestures/ownership/resolve-ownership.js +0 -0
  2458. /package/lib/module/{shared/providers → providers}/screen/gestures/ownership/shadowing-claims.js +0 -0
  2459. /package/lib/module/{shared/providers → providers}/screen/gestures/ownership/use-walk-up-and-register-shadowing-claims.js +0 -0
  2460. /package/lib/module/{shared/providers → providers}/screen/gestures/pan/activation/pan-activation-decision.js +0 -0
  2461. /package/lib/module/{shared/providers → providers}/screen/gestures/pan/activation/pan-activation-rules.js +0 -0
  2462. /package/lib/module/{shared/providers → providers}/screen/gestures/pan/activation/use-pan-activation.js +0 -0
  2463. /package/lib/module/{shared/providers → providers}/screen/gestures/pan/behavior/pan-release.js +0 -0
  2464. /package/lib/module/{shared/providers → providers}/screen/gestures/pan/behavior/pan-reset.js +0 -0
  2465. /package/lib/module/{shared/providers → providers}/screen/gestures/pan/behavior/use-pan-behavior.js +0 -0
  2466. /package/lib/module/{shared/providers → providers}/screen/gestures/pan/use-build-pan-gesture.js +0 -0
  2467. /package/lib/module/{shared/providers → providers}/screen/gestures/pinch/activation/use-pinch-activation.js +0 -0
  2468. /package/lib/module/{shared/providers → providers}/screen/gestures/pinch/behavior/pinch-release.js +0 -0
  2469. /package/lib/module/{shared/providers → providers}/screen/gestures/pinch/behavior/pinch-reset.js +0 -0
  2470. /package/lib/module/{shared/providers → providers}/screen/gestures/pinch/behavior/use-pinch-behavior.js +0 -0
  2471. /package/lib/module/{shared/providers → providers}/screen/gestures/pinch/use-build-pinch-gesture.js +0 -0
  2472. /package/lib/module/{shared/providers → providers}/screen/gestures/rotation/activation/use-rotation-activation.js +0 -0
  2473. /package/lib/module/{shared/providers → providers}/screen/gestures/rotation/behavior/rotation-lifecycle.js +0 -0
  2474. /package/lib/module/{shared/providers → providers}/screen/gestures/rotation/behavior/use-rotation-behavior.js +0 -0
  2475. /package/lib/module/{shared/providers → providers}/screen/gestures/rotation/use-build-rotation-gesture.js +0 -0
  2476. /package/lib/module/{shared/providers → providers}/screen/gestures/scroll-coordination/index.js +0 -0
  2477. /package/lib/module/{shared/providers → providers}/screen/gestures/scroll-coordination/scroll-metadata-owner.js +0 -0
  2478. /package/lib/module/{shared/providers → providers}/screen/gestures/scroll-coordination/update-scroll-gesture-state.js +0 -0
  2479. /package/lib/module/{shared/providers → providers}/screen/gestures/scroll-coordination/use-scroll-gesture-coordination.js +0 -0
  2480. /package/lib/module/{shared/providers → providers}/screen/gestures/scroll-coordination/walk-up-scroll-gesture-coordination.js +0 -0
  2481. /package/lib/module/{shared/providers → providers}/screen/gestures/shared/ancestors.js +0 -0
  2482. /package/lib/module/{shared/providers → providers}/screen/gestures/shared/directions.js +0 -0
  2483. /package/lib/module/{shared/providers → providers}/screen/gestures/shared/physics.js +0 -0
  2484. /package/lib/module/{shared/providers → providers}/screen/gestures/shared/policy.js +0 -0
  2485. /package/lib/module/{shared/providers → providers}/screen/gestures/shared/release.js +0 -0
  2486. /package/lib/module/{shared/providers → providers}/screen/gestures/shared/reset.js +0 -0
  2487. /package/lib/module/{shared/providers → providers}/screen/gestures/shared/runtime.js +0 -0
  2488. /package/lib/module/{shared/providers → providers}/screen/gestures/shared/snap-points.js +0 -0
  2489. /package/lib/module/{shared/providers → providers}/screen/gestures/shared/snapshot.js +0 -0
  2490. /package/lib/module/{shared/providers → providers}/screen/gestures/shared/targets.js +0 -0
  2491. /package/lib/module/{shared/providers → providers}/screen/gestures/shared/values.js +0 -0
  2492. /package/lib/module/{shared/providers → providers}/screen/gestures/types.js +0 -0
  2493. /package/lib/module/{shared/providers → providers}/screen/options/helpers.js +0 -0
  2494. /package/lib/module/{shared/providers → providers}/screen/options/index.js +0 -0
  2495. /package/lib/module/{shared/providers → providers}/screen/options/options.provider.js +0 -0
  2496. /package/lib/module/{shared/components/boundary → providers/screen/options}/types.js +0 -0
  2497. /package/lib/module/{shared/providers → providers}/screen/origin.provider.js +0 -0
  2498. /package/lib/module/{shared/providers → providers}/screen/screen-composer.js +0 -0
  2499. /package/lib/module/{shared/providers → providers}/screen/styles/components/floating-overlay-layer.js +0 -0
  2500. /package/lib/module/{shared/providers → providers}/screen/styles/constants.js +0 -0
  2501. /package/lib/module/{shared/providers → providers}/screen/styles/helpers/collect-interpolator-shared-values.js +0 -0
  2502. /package/lib/module/{shared/providers → providers}/screen/styles/helpers/compose-slot-style.js +0 -0
  2503. /package/lib/module/{shared/providers → providers}/screen/styles/helpers/normalize-slots.js +0 -0
  2504. /package/lib/module/{shared/providers → providers}/screen/styles/helpers/opening-phase.js +0 -0
  2505. /package/lib/module/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/are-resettable-states-equal.js +0 -0
  2506. /package/lib/module/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/index.js +0 -0
  2507. /package/lib/module/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/materialize-slot.js +0 -0
  2508. /package/lib/module/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/reset-values.js +0 -0
  2509. /package/lib/module/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/slot-state.js +0 -0
  2510. /package/lib/module/{shared/providers/screen/animation/helpers/hydrate-transition-state → providers/screen/styles/helpers/resolve-slot-styles}/types.js +0 -0
  2511. /package/lib/module/{shared/providers → providers}/screen/styles/helpers/strip-interpolator-options.js +0 -0
  2512. /package/lib/module/{shared/providers → providers}/screen/styles/helpers/visibility-gate.js +0 -0
  2513. /package/lib/module/{shared/providers → providers}/screen/styles/hooks/slot-resolvers.js +0 -0
  2514. /package/lib/module/{shared/providers → providers}/screen/styles/hooks/use-interpolated-style-maps.js +0 -0
  2515. /package/lib/module/{shared/providers → providers}/screen/styles/hooks/use-maybe-block-visibility.js +0 -0
  2516. /package/lib/module/{shared/providers → providers}/screen/styles/hooks/use-resolved-slot-style-map.js +0 -0
  2517. /package/lib/module/{shared/providers → providers}/screen/styles/index.js +0 -0
  2518. /package/lib/module/{shared/providers → providers}/screen/styles/slot.provider.js +0 -0
  2519. /package/lib/module/{shared/providers → providers}/screen/styles/stores/slot-references.store.js +0 -0
  2520. /package/lib/module/{shared/providers → providers}/stack/blank-stack-state/helpers/build-blank-stack-state.js +0 -0
  2521. /package/lib/module/{shared/providers → providers}/stack/blank-stack-state/helpers/derive-blank-stack-state.js +0 -0
  2522. /package/lib/module/{shared/providers → providers}/stack/blank-stack-state/helpers/navigation/compose-descriptors.js +0 -0
  2523. /package/lib/module/{shared/providers → providers}/stack/blank-stack-state/helpers/navigation/resolve-scene-neighbors.js +0 -0
  2524. /package/lib/module/{shared/providers → providers}/stack/blank-stack-state/helpers/navigation/sync-routes-with-removed.js +0 -0
  2525. /package/lib/module/{shared/providers → providers}/stack/blank-stack-state/helpers/reconcile-blank-stack-routes.js +0 -0
  2526. /package/lib/module/{shared/providers → providers}/stack/blank-stack-state/helpers/state-equality.js +0 -0
  2527. /package/lib/module/{shared/providers/screen/animation → providers/stack/blank-stack-state/helpers}/types.js +0 -0
  2528. /package/lib/module/{shared/providers → providers}/stack/blank-stack-state/index.js +0 -0
  2529. /package/lib/module/{shared/providers → providers}/stack/blank-stack.provider.js +0 -0
  2530. /package/lib/module/{shared/providers → providers}/stack/direct.provider.js +0 -0
  2531. /package/lib/module/{shared/stores → stores}/animation.store.js +0 -0
  2532. /package/lib/module/{shared/stores → stores}/bounds/helpers/keys.js +0 -0
  2533. /package/lib/module/{shared/stores → stores}/bounds/helpers/link-pairs.helpers.js +0 -0
  2534. /package/lib/module/{shared/stores → stores}/bounds/index.js +0 -0
  2535. /package/lib/module/{shared/stores → stores}/bounds/internals/clear.js +0 -0
  2536. /package/lib/module/{shared/stores → stores}/bounds/internals/entries.js +0 -0
  2537. /package/lib/module/{shared/stores → stores}/bounds/internals/links.js +0 -0
  2538. /package/lib/module/{shared/stores → stores}/bounds/internals/resolver.js +0 -0
  2539. /package/lib/module/{shared/stores → stores}/bounds/internals/state.js +0 -0
  2540. /package/lib/module/{shared/providers/screen/options → stores/bounds}/types.js +0 -0
  2541. /package/lib/module/{shared/stores → stores}/gesture.store.js +0 -0
  2542. /package/lib/module/{shared/stores → stores}/history.store.js +0 -0
  2543. /package/lib/module/{shared/stores → stores}/scroll.store.js +0 -0
  2544. /package/lib/module/{shared/stores → stores}/system.store.js +0 -0
  2545. /package/lib/module/{shared/types → types}/animation.types.js +0 -0
  2546. /package/lib/module/{shared/types → types}/bounds.types.js +0 -0
  2547. /package/lib/module/{shared/types → types}/gesture.types.js +0 -0
  2548. /package/lib/module/{shared/types → types}/index.js +0 -0
  2549. /package/lib/module/{shared/types → types}/overlay.types.js +0 -0
  2550. /package/lib/module/{shared/types → types}/ownership.types.js +0 -0
  2551. /package/lib/module/{shared/types → types}/providers/blank-stack-provider.types.js +0 -0
  2552. /package/lib/module/{shared/types → types}/providers/direct-stack.types.js +0 -0
  2553. /package/lib/module/{shared/types → types}/screen.types.js +0 -0
  2554. /package/lib/module/{shared/types → types}/stack.types.js +0 -0
  2555. /package/lib/module/{shared/utils → utils}/animation/animate.js +0 -0
  2556. /package/lib/module/{shared/utils → utils}/animation/emit.js +0 -0
  2557. /package/lib/module/{shared/utils → utils}/animation/resolve-snap-transition-spec.js +0 -0
  2558. /package/lib/module/{shared/utils → utils}/animation/spring/index.js +0 -0
  2559. /package/lib/module/{shared/utils → utils}/animation/spring/spring.js +0 -0
  2560. /package/lib/module/{shared/utils → utils}/animation/spring/springConfigs.js +0 -0
  2561. /package/lib/module/{shared/utils → utils}/animation/spring/springUtils.js +0 -0
  2562. /package/lib/module/{shared/utils → utils}/animation/state.js +0 -0
  2563. /package/lib/module/{shared/utils → utils}/bounds/constants.js +0 -0
  2564. /package/lib/module/{shared/utils → utils}/bounds/helpers/create-bound-tag.js +0 -0
  2565. /package/lib/module/{shared/utils → utils}/bounds/helpers/create-bounds-accessor-core.js +0 -0
  2566. /package/lib/module/{shared/utils → utils}/bounds/helpers/create-link-accessor.js +0 -0
  2567. /package/lib/module/{shared/utils → utils}/bounds/helpers/geometry.js +0 -0
  2568. /package/lib/module/{shared/utils → utils}/bounds/helpers/prepare-bound-styles.js +0 -0
  2569. /package/lib/module/{shared/utils → utils}/bounds/helpers/resolve-bounds-pair-key.js +0 -0
  2570. /package/lib/module/{shared/utils → utils}/bounds/helpers/styles/composers.js +0 -0
  2571. /package/lib/module/{shared/utils → utils}/bounds/helpers/styles/compute.js +0 -0
  2572. /package/lib/module/{shared/utils → utils}/bounds/helpers/styles/local-transform.js +0 -0
  2573. /package/lib/module/{shared/utils → utils}/bounds/helpers/styles/styles.js +0 -0
  2574. /package/lib/module/{shared/utils → utils}/bounds/index.js +0 -0
  2575. /package/lib/module/{shared/utils → utils}/bounds/navigation/helpers.js +0 -0
  2576. /package/lib/module/{shared/utils → utils}/bounds/navigation/math.js +0 -0
  2577. /package/lib/module/{shared/utils → utils}/bounds/navigation/reveal/build.js +0 -0
  2578. /package/lib/module/{shared/utils → utils}/bounds/navigation/reveal/config.js +0 -0
  2579. /package/lib/module/{shared/utils → utils}/bounds/navigation/reveal/types.js +0 -0
  2580. /package/lib/module/{shared/utils → utils}/bounds/navigation/zoom/drag.js +0 -0
  2581. /package/lib/module/{shared/utils → utils}/bounds/navigation/zoom/types.js +0 -0
  2582. /package/lib/module/{shared/utils → utils}/bounds/types/geometry.js +0 -0
  2583. /package/lib/module/{shared/utils → utils}/bounds/types/options.js +0 -0
  2584. /package/lib/module/{shared/utils → utils}/create-provider.js +0 -0
  2585. /package/lib/module/{shared/utils → utils}/create-store.js +0 -0
  2586. /package/lib/module/{shared/utils → utils}/logger.js +0 -0
  2587. /package/lib/module/{shared/utils → utils}/normalize-interpolated-style.js +0 -0
  2588. /package/lib/module/{shared/utils → utils}/overlay/visibility.js +0 -0
  2589. /package/lib/module/{shared/utils → utils}/platform.js +0 -0
  2590. /package/lib/module/{shared/utils → utils}/resolve-chain-target.js +0 -0
  2591. /package/lib/module/{shared/utils → utils}/resolve-screen-transition-options.js +0 -0
  2592. /package/lib/module/{shared/utils → utils}/visibility-block-offset.js +0 -0
  2593. /package/lib/typescript/{shared/adapters → adapters}/with-screen-transitions/index.d.ts +0 -0
  2594. /package/lib/typescript/{shared/adapters → adapters}/with-screen-transitions/options.d.ts +0 -0
  2595. /package/lib/typescript/{shared/adapters → adapters}/with-screen-transitions/types.d.ts +0 -0
  2596. /package/lib/typescript/{shared/animation → animation}/resolve-snap-target.d.ts +0 -0
  2597. /package/lib/typescript/{shared/animation → animation}/snap-to.d.ts +0 -0
  2598. /package/lib/typescript/{shared/animation → animation}/transition-blocking.d.ts +0 -0
  2599. /package/lib/typescript/{shared/components → components}/activity/helpers.d.ts +0 -0
  2600. /package/lib/typescript/{shared/components → components}/activity/index.d.ts +0 -0
  2601. /package/lib/typescript/{shared/components → components}/boundary/create-boundary-component.d.ts +0 -0
  2602. /package/lib/typescript/{shared/components → components}/boundary/hooks/lifecycles/use-boundary-presence.d.ts +0 -0
  2603. /package/lib/typescript/{shared/components → components}/boundary/hooks/lifecycles/use-initial-destination-measurement.d.ts +0 -0
  2604. /package/lib/typescript/{shared/components → components}/boundary/hooks/lifecycles/use-initial-source-measurement.d.ts +0 -0
  2605. /package/lib/typescript/{shared/components → components}/boundary/hooks/lifecycles/use-refresh-boundary.d.ts +0 -0
  2606. /package/lib/typescript/{shared/components → components}/boundary/hooks/use-boundary-measurement.d.ts +0 -0
  2607. /package/lib/typescript/{shared/components → components}/boundary/hooks/use-measurer.d.ts +0 -0
  2608. /package/lib/typescript/{shared/components → components}/boundary/hooks/use-register-target.d.ts +0 -0
  2609. /package/lib/typescript/{shared/components → components}/boundary/portal/components/boundary-content-portal/helpers/host-name.d.ts +0 -0
  2610. /package/lib/typescript/{shared/components → components}/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.d.ts +0 -0
  2611. /package/lib/typescript/{shared/components → components}/boundary/portal/components/boundary-portal/helpers/has-local-slot.d.ts +0 -0
  2612. /package/lib/typescript/{shared/components → components}/boundary/portal/components/boundary-portal/helpers/host-name.d.ts +0 -0
  2613. /package/lib/typescript/{shared/components → components}/boundary/portal/components/boundary-portal/helpers/offset-style.d.ts +0 -0
  2614. /package/lib/typescript/{shared/components → components}/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.d.ts +0 -0
  2615. /package/lib/typescript/{shared/components → components}/boundary/portal/components/boundary-portal/hooks/use-host-measurement.d.ts +0 -0
  2616. /package/lib/typescript/{shared/components → components}/boundary/portal/components/boundary-portal/hooks/use-placeholder-styles.d.ts +0 -0
  2617. /package/lib/typescript/{shared/components → components}/boundary/portal/components/boundary-portal/stores/host-bounds.store.d.ts +0 -0
  2618. /package/lib/typescript/{shared/components → components}/boundary/portal/components/boundary-portal/stores/host-registry.store.d.ts +0 -0
  2619. /package/lib/typescript/{shared/components → components}/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.d.ts +0 -0
  2620. /package/lib/typescript/{shared/components → components}/boundary/portal/index.d.ts +0 -0
  2621. /package/lib/typescript/{shared/components → components}/boundary/portal/teleport.d.ts +0 -0
  2622. /package/lib/typescript/{shared/components → components}/boundary/portal/utils/naming.d.ts +0 -0
  2623. /package/lib/typescript/{shared/components → components}/boundary/portal/utils/ownership.d.ts +0 -0
  2624. /package/lib/typescript/{shared/components → components}/boundary/portal/utils/resolve-portal.d.ts +0 -0
  2625. /package/lib/typescript/{shared/components → components}/boundary/portal/utils/shallow-equal.d.ts +0 -0
  2626. /package/lib/typescript/{shared/components → components}/boundary/portal/utils/teleport-control.d.ts +0 -0
  2627. /package/lib/typescript/{shared/components → components}/boundary/portal/utils/visible-host.d.ts +0 -0
  2628. /package/lib/typescript/{shared/components → components}/boundary/providers/boundary-root.provider.d.ts +0 -0
  2629. /package/lib/typescript/{shared/components → components}/boundary/types.d.ts +0 -0
  2630. /package/lib/typescript/{shared/components → components}/boundary/utils/destination-signals.d.ts +0 -0
  2631. /package/lib/typescript/{shared/components → components}/boundary/utils/measured-bounds.d.ts +0 -0
  2632. /package/lib/typescript/{shared/components → components}/boundary/utils/refresh-signals.d.ts +0 -0
  2633. /package/lib/typescript/{shared/components → components}/boundary/utils/source-signals.d.ts +0 -0
  2634. /package/lib/typescript/{shared/components → components}/create-transition-aware-component.d.ts +0 -0
  2635. /package/lib/typescript/{shared/components → components}/overlay/helpers/get-active-overlay.d.ts +0 -0
  2636. /package/lib/typescript/{shared/components → components}/overlay/index.d.ts +0 -0
  2637. /package/lib/typescript/{shared/components → components}/screen-container/helpers/find-collapse-target.d.ts +0 -0
  2638. /package/lib/typescript/{shared/components → components}/screen-container/hooks/use-backdrop-pointer-events.d.ts +0 -0
  2639. /package/lib/typescript/{shared/components → components}/screen-container/hooks/use-content-layout.d.ts +0 -0
  2640. /package/lib/typescript/{shared/components → components}/screen-container/layers/render-component.d.ts +0 -0
  2641. /package/lib/typescript/{shared/components → components}/screen-lifecycle/hooks/helpers/reset-stores-for-screen.d.ts +0 -0
  2642. /package/lib/typescript/{shared/components → components}/screen-lifecycle/hooks/history/navigator-route-registry.d.ts +0 -0
  2643. /package/lib/typescript/{shared/components → components}/screen-lifecycle/hooks/history/use-screen-history.d.ts +0 -0
  2644. /package/lib/typescript/{shared/components → components}/screen-lifecycle/hooks/use-close-transition-intent.d.ts +0 -0
  2645. /package/lib/typescript/{shared/components → components}/screen-lifecycle/hooks/use-open-transition-intent.d.ts +0 -0
  2646. /package/lib/typescript/{shared/components → components}/screen-lifecycle/hooks/use-transition-start-controller.d.ts +0 -0
  2647. /package/lib/typescript/{shared/components → components}/screen-lifecycle/index.d.ts +0 -0
  2648. /package/lib/typescript/{shared/configs → configs}/presets.d.ts +0 -0
  2649. /package/lib/typescript/{shared/constants.d.ts → constants.d.ts} +0 -0
  2650. /package/lib/typescript/{shared/hooks → hooks}/navigation/use-history.d.ts +0 -0
  2651. /package/lib/typescript/{shared/hooks → hooks}/navigation/use-navigation-helpers.d.ts +0 -0
  2652. /package/lib/typescript/{shared/hooks → hooks}/navigation/use-previous.d.ts +0 -0
  2653. /package/lib/typescript/{shared/hooks → hooks}/navigation/use-screen-state.d.ts +0 -0
  2654. /package/lib/typescript/{shared/hooks → hooks}/navigation/use-tab-press-reset.d.ts +0 -0
  2655. /package/lib/typescript/{shared/hooks → hooks}/reanimated/use-shared-value-ref.d.ts +0 -0
  2656. /package/lib/typescript/{shared/hooks → hooks}/reanimated/use-shared-value-state.d.ts +0 -0
  2657. /package/lib/typescript/{shared/hooks → hooks}/use-stable-callback.d.ts +0 -0
  2658. /package/lib/typescript/{shared/providers → providers}/helpers/measured-bounds-writes.d.ts +0 -0
  2659. /package/lib/typescript/{shared/providers → providers}/register-bounds.provider.d.ts +0 -0
  2660. /package/lib/typescript/{shared/providers → providers}/screen/animation/animation.provider.d.ts +0 -0
  2661. /package/lib/typescript/{shared/providers → providers}/screen/animation/helpers/accessors/use-build-bounds-accessor.d.ts +0 -0
  2662. /package/lib/typescript/{shared/providers → providers}/screen/animation/helpers/accessors/use-build-transition-accessor.d.ts +0 -0
  2663. /package/lib/typescript/{shared/providers → providers}/screen/animation/helpers/build-screen-transition-options.d.ts +0 -0
  2664. /package/lib/typescript/{shared/providers → providers}/screen/animation/helpers/derivations.d.ts +0 -0
  2665. /package/lib/typescript/{shared/providers → providers}/screen/animation/helpers/has-transitions-enabled.d.ts +0 -0
  2666. /package/lib/typescript/{shared/providers → providers}/screen/animation/helpers/hydrate-transition-state/gesture-progress.d.ts +0 -0
  2667. /package/lib/typescript/{shared/providers → providers}/screen/animation/helpers/hydrate-transition-state/index.d.ts +0 -0
  2668. /package/lib/typescript/{shared/providers → providers}/screen/animation/helpers/hydrate-transition-state/snap-points.d.ts +0 -0
  2669. /package/lib/typescript/{shared/providers → providers}/screen/animation/helpers/hydrate-transition-state/types.d.ts +0 -0
  2670. /package/lib/typescript/{shared/providers → providers}/screen/animation/helpers/pipeline.d.ts +0 -0
  2671. /package/lib/typescript/{shared/providers → providers}/screen/animation/helpers/read-screen-animation-revisions.d.ts +0 -0
  2672. /package/lib/typescript/{shared/providers → providers}/screen/animation/helpers/selected-interpolator-options.d.ts +0 -0
  2673. /package/lib/typescript/{shared/providers → providers}/screen/animation/helpers/stack-progress.d.ts +0 -0
  2674. /package/lib/typescript/{shared/providers → providers}/screen/animation/helpers/use-build-transition-state.d.ts +0 -0
  2675. /package/lib/typescript/{shared/providers → providers}/screen/animation/helpers/worklet.d.ts +0 -0
  2676. /package/lib/typescript/{shared/providers → providers}/screen/animation/index.d.ts +0 -0
  2677. /package/lib/typescript/{shared/providers → providers}/screen/animation/types.d.ts +0 -0
  2678. /package/lib/typescript/{shared/providers → providers}/screen/animation/use-screen-animation.d.ts +0 -0
  2679. /package/lib/typescript/{shared/providers → providers}/screen/descriptors/helpers/derive-descriptor-derivations.d.ts +0 -0
  2680. /package/lib/typescript/{shared/providers → providers}/screen/descriptors/helpers/get-ancestor-keys.d.ts +0 -0
  2681. /package/lib/typescript/{shared/providers → providers}/screen/descriptors/index.d.ts +0 -0
  2682. /package/lib/typescript/{shared/providers → providers}/screen/gestures/gestures.provider.d.ts +0 -0
  2683. /package/lib/typescript/{shared/providers → providers}/screen/gestures/hooks/use-gesture-sensitivity.d.ts +0 -0
  2684. /package/lib/typescript/{shared/providers → providers}/screen/gestures/hooks/use-screen-gesture-config.d.ts +0 -0
  2685. /package/lib/typescript/{shared/providers → providers}/screen/gestures/hooks/use-screen-gesture.d.ts +0 -0
  2686. /package/lib/typescript/{shared/providers → providers}/screen/gestures/hooks/use-stable-runtime-config.d.ts +0 -0
  2687. /package/lib/typescript/{shared/providers → providers}/screen/gestures/index.d.ts +0 -0
  2688. /package/lib/typescript/{shared/providers → providers}/screen/gestures/ownership/compute-claimed-directions.d.ts +0 -0
  2689. /package/lib/typescript/{shared/providers → providers}/screen/gestures/ownership/resolve-ownership.d.ts +0 -0
  2690. /package/lib/typescript/{shared/providers → providers}/screen/gestures/ownership/shadowing-claims.d.ts +0 -0
  2691. /package/lib/typescript/{shared/providers → providers}/screen/gestures/ownership/use-walk-up-and-register-shadowing-claims.d.ts +0 -0
  2692. /package/lib/typescript/{shared/providers → providers}/screen/gestures/pan/activation/pan-activation-decision.d.ts +0 -0
  2693. /package/lib/typescript/{shared/providers → providers}/screen/gestures/pan/activation/pan-activation-rules.d.ts +0 -0
  2694. /package/lib/typescript/{shared/providers → providers}/screen/gestures/pan/activation/use-pan-activation.d.ts +0 -0
  2695. /package/lib/typescript/{shared/providers → providers}/screen/gestures/pan/behavior/pan-lifecycle.d.ts +0 -0
  2696. /package/lib/typescript/{shared/providers → providers}/screen/gestures/pan/behavior/pan-release.d.ts +0 -0
  2697. /package/lib/typescript/{shared/providers → providers}/screen/gestures/pan/behavior/pan-reset.d.ts +0 -0
  2698. /package/lib/typescript/{shared/providers → providers}/screen/gestures/pan/behavior/use-pan-behavior.d.ts +0 -0
  2699. /package/lib/typescript/{shared/providers → providers}/screen/gestures/pan/use-build-pan-gesture.d.ts +0 -0
  2700. /package/lib/typescript/{shared/providers → providers}/screen/gestures/pinch/activation/use-pinch-activation.d.ts +0 -0
  2701. /package/lib/typescript/{shared/providers → providers}/screen/gestures/pinch/behavior/pinch-lifecycle.d.ts +0 -0
  2702. /package/lib/typescript/{shared/providers → providers}/screen/gestures/pinch/behavior/pinch-release.d.ts +0 -0
  2703. /package/lib/typescript/{shared/providers → providers}/screen/gestures/pinch/behavior/pinch-reset.d.ts +0 -0
  2704. /package/lib/typescript/{shared/providers → providers}/screen/gestures/pinch/behavior/use-pinch-behavior.d.ts +0 -0
  2705. /package/lib/typescript/{shared/providers → providers}/screen/gestures/pinch/use-build-pinch-gesture.d.ts +0 -0
  2706. /package/lib/typescript/{shared/providers → providers}/screen/gestures/rotation/activation/use-rotation-activation.d.ts +0 -0
  2707. /package/lib/typescript/{shared/providers → providers}/screen/gestures/rotation/behavior/rotation-lifecycle.d.ts +0 -0
  2708. /package/lib/typescript/{shared/providers → providers}/screen/gestures/rotation/behavior/use-rotation-behavior.d.ts +0 -0
  2709. /package/lib/typescript/{shared/providers → providers}/screen/gestures/rotation/use-build-rotation-gesture.d.ts +0 -0
  2710. /package/lib/typescript/{shared/providers → providers}/screen/gestures/scroll-coordination/index.d.ts +0 -0
  2711. /package/lib/typescript/{shared/providers → providers}/screen/gestures/scroll-coordination/scroll-metadata-owner.d.ts +0 -0
  2712. /package/lib/typescript/{shared/providers → providers}/screen/gestures/scroll-coordination/update-scroll-gesture-state.d.ts +0 -0
  2713. /package/lib/typescript/{shared/providers → providers}/screen/gestures/scroll-coordination/use-scroll-gesture-coordination.d.ts +0 -0
  2714. /package/lib/typescript/{shared/providers → providers}/screen/gestures/scroll-coordination/walk-up-scroll-gesture-coordination.d.ts +0 -0
  2715. /package/lib/typescript/{shared/providers → providers}/screen/gestures/shared/ancestors.d.ts +0 -0
  2716. /package/lib/typescript/{shared/providers → providers}/screen/gestures/shared/directions.d.ts +0 -0
  2717. /package/lib/typescript/{shared/providers → providers}/screen/gestures/shared/physics.d.ts +0 -0
  2718. /package/lib/typescript/{shared/providers → providers}/screen/gestures/shared/policy.d.ts +0 -0
  2719. /package/lib/typescript/{shared/providers → providers}/screen/gestures/shared/release.d.ts +0 -0
  2720. /package/lib/typescript/{shared/providers → providers}/screen/gestures/shared/reset.d.ts +0 -0
  2721. /package/lib/typescript/{shared/providers → providers}/screen/gestures/shared/runtime.d.ts +0 -0
  2722. /package/lib/typescript/{shared/providers → providers}/screen/gestures/shared/snap-points.d.ts +0 -0
  2723. /package/lib/typescript/{shared/providers → providers}/screen/gestures/shared/snapshot.d.ts +0 -0
  2724. /package/lib/typescript/{shared/providers → providers}/screen/gestures/shared/targets.d.ts +0 -0
  2725. /package/lib/typescript/{shared/providers → providers}/screen/gestures/shared/values.d.ts +0 -0
  2726. /package/lib/typescript/{shared/providers → providers}/screen/gestures/types.d.ts +0 -0
  2727. /package/lib/typescript/{shared/providers → providers}/screen/options/helpers.d.ts +0 -0
  2728. /package/lib/typescript/{shared/providers → providers}/screen/options/index.d.ts +0 -0
  2729. /package/lib/typescript/{shared/providers → providers}/screen/options/options.provider.d.ts +0 -0
  2730. /package/lib/typescript/{shared/providers → providers}/screen/options/types.d.ts +0 -0
  2731. /package/lib/typescript/{shared/providers → providers}/screen/origin.provider.d.ts +0 -0
  2732. /package/lib/typescript/{shared/providers → providers}/screen/styles/constants.d.ts +0 -0
  2733. /package/lib/typescript/{shared/providers → providers}/screen/styles/helpers/collect-interpolator-shared-values.d.ts +0 -0
  2734. /package/lib/typescript/{shared/providers → providers}/screen/styles/helpers/compose-slot-style.d.ts +0 -0
  2735. /package/lib/typescript/{shared/providers → providers}/screen/styles/helpers/normalize-slots.d.ts +0 -0
  2736. /package/lib/typescript/{shared/providers → providers}/screen/styles/helpers/opening-phase.d.ts +0 -0
  2737. /package/lib/typescript/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/are-resettable-states-equal.d.ts +0 -0
  2738. /package/lib/typescript/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/index.d.ts +0 -0
  2739. /package/lib/typescript/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/materialize-slot.d.ts +0 -0
  2740. /package/lib/typescript/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/reset-values.d.ts +0 -0
  2741. /package/lib/typescript/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/slot-state.d.ts +0 -0
  2742. /package/lib/typescript/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/types.d.ts +0 -0
  2743. /package/lib/typescript/{shared/providers → providers}/screen/styles/helpers/strip-interpolator-options.d.ts +0 -0
  2744. /package/lib/typescript/{shared/providers → providers}/screen/styles/helpers/visibility-gate.d.ts +0 -0
  2745. /package/lib/typescript/{shared/providers → providers}/screen/styles/hooks/slot-resolvers.d.ts +0 -0
  2746. /package/lib/typescript/{shared/providers → providers}/screen/styles/hooks/use-interpolated-style-maps.d.ts +0 -0
  2747. /package/lib/typescript/{shared/providers → providers}/screen/styles/hooks/use-maybe-block-visibility.d.ts +0 -0
  2748. /package/lib/typescript/{shared/providers → providers}/screen/styles/hooks/use-resolved-slot-style-map.d.ts +0 -0
  2749. /package/lib/typescript/{shared/providers → providers}/screen/styles/index.d.ts +0 -0
  2750. /package/lib/typescript/{shared/providers → providers}/screen/styles/slot.provider.d.ts +0 -0
  2751. /package/lib/typescript/{shared/providers → providers}/screen/styles/stores/slot-references.store.d.ts +0 -0
  2752. /package/lib/typescript/{shared/providers → providers}/stack/blank-stack-state/blank-stack-controller.d.ts +0 -0
  2753. /package/lib/typescript/{shared/providers → providers}/stack/blank-stack-state/helpers/build-blank-stack-state.d.ts +0 -0
  2754. /package/lib/typescript/{shared/providers → providers}/stack/blank-stack-state/helpers/derive-blank-stack-state.d.ts +0 -0
  2755. /package/lib/typescript/{shared/providers → providers}/stack/blank-stack-state/helpers/navigation/compose-descriptors.d.ts +0 -0
  2756. /package/lib/typescript/{shared/providers → providers}/stack/blank-stack-state/helpers/navigation/resolve-scene-neighbors.d.ts +0 -0
  2757. /package/lib/typescript/{shared/providers → providers}/stack/blank-stack-state/helpers/navigation/sync-routes-with-removed.d.ts +0 -0
  2758. /package/lib/typescript/{shared/providers → providers}/stack/blank-stack-state/helpers/reconcile-blank-stack-routes.d.ts +0 -0
  2759. /package/lib/typescript/{shared/providers → providers}/stack/blank-stack-state/helpers/state-equality.d.ts +0 -0
  2760. /package/lib/typescript/{shared/providers → providers}/stack/blank-stack-state/helpers/types.d.ts +0 -0
  2761. /package/lib/typescript/{shared/providers → providers}/stack/blank-stack-state/index.d.ts +0 -0
  2762. /package/lib/typescript/{shared/providers → providers}/stack/blank-stack.provider.d.ts +0 -0
  2763. /package/lib/typescript/{shared/providers → providers}/stack/direct.provider.d.ts +0 -0
  2764. /package/lib/typescript/{shared/stores → stores}/animation.store.d.ts +0 -0
  2765. /package/lib/typescript/{shared/stores → stores}/bounds/helpers/keys.d.ts +0 -0
  2766. /package/lib/typescript/{shared/stores → stores}/bounds/helpers/link-pairs.helpers.d.ts +0 -0
  2767. /package/lib/typescript/{shared/stores → stores}/bounds/index.d.ts +0 -0
  2768. /package/lib/typescript/{shared/stores → stores}/bounds/internals/clear.d.ts +0 -0
  2769. /package/lib/typescript/{shared/stores → stores}/bounds/internals/entries.d.ts +0 -0
  2770. /package/lib/typescript/{shared/stores → stores}/bounds/internals/links.d.ts +0 -0
  2771. /package/lib/typescript/{shared/stores → stores}/bounds/internals/resolver.d.ts +0 -0
  2772. /package/lib/typescript/{shared/stores → stores}/bounds/internals/state.d.ts +0 -0
  2773. /package/lib/typescript/{shared/stores → stores}/bounds/types.d.ts +0 -0
  2774. /package/lib/typescript/{shared/stores → stores}/gesture.store.d.ts +0 -0
  2775. /package/lib/typescript/{shared/stores → stores}/history.store.d.ts +0 -0
  2776. /package/lib/typescript/{shared/stores → stores}/scroll.store.d.ts +0 -0
  2777. /package/lib/typescript/{shared/stores → stores}/system.store.d.ts +0 -0
  2778. /package/lib/typescript/{shared/types → types}/animation.types.d.ts +0 -0
  2779. /package/lib/typescript/{shared/types → types}/bounds.types.d.ts +0 -0
  2780. /package/lib/typescript/{shared/types → types}/gesture.types.d.ts +0 -0
  2781. /package/lib/typescript/{shared/types → types}/index.d.ts +0 -0
  2782. /package/lib/typescript/{shared/types → types}/overlay.types.d.ts +0 -0
  2783. /package/lib/typescript/{shared/types → types}/ownership.types.d.ts +0 -0
  2784. /package/lib/typescript/{shared/types → types}/providers/blank-stack-provider.types.d.ts +0 -0
  2785. /package/lib/typescript/{shared/types → types}/screen.types.d.ts +0 -0
  2786. /package/lib/typescript/{shared/types → types}/stack.types.d.ts +0 -0
  2787. /package/lib/typescript/{shared/utils → utils}/animation/animate.d.ts +0 -0
  2788. /package/lib/typescript/{shared/utils → utils}/animation/emit.d.ts +0 -0
  2789. /package/lib/typescript/{shared/utils → utils}/animation/resolve-snap-transition-spec.d.ts +0 -0
  2790. /package/lib/typescript/{shared/utils → utils}/animation/spring/index.d.ts +0 -0
  2791. /package/lib/typescript/{shared/utils → utils}/animation/spring/spring.d.ts +0 -0
  2792. /package/lib/typescript/{shared/utils → utils}/animation/spring/springConfigs.d.ts +0 -0
  2793. /package/lib/typescript/{shared/utils → utils}/animation/spring/springUtils.d.ts +0 -0
  2794. /package/lib/typescript/{shared/utils → utils}/animation/state.d.ts +0 -0
  2795. /package/lib/typescript/{shared/utils → utils}/bounds/constants.d.ts +0 -0
  2796. /package/lib/typescript/{shared/utils → utils}/bounds/helpers/create-bound-tag.d.ts +0 -0
  2797. /package/lib/typescript/{shared/utils → utils}/bounds/helpers/create-bounds-accessor-core.d.ts +0 -0
  2798. /package/lib/typescript/{shared/utils → utils}/bounds/helpers/create-link-accessor.d.ts +0 -0
  2799. /package/lib/typescript/{shared/utils → utils}/bounds/helpers/geometry.d.ts +0 -0
  2800. /package/lib/typescript/{shared/utils → utils}/bounds/helpers/prepare-bound-styles.d.ts +0 -0
  2801. /package/lib/typescript/{shared/utils → utils}/bounds/helpers/resolve-bounds-pair-key.d.ts +0 -0
  2802. /package/lib/typescript/{shared/utils → utils}/bounds/helpers/styles/composers.d.ts +0 -0
  2803. /package/lib/typescript/{shared/utils → utils}/bounds/helpers/styles/compute.d.ts +0 -0
  2804. /package/lib/typescript/{shared/utils → utils}/bounds/helpers/styles/local-transform.d.ts +0 -0
  2805. /package/lib/typescript/{shared/utils → utils}/bounds/helpers/styles/styles.d.ts +0 -0
  2806. /package/lib/typescript/{shared/utils → utils}/bounds/index.d.ts +0 -0
  2807. /package/lib/typescript/{shared/utils → utils}/bounds/navigation/helpers.d.ts +0 -0
  2808. /package/lib/typescript/{shared/utils → utils}/bounds/navigation/math.d.ts +0 -0
  2809. /package/lib/typescript/{shared/utils → utils}/bounds/navigation/reveal/build.d.ts +0 -0
  2810. /package/lib/typescript/{shared/utils → utils}/bounds/navigation/reveal/config.d.ts +0 -0
  2811. /package/lib/typescript/{shared/utils → utils}/bounds/navigation/reveal/types.d.ts +0 -0
  2812. /package/lib/typescript/{shared/utils → utils}/bounds/navigation/zoom/build.d.ts +0 -0
  2813. /package/lib/typescript/{shared/utils → utils}/bounds/navigation/zoom/drag.d.ts +0 -0
  2814. /package/lib/typescript/{shared/utils → utils}/bounds/navigation/zoom/types.d.ts +0 -0
  2815. /package/lib/typescript/{shared/utils → utils}/bounds/types/geometry.d.ts +0 -0
  2816. /package/lib/typescript/{shared/utils → utils}/bounds/types/options.d.ts +0 -0
  2817. /package/lib/typescript/{shared/utils → utils}/create-provider.d.ts +0 -0
  2818. /package/lib/typescript/{shared/utils → utils}/create-store.d.ts +0 -0
  2819. /package/lib/typescript/{shared/utils → utils}/logger.d.ts +0 -0
  2820. /package/lib/typescript/{shared/utils → utils}/normalize-interpolated-style.d.ts +0 -0
  2821. /package/lib/typescript/{shared/utils → utils}/overlay/visibility.d.ts +0 -0
  2822. /package/lib/typescript/{shared/utils → utils}/platform.d.ts +0 -0
  2823. /package/lib/typescript/{shared/utils → utils}/resolve-chain-target.d.ts +0 -0
  2824. /package/lib/typescript/{shared/utils → utils}/resolve-screen-transition-options.d.ts +0 -0
  2825. /package/lib/typescript/{shared/utils → utils}/visibility-block-offset.d.ts +0 -0
  2826. /package/src/{shared/adapters → adapters}/with-screen-transitions/context.tsx +0 -0
  2827. /package/src/{shared/adapters → adapters}/with-screen-transitions/index.tsx +0 -0
  2828. /package/src/{shared/adapters → adapters}/with-screen-transitions/options.ts +0 -0
  2829. /package/src/{shared/adapters → adapters}/with-screen-transitions/stack-layout.tsx +0 -0
  2830. /package/src/{shared/adapters → adapters}/with-screen-transitions/types.ts +0 -0
  2831. /package/src/{shared/animation → animation}/resolve-snap-target.ts +0 -0
  2832. /package/src/{shared/animation → animation}/transition-blocking.ts +0 -0
  2833. /package/src/{shared/components → components}/activity/helpers.ts +0 -0
  2834. /package/src/{shared/components → components}/activity/index.tsx +0 -0
  2835. /package/src/{shared/components → components}/activity/variants/activity-container.tsx +0 -0
  2836. /package/src/{shared/components → components}/activity/variants/activity-screen.tsx +0 -0
  2837. /package/src/{shared/components → components}/boundary/components/boundary-target.tsx +0 -0
  2838. /package/src/{shared/components → components}/boundary/create-boundary-component.tsx +0 -0
  2839. /package/src/{shared/components → components}/boundary/hooks/lifecycles/use-initial-source-measurement.ts +0 -0
  2840. /package/src/{shared/components → components}/boundary/hooks/lifecycles/use-refresh-boundary.ts +0 -0
  2841. /package/src/{shared/components → components}/boundary/hooks/use-boundary-measurement.ts +0 -0
  2842. /package/src/{shared/components → components}/boundary/hooks/use-measurer.ts +0 -0
  2843. /package/src/{shared/components → components}/boundary/hooks/use-register-target.ts +0 -0
  2844. /package/src/{shared/components → components}/boundary/index.tsx +0 -0
  2845. /package/src/{shared/components → components}/boundary/portal/components/boundary-content-portal/components/host.tsx +0 -0
  2846. /package/src/{shared/components → components}/boundary/portal/components/boundary-content-portal/helpers/host-name.ts +0 -0
  2847. /package/src/{shared/components → components}/boundary/portal/components/boundary-content-portal/index.tsx +0 -0
  2848. /package/src/{shared/components → components}/boundary/portal/components/boundary-portal/components/host.tsx +0 -0
  2849. /package/src/{shared/components → components}/boundary/portal/components/boundary-portal/helpers/has-local-slot.ts +0 -0
  2850. /package/src/{shared/components → components}/boundary/portal/components/boundary-portal/helpers/host-name.ts +0 -0
  2851. /package/src/{shared/components → components}/boundary/portal/components/boundary-portal/helpers/offset-style.ts +0 -0
  2852. /package/src/{shared/components → components}/boundary/portal/components/boundary-portal/hooks/use-placeholder-styles.ts +0 -0
  2853. /package/src/{shared/components → components}/boundary/portal/components/boundary-portal/index.tsx +0 -0
  2854. /package/src/{shared/components → components}/boundary/portal/components/boundary-portal/stores/host-bounds.store.ts +0 -0
  2855. /package/src/{shared/components → components}/boundary/portal/components/boundary-portal/stores/host-registry.store.ts +0 -0
  2856. /package/src/{shared/components → components}/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.ts +0 -0
  2857. /package/src/{shared/components → components}/boundary/portal/components/portal-provider.tsx +0 -0
  2858. /package/src/{shared/components → components}/boundary/portal/index.ts +0 -0
  2859. /package/src/{shared/components → components}/boundary/portal/teleport.ts +0 -0
  2860. /package/src/{shared/components → components}/boundary/portal/utils/naming.ts +0 -0
  2861. /package/src/{shared/components → components}/boundary/portal/utils/resolve-portal.ts +0 -0
  2862. /package/src/{shared/components → components}/boundary/portal/utils/shallow-equal.ts +0 -0
  2863. /package/src/{shared/components → components}/boundary/portal/utils/teleport-control.ts +0 -0
  2864. /package/src/{shared/components → components}/boundary/portal/utils/visible-host.ts +0 -0
  2865. /package/src/{shared/components → components}/boundary/providers/boundary-root.provider.tsx +0 -0
  2866. /package/src/{shared/components → components}/boundary/types.ts +0 -0
  2867. /package/src/{shared/components → components}/boundary/utils/destination-signals.ts +0 -0
  2868. /package/src/{shared/components → components}/boundary/utils/measured-bounds.ts +0 -0
  2869. /package/src/{shared/components → components}/boundary/utils/refresh-signals.ts +0 -0
  2870. /package/src/{shared/components → components}/boundary/utils/source-signals.ts +0 -0
  2871. /package/src/{shared/components → components}/masked-view.tsx +0 -0
  2872. /package/src/{shared/components → components}/overlay/helpers/get-active-overlay.ts +0 -0
  2873. /package/src/{shared/components → components}/overlay/index.ts +0 -0
  2874. /package/src/{shared/components → components}/overlay/variations/float-overlay.tsx +0 -0
  2875. /package/src/{shared/components → components}/scene-view.tsx +0 -0
  2876. /package/src/{shared/components → components}/screen-container/helpers/find-collapse-target.ts +0 -0
  2877. /package/src/{shared/components → components}/screen-container/index.tsx +0 -0
  2878. /package/src/{shared/components → components}/screen-container/layers/content.tsx +0 -0
  2879. /package/src/{shared/components → components}/screen-container/layers/maybe-masked-navigation-container.tsx +0 -0
  2880. /package/src/{shared/components → components}/screen-container/layers/render-component.ts +0 -0
  2881. /package/src/{shared/components → components}/screen-container/layers/surface-container.tsx +0 -0
  2882. /package/src/{shared/components → components}/screen-lifecycle/hooks/history/navigator-route-registry.ts +0 -0
  2883. /package/src/{shared/components → components}/screen-lifecycle/hooks/use-close-transition-intent.ts +0 -0
  2884. /package/src/{shared/components → components}/screen-lifecycle/hooks/use-open-transition-intent.ts +0 -0
  2885. /package/src/{shared/components → components}/screen-lifecycle/hooks/use-transition-start-controller.ts +0 -0
  2886. /package/src/{shared/components → components}/screen-lifecycle/index.tsx +0 -0
  2887. /package/src/{shared/configs → configs}/presets.ts +0 -0
  2888. /package/src/{shared/constants.ts → constants.ts} +0 -0
  2889. /package/src/{shared/hooks → hooks}/navigation/use-history.ts +0 -0
  2890. /package/src/{shared/hooks → hooks}/navigation/use-previous.ts +0 -0
  2891. /package/src/{shared/hooks → hooks}/navigation/use-screen-state.ts +0 -0
  2892. /package/src/{shared/hooks → hooks}/navigation/use-stack.tsx +0 -0
  2893. /package/src/{shared/hooks → hooks}/use-stable-callback.ts +0 -0
  2894. /package/src/{shared/index.ts → index.ts} +0 -0
  2895. /package/src/{shared/providers → providers}/helpers/measured-bounds-writes.ts +0 -0
  2896. /package/src/{shared/providers → providers}/screen/animation/animation.provider.tsx +0 -0
  2897. /package/src/{shared/providers → providers}/screen/animation/helpers/accessors/use-build-bounds-accessor.tsx +0 -0
  2898. /package/src/{shared/providers → providers}/screen/animation/helpers/accessors/use-build-transition-accessor.ts +0 -0
  2899. /package/src/{shared/providers → providers}/screen/animation/helpers/build-screen-transition-options.ts +0 -0
  2900. /package/src/{shared/providers → providers}/screen/animation/helpers/derivations.ts +0 -0
  2901. /package/src/{shared/providers → providers}/screen/animation/helpers/has-transitions-enabled.ts +0 -0
  2902. /package/src/{shared/providers → providers}/screen/animation/helpers/hydrate-transition-state/gesture-progress.ts +0 -0
  2903. /package/src/{shared/providers → providers}/screen/animation/helpers/hydrate-transition-state/index.ts +0 -0
  2904. /package/src/{shared/providers → providers}/screen/animation/helpers/hydrate-transition-state/snap-points.ts +0 -0
  2905. /package/src/{shared/providers → providers}/screen/animation/helpers/hydrate-transition-state/types.ts +0 -0
  2906. /package/src/{shared/providers → providers}/screen/animation/helpers/pipeline.ts +0 -0
  2907. /package/src/{shared/providers → providers}/screen/animation/helpers/read-screen-animation-revisions.ts +0 -0
  2908. /package/src/{shared/providers → providers}/screen/animation/helpers/selected-interpolator-options.ts +0 -0
  2909. /package/src/{shared/providers → providers}/screen/animation/helpers/stack-progress.ts +0 -0
  2910. /package/src/{shared/providers → providers}/screen/animation/helpers/use-build-transition-state.ts +0 -0
  2911. /package/src/{shared/providers → providers}/screen/animation/helpers/worklet.ts +0 -0
  2912. /package/src/{shared/providers → providers}/screen/animation/index.tsx +0 -0
  2913. /package/src/{shared/providers → providers}/screen/animation/types.ts +0 -0
  2914. /package/src/{shared/providers → providers}/screen/animation/use-screen-animation.tsx +0 -0
  2915. /package/src/{shared/providers → providers}/screen/descriptors/descriptors.provider.tsx +0 -0
  2916. /package/src/{shared/providers → providers}/screen/descriptors/helpers/derive-descriptor-derivations.ts +0 -0
  2917. /package/src/{shared/providers → providers}/screen/descriptors/helpers/get-ancestor-keys.ts +0 -0
  2918. /package/src/{shared/providers → providers}/screen/descriptors/index.tsx +0 -0
  2919. /package/src/{shared/providers → providers}/screen/gestures/gestures.provider.tsx +0 -0
  2920. /package/src/{shared/providers → providers}/screen/gestures/hooks/use-gesture-sensitivity.ts +0 -0
  2921. /package/src/{shared/providers → providers}/screen/gestures/hooks/use-screen-gesture-config.ts +0 -0
  2922. /package/src/{shared/providers → providers}/screen/gestures/hooks/use-screen-gesture.ts +0 -0
  2923. /package/src/{shared/providers → providers}/screen/gestures/hooks/use-stable-runtime-config.ts +0 -0
  2924. /package/src/{shared/providers → providers}/screen/gestures/index.tsx +0 -0
  2925. /package/src/{shared/providers → providers}/screen/gestures/ownership/compute-claimed-directions.ts +0 -0
  2926. /package/src/{shared/providers → providers}/screen/gestures/ownership/resolve-ownership.ts +0 -0
  2927. /package/src/{shared/providers → providers}/screen/gestures/ownership/shadowing-claims.ts +0 -0
  2928. /package/src/{shared/providers → providers}/screen/gestures/ownership/use-walk-up-and-register-shadowing-claims.ts +0 -0
  2929. /package/src/{shared/providers → providers}/screen/gestures/pan/activation/pan-activation-decision.ts +0 -0
  2930. /package/src/{shared/providers → providers}/screen/gestures/pan/activation/pan-activation-rules.ts +0 -0
  2931. /package/src/{shared/providers → providers}/screen/gestures/pan/activation/use-pan-activation.ts +0 -0
  2932. /package/src/{shared/providers → providers}/screen/gestures/pan/behavior/pan-release.ts +0 -0
  2933. /package/src/{shared/providers → providers}/screen/gestures/pan/behavior/pan-reset.ts +0 -0
  2934. /package/src/{shared/providers → providers}/screen/gestures/pan/behavior/use-pan-behavior.ts +0 -0
  2935. /package/src/{shared/providers → providers}/screen/gestures/pan/use-build-pan-gesture.ts +0 -0
  2936. /package/src/{shared/providers → providers}/screen/gestures/pinch/activation/use-pinch-activation.ts +0 -0
  2937. /package/src/{shared/providers → providers}/screen/gestures/pinch/behavior/pinch-release.ts +0 -0
  2938. /package/src/{shared/providers → providers}/screen/gestures/pinch/behavior/pinch-reset.ts +0 -0
  2939. /package/src/{shared/providers → providers}/screen/gestures/pinch/behavior/use-pinch-behavior.ts +0 -0
  2940. /package/src/{shared/providers → providers}/screen/gestures/pinch/use-build-pinch-gesture.ts +0 -0
  2941. /package/src/{shared/providers → providers}/screen/gestures/rotation/activation/use-rotation-activation.ts +0 -0
  2942. /package/src/{shared/providers → providers}/screen/gestures/rotation/behavior/rotation-lifecycle.ts +0 -0
  2943. /package/src/{shared/providers → providers}/screen/gestures/rotation/behavior/use-rotation-behavior.ts +0 -0
  2944. /package/src/{shared/providers → providers}/screen/gestures/rotation/use-build-rotation-gesture.ts +0 -0
  2945. /package/src/{shared/providers → providers}/screen/gestures/scroll-coordination/index.ts +0 -0
  2946. /package/src/{shared/providers → providers}/screen/gestures/scroll-coordination/scroll-metadata-owner.tsx +0 -0
  2947. /package/src/{shared/providers → providers}/screen/gestures/scroll-coordination/update-scroll-gesture-state.ts +0 -0
  2948. /package/src/{shared/providers → providers}/screen/gestures/scroll-coordination/use-scroll-gesture-coordination.ts +0 -0
  2949. /package/src/{shared/providers → providers}/screen/gestures/scroll-coordination/walk-up-scroll-gesture-coordination.ts +0 -0
  2950. /package/src/{shared/providers → providers}/screen/gestures/shared/ancestors.ts +0 -0
  2951. /package/src/{shared/providers → providers}/screen/gestures/shared/directions.ts +0 -0
  2952. /package/src/{shared/providers → providers}/screen/gestures/shared/physics.ts +0 -0
  2953. /package/src/{shared/providers → providers}/screen/gestures/shared/policy.ts +0 -0
  2954. /package/src/{shared/providers → providers}/screen/gestures/shared/release.ts +0 -0
  2955. /package/src/{shared/providers → providers}/screen/gestures/shared/reset.ts +0 -0
  2956. /package/src/{shared/providers → providers}/screen/gestures/shared/runtime.ts +0 -0
  2957. /package/src/{shared/providers → providers}/screen/gestures/shared/snap-points.ts +0 -0
  2958. /package/src/{shared/providers → providers}/screen/gestures/shared/snapshot.ts +0 -0
  2959. /package/src/{shared/providers → providers}/screen/gestures/shared/targets.ts +0 -0
  2960. /package/src/{shared/providers → providers}/screen/gestures/shared/values.ts +0 -0
  2961. /package/src/{shared/providers → providers}/screen/gestures/types.ts +0 -0
  2962. /package/src/{shared/providers → providers}/screen/options/helpers.ts +0 -0
  2963. /package/src/{shared/providers → providers}/screen/options/index.ts +0 -0
  2964. /package/src/{shared/providers → providers}/screen/options/options.provider.tsx +0 -0
  2965. /package/src/{shared/providers → providers}/screen/options/types.ts +0 -0
  2966. /package/src/{shared/providers → providers}/screen/origin.provider.tsx +0 -0
  2967. /package/src/{shared/providers → providers}/screen/screen-composer.tsx +0 -0
  2968. /package/src/{shared/providers → providers}/screen/styles/components/floating-overlay-layer.tsx +0 -0
  2969. /package/src/{shared/providers → providers}/screen/styles/constants.ts +0 -0
  2970. /package/src/{shared/providers → providers}/screen/styles/helpers/collect-interpolator-shared-values.ts +0 -0
  2971. /package/src/{shared/providers → providers}/screen/styles/helpers/compose-slot-style.ts +0 -0
  2972. /package/src/{shared/providers → providers}/screen/styles/helpers/normalize-slots.ts +0 -0
  2973. /package/src/{shared/providers → providers}/screen/styles/helpers/opening-phase.ts +0 -0
  2974. /package/src/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/are-resettable-states-equal.ts +0 -0
  2975. /package/src/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/index.ts +0 -0
  2976. /package/src/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/materialize-slot.ts +0 -0
  2977. /package/src/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/reset-values.ts +0 -0
  2978. /package/src/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/slot-state.ts +0 -0
  2979. /package/src/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/types.ts +0 -0
  2980. /package/src/{shared/providers → providers}/screen/styles/helpers/strip-interpolator-options.ts +0 -0
  2981. /package/src/{shared/providers → providers}/screen/styles/helpers/visibility-gate.ts +0 -0
  2982. /package/src/{shared/providers → providers}/screen/styles/hooks/slot-resolvers.tsx +0 -0
  2983. /package/src/{shared/providers → providers}/screen/styles/hooks/use-interpolated-style-maps.tsx +0 -0
  2984. /package/src/{shared/providers → providers}/screen/styles/hooks/use-maybe-block-visibility.tsx +0 -0
  2985. /package/src/{shared/providers → providers}/screen/styles/hooks/use-resolved-slot-style-map.tsx +0 -0
  2986. /package/src/{shared/providers → providers}/screen/styles/index.tsx +0 -0
  2987. /package/src/{shared/providers → providers}/screen/styles/slot.provider.tsx +0 -0
  2988. /package/src/{shared/providers → providers}/screen/styles/stores/slot-references.store.ts +0 -0
  2989. /package/src/{shared/providers → providers}/stack/blank-stack-state/helpers/build-blank-stack-state.ts +0 -0
  2990. /package/src/{shared/providers → providers}/stack/blank-stack-state/helpers/derive-blank-stack-state.ts +0 -0
  2991. /package/src/{shared/providers → providers}/stack/blank-stack-state/helpers/navigation/compose-descriptors.ts +0 -0
  2992. /package/src/{shared/providers → providers}/stack/blank-stack-state/helpers/navigation/resolve-scene-neighbors.ts +0 -0
  2993. /package/src/{shared/providers → providers}/stack/blank-stack-state/helpers/navigation/sync-routes-with-removed.ts +0 -0
  2994. /package/src/{shared/providers → providers}/stack/blank-stack-state/helpers/reconcile-blank-stack-routes.ts +0 -0
  2995. /package/src/{shared/providers → providers}/stack/blank-stack-state/helpers/state-equality.ts +0 -0
  2996. /package/src/{shared/providers → providers}/stack/blank-stack-state/helpers/types.ts +0 -0
  2997. /package/src/{shared/providers → providers}/stack/blank-stack-state/index.ts +0 -0
  2998. /package/src/{shared/providers → providers}/stack/blank-stack.provider.tsx +0 -0
  2999. /package/src/{shared/stores → stores}/animation.store.ts +0 -0
  3000. /package/src/{shared/stores → stores}/bounds/helpers/keys.ts +0 -0
  3001. /package/src/{shared/stores → stores}/bounds/helpers/link-pairs.helpers.ts +0 -0
  3002. /package/src/{shared/stores → stores}/bounds/index.ts +0 -0
  3003. /package/src/{shared/stores → stores}/bounds/internals/clear.ts +0 -0
  3004. /package/src/{shared/stores → stores}/bounds/internals/entries.ts +0 -0
  3005. /package/src/{shared/stores → stores}/bounds/internals/links.ts +0 -0
  3006. /package/src/{shared/stores → stores}/bounds/internals/resolver.ts +0 -0
  3007. /package/src/{shared/stores → stores}/bounds/internals/state.ts +0 -0
  3008. /package/src/{shared/stores → stores}/bounds/types.ts +0 -0
  3009. /package/src/{shared/stores → stores}/gesture.store.ts +0 -0
  3010. /package/src/{shared/stores → stores}/history.store.ts +0 -0
  3011. /package/src/{shared/stores → stores}/scroll.store.ts +0 -0
  3012. /package/src/{shared/stores → stores}/system.store.ts +0 -0
  3013. /package/src/{shared/types → types}/animation.types.ts +0 -0
  3014. /package/src/{shared/types → types}/bounds.types.ts +0 -0
  3015. /package/src/{shared/types → types}/gesture.types.ts +0 -0
  3016. /package/src/{shared/types → types}/index.ts +0 -0
  3017. /package/src/{shared/types → types}/overlay.types.ts +0 -0
  3018. /package/src/{shared/types → types}/ownership.types.ts +0 -0
  3019. /package/src/{shared/types → types}/providers/blank-stack-provider.types.ts +0 -0
  3020. /package/src/{shared/types → types}/screen.types.ts +0 -0
  3021. /package/src/{shared/types → types}/stack.types.ts +0 -0
  3022. /package/src/{shared/utils → utils}/animation/animate.ts +0 -0
  3023. /package/src/{shared/utils → utils}/animation/emit.ts +0 -0
  3024. /package/src/{shared/utils → utils}/animation/resolve-snap-transition-spec.ts +0 -0
  3025. /package/src/{shared/utils → utils}/animation/spring/index.ts +0 -0
  3026. /package/src/{shared/utils → utils}/animation/spring/spring.ts +0 -0
  3027. /package/src/{shared/utils → utils}/animation/spring/springConfigs.ts +0 -0
  3028. /package/src/{shared/utils → utils}/animation/spring/springUtils.ts +0 -0
  3029. /package/src/{shared/utils → utils}/animation/state.ts +0 -0
  3030. /package/src/{shared/utils → utils}/bounds/constants.ts +0 -0
  3031. /package/src/{shared/utils → utils}/bounds/helpers/create-bound-tag.ts +0 -0
  3032. /package/src/{shared/utils → utils}/bounds/helpers/create-bounds-accessor-core.ts +0 -0
  3033. /package/src/{shared/utils → utils}/bounds/helpers/create-link-accessor.ts +0 -0
  3034. /package/src/{shared/utils → utils}/bounds/helpers/geometry.ts +0 -0
  3035. /package/src/{shared/utils → utils}/bounds/helpers/prepare-bound-styles.ts +0 -0
  3036. /package/src/{shared/utils → utils}/bounds/helpers/resolve-bounds-pair-key.ts +0 -0
  3037. /package/src/{shared/utils → utils}/bounds/helpers/styles/composers.ts +0 -0
  3038. /package/src/{shared/utils → utils}/bounds/helpers/styles/compute.ts +0 -0
  3039. /package/src/{shared/utils → utils}/bounds/helpers/styles/local-transform.ts +0 -0
  3040. /package/src/{shared/utils → utils}/bounds/helpers/styles/styles.ts +0 -0
  3041. /package/src/{shared/utils → utils}/bounds/index.ts +0 -0
  3042. /package/src/{shared/utils → utils}/bounds/navigation/helpers.ts +0 -0
  3043. /package/src/{shared/utils → utils}/bounds/navigation/math.ts +0 -0
  3044. /package/src/{shared/utils → utils}/bounds/navigation/reveal/build.ts +0 -0
  3045. /package/src/{shared/utils → utils}/bounds/navigation/reveal/config.ts +0 -0
  3046. /package/src/{shared/utils → utils}/bounds/navigation/reveal/types.ts +0 -0
  3047. /package/src/{shared/utils → utils}/bounds/navigation/zoom/drag.ts +0 -0
  3048. /package/src/{shared/utils → utils}/bounds/navigation/zoom/types.ts +0 -0
  3049. /package/src/{shared/utils → utils}/bounds/types/geometry.ts +0 -0
  3050. /package/src/{shared/utils → utils}/bounds/types/options.ts +0 -0
  3051. /package/src/{shared/utils → utils}/create-provider.tsx +0 -0
  3052. /package/src/{shared/utils → utils}/create-store.ts +0 -0
  3053. /package/src/{shared/utils → utils}/logger.ts +0 -0
  3054. /package/src/{shared/utils → utils}/normalize-interpolated-style.ts +0 -0
  3055. /package/src/{shared/utils → utils}/overlay/visibility.ts +0 -0
  3056. /package/src/{shared/utils → utils}/platform.ts +0 -0
  3057. /package/src/{shared/utils → utils}/resolve-chain-target.ts +0 -0
  3058. /package/src/{shared/utils → utils}/resolve-screen-transition-options.ts +0 -0
  3059. /package/src/{shared/utils → utils}/visibility-block-offset.ts +0 -0
@@ -1,684 +0,0 @@
1
- import type { DefaultNavigatorOptions, Descriptor, NavigationHelpers, NavigationProp, ParamListBase, Route, RouteProp, StackActionHelpers, StackNavigationState, StackRouterOptions, Theme } from "@react-navigation/native";
2
- import type { ImageSourcePropType, StyleProp, TextStyle, ViewStyle } from "react-native";
3
- import type { ScreenProps, ScreenStackHeaderConfigProps, SearchBarProps } from "react-native-screens";
4
- import type { OverlayProps } from "../shared/types/overlay.types";
5
- import type { ScreenTransitionConfig } from "../shared/types/screen.types";
6
- import type { DescriptorMap } from "../shared/types/stack.types";
7
- export type NativeStackNavigationEventMap = {
8
- /**
9
- * Event which fires when a transition animation starts.
10
- */
11
- transitionStart: {
12
- data: {
13
- closing: boolean;
14
- };
15
- };
16
- /**
17
- * Event which fires when a transition animation ends.
18
- */
19
- transitionEnd: {
20
- data: {
21
- closing: boolean;
22
- };
23
- };
24
- /**
25
- * Event which fires when a swipe back is canceled on iOS.
26
- */
27
- gestureCancel: {
28
- data: undefined;
29
- };
30
- /**
31
- * Event which fires when screen is in sheet presentation & it's detent changes.
32
- *
33
- * In payload it caries two fields:
34
- *
35
- * * `index` - current detent index in the `sheetAllowedDetents` array,
36
- * * `stable` - on Android `false` value means that the user is dragging the sheet or it is settling; on iOS it is always `true`.
37
- */
38
- sheetDetentChange: {
39
- data: {
40
- index: number;
41
- stable: boolean;
42
- };
43
- };
44
- };
45
- /**
46
- * @deprecated The bundled native-stack integration is deprecated and will be removed in a future major release.
47
- * Use `@react-navigation/native-stack` or Expo Router's native stack with
48
- * `withScreenTransitions` from `react-native-screen-transitions` instead.
49
- */
50
- export type NativeStackNavigationProp<ParamList extends ParamListBase, RouteName extends keyof ParamList = string, NavigatorID extends string | undefined = undefined> = NavigationProp<ParamList, RouteName, NavigatorID, StackNavigationState<ParamList>, NativeStackNavigationOptions, NativeStackNavigationEventMap> & StackActionHelpers<ParamList>;
51
- /**
52
- * @deprecated The bundled native-stack integration is deprecated and will be removed in a future major release.
53
- * Use `@react-navigation/native-stack` or Expo Router's native stack with
54
- * `withScreenTransitions` from `react-native-screen-transitions` instead.
55
- */
56
- export type NativeStackScreenProps<ParamList extends ParamListBase, RouteName extends keyof ParamList = string, NavigatorID extends string | undefined = undefined> = {
57
- navigation: NativeStackNavigationProp<ParamList, RouteName, NavigatorID>;
58
- route: RouteProp<ParamList, RouteName>;
59
- };
60
- export type NativeStackOptionsArgs<ParamList extends ParamListBase, RouteName extends keyof ParamList = keyof ParamList, NavigatorID extends string | undefined = undefined> = NativeStackScreenProps<ParamList, RouteName, NavigatorID> & {
61
- theme: Theme;
62
- };
63
- export type NativeStackNavigationHelpers = NavigationHelpers<ParamListBase, NativeStackNavigationEventMap>;
64
- type NativeStackNavigationConfig = {};
65
- export type NativeStackHeaderProps = {
66
- /**
67
- * Options for the back button.
68
- */
69
- back?: {
70
- /**
71
- * Title of the previous screen.
72
- */
73
- title: string | undefined;
74
- /**
75
- * The `href` to use for the anchor tag on web
76
- */
77
- href: string | undefined;
78
- };
79
- /**
80
- * Options for the current screen.
81
- */
82
- options: NativeStackNavigationOptions;
83
- /**
84
- * Route object for the current screen.
85
- */
86
- route: Route<string>;
87
- /**
88
- * Navigation prop for the header.
89
- */
90
- navigation: NativeStackNavigationProp<ParamListBase>;
91
- };
92
- export type NativeStackHeaderRightProps = {
93
- /**
94
- * Tint color for the header.
95
- */
96
- tintColor?: string;
97
- /**
98
- * Whether it's possible to navigate back in stack.
99
- */
100
- canGoBack?: boolean;
101
- };
102
- export type NativeStackHeaderLeftProps = NativeStackHeaderRightProps & {
103
- /**
104
- * Label text for the button. Usually the title of the previous screen.
105
- * By default, this is only shown on iOS.
106
- */
107
- label?: string;
108
- /**
109
- * The `href` to use for the anchor tag on web
110
- */
111
- href?: string;
112
- };
113
- /**
114
- * Props passed to overlay components in native-stack.
115
- * Uses the shared OverlayProps type with native-stack's navigation type.
116
- */
117
- export type NativeStackOverlayProps = OverlayProps<NativeStackNavigationProp<ParamListBase>>;
118
- /**
119
- * @deprecated The bundled native-stack integration is deprecated and will be removed in a future major release.
120
- * Use `NativeStackAdapterOptions` with `withScreenTransitions` from
121
- * `react-native-screen-transitions` instead.
122
- */
123
- export type NativeStackScreenTransitionConfig = ScreenTransitionConfig & {
124
- /**
125
- * Whether to enable transitions. It sets the presentation to containedTransparentModal, animation none, and headerShown to false.
126
- */
127
- enableTransitions?: boolean;
128
- };
129
- /**
130
- * @deprecated The bundled native-stack integration is deprecated and will be removed in a future major release.
131
- * Use `NativeStackAdapterOptions<NativeStackNavigationOptions>` with
132
- * `@react-navigation/native-stack` and `withScreenTransitions` instead.
133
- */
134
- export type NativeStackNavigationOptions = NativeStackScreenTransitionConfig & {
135
- /**
136
- * String that can be displayed in the header as a fallback for `headerTitle`.
137
- */
138
- title?: string;
139
- /**
140
- * Function that given `HeaderProps` returns a React Element to display as a header.
141
- */
142
- header?: (props: NativeStackHeaderProps) => React.ReactNode;
143
- /**
144
- * Whether the back button is visible in the header.
145
- * You can use it to show a back button alongside `headerLeft` if you have specified it.
146
- *
147
- * This will have no effect on the first screen in the stack.
148
- */
149
- headerBackVisible?: boolean;
150
- /**
151
- * Title string used by the back button on iOS.
152
- * Defaults to the previous scene's title.
153
- * On iOS the text might be shortened to "Back" or arrow icon depending on the available space, following native iOS behaviour.
154
- * See `headerBackButtonDisplayMode` to read about limitations and interactions with other props.
155
- * Use `headerBackButtonDisplayMode: "minimal"` to hide it.
156
- *
157
- * Only supported on iOS and Web.
158
- *
159
- * @platform ios, web
160
- */
161
- headerBackTitle?: string;
162
- /**
163
- * Style object for header back title. Supported properties:
164
- * - fontFamily
165
- * - fontSize
166
- *
167
- * Only supported on iOS and Web.
168
- *
169
- * @platform ios, web
170
- */
171
- headerBackTitleStyle?: StyleProp<{
172
- fontFamily?: string;
173
- fontSize?: number;
174
- }>;
175
- /**
176
- * Image to display in the header as the icon in the back button.
177
- * Defaults to back icon image for the platform
178
- * - A chevron on iOS
179
- * - An arrow on Android
180
- */
181
- headerBackImageSource?: ImageSourcePropType;
182
- /**
183
- * Style of the header when a large title is shown.
184
- * The large title is shown if `headerLargeTitle` is `true` and
185
- * the edge of any scrollable content reaches the matching edge of the header.
186
- *
187
- * Supported properties:
188
- * - backgroundColor
189
- *
190
- * Only supported on iOS.
191
- *
192
- * @platform ios
193
- */
194
- headerLargeStyle?: StyleProp<{
195
- backgroundColor?: string;
196
- }>;
197
- /**
198
- * Whether to enable header with large title which collapses to regular header on scroll.
199
- *
200
- * For large title to collapse on scroll, the content of the screen should be wrapped in a scrollable view such as `ScrollView` or `FlatList`.
201
- * If the scrollable area doesn't fill the screen, the large title won't collapse on scroll.
202
- * You also need to specify `contentInsetAdjustmentBehavior="automatic"` in your `ScrollView`, `FlatList` etc.
203
- *
204
- * Only supported on iOS.
205
- *
206
- * @platform ios
207
- */
208
- headerLargeTitle?: boolean;
209
- /**
210
- * Whether drop shadow of header is visible when a large title is shown.
211
- *
212
- * Only supported on iOS.
213
- *
214
- * @platform ios
215
- */
216
- headerLargeTitleShadowVisible?: boolean;
217
- /**
218
- * Style object for large title in header. Supported properties:
219
- * - fontFamily
220
- * - fontSize
221
- * - fontWeight
222
- * - color
223
- *
224
- * Only supported on iOS.
225
- *
226
- * @platform ios
227
- */
228
- headerLargeTitleStyle?: StyleProp<{
229
- fontFamily?: string;
230
- fontSize?: number;
231
- fontWeight?: string;
232
- color?: string;
233
- }>;
234
- /**
235
- * Whether to show the header. The header is shown by default.
236
- * Setting this to `false` hides the header.
237
- */
238
- headerShown?: boolean;
239
- /**
240
- * Style object for header. Supported properties:
241
- * - backgroundColor
242
- */
243
- headerStyle?: StyleProp<{
244
- backgroundColor?: string;
245
- }>;
246
- /**
247
- * Whether to hide the elevation shadow (Android) or the bottom border (iOS) on the header.
248
- */
249
- headerShadowVisible?: boolean;
250
- /**
251
- * Boolean indicating whether the navigation bar is translucent.
252
- * Setting this to `true` makes the header absolutely positioned,
253
- * and changes the background color to `transparent` unless specified in `headerStyle`.
254
- */
255
- headerTransparent?: boolean;
256
- /**
257
- * Blur effect for the translucent header.
258
- * The `headerTransparent` option needs to be set to `true` for this to work.
259
- *
260
- * Only supported on iOS.
261
- *
262
- * @platform ios
263
- */
264
- headerBlurEffect?: ScreenStackHeaderConfigProps["blurEffect"];
265
- /**
266
- * Tint color for the header. Changes the color of back button and title.
267
- */
268
- headerTintColor?: string;
269
- /**
270
- * Function which returns a React Element to render as the background of the header.
271
- * This is useful for using backgrounds such as an image, a gradient, blur effect etc.
272
- * You can use this with `headerTransparent` to render content underneath a translucent header.
273
- */
274
- headerBackground?: () => React.ReactNode;
275
- /**
276
- * Function which returns a React Element to display on the left side of the header.
277
- * This replaces the back button. See `headerBackVisible` to show the back button along side left element.
278
- */
279
- headerLeft?: (props: NativeStackHeaderLeftProps) => React.ReactNode;
280
- /**
281
- * Function which returns a React Element to display on the right side of the header.
282
- */
283
- headerRight?: (props: NativeStackHeaderRightProps) => React.ReactNode;
284
- /**
285
- * String or a function that returns a React Element to be used by the header.
286
- * Defaults to screen `title` or route name.
287
- *
288
- * When a function is passed, it receives `tintColor` and`children` in the options object as an argument.
289
- * The title string is passed in `children`.
290
- *
291
- * Note that if you render a custom element by passing a function, animations for the title won't work.
292
- */
293
- headerTitle?: string | ((props: {
294
- /**
295
- * The title text of the header.
296
- */
297
- children: string;
298
- /**
299
- * Tint color for the header.
300
- */
301
- tintColor?: string;
302
- }) => React.ReactNode);
303
- /**
304
- * How to align the the header title.
305
- * Defaults to `left` on platforms other than iOS.
306
- *
307
- * Not supported on iOS. It's always `center` on iOS and cannot be changed.
308
- */
309
- headerTitleAlign?: "left" | "center";
310
- /**
311
- * Style object for header title. Supported properties:
312
- * - fontFamily
313
- * - fontSize
314
- * - fontWeight
315
- * - color
316
- */
317
- headerTitleStyle?: StyleProp<Pick<TextStyle, "fontFamily" | "fontSize" | "fontWeight"> & {
318
- color?: string;
319
- }>;
320
- /**
321
- * Options to render a native search bar.
322
- * You also need to specify `contentInsetAdjustmentBehavior="automatic"` in your `ScrollView`, `FlatList` etc.
323
- * If you don't have a `ScrollView`, specify `headerTransparent: false`.
324
- */
325
- headerSearchBarOptions?: SearchBarProps;
326
- /**
327
- * Boolean indicating whether to show the menu on longPress of iOS >= 14 back button. Defaults to `true`.
328
- * Requires `react-native-screens` version >=3.3.0.
329
- *
330
- * Only supported on iOS.
331
- *
332
- * @platform ios
333
- */
334
- headerBackButtonMenuEnabled?: boolean;
335
- /**
336
- * How the back button displays icon and title.
337
- *
338
- * Supported values:
339
- * - "default" - Displays one of the following depending on the available space: previous screen's title, generic title (e.g. 'Back') or no title (only icon).
340
- * - "generic" – Displays one of the following depending on the available space: generic title (e.g. 'Back') or no title (only icon).
341
- * - "minimal" – Always displays only the icon without a title.
342
- *
343
- * The space-aware behavior is disabled when:
344
- * - The iOS version is 13 or lower
345
- * - Custom font family or size is set (e.g. with `headerBackTitleStyle`)
346
- * - Back button menu is disabled (e.g. with `headerBackButtonMenuEnabled`)
347
- *
348
- * In such cases, a static title and icon are always displayed.
349
- *
350
- * Defaults to "default" on iOS, and "minimal" on other platforms.
351
- *
352
- * Only supported on iOS and Web.
353
- *
354
- * @platform ios, web
355
- */
356
- headerBackButtonDisplayMode?: ScreenStackHeaderConfigProps["backButtonDisplayMode"];
357
- /**
358
- * Whether the home indicator should prefer to stay hidden on this screen. Defaults to `false`.
359
- *
360
- * @platform ios
361
- */
362
- autoHideHomeIndicator?: boolean;
363
- /**
364
- * Whether the keyboard should hide when swiping to the previous screen. Defaults to `false`.
365
- *
366
- * @platform ios
367
- */
368
- keyboardHandlingEnabled?: boolean;
369
- /**
370
- * Sets the navigation bar color. Defaults to initial navigation bar color.
371
- *
372
- * @deprecated For all apps targeting Android SDK 35 or above edge-to-edge is enabled by default.
373
- * This prop is subject to removal in the future.
374
- * See: https://developer.android.com/about/versions/15/behavior-changes-15#ux.
375
- *
376
- * @platform android
377
- */
378
- navigationBarColor?: string;
379
- /**
380
- * Boolean indicating whether the content should be visible behind the navigation bar. Defaults to `false`.
381
- *
382
- * @deprecated For all apps targeting Android SDK 35 or above edge-to-edge is enabled by default.
383
- * This prop is subject to removal in the future.
384
- * See: https://developer.android.com/about/versions/15/behavior-changes-15#ux.
385
- *
386
- * @platform android
387
- */
388
- navigationBarTranslucent?: boolean;
389
- /**
390
- * Sets the visibility of the navigation bar. Defaults to `false`.
391
- *
392
- * @platform android
393
- */
394
- navigationBarHidden?: boolean;
395
- /**
396
- * Sets the status bar animation (similar to the `StatusBar` component).
397
- * On Android, setting either `fade` or `slide` will set the transition of status bar color. On iOS, this option applies to appereance animation of the status bar.
398
- * Requires setting `View controller-based status bar appearance -> YES` (or removing the config) in your `Info.plist` file.
399
- *
400
- * Defaults to `fade` on iOS and `none` on Android.
401
- *
402
- * Only supported on Android and iOS.
403
- *
404
- * @platform android, ios
405
- */
406
- statusBarAnimation?: ScreenProps["statusBarAnimation"];
407
- /**
408
- * Sets the status bar color (similar to the `StatusBar` component). Defaults to initial status bar color.
409
- *
410
- * @deprecated For all apps targeting Android SDK 35 or above edge-to-edge is enabled by default.
411
- * This prop is subject to removal in the future.
412
- * See: https://developer.android.com/about/versions/15/behavior-changes-15#ux.
413
- *
414
- * @platform android
415
- */
416
- statusBarBackgroundColor?: string;
417
- /**
418
- * Whether the status bar should be hidden on this screen.
419
- * Requires setting `View controller-based status bar appearance -> YES` in your Info.plist file.
420
- *
421
- * Only supported on Android and iOS.
422
- *
423
- * @platform android, ios
424
- */
425
- statusBarHidden?: boolean;
426
- /**
427
- * Sets the status bar color (similar to the `StatusBar` component).
428
- * Requires setting `View controller-based status bar appearance -> YES` (or removing the config) in your `Info.plist` file.
429
- * `auto` and `inverted` are supported only on iOS. On Android, they will fallback to `light`.
430
- *
431
- * Defaults to `auto` on iOS and `light` on Android.
432
- *
433
- * Only supported on Android and iOS.
434
- *
435
- * @platform android, ios
436
- */
437
- statusBarStyle?: ScreenProps["statusBarStyle"];
438
- /**
439
- * Sets the translucency of the status bar. Defaults to `false`.
440
- *
441
- * @deprecated For all apps targeting Android SDK 35 or above edge-to-edge is enabled by default.
442
- * This prop is subject to removal in the future.
443
- * See: https://developer.android.com/about/versions/15/behavior-changes-15#ux.
444
- *
445
- * @platform android
446
- */
447
- statusBarTranslucent?: boolean;
448
- /**
449
- * Sets the direction in which you should swipe to dismiss the screen.
450
- * When using `vertical` option, options `fullScreenGestureEnabled: true`, `animationMatchesGesture: true` and `animation: 'slide_from_bottom'` are set by default.
451
- *
452
- * Supported values:
453
- * - `vertical` – dismiss screen vertically
454
- * - `horizontal` – dismiss screen horizontally (default)
455
- *
456
- * @platform ios
457
- */
458
- nativeGestureDirection?: ScreenProps["swipeDirection"];
459
- /**
460
- * Style object for the scene content.
461
- */
462
- contentStyle?: StyleProp<ViewStyle>;
463
- /**
464
- * Whether the gesture to dismiss should use animation provided to `animation` prop. Defaults to `false`.
465
- *
466
- * Doesn't affect the behavior of screens presented modally.
467
- *
468
- * @platform ios
469
- */
470
- animationMatchesGesture?: boolean;
471
- /**
472
- * Whether the gesture to dismiss should work on the whole screen. Using gesture to dismiss with this option results in the same
473
- * transition animation as `simple_push`. This behavior can be changed by setting `animationMatchesGesture` prop. Achieving the
474
- * default iOS animation isn't possible due to platform limitations. Defaults to `false`.
475
- *
476
- * Doesn't affect the behavior of screens presented modally.
477
- *
478
- * @platform ios
479
- */
480
- fullScreenGestureEnabled?: boolean;
481
- /**
482
- * Whether the full screen dismiss gesture has shadow under view during transition. The gesture uses custom transition and thus
483
- * doesn't have a shadow by default. When enabled, a custom shadow view is added during the transition which tries to mimic the
484
- * default iOS shadow. Defaults to `true`.
485
- *
486
- * This does not affect the behavior of transitions that don't use gestures, enabled by `fullScreenGestureEnabled` prop.
487
- *
488
- * @platform ios
489
- */
490
- fullScreenGestureShadowEnabled?: boolean;
491
- /**
492
- * Whether you can use gestures to dismiss this screen. Defaults to `true`.
493
- *
494
- * Only supported on iOS.
495
- *
496
- * @platform ios
497
- */
498
- nativeGestureEnabled?: boolean;
499
- /**
500
- * Use it to restrict the distance from the edges of screen in which the gesture should be recognized. To be used alongside `fullScreenGestureEnabled`.
501
- *
502
- * @platform ios
503
- */
504
- nativeGestureResponseDistance?: ScreenProps["gestureResponseDistance"];
505
- /**
506
- * The type of animation to use when this screen replaces another screen. Defaults to `pop`.
507
- *
508
- * Supported values:
509
- * - "push": the new screen will perform push animation.
510
- * - "pop": the new screen will perform pop animation.
511
- *
512
- * Only supported on iOS and Android.
513
- */
514
- animationTypeForReplace?: ScreenProps["replaceAnimation"];
515
- /**
516
- * How the screen should animate when pushed or popped.
517
- *
518
- * Supported values:
519
- * - "default": use the platform default animation
520
- * - "fade": fade screen in or out
521
- * - "fade_from_bottom" – performs a fade from bottom animation
522
- * - "flip": flip the screen, requires presentation: "modal" (iOS only)
523
- * - "simple_push": use the platform default animation, but without shadow and native header transition (iOS only)
524
- * - "slide_from_bottom": slide in the new screen from bottom
525
- * - "slide_from_right": slide in the new screen from right (Android only, uses default animation on iOS)
526
- * - "slide_from_left": slide in the new screen from left (Android only, uses default animation on iOS)
527
- * - "ios_from_right" - iOS like slide in animation. pushes in the new screen from right to left (Android only, resolves to default transition on iOS)
528
- * - "ios_from_left" - iOS like slide in animation. pushes in the new screen from left to right (Android only, resolves to default transition on iOS)
529
- * - "none": don't animate the screen
530
- *
531
- * Only supported on iOS and Android.
532
- */
533
- animation?: ScreenProps["stackAnimation"];
534
- /**
535
- * Changes the duration (in milliseconds) of `slide_from_bottom`, `fade_from_bottom`, `fade` and `simple_push` transitions on iOS. Defaults to `500`.
536
- * The duration of `default` and `flip` transitions isn't customizable.
537
- *
538
- * @platform ios
539
- */
540
- animationDuration?: number;
541
- /**
542
- * How should the screen be presented.
543
- *
544
- * Supported values:
545
- * - "card": the new screen will be pushed onto a stack, which means the default animation will be slide from the side on iOS, the animation on Android will vary depending on the OS version and theme.
546
- * - "modal": the new screen will be presented modally. this also allows for a nested stack to be rendered inside the screen.
547
- * - "transparentModal": the new screen will be presented modally, but in addition, the previous screen will stay so that the content below can still be seen if the screen has translucent background.
548
- * - "containedModal": will use "UIModalPresentationCurrentContext" modal style on iOS and will fallback to "modal" on Android.
549
- * - "containedTransparentModal": will use "UIModalPresentationOverCurrentContext" modal style on iOS and will fallback to "transparentModal" on Android.
550
- * - "fullScreenModal": will use "UIModalPresentationFullScreen" modal style on iOS and will fallback to "modal" on Android.
551
- * - "formSheet": will use "UIModalPresentationFormSheet" modal style on iOS and will fallback to "modal" on Android.
552
- *
553
- * Only supported on iOS and Android.
554
- */
555
- presentation?: Exclude<ScreenProps["stackPresentation"], "push"> | "card";
556
- /**
557
- * Describes heights where a sheet can rest.
558
- * Works only when `presentation` is set to `formSheet`.
559
- *
560
- * Heights should be described as fraction (a number from `[0, 1]` interval) of screen height / maximum detent height.
561
- * You can pass an array of ascending values each defining allowed sheet detent. iOS accepts any number of detents,
562
- * while **Android is limited to three**.
563
- *
564
- * There is also possibility to specify `fitToContents` literal, which intents to set the sheet height
565
- * to the height of its contents.
566
- *
567
- * Note that the array **must** be sorted in ascending order. This invariant is verified only in developement mode,
568
- * where violation results in error.
569
- *
570
- * **Android is limited to up 3 values in the array** -- any surplus values, beside first three are ignored.
571
- *
572
- * Defaults to `[1.0]`.
573
- */
574
- sheetAllowedDetents?: number[] | "fitToContents";
575
- /**
576
- * Integer value describing elevation of the sheet, impacting shadow on the top edge of the sheet.
577
- *
578
- * Not dynamic - changing it after the component is rendered won't have an effect.
579
- *
580
- * Defaults to `24`.
581
- *
582
- * @platform Android
583
- */
584
- sheetElevation?: number;
585
- /**
586
- * Whether the sheet should expand to larger detent when scrolling.
587
- * Works only when `presentation` is set to `formSheet`.
588
- * Defaults to `true`.
589
- *
590
- * @platform ios
591
- */
592
- sheetExpandsWhenScrolledToEdge?: boolean;
593
- /**
594
- * The corner radius that the sheet will try to render with.
595
- * Works only when `presentation` is set to `formSheet`.
596
- *
597
- * If set to non-negative value it will try to render sheet with provided radius, else it will apply system default.
598
- *
599
- * If left unset system default is used.
600
- */
601
- sheetCornerRadius?: number;
602
- /**
603
- * Index of the detent the sheet should expand to after being opened.
604
- * Works only when `stackPresentation` is set to `formSheet`.
605
- *
606
- * If the specified index is out of bounds of `sheetAllowedDetents` array, in dev environment more error will be thrown,
607
- * in production the value will be reset to default value.
608
- *
609
- * Additionaly there is `last` value available, when set the sheet will expand initially to last (largest) detent.
610
- *
611
- * Defaults to `0` - which represents first detent in the detents array.
612
- */
613
- sheetInitialDetentIndex?: number | "last";
614
- /**
615
- * Boolean indicating whether the sheet shows a grabber at the top.
616
- * Works only when `presentation` is set to `formSheet`.
617
- * Defaults to `false`.
618
- *
619
- * @platform ios
620
- */
621
- sheetGrabberVisible?: boolean;
622
- /**
623
- * The largest sheet detent for which a view underneath won't be dimmed.
624
- * Works only when `presentation` is set to `formSheet`.
625
- *
626
- * This prop can be set to an number, which indicates index of detent in `sheetAllowedDetents` array for which
627
- * there won't be a dimming view beneath the sheet.
628
- *
629
- * Additionaly there are following options available:
630
- *
631
- * * `none` - there will be dimming view for all detents levels,
632
- * * `last` - there won't be a dimming view for any detent level.
633
- *
634
- * Defaults to `none`, indicating that the dimming view should be always present.
635
- */
636
- sheetLargestUndimmedDetentIndex?: number | "none" | "last";
637
- /**
638
- * The display orientation to use for the screen.
639
- *
640
- * Supported values:
641
- * - "default" - resolves to "all" without "portrait_down" on iOS. On Android, this lets the system decide the best orientation.
642
- * - "all": all orientations are permitted.
643
- * - "portrait": portrait orientations are permitted.
644
- * - "portrait_up": right-side portrait orientation is permitted.
645
- * - "portrait_down": upside-down portrait orientation is permitted.
646
- * - "landscape": landscape orientations are permitted.
647
- * - "landscape_left": landscape-left orientation is permitted.
648
- * - "landscape_right": landscape-right orientation is permitted.
649
- *
650
- * Only supported on iOS and Android.
651
- */
652
- orientation?: ScreenProps["screenOrientation"];
653
- /**
654
- * Whether inactive screens should be suspended from re-rendering. Defaults to `false`.
655
- * Defaults to `true` when `enableFreeze()` is run at the top of the application.
656
- * Requires `react-native-screens` version >=3.16.0.
657
- *
658
- * Only supported on iOS and Android.
659
- */
660
- freezeOnBlur?: boolean;
661
- /**
662
- * Footer component that can be used alongside formSheet stack presentation style.
663
- *
664
- * This option is provided, because due to implementation details it might be problematic
665
- * to implement such layout with JS-only code.
666
- *
667
- * Note that this prop is marked as unstable and might be subject of breaking changes,
668
- * including removal, in particular when we find solution that will make implementing it with JS
669
- * straightforward.
670
- *
671
- * @platform android
672
- */
673
- unstable_sheetFooter?: () => React.ReactNode;
674
- };
675
- /**
676
- * @deprecated The bundled native-stack integration is deprecated and will be removed in a future major release.
677
- * Use `@react-navigation/native-stack` or Expo Router's native stack with
678
- * `withScreenTransitions` from `react-native-screen-transitions` instead.
679
- */
680
- export type NativeStackNavigatorProps = DefaultNavigatorOptions<ParamListBase, string | undefined, StackNavigationState<ParamListBase>, NativeStackNavigationOptions, NativeStackNavigationEventMap, NativeStackNavigationProp<ParamListBase>> & StackRouterOptions & NativeStackNavigationConfig;
681
- export type NativeStackDescriptor = Descriptor<NativeStackNavigationOptions, NativeStackNavigationProp<ParamListBase>, RouteProp<ParamListBase>>;
682
- export type NativeStackDescriptorMap = DescriptorMap<NativeStackDescriptor>;
683
- export {};
684
- //# sourceMappingURL=types.d.ts.map