react-native-screen-transitions 3.9.0 → 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.
- package/lib/commonjs/adapters/with-screen-transitions/context.js.map +1 -0
- package/lib/commonjs/adapters/with-screen-transitions/index.js.map +1 -0
- package/lib/commonjs/adapters/with-screen-transitions/options.js.map +1 -0
- package/lib/commonjs/adapters/with-screen-transitions/stack-layout.js.map +1 -0
- package/lib/commonjs/adapters/with-screen-transitions/types.js.map +1 -0
- package/lib/commonjs/animation/resolve-snap-target.js.map +1 -0
- package/lib/commonjs/animation/snap-to.js +75 -0
- package/lib/commonjs/animation/snap-to.js.map +1 -0
- package/lib/commonjs/animation/transition-blocking.js.map +1 -0
- package/lib/commonjs/components/activity/helpers.js.map +1 -0
- package/lib/commonjs/components/activity/index.js.map +1 -0
- package/lib/commonjs/components/activity/variants/activity-container.js.map +1 -0
- package/lib/commonjs/components/activity/variants/activity-screen.js.map +1 -0
- package/lib/commonjs/components/boundary/components/boundary-target.js.map +1 -0
- package/lib/commonjs/components/boundary/create-boundary-component.js.map +1 -0
- package/lib/commonjs/components/boundary/hooks/lifecycles/use-boundary-presence.js +35 -0
- package/lib/commonjs/components/boundary/hooks/lifecycles/use-boundary-presence.js.map +1 -0
- package/lib/commonjs/components/boundary/hooks/lifecycles/use-initial-destination-measurement.js +167 -0
- package/lib/commonjs/components/boundary/hooks/lifecycles/use-initial-destination-measurement.js.map +1 -0
- package/lib/commonjs/components/boundary/hooks/lifecycles/use-initial-source-measurement.js.map +1 -0
- package/lib/commonjs/components/boundary/hooks/lifecycles/use-refresh-boundary.js.map +1 -0
- package/lib/commonjs/components/boundary/hooks/use-boundary-measurement.js.map +1 -0
- package/lib/commonjs/components/boundary/hooks/use-measurer.js.map +1 -0
- package/lib/commonjs/components/boundary/hooks/use-register-target.js.map +1 -0
- package/lib/commonjs/components/boundary/index.js.map +1 -0
- package/lib/commonjs/components/boundary/portal/components/boundary-content-portal/components/host.js.map +1 -0
- package/lib/commonjs/components/boundary/portal/components/boundary-content-portal/helpers/host-name.js.map +1 -0
- package/lib/commonjs/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js +225 -0
- package/lib/commonjs/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js.map +1 -0
- package/lib/commonjs/components/boundary/portal/components/boundary-content-portal/index.js.map +1 -0
- package/lib/commonjs/components/boundary/portal/components/boundary-portal/components/host.js.map +1 -0
- package/lib/commonjs/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.js.map +1 -0
- package/lib/commonjs/components/boundary/portal/components/boundary-portal/components/portal-slot.js +52 -0
- package/lib/commonjs/components/boundary/portal/components/boundary-portal/components/portal-slot.js.map +1 -0
- package/lib/commonjs/components/boundary/portal/components/boundary-portal/helpers/has-local-slot.js.map +1 -0
- package/lib/commonjs/components/boundary/portal/components/boundary-portal/helpers/host-name.js.map +1 -0
- package/lib/commonjs/components/boundary/portal/components/boundary-portal/helpers/offset-style.js.map +1 -0
- package/lib/commonjs/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js +186 -0
- package/lib/commonjs/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js.map +1 -0
- package/lib/commonjs/components/boundary/portal/components/boundary-portal/hooks/use-host-measurement.js +105 -0
- package/lib/commonjs/components/boundary/portal/components/boundary-portal/hooks/use-host-measurement.js.map +1 -0
- package/lib/commonjs/components/boundary/portal/components/boundary-portal/hooks/use-placeholder-styles.js.map +1 -0
- package/lib/commonjs/components/boundary/portal/components/boundary-portal/index.js.map +1 -0
- package/lib/commonjs/components/boundary/portal/components/boundary-portal/stores/host-bounds.store.js.map +1 -0
- package/lib/commonjs/components/boundary/portal/components/boundary-portal/stores/host-registry.store.js.map +1 -0
- package/lib/commonjs/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.js.map +1 -0
- package/lib/commonjs/components/boundary/portal/components/portal-provider.js.map +1 -0
- package/lib/commonjs/components/boundary/portal/index.js.map +1 -0
- package/lib/commonjs/components/boundary/portal/teleport.js.map +1 -0
- package/lib/commonjs/components/boundary/portal/utils/naming.js.map +1 -0
- package/lib/commonjs/components/boundary/portal/utils/ownership.js.map +1 -0
- package/lib/commonjs/components/boundary/portal/utils/resolve-portal.js.map +1 -0
- package/lib/commonjs/components/boundary/portal/utils/shallow-equal.js.map +1 -0
- package/lib/commonjs/components/boundary/portal/utils/teleport-control.js.map +1 -0
- package/lib/commonjs/components/boundary/portal/utils/visible-host.js.map +1 -0
- package/lib/commonjs/components/boundary/providers/boundary-root.provider.js.map +1 -0
- package/lib/commonjs/components/boundary/types.js.map +1 -0
- package/lib/commonjs/components/boundary/utils/destination-signals.js.map +1 -0
- package/lib/commonjs/components/boundary/utils/measured-bounds.js.map +1 -0
- package/lib/commonjs/components/boundary/utils/refresh-signals.js.map +1 -0
- package/lib/commonjs/components/boundary/utils/source-signals.js.map +1 -0
- package/lib/commonjs/components/create-transition-aware-component.js +120 -0
- package/lib/commonjs/components/create-transition-aware-component.js.map +1 -0
- package/lib/commonjs/components/masked-view.js.map +1 -0
- package/lib/commonjs/components/overlay/helpers/get-active-overlay.js.map +1 -0
- package/lib/commonjs/components/overlay/index.js.map +1 -0
- package/lib/commonjs/components/overlay/variations/float-overlay.js.map +1 -0
- package/lib/commonjs/components/overlay/variations/overlay-host.js +58 -0
- package/lib/commonjs/components/overlay/variations/overlay-host.js.map +1 -0
- package/lib/commonjs/components/scene-view.js.map +1 -0
- package/lib/commonjs/components/screen-container/helpers/find-collapse-target.js.map +1 -0
- package/lib/commonjs/components/screen-container/hooks/use-backdrop-pointer-events.js +48 -0
- package/lib/commonjs/components/screen-container/hooks/use-backdrop-pointer-events.js.map +1 -0
- package/lib/commonjs/components/screen-container/hooks/use-content-layout.js +63 -0
- package/lib/commonjs/components/screen-container/hooks/use-content-layout.js.map +1 -0
- package/lib/commonjs/components/screen-container/index.js.map +1 -0
- package/lib/commonjs/components/screen-container/layers/backdrop.js +113 -0
- package/lib/commonjs/components/screen-container/layers/backdrop.js.map +1 -0
- package/lib/commonjs/components/screen-container/layers/content.js.map +1 -0
- package/lib/commonjs/components/screen-container/layers/maybe-masked-navigation-container.js.map +1 -0
- package/lib/commonjs/components/screen-container/layers/render-component.js.map +1 -0
- package/lib/commonjs/components/screen-container/layers/surface-container.js.map +1 -0
- package/lib/commonjs/components/screen-lifecycle/hooks/helpers/reset-stores-for-screen.js +20 -0
- package/lib/commonjs/components/screen-lifecycle/hooks/helpers/reset-stores-for-screen.js.map +1 -0
- package/lib/commonjs/components/screen-lifecycle/hooks/history/navigator-route-registry.js.map +1 -0
- package/lib/commonjs/components/screen-lifecycle/hooks/history/use-screen-history.js +75 -0
- package/lib/commonjs/components/screen-lifecycle/hooks/history/use-screen-history.js.map +1 -0
- package/lib/commonjs/components/screen-lifecycle/hooks/use-close-transition-intent.js.map +1 -0
- package/lib/commonjs/components/screen-lifecycle/hooks/use-open-transition-intent.js.map +1 -0
- package/lib/commonjs/components/screen-lifecycle/hooks/use-transition-start-controller.js.map +1 -0
- package/lib/commonjs/components/screen-lifecycle/index.js.map +1 -0
- package/lib/commonjs/components/stack-view.js +59 -0
- package/lib/commonjs/components/stack-view.js.map +1 -0
- package/lib/commonjs/configs/index.js.map +1 -0
- package/lib/commonjs/configs/presets.js.map +1 -0
- package/lib/commonjs/configs/specs.js.map +1 -0
- package/lib/commonjs/constants.js.map +1 -0
- package/lib/commonjs/hooks/navigation/use-history.js.map +1 -0
- package/lib/commonjs/hooks/navigation/use-navigation-helpers.js +41 -0
- package/lib/commonjs/hooks/navigation/use-navigation-helpers.js.map +1 -0
- package/lib/commonjs/hooks/navigation/use-previous.js.map +1 -0
- package/lib/commonjs/hooks/navigation/use-screen-state.js.map +1 -0
- package/lib/commonjs/hooks/navigation/use-stack.js.map +1 -0
- package/lib/commonjs/hooks/navigation/use-tab-press-reset.js +31 -0
- package/lib/commonjs/hooks/navigation/use-tab-press-reset.js.map +1 -0
- package/lib/commonjs/hooks/reanimated/use-shared-value-ref.js +39 -0
- package/lib/commonjs/hooks/reanimated/use-shared-value-ref.js.map +1 -0
- package/lib/commonjs/hooks/reanimated/use-shared-value-state.js +23 -0
- package/lib/commonjs/hooks/reanimated/use-shared-value-state.js.map +1 -0
- package/lib/commonjs/hooks/use-stable-callback-value.js +69 -0
- package/lib/commonjs/hooks/use-stable-callback-value.js.map +1 -0
- package/lib/commonjs/hooks/use-stable-callback.js.map +1 -0
- package/lib/commonjs/index.js.map +1 -0
- package/lib/commonjs/navigators/create-blank-stack-navigator.js +88 -0
- package/lib/commonjs/navigators/create-blank-stack-navigator.js.map +1 -0
- package/lib/commonjs/navigators/expo-router/index.js +36 -0
- package/lib/commonjs/navigators/expo-router/index.js.map +1 -0
- package/lib/commonjs/navigators/react-navigation/index.js +24 -0
- package/lib/commonjs/navigators/react-navigation/index.js.map +1 -0
- package/lib/commonjs/providers/helpers/measured-bounds-writes.js.map +1 -0
- package/lib/commonjs/providers/navigation/navigation-host.provider.js +43 -0
- package/lib/commonjs/providers/navigation/navigation-host.provider.js.map +1 -0
- package/lib/commonjs/providers/navigation/react-navigation-host.js +23 -0
- package/lib/commonjs/providers/navigation/react-navigation-host.js.map +1 -0
- package/lib/commonjs/providers/register-bounds.provider.js +312 -0
- package/lib/commonjs/providers/register-bounds.provider.js.map +1 -0
- package/lib/commonjs/providers/screen/animation/animation.provider.js.map +1 -0
- package/lib/commonjs/providers/screen/animation/helpers/accessors/use-build-bounds-accessor.js.map +1 -0
- package/lib/commonjs/providers/screen/animation/helpers/accessors/use-build-transition-accessor.js.map +1 -0
- package/lib/commonjs/providers/screen/animation/helpers/build-screen-transition-options.js.map +1 -0
- package/lib/commonjs/providers/screen/animation/helpers/derivations.js.map +1 -0
- package/lib/commonjs/providers/screen/animation/helpers/has-transitions-enabled.js.map +1 -0
- package/lib/commonjs/providers/screen/animation/helpers/hydrate-transition-state/gesture-progress.js.map +1 -0
- package/lib/commonjs/providers/screen/animation/helpers/hydrate-transition-state/index.js.map +1 -0
- package/lib/commonjs/providers/screen/animation/helpers/hydrate-transition-state/snap-points.js.map +1 -0
- package/lib/commonjs/providers/screen/animation/helpers/hydrate-transition-state/types.js.map +1 -0
- package/lib/commonjs/providers/screen/animation/helpers/pipeline.js.map +1 -0
- package/lib/commonjs/providers/screen/animation/helpers/read-screen-animation-revisions.js.map +1 -0
- package/lib/commonjs/providers/screen/animation/helpers/selected-interpolator-options.js.map +1 -0
- package/lib/commonjs/providers/screen/animation/helpers/stack-progress.js.map +1 -0
- package/lib/commonjs/providers/screen/animation/helpers/use-build-transition-state.js.map +1 -0
- package/lib/commonjs/providers/screen/animation/helpers/worklet.js.map +1 -0
- package/lib/commonjs/providers/screen/animation/index.js.map +1 -0
- package/lib/commonjs/providers/screen/animation/types.js.map +1 -0
- package/lib/commonjs/providers/screen/animation/use-screen-animation.js.map +1 -0
- package/lib/commonjs/providers/screen/descriptors/descriptors.provider.js.map +1 -0
- package/lib/commonjs/providers/screen/descriptors/helpers/derive-descriptor-derivations.js.map +1 -0
- package/lib/commonjs/providers/screen/descriptors/helpers/get-ancestor-keys.js.map +1 -0
- package/lib/commonjs/providers/screen/descriptors/index.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/gestures.provider.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/hooks/use-gesture-sensitivity.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/hooks/use-screen-gesture-config.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/hooks/use-screen-gesture.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/hooks/use-stable-runtime-config.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/index.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/ownership/compute-claimed-directions.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/ownership/resolve-ownership.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/ownership/shadowing-claims.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/ownership/use-walk-up-and-register-shadowing-claims.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/pan/activation/pan-activation-decision.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/pan/activation/pan-activation-rules.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/pan/activation/use-pan-activation.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/pan/behavior/pan-lifecycle.js +139 -0
- package/lib/commonjs/providers/screen/gestures/pan/behavior/pan-lifecycle.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/pan/behavior/pan-release.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/pan/behavior/pan-reset.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/pan/behavior/use-pan-behavior.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/pan/use-build-pan-gesture.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/pinch/activation/use-pinch-activation.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/pinch/behavior/pinch-lifecycle.js +100 -0
- package/lib/commonjs/providers/screen/gestures/pinch/behavior/pinch-lifecycle.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/pinch/behavior/pinch-release.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/pinch/behavior/pinch-reset.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/pinch/behavior/use-pinch-behavior.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/pinch/use-build-pinch-gesture.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/rotation/activation/use-rotation-activation.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/rotation/behavior/rotation-lifecycle.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/rotation/behavior/use-rotation-behavior.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/rotation/use-build-rotation-gesture.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/scroll-coordination/index.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/scroll-coordination/scroll-metadata-owner.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/scroll-coordination/update-scroll-gesture-state.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/scroll-coordination/use-scroll-gesture-coordination.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/scroll-coordination/walk-up-scroll-gesture-coordination.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/shared/ancestors.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/shared/directions.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/shared/physics.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/shared/policy.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/shared/release.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/shared/reset.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/shared/runtime.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/shared/snap-points.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/shared/snapshot.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/shared/targets.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/shared/values.js.map +1 -0
- package/lib/commonjs/providers/screen/gestures/types.js.map +1 -0
- package/lib/commonjs/providers/screen/options/helpers.js.map +1 -0
- package/lib/commonjs/providers/screen/options/index.js.map +1 -0
- package/lib/commonjs/providers/screen/options/options.provider.js.map +1 -0
- package/lib/commonjs/providers/screen/options/types.js.map +1 -0
- package/lib/commonjs/providers/screen/origin.provider.js.map +1 -0
- package/lib/commonjs/providers/screen/screen-composer.js.map +1 -0
- package/lib/commonjs/providers/screen/styles/components/floating-overlay-layer.js.map +1 -0
- package/lib/commonjs/providers/screen/styles/constants.js.map +1 -0
- package/lib/commonjs/providers/screen/styles/helpers/collect-interpolator-shared-values.js.map +1 -0
- package/lib/commonjs/providers/screen/styles/helpers/compose-slot-style.js.map +1 -0
- package/lib/commonjs/providers/screen/styles/helpers/normalize-slots.js.map +1 -0
- package/lib/commonjs/providers/screen/styles/helpers/opening-phase.js.map +1 -0
- package/lib/commonjs/providers/screen/styles/helpers/resolve-slot-styles/are-resettable-states-equal.js.map +1 -0
- package/lib/commonjs/providers/screen/styles/helpers/resolve-slot-styles/index.js.map +1 -0
- package/lib/commonjs/providers/screen/styles/helpers/resolve-slot-styles/materialize-slot.js.map +1 -0
- package/lib/commonjs/providers/screen/styles/helpers/resolve-slot-styles/reset-values.js.map +1 -0
- package/lib/commonjs/providers/screen/styles/helpers/resolve-slot-styles/slot-state.js.map +1 -0
- package/lib/commonjs/providers/screen/styles/helpers/resolve-slot-styles/types.js.map +1 -0
- package/lib/commonjs/providers/screen/styles/helpers/strip-interpolator-options.js.map +1 -0
- package/lib/commonjs/providers/screen/styles/helpers/visibility-gate.js.map +1 -0
- package/lib/commonjs/providers/screen/styles/hooks/slot-resolvers.js.map +1 -0
- package/lib/commonjs/providers/screen/styles/hooks/use-interpolated-style-maps.js.map +1 -0
- package/lib/commonjs/providers/screen/styles/hooks/use-maybe-block-visibility.js.map +1 -0
- package/lib/commonjs/providers/screen/styles/hooks/use-resolved-slot-style-map.js.map +1 -0
- package/lib/commonjs/providers/screen/styles/index.js.map +1 -0
- package/lib/commonjs/providers/screen/styles/slot.provider.js.map +1 -0
- package/lib/commonjs/providers/screen/styles/stores/slot-references.store.js.map +1 -0
- package/lib/commonjs/providers/stack/blank-stack-state/blank-stack-controller.js +137 -0
- package/lib/commonjs/providers/stack/blank-stack-state/blank-stack-controller.js.map +1 -0
- package/lib/commonjs/providers/stack/blank-stack-state/helpers/build-blank-stack-state.js.map +1 -0
- package/lib/commonjs/providers/stack/blank-stack-state/helpers/derive-blank-stack-state.js.map +1 -0
- package/lib/commonjs/providers/stack/blank-stack-state/helpers/navigation/compose-descriptors.js.map +1 -0
- package/lib/commonjs/providers/stack/blank-stack-state/helpers/navigation/resolve-scene-neighbors.js.map +1 -0
- package/lib/commonjs/providers/stack/blank-stack-state/helpers/navigation/sync-routes-with-removed.js.map +1 -0
- package/lib/commonjs/providers/stack/blank-stack-state/helpers/reconcile-blank-stack-routes.js.map +1 -0
- package/lib/commonjs/providers/stack/blank-stack-state/helpers/state-equality.js.map +1 -0
- package/lib/commonjs/providers/stack/blank-stack-state/helpers/types.js.map +1 -0
- package/lib/commonjs/providers/stack/blank-stack-state/index.js.map +1 -0
- package/lib/commonjs/providers/stack/blank-stack.provider.js.map +1 -0
- package/lib/commonjs/providers/stack/core.provider.js +120 -0
- package/lib/commonjs/providers/stack/core.provider.js.map +1 -0
- package/lib/commonjs/providers/stack/direct.provider.js.map +1 -0
- package/lib/commonjs/stores/animation.store.js.map +1 -0
- package/lib/commonjs/stores/bounds/helpers/keys.js.map +1 -0
- package/lib/commonjs/stores/bounds/helpers/link-pairs.helpers.js.map +1 -0
- package/lib/commonjs/stores/bounds/index.js.map +1 -0
- package/lib/commonjs/stores/bounds/internals/clear.js.map +1 -0
- package/lib/commonjs/stores/bounds/internals/entries.js.map +1 -0
- package/lib/commonjs/stores/bounds/internals/links.js.map +1 -0
- package/lib/commonjs/stores/bounds/internals/resolver.js.map +1 -0
- package/lib/commonjs/stores/bounds/internals/state.js.map +1 -0
- package/lib/commonjs/stores/bounds/types.js.map +1 -0
- package/lib/commonjs/stores/gesture.store.js.map +1 -0
- package/lib/commonjs/stores/history.store.js.map +1 -0
- package/lib/commonjs/stores/scroll.store.js.map +1 -0
- package/lib/commonjs/stores/system.store.js.map +1 -0
- package/lib/commonjs/types/animation.types.js.map +1 -0
- package/lib/commonjs/types/blank-stack.types.js +6 -0
- package/lib/commonjs/types/blank-stack.types.js.map +1 -0
- package/lib/commonjs/types/bounds.types.js.map +1 -0
- package/lib/commonjs/types/gesture.types.js.map +1 -0
- package/lib/commonjs/types/index.js.map +1 -0
- package/lib/commonjs/types/overlay.types.js.map +1 -0
- package/lib/commonjs/types/ownership.types.js.map +1 -0
- package/lib/commonjs/types/providers/blank-stack-provider.types.js.map +1 -0
- package/lib/commonjs/types/providers/direct-stack.types.js.map +1 -0
- package/lib/commonjs/types/screen.types.js.map +1 -0
- package/lib/commonjs/types/stack.types.js.map +1 -0
- package/lib/commonjs/utils/animation/animate-to-progress.js +123 -0
- package/lib/commonjs/utils/animation/animate-to-progress.js.map +1 -0
- package/lib/commonjs/utils/animation/animate.js.map +1 -0
- package/lib/commonjs/utils/animation/emit.js.map +1 -0
- package/lib/commonjs/utils/animation/resolve-snap-transition-spec.js.map +1 -0
- package/lib/commonjs/utils/animation/spring/index.js.map +1 -0
- package/lib/commonjs/utils/animation/spring/spring.js.map +1 -0
- package/lib/commonjs/utils/animation/spring/springConfigs.js.map +1 -0
- package/lib/commonjs/utils/animation/spring/springUtils.js.map +1 -0
- package/lib/commonjs/utils/animation/state.js.map +1 -0
- package/lib/commonjs/utils/bounds/constants.js.map +1 -0
- package/lib/commonjs/utils/bounds/helpers/create-bound-tag.js.map +1 -0
- package/lib/commonjs/utils/bounds/helpers/create-bounds-accessor-core.js.map +1 -0
- package/lib/commonjs/utils/bounds/helpers/create-link-accessor.js.map +1 -0
- package/lib/commonjs/utils/bounds/helpers/geometry.js.map +1 -0
- package/lib/commonjs/utils/bounds/helpers/prepare-bound-styles.js.map +1 -0
- package/lib/commonjs/utils/bounds/helpers/resolve-bounds-pair-key.js.map +1 -0
- package/lib/commonjs/utils/bounds/helpers/styles/composers.js.map +1 -0
- package/lib/commonjs/utils/bounds/helpers/styles/compute.js.map +1 -0
- package/lib/commonjs/utils/bounds/helpers/styles/local-transform.js.map +1 -0
- package/lib/commonjs/utils/bounds/helpers/styles/styles.js.map +1 -0
- package/lib/commonjs/utils/bounds/index.js.map +1 -0
- package/lib/commonjs/utils/bounds/navigation/helpers.js.map +1 -0
- package/lib/commonjs/utils/bounds/navigation/math.js.map +1 -0
- package/lib/commonjs/utils/bounds/navigation/reveal/build.js.map +1 -0
- package/lib/commonjs/utils/bounds/navigation/reveal/config.js.map +1 -0
- package/lib/commonjs/utils/bounds/navigation/reveal/math.js.map +1 -0
- package/lib/commonjs/utils/bounds/navigation/reveal/types.js.map +1 -0
- package/lib/commonjs/utils/bounds/navigation/zoom/build.js.map +1 -0
- package/lib/commonjs/utils/bounds/navigation/zoom/config.js.map +1 -0
- package/lib/commonjs/utils/bounds/navigation/zoom/drag.js.map +1 -0
- package/lib/commonjs/utils/bounds/navigation/zoom/helpers.js.map +1 -0
- package/lib/commonjs/utils/bounds/navigation/zoom/mask.js.map +1 -0
- package/lib/commonjs/utils/bounds/navigation/zoom/targets.js.map +1 -0
- package/lib/commonjs/utils/bounds/navigation/zoom/types.js.map +1 -0
- package/lib/commonjs/utils/bounds/types/geometry.js.map +1 -0
- package/lib/commonjs/utils/bounds/types/options.js.map +1 -0
- package/lib/commonjs/utils/create-provider.js.map +1 -0
- package/lib/commonjs/utils/create-store.js.map +1 -0
- package/lib/commonjs/utils/logger.js.map +1 -0
- package/lib/commonjs/utils/normalize-interpolated-style.js.map +1 -0
- package/lib/commonjs/utils/overlay/visibility.js.map +1 -0
- package/lib/commonjs/utils/platform.js.map +1 -0
- package/lib/commonjs/utils/resolve-chain-target.js.map +1 -0
- package/lib/commonjs/utils/resolve-screen-transition-options.js.map +1 -0
- package/lib/commonjs/utils/visibility-block-offset.js.map +1 -0
- package/lib/module/adapters/with-screen-transitions/context.js.map +1 -0
- package/lib/module/adapters/with-screen-transitions/index.js.map +1 -0
- package/lib/module/adapters/with-screen-transitions/options.js.map +1 -0
- package/lib/module/adapters/with-screen-transitions/stack-layout.js.map +1 -0
- package/lib/module/adapters/with-screen-transitions/types.js.map +1 -0
- package/lib/module/animation/resolve-snap-target.js.map +1 -0
- package/lib/module/animation/snap-to.js +70 -0
- package/lib/module/animation/snap-to.js.map +1 -0
- package/lib/module/animation/transition-blocking.js.map +1 -0
- package/lib/module/components/activity/helpers.js.map +1 -0
- package/lib/module/components/activity/index.js.map +1 -0
- package/lib/module/components/activity/variants/activity-container.js.map +1 -0
- package/lib/module/components/activity/variants/activity-screen.js.map +1 -0
- package/lib/module/components/boundary/components/boundary-target.js.map +1 -0
- package/lib/module/components/boundary/create-boundary-component.js.map +1 -0
- package/lib/module/components/boundary/hooks/lifecycles/use-boundary-presence.js +30 -0
- package/lib/module/components/boundary/hooks/lifecycles/use-boundary-presence.js.map +1 -0
- package/lib/module/components/boundary/hooks/lifecycles/use-initial-destination-measurement.js +162 -0
- package/lib/module/components/boundary/hooks/lifecycles/use-initial-destination-measurement.js.map +1 -0
- package/lib/module/components/boundary/hooks/lifecycles/use-initial-source-measurement.js.map +1 -0
- package/lib/module/components/boundary/hooks/lifecycles/use-refresh-boundary.js.map +1 -0
- package/lib/module/components/boundary/hooks/use-boundary-measurement.js.map +1 -0
- package/lib/module/components/boundary/hooks/use-measurer.js.map +1 -0
- package/lib/module/components/boundary/hooks/use-register-target.js.map +1 -0
- package/lib/module/components/boundary/index.js.map +1 -0
- package/lib/module/components/boundary/portal/components/boundary-content-portal/components/host.js.map +1 -0
- package/lib/module/components/boundary/portal/components/boundary-content-portal/helpers/host-name.js.map +1 -0
- package/lib/module/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js +220 -0
- package/lib/module/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js.map +1 -0
- package/lib/module/components/boundary/portal/components/boundary-content-portal/index.js.map +1 -0
- package/lib/module/components/boundary/portal/components/boundary-portal/components/host.js.map +1 -0
- package/lib/module/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.js.map +1 -0
- package/lib/module/components/boundary/portal/components/boundary-portal/components/portal-slot.js +47 -0
- package/lib/module/components/boundary/portal/components/boundary-portal/components/portal-slot.js.map +1 -0
- package/lib/module/components/boundary/portal/components/boundary-portal/helpers/has-local-slot.js.map +1 -0
- package/lib/module/components/boundary/portal/components/boundary-portal/helpers/host-name.js.map +1 -0
- package/lib/module/components/boundary/portal/components/boundary-portal/helpers/offset-style.js.map +1 -0
- package/lib/module/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js +181 -0
- package/lib/module/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js.map +1 -0
- package/lib/module/components/boundary/portal/components/boundary-portal/hooks/use-host-measurement.js +100 -0
- package/lib/module/components/boundary/portal/components/boundary-portal/hooks/use-host-measurement.js.map +1 -0
- package/lib/module/components/boundary/portal/components/boundary-portal/hooks/use-placeholder-styles.js.map +1 -0
- package/lib/module/components/boundary/portal/components/boundary-portal/index.js.map +1 -0
- package/lib/module/components/boundary/portal/components/boundary-portal/stores/host-bounds.store.js.map +1 -0
- package/lib/module/components/boundary/portal/components/boundary-portal/stores/host-registry.store.js.map +1 -0
- package/lib/module/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.js.map +1 -0
- package/lib/module/components/boundary/portal/components/portal-provider.js.map +1 -0
- package/lib/module/components/boundary/portal/index.js.map +1 -0
- package/lib/module/components/boundary/portal/teleport.js.map +1 -0
- package/lib/module/components/boundary/portal/utils/naming.js.map +1 -0
- package/lib/module/components/boundary/portal/utils/ownership.js.map +1 -0
- package/lib/module/components/boundary/portal/utils/resolve-portal.js.map +1 -0
- package/lib/module/components/boundary/portal/utils/shallow-equal.js.map +1 -0
- package/lib/module/components/boundary/portal/utils/teleport-control.js.map +1 -0
- package/lib/module/components/boundary/portal/utils/visible-host.js.map +1 -0
- package/lib/module/components/boundary/providers/boundary-root.provider.js.map +1 -0
- package/lib/module/components/boundary/types.js.map +1 -0
- package/lib/module/components/boundary/utils/destination-signals.js.map +1 -0
- package/lib/module/components/boundary/utils/measured-bounds.js.map +1 -0
- package/lib/module/components/boundary/utils/refresh-signals.js.map +1 -0
- package/lib/module/components/boundary/utils/source-signals.js.map +1 -0
- package/lib/module/components/create-transition-aware-component.js +115 -0
- package/lib/module/components/create-transition-aware-component.js.map +1 -0
- package/lib/module/components/masked-view.js.map +1 -0
- package/lib/module/components/overlay/helpers/get-active-overlay.js.map +1 -0
- package/lib/module/components/overlay/index.js.map +1 -0
- package/lib/module/components/overlay/variations/float-overlay.js.map +1 -0
- package/lib/module/components/overlay/variations/overlay-host.js +54 -0
- package/lib/module/components/overlay/variations/overlay-host.js.map +1 -0
- package/lib/module/components/scene-view.js.map +1 -0
- package/lib/module/components/screen-container/helpers/find-collapse-target.js.map +1 -0
- package/lib/module/components/screen-container/hooks/use-backdrop-pointer-events.js +44 -0
- package/lib/module/components/screen-container/hooks/use-backdrop-pointer-events.js.map +1 -0
- package/lib/module/components/screen-container/hooks/use-content-layout.js +59 -0
- package/lib/module/components/screen-container/hooks/use-content-layout.js.map +1 -0
- package/lib/module/components/screen-container/index.js.map +1 -0
- package/lib/module/components/screen-container/layers/backdrop.js +108 -0
- package/lib/module/components/screen-container/layers/backdrop.js.map +1 -0
- package/lib/module/components/screen-container/layers/content.js.map +1 -0
- package/lib/module/components/screen-container/layers/maybe-masked-navigation-container.js.map +1 -0
- package/lib/module/components/screen-container/layers/render-component.js.map +1 -0
- package/lib/module/components/screen-container/layers/surface-container.js.map +1 -0
- package/lib/module/components/screen-lifecycle/hooks/helpers/reset-stores-for-screen.js +16 -0
- package/lib/module/components/screen-lifecycle/hooks/helpers/reset-stores-for-screen.js.map +1 -0
- package/lib/module/components/screen-lifecycle/hooks/history/navigator-route-registry.js.map +1 -0
- package/lib/module/components/screen-lifecycle/hooks/history/use-screen-history.js +70 -0
- package/lib/module/components/screen-lifecycle/hooks/history/use-screen-history.js.map +1 -0
- package/lib/module/components/screen-lifecycle/hooks/use-close-transition-intent.js.map +1 -0
- package/lib/module/components/screen-lifecycle/hooks/use-open-transition-intent.js.map +1 -0
- package/lib/module/components/screen-lifecycle/hooks/use-transition-start-controller.js.map +1 -0
- package/lib/module/components/screen-lifecycle/index.js.map +1 -0
- package/lib/module/components/stack-view.js +55 -0
- package/lib/module/components/stack-view.js.map +1 -0
- package/lib/module/configs/index.js.map +1 -0
- package/lib/module/configs/presets.js.map +1 -0
- package/lib/module/configs/specs.js.map +1 -0
- package/lib/module/constants.js.map +1 -0
- package/lib/module/hooks/navigation/use-history.js.map +1 -0
- package/lib/module/hooks/navigation/use-navigation-helpers.js +37 -0
- package/lib/module/hooks/navigation/use-navigation-helpers.js.map +1 -0
- package/lib/module/hooks/navigation/use-previous.js.map +1 -0
- package/lib/module/hooks/navigation/use-screen-state.js.map +1 -0
- package/lib/module/hooks/navigation/use-stack.js.map +1 -0
- package/lib/module/hooks/navigation/use-tab-press-reset.js +27 -0
- package/lib/module/hooks/navigation/use-tab-press-reset.js.map +1 -0
- package/lib/module/hooks/reanimated/use-shared-value-ref.js +34 -0
- package/lib/module/hooks/reanimated/use-shared-value-ref.js.map +1 -0
- package/lib/module/hooks/reanimated/use-shared-value-state.js +20 -0
- package/lib/module/hooks/reanimated/use-shared-value-state.js.map +1 -0
- package/lib/module/hooks/use-stable-callback-value.js +64 -0
- package/lib/module/hooks/use-stable-callback-value.js.map +1 -0
- package/lib/module/hooks/use-stable-callback.js.map +1 -0
- package/lib/module/index.js.map +1 -0
- package/lib/module/navigators/create-blank-stack-navigator.js +83 -0
- package/lib/module/navigators/create-blank-stack-navigator.js.map +1 -0
- package/lib/module/navigators/expo-router/index.js +32 -0
- package/lib/module/navigators/expo-router/index.js.map +1 -0
- package/lib/module/navigators/react-navigation/index.js +19 -0
- package/lib/module/navigators/react-navigation/index.js.map +1 -0
- package/lib/module/providers/helpers/measured-bounds-writes.js.map +1 -0
- package/lib/module/providers/navigation/navigation-host.provider.js +38 -0
- package/lib/module/providers/navigation/navigation-host.provider.js.map +1 -0
- package/lib/module/providers/navigation/react-navigation-host.js +19 -0
- package/lib/module/providers/navigation/react-navigation-host.js.map +1 -0
- package/lib/module/providers/register-bounds.provider.js +308 -0
- package/lib/module/providers/register-bounds.provider.js.map +1 -0
- package/lib/module/providers/screen/animation/animation.provider.js.map +1 -0
- package/lib/module/providers/screen/animation/helpers/accessors/use-build-bounds-accessor.js.map +1 -0
- package/lib/module/providers/screen/animation/helpers/accessors/use-build-transition-accessor.js.map +1 -0
- package/lib/module/providers/screen/animation/helpers/build-screen-transition-options.js.map +1 -0
- package/lib/module/providers/screen/animation/helpers/derivations.js.map +1 -0
- package/lib/module/providers/screen/animation/helpers/has-transitions-enabled.js.map +1 -0
- package/lib/module/providers/screen/animation/helpers/hydrate-transition-state/gesture-progress.js.map +1 -0
- package/lib/module/providers/screen/animation/helpers/hydrate-transition-state/index.js.map +1 -0
- package/lib/module/providers/screen/animation/helpers/hydrate-transition-state/snap-points.js.map +1 -0
- package/lib/module/providers/screen/animation/helpers/hydrate-transition-state/types.js.map +1 -0
- package/lib/module/providers/screen/animation/helpers/pipeline.js.map +1 -0
- package/lib/module/providers/screen/animation/helpers/read-screen-animation-revisions.js.map +1 -0
- package/lib/module/providers/screen/animation/helpers/selected-interpolator-options.js.map +1 -0
- package/lib/module/providers/screen/animation/helpers/stack-progress.js.map +1 -0
- package/lib/module/providers/screen/animation/helpers/use-build-transition-state.js.map +1 -0
- package/lib/module/providers/screen/animation/helpers/worklet.js.map +1 -0
- package/lib/module/providers/screen/animation/index.js.map +1 -0
- package/lib/module/providers/screen/animation/types.js.map +1 -0
- package/lib/module/providers/screen/animation/use-screen-animation.js.map +1 -0
- package/lib/module/providers/screen/descriptors/descriptors.provider.js.map +1 -0
- package/lib/module/providers/screen/descriptors/helpers/derive-descriptor-derivations.js.map +1 -0
- package/lib/module/providers/screen/descriptors/helpers/get-ancestor-keys.js.map +1 -0
- package/lib/module/providers/screen/descriptors/index.js.map +1 -0
- package/lib/module/providers/screen/gestures/gestures.provider.js.map +1 -0
- package/lib/module/providers/screen/gestures/hooks/use-gesture-sensitivity.js.map +1 -0
- package/lib/module/providers/screen/gestures/hooks/use-screen-gesture-config.js.map +1 -0
- package/lib/module/providers/screen/gestures/hooks/use-screen-gesture.js.map +1 -0
- package/lib/module/providers/screen/gestures/hooks/use-stable-runtime-config.js.map +1 -0
- package/lib/module/providers/screen/gestures/index.js.map +1 -0
- package/lib/module/providers/screen/gestures/ownership/compute-claimed-directions.js.map +1 -0
- package/lib/module/providers/screen/gestures/ownership/resolve-ownership.js.map +1 -0
- package/lib/module/providers/screen/gestures/ownership/shadowing-claims.js.map +1 -0
- package/lib/module/providers/screen/gestures/ownership/use-walk-up-and-register-shadowing-claims.js.map +1 -0
- package/lib/module/providers/screen/gestures/pan/activation/pan-activation-decision.js.map +1 -0
- package/lib/module/providers/screen/gestures/pan/activation/pan-activation-rules.js.map +1 -0
- package/lib/module/providers/screen/gestures/pan/activation/use-pan-activation.js.map +1 -0
- package/lib/module/providers/screen/gestures/pan/behavior/pan-lifecycle.js +132 -0
- package/lib/module/providers/screen/gestures/pan/behavior/pan-lifecycle.js.map +1 -0
- package/lib/module/providers/screen/gestures/pan/behavior/pan-release.js.map +1 -0
- package/lib/module/providers/screen/gestures/pan/behavior/pan-reset.js.map +1 -0
- package/lib/module/providers/screen/gestures/pan/behavior/use-pan-behavior.js.map +1 -0
- package/lib/module/providers/screen/gestures/pan/use-build-pan-gesture.js.map +1 -0
- package/lib/module/providers/screen/gestures/pinch/activation/use-pinch-activation.js.map +1 -0
- package/lib/module/providers/screen/gestures/pinch/behavior/pinch-lifecycle.js +93 -0
- package/lib/module/providers/screen/gestures/pinch/behavior/pinch-lifecycle.js.map +1 -0
- package/lib/module/providers/screen/gestures/pinch/behavior/pinch-release.js.map +1 -0
- package/lib/module/providers/screen/gestures/pinch/behavior/pinch-reset.js.map +1 -0
- package/lib/module/providers/screen/gestures/pinch/behavior/use-pinch-behavior.js.map +1 -0
- package/lib/module/providers/screen/gestures/pinch/use-build-pinch-gesture.js.map +1 -0
- package/lib/module/providers/screen/gestures/rotation/activation/use-rotation-activation.js.map +1 -0
- package/lib/module/providers/screen/gestures/rotation/behavior/rotation-lifecycle.js.map +1 -0
- package/lib/module/providers/screen/gestures/rotation/behavior/use-rotation-behavior.js.map +1 -0
- package/lib/module/providers/screen/gestures/rotation/use-build-rotation-gesture.js.map +1 -0
- package/lib/module/providers/screen/gestures/scroll-coordination/index.js.map +1 -0
- package/lib/module/providers/screen/gestures/scroll-coordination/scroll-metadata-owner.js.map +1 -0
- package/lib/module/providers/screen/gestures/scroll-coordination/update-scroll-gesture-state.js.map +1 -0
- package/lib/module/providers/screen/gestures/scroll-coordination/use-scroll-gesture-coordination.js.map +1 -0
- package/lib/module/providers/screen/gestures/scroll-coordination/walk-up-scroll-gesture-coordination.js.map +1 -0
- package/lib/module/providers/screen/gestures/shared/ancestors.js.map +1 -0
- package/lib/module/providers/screen/gestures/shared/directions.js.map +1 -0
- package/lib/module/providers/screen/gestures/shared/physics.js.map +1 -0
- package/lib/module/providers/screen/gestures/shared/policy.js.map +1 -0
- package/lib/module/providers/screen/gestures/shared/release.js.map +1 -0
- package/lib/module/providers/screen/gestures/shared/reset.js.map +1 -0
- package/lib/module/providers/screen/gestures/shared/runtime.js.map +1 -0
- package/lib/module/providers/screen/gestures/shared/snap-points.js.map +1 -0
- package/lib/module/providers/screen/gestures/shared/snapshot.js.map +1 -0
- package/lib/module/providers/screen/gestures/shared/targets.js.map +1 -0
- package/lib/module/providers/screen/gestures/shared/values.js.map +1 -0
- package/lib/module/providers/screen/gestures/types.js.map +1 -0
- package/lib/module/providers/screen/options/helpers.js.map +1 -0
- package/lib/module/providers/screen/options/index.js.map +1 -0
- package/lib/module/providers/screen/options/options.provider.js.map +1 -0
- package/lib/module/providers/screen/options/types.js.map +1 -0
- package/lib/module/providers/screen/origin.provider.js.map +1 -0
- package/lib/module/providers/screen/screen-composer.js.map +1 -0
- package/lib/module/providers/screen/styles/components/floating-overlay-layer.js.map +1 -0
- package/lib/module/providers/screen/styles/constants.js.map +1 -0
- package/lib/module/providers/screen/styles/helpers/collect-interpolator-shared-values.js.map +1 -0
- package/lib/module/providers/screen/styles/helpers/compose-slot-style.js.map +1 -0
- package/lib/module/providers/screen/styles/helpers/normalize-slots.js.map +1 -0
- package/lib/module/providers/screen/styles/helpers/opening-phase.js.map +1 -0
- package/lib/module/providers/screen/styles/helpers/resolve-slot-styles/are-resettable-states-equal.js.map +1 -0
- package/lib/module/providers/screen/styles/helpers/resolve-slot-styles/index.js.map +1 -0
- package/lib/module/providers/screen/styles/helpers/resolve-slot-styles/materialize-slot.js.map +1 -0
- package/lib/module/providers/screen/styles/helpers/resolve-slot-styles/reset-values.js.map +1 -0
- package/lib/module/providers/screen/styles/helpers/resolve-slot-styles/slot-state.js.map +1 -0
- package/lib/module/providers/screen/styles/helpers/resolve-slot-styles/types.js.map +1 -0
- package/lib/module/providers/screen/styles/helpers/strip-interpolator-options.js.map +1 -0
- package/lib/module/providers/screen/styles/helpers/visibility-gate.js.map +1 -0
- package/lib/module/providers/screen/styles/hooks/slot-resolvers.js.map +1 -0
- package/lib/module/providers/screen/styles/hooks/use-interpolated-style-maps.js.map +1 -0
- package/lib/module/providers/screen/styles/hooks/use-maybe-block-visibility.js.map +1 -0
- package/lib/module/providers/screen/styles/hooks/use-resolved-slot-style-map.js.map +1 -0
- package/lib/module/providers/screen/styles/index.js.map +1 -0
- package/lib/module/providers/screen/styles/slot.provider.js.map +1 -0
- package/lib/module/providers/screen/styles/stores/slot-references.store.js.map +1 -0
- package/lib/module/providers/stack/blank-stack-state/blank-stack-controller.js +132 -0
- package/lib/module/providers/stack/blank-stack-state/blank-stack-controller.js.map +1 -0
- package/lib/module/providers/stack/blank-stack-state/helpers/build-blank-stack-state.js.map +1 -0
- package/lib/module/providers/stack/blank-stack-state/helpers/derive-blank-stack-state.js.map +1 -0
- package/lib/module/providers/stack/blank-stack-state/helpers/navigation/compose-descriptors.js.map +1 -0
- package/lib/module/providers/stack/blank-stack-state/helpers/navigation/resolve-scene-neighbors.js.map +1 -0
- package/lib/module/providers/stack/blank-stack-state/helpers/navigation/sync-routes-with-removed.js.map +1 -0
- package/lib/module/providers/stack/blank-stack-state/helpers/reconcile-blank-stack-routes.js.map +1 -0
- package/lib/module/providers/stack/blank-stack-state/helpers/state-equality.js.map +1 -0
- package/lib/module/providers/stack/blank-stack-state/helpers/types.js.map +1 -0
- package/lib/module/providers/stack/blank-stack-state/index.js.map +1 -0
- package/lib/module/providers/stack/blank-stack.provider.js.map +1 -0
- package/lib/module/providers/stack/core.provider.js +113 -0
- package/lib/module/providers/stack/core.provider.js.map +1 -0
- package/lib/module/providers/stack/direct.provider.js.map +1 -0
- package/lib/module/stores/animation.store.js.map +1 -0
- package/lib/module/stores/bounds/helpers/keys.js.map +1 -0
- package/lib/module/stores/bounds/helpers/link-pairs.helpers.js.map +1 -0
- package/lib/module/stores/bounds/index.js.map +1 -0
- package/lib/module/stores/bounds/internals/clear.js.map +1 -0
- package/lib/module/stores/bounds/internals/entries.js.map +1 -0
- package/lib/module/stores/bounds/internals/links.js.map +1 -0
- package/lib/module/stores/bounds/internals/resolver.js.map +1 -0
- package/lib/module/stores/bounds/internals/state.js.map +1 -0
- package/lib/module/stores/bounds/types.js.map +1 -0
- package/lib/module/stores/gesture.store.js.map +1 -0
- package/lib/module/stores/history.store.js.map +1 -0
- package/lib/module/stores/scroll.store.js.map +1 -0
- package/lib/module/stores/system.store.js.map +1 -0
- package/lib/module/types/animation.types.js.map +1 -0
- package/lib/module/types/blank-stack.types.js +4 -0
- package/lib/module/types/blank-stack.types.js.map +1 -0
- package/lib/module/types/bounds.types.js.map +1 -0
- package/lib/module/types/gesture.types.js.map +1 -0
- package/lib/module/types/index.js.map +1 -0
- package/lib/module/types/overlay.types.js.map +1 -0
- package/lib/module/types/ownership.types.js.map +1 -0
- package/lib/module/types/providers/blank-stack-provider.types.js.map +1 -0
- package/lib/module/types/providers/direct-stack.types.js.map +1 -0
- package/lib/module/types/screen.types.js.map +1 -0
- package/lib/module/types/stack.types.js.map +1 -0
- package/lib/module/utils/animation/animate-to-progress.js +118 -0
- package/lib/module/utils/animation/animate-to-progress.js.map +1 -0
- package/lib/module/utils/animation/animate.js.map +1 -0
- package/lib/module/utils/animation/emit.js.map +1 -0
- package/lib/module/utils/animation/resolve-snap-transition-spec.js.map +1 -0
- package/lib/module/utils/animation/spring/index.js.map +1 -0
- package/lib/module/utils/animation/spring/spring.js.map +1 -0
- package/lib/module/utils/animation/spring/springConfigs.js.map +1 -0
- package/lib/module/utils/animation/spring/springUtils.js.map +1 -0
- package/lib/module/utils/animation/state.js.map +1 -0
- package/lib/module/utils/bounds/constants.js.map +1 -0
- package/lib/module/utils/bounds/helpers/create-bound-tag.js.map +1 -0
- package/lib/module/utils/bounds/helpers/create-bounds-accessor-core.js.map +1 -0
- package/lib/module/utils/bounds/helpers/create-link-accessor.js.map +1 -0
- package/lib/module/utils/bounds/helpers/geometry.js.map +1 -0
- package/lib/module/utils/bounds/helpers/prepare-bound-styles.js.map +1 -0
- package/lib/module/utils/bounds/helpers/resolve-bounds-pair-key.js.map +1 -0
- package/lib/module/utils/bounds/helpers/styles/composers.js.map +1 -0
- package/lib/module/utils/bounds/helpers/styles/compute.js.map +1 -0
- package/lib/module/utils/bounds/helpers/styles/local-transform.js.map +1 -0
- package/lib/module/utils/bounds/helpers/styles/styles.js.map +1 -0
- package/lib/module/utils/bounds/index.js.map +1 -0
- package/lib/module/utils/bounds/navigation/helpers.js.map +1 -0
- package/lib/module/utils/bounds/navigation/math.js.map +1 -0
- package/lib/module/utils/bounds/navigation/reveal/build.js.map +1 -0
- package/lib/module/utils/bounds/navigation/reveal/config.js.map +1 -0
- package/lib/module/utils/bounds/navigation/reveal/math.js.map +1 -0
- package/lib/module/utils/bounds/navigation/reveal/types.js.map +1 -0
- package/lib/module/utils/bounds/navigation/zoom/build.js.map +1 -0
- package/lib/module/utils/bounds/navigation/zoom/config.js.map +1 -0
- package/lib/module/utils/bounds/navigation/zoom/drag.js.map +1 -0
- package/lib/module/utils/bounds/navigation/zoom/helpers.js.map +1 -0
- package/lib/module/utils/bounds/navigation/zoom/mask.js.map +1 -0
- package/lib/module/utils/bounds/navigation/zoom/targets.js.map +1 -0
- package/lib/module/utils/bounds/navigation/zoom/types.js.map +1 -0
- package/lib/module/utils/bounds/types/geometry.js.map +1 -0
- package/lib/module/utils/bounds/types/options.js.map +1 -0
- package/lib/module/utils/create-provider.js.map +1 -0
- package/lib/module/utils/create-store.js.map +1 -0
- package/lib/module/utils/logger.js.map +1 -0
- package/lib/module/utils/normalize-interpolated-style.js.map +1 -0
- package/lib/module/utils/overlay/visibility.js.map +1 -0
- package/lib/module/utils/platform.js.map +1 -0
- package/lib/module/utils/resolve-chain-target.js.map +1 -0
- package/lib/module/utils/resolve-screen-transition-options.js.map +1 -0
- package/lib/module/utils/visibility-block-offset.js.map +1 -0
- package/lib/typescript/adapters/with-screen-transitions/context.d.ts +15 -0
- package/lib/typescript/adapters/with-screen-transitions/context.d.ts.map +1 -0
- package/lib/typescript/adapters/with-screen-transitions/index.d.ts.map +1 -0
- package/lib/typescript/adapters/with-screen-transitions/options.d.ts.map +1 -0
- package/lib/typescript/adapters/with-screen-transitions/stack-layout.d.ts +12 -0
- package/lib/typescript/adapters/with-screen-transitions/stack-layout.d.ts.map +1 -0
- package/lib/typescript/adapters/with-screen-transitions/types.d.ts.map +1 -0
- package/lib/typescript/animation/resolve-snap-target.d.ts.map +1 -0
- package/lib/typescript/animation/snap-to.d.ts.map +1 -0
- package/lib/typescript/animation/transition-blocking.d.ts.map +1 -0
- package/lib/typescript/components/activity/helpers.d.ts.map +1 -0
- package/lib/typescript/components/activity/index.d.ts.map +1 -0
- package/lib/typescript/components/activity/variants/activity-container.d.ts +6 -0
- package/lib/typescript/components/activity/variants/activity-container.d.ts.map +1 -0
- package/lib/typescript/components/activity/variants/activity-screen.d.ts +13 -0
- package/lib/typescript/components/activity/variants/activity-screen.d.ts.map +1 -0
- package/lib/typescript/components/boundary/components/boundary-target.d.ts +8 -0
- package/lib/typescript/components/boundary/components/boundary-target.d.ts.map +1 -0
- package/lib/typescript/components/boundary/create-boundary-component.d.ts.map +1 -0
- package/lib/typescript/components/boundary/hooks/lifecycles/use-boundary-presence.d.ts.map +1 -0
- package/lib/typescript/components/boundary/hooks/lifecycles/use-initial-destination-measurement.d.ts.map +1 -0
- package/lib/typescript/components/boundary/hooks/lifecycles/use-initial-source-measurement.d.ts.map +1 -0
- package/lib/typescript/components/boundary/hooks/lifecycles/use-refresh-boundary.d.ts.map +1 -0
- package/lib/typescript/components/boundary/hooks/use-boundary-measurement.d.ts.map +1 -0
- package/lib/typescript/components/boundary/hooks/use-measurer.d.ts.map +1 -0
- package/lib/typescript/components/boundary/hooks/use-register-target.d.ts.map +1 -0
- package/lib/typescript/components/boundary/index.d.ts +55 -0
- package/lib/typescript/components/boundary/index.d.ts.map +1 -0
- package/lib/typescript/components/boundary/portal/components/boundary-content-portal/components/host.d.ts +10 -0
- package/lib/typescript/components/boundary/portal/components/boundary-content-portal/components/host.d.ts.map +1 -0
- package/lib/typescript/components/boundary/portal/components/boundary-content-portal/helpers/host-name.d.ts.map +1 -0
- package/lib/typescript/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.d.ts.map +1 -0
- package/lib/typescript/components/boundary/portal/components/boundary-content-portal/index.d.ts +9 -0
- package/lib/typescript/components/boundary/portal/components/boundary-content-portal/index.d.ts.map +1 -0
- package/lib/typescript/components/boundary/portal/components/boundary-portal/components/host.d.ts +7 -0
- package/lib/typescript/components/boundary/portal/components/boundary-portal/components/host.d.ts.map +1 -0
- package/lib/typescript/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.d.ts +9 -0
- package/lib/typescript/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.d.ts.map +1 -0
- package/lib/typescript/components/boundary/portal/components/boundary-portal/components/portal-slot.d.ts +13 -0
- package/lib/typescript/components/boundary/portal/components/boundary-portal/components/portal-slot.d.ts.map +1 -0
- package/lib/typescript/components/boundary/portal/components/boundary-portal/helpers/has-local-slot.d.ts.map +1 -0
- package/lib/typescript/components/boundary/portal/components/boundary-portal/helpers/host-name.d.ts.map +1 -0
- package/lib/typescript/components/boundary/portal/components/boundary-portal/helpers/offset-style.d.ts.map +1 -0
- package/lib/typescript/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.d.ts.map +1 -0
- package/lib/typescript/components/boundary/portal/components/boundary-portal/hooks/use-host-measurement.d.ts.map +1 -0
- package/lib/typescript/components/boundary/portal/components/boundary-portal/hooks/use-placeholder-styles.d.ts.map +1 -0
- package/lib/typescript/components/boundary/portal/components/boundary-portal/index.d.ts +12 -0
- package/lib/typescript/components/boundary/portal/components/boundary-portal/index.d.ts.map +1 -0
- package/lib/typescript/components/boundary/portal/components/boundary-portal/stores/host-bounds.store.d.ts.map +1 -0
- package/lib/typescript/components/boundary/portal/components/boundary-portal/stores/host-registry.store.d.ts.map +1 -0
- package/lib/typescript/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.d.ts.map +1 -0
- package/lib/typescript/components/boundary/portal/components/portal-provider.d.ts +4 -0
- package/lib/typescript/components/boundary/portal/components/portal-provider.d.ts.map +1 -0
- package/lib/typescript/components/boundary/portal/index.d.ts.map +1 -0
- package/lib/typescript/components/boundary/portal/teleport.d.ts.map +1 -0
- package/lib/typescript/components/boundary/portal/utils/naming.d.ts.map +1 -0
- package/lib/typescript/components/boundary/portal/utils/ownership.d.ts.map +1 -0
- package/lib/typescript/components/boundary/portal/utils/resolve-portal.d.ts.map +1 -0
- package/lib/typescript/components/boundary/portal/utils/shallow-equal.d.ts.map +1 -0
- package/lib/typescript/components/boundary/portal/utils/teleport-control.d.ts.map +1 -0
- package/lib/typescript/components/boundary/portal/utils/visible-host.d.ts.map +1 -0
- package/lib/typescript/components/boundary/providers/boundary-root.provider.d.ts.map +1 -0
- package/lib/typescript/components/boundary/types.d.ts.map +1 -0
- package/lib/typescript/components/boundary/utils/destination-signals.d.ts.map +1 -0
- package/lib/typescript/components/boundary/utils/measured-bounds.d.ts.map +1 -0
- package/lib/typescript/components/boundary/utils/refresh-signals.d.ts.map +1 -0
- package/lib/typescript/components/boundary/utils/source-signals.d.ts.map +1 -0
- package/lib/typescript/components/create-transition-aware-component.d.ts.map +1 -0
- package/lib/typescript/components/masked-view.d.ts +10 -0
- package/lib/typescript/components/masked-view.d.ts.map +1 -0
- package/lib/typescript/components/overlay/helpers/get-active-overlay.d.ts.map +1 -0
- package/lib/typescript/components/overlay/index.d.ts.map +1 -0
- package/lib/typescript/components/overlay/variations/float-overlay.d.ts +6 -0
- package/lib/typescript/components/overlay/variations/float-overlay.d.ts.map +1 -0
- package/lib/typescript/components/overlay/variations/overlay-host.d.ts +10 -0
- package/lib/typescript/components/overlay/variations/overlay-host.d.ts.map +1 -0
- package/lib/typescript/components/scene-view.d.ts +13 -0
- package/lib/typescript/components/scene-view.d.ts.map +1 -0
- package/lib/typescript/components/screen-container/helpers/find-collapse-target.d.ts.map +1 -0
- package/lib/typescript/components/screen-container/hooks/use-backdrop-pointer-events.d.ts.map +1 -0
- package/lib/typescript/components/screen-container/hooks/use-content-layout.d.ts.map +1 -0
- package/lib/typescript/components/screen-container/index.d.ts +6 -0
- package/lib/typescript/components/screen-container/index.d.ts.map +1 -0
- package/lib/typescript/components/screen-container/layers/backdrop.d.ts +6 -0
- package/lib/typescript/components/screen-container/layers/backdrop.d.ts.map +1 -0
- package/lib/typescript/components/screen-container/layers/content.d.ts +8 -0
- package/lib/typescript/components/screen-container/layers/content.d.ts.map +1 -0
- package/lib/typescript/components/screen-container/layers/maybe-masked-navigation-container.d.ts +9 -0
- package/lib/typescript/components/screen-container/layers/maybe-masked-navigation-container.d.ts.map +1 -0
- package/lib/typescript/components/screen-container/layers/render-component.d.ts.map +1 -0
- package/lib/typescript/components/screen-container/layers/surface-container.d.ts +8 -0
- package/lib/typescript/components/screen-container/layers/surface-container.d.ts.map +1 -0
- package/lib/typescript/components/screen-lifecycle/hooks/helpers/reset-stores-for-screen.d.ts.map +1 -0
- package/lib/typescript/components/screen-lifecycle/hooks/history/navigator-route-registry.d.ts.map +1 -0
- package/lib/typescript/components/screen-lifecycle/hooks/history/use-screen-history.d.ts.map +1 -0
- package/lib/typescript/components/screen-lifecycle/hooks/use-close-transition-intent.d.ts.map +1 -0
- package/lib/typescript/components/screen-lifecycle/hooks/use-open-transition-intent.d.ts.map +1 -0
- package/lib/typescript/components/screen-lifecycle/hooks/use-transition-start-controller.d.ts.map +1 -0
- package/lib/typescript/components/screen-lifecycle/index.d.ts.map +1 -0
- package/lib/typescript/components/stack-view.d.ts +3 -0
- package/lib/typescript/components/stack-view.d.ts.map +1 -0
- package/lib/typescript/configs/index.d.ts.map +1 -0
- package/lib/typescript/configs/presets.d.ts.map +1 -0
- package/lib/typescript/configs/specs.d.ts.map +1 -0
- package/lib/typescript/constants.d.ts.map +1 -0
- package/lib/typescript/hooks/navigation/use-history.d.ts.map +1 -0
- package/lib/typescript/hooks/navigation/use-navigation-helpers.d.ts.map +1 -0
- package/lib/typescript/hooks/navigation/use-previous.d.ts.map +1 -0
- package/lib/typescript/hooks/navigation/use-screen-state.d.ts.map +1 -0
- package/lib/typescript/hooks/navigation/use-stack.d.ts +34 -0
- package/lib/typescript/hooks/navigation/use-stack.d.ts.map +1 -0
- package/lib/typescript/hooks/navigation/use-tab-press-reset.d.ts.map +1 -0
- package/lib/typescript/hooks/reanimated/use-shared-value-ref.d.ts.map +1 -0
- package/lib/typescript/hooks/reanimated/use-shared-value-state.d.ts.map +1 -0
- package/lib/typescript/hooks/use-stable-callback-value.d.ts +13 -0
- package/lib/typescript/hooks/use-stable-callback-value.d.ts.map +1 -0
- package/lib/typescript/hooks/use-stable-callback.d.ts.map +1 -0
- package/lib/typescript/index.d.ts +1369 -0
- package/lib/typescript/index.d.ts.map +1 -0
- package/lib/typescript/navigators/create-blank-stack-navigator.d.ts +11 -0
- package/lib/typescript/navigators/create-blank-stack-navigator.d.ts.map +1 -0
- package/lib/typescript/navigators/expo-router/index.d.ts +11 -0
- package/lib/typescript/navigators/expo-router/index.d.ts.map +1 -0
- package/lib/typescript/navigators/react-navigation/index.d.ts +28 -0
- package/lib/typescript/navigators/react-navigation/index.d.ts.map +1 -0
- package/lib/typescript/providers/helpers/measured-bounds-writes.d.ts.map +1 -0
- package/lib/typescript/providers/navigation/navigation-host.provider.d.ts +20 -0
- package/lib/typescript/providers/navigation/navigation-host.provider.d.ts.map +1 -0
- package/lib/typescript/providers/navigation/react-navigation-host.d.ts +3 -0
- package/lib/typescript/providers/navigation/react-navigation-host.d.ts.map +1 -0
- package/lib/typescript/providers/register-bounds.provider.d.ts.map +1 -0
- package/lib/typescript/providers/screen/animation/animation.provider.d.ts.map +1 -0
- package/lib/typescript/providers/screen/animation/helpers/accessors/use-build-bounds-accessor.d.ts.map +1 -0
- package/lib/typescript/providers/screen/animation/helpers/accessors/use-build-transition-accessor.d.ts.map +1 -0
- package/lib/typescript/providers/screen/animation/helpers/build-screen-transition-options.d.ts.map +1 -0
- package/lib/typescript/providers/screen/animation/helpers/derivations.d.ts.map +1 -0
- package/lib/typescript/providers/screen/animation/helpers/has-transitions-enabled.d.ts.map +1 -0
- package/lib/typescript/providers/screen/animation/helpers/hydrate-transition-state/gesture-progress.d.ts.map +1 -0
- package/lib/typescript/providers/screen/animation/helpers/hydrate-transition-state/index.d.ts.map +1 -0
- package/lib/typescript/providers/screen/animation/helpers/hydrate-transition-state/snap-points.d.ts.map +1 -0
- package/lib/typescript/providers/screen/animation/helpers/hydrate-transition-state/types.d.ts.map +1 -0
- package/lib/typescript/providers/screen/animation/helpers/pipeline.d.ts.map +1 -0
- package/lib/typescript/providers/screen/animation/helpers/read-screen-animation-revisions.d.ts.map +1 -0
- package/lib/typescript/providers/screen/animation/helpers/selected-interpolator-options.d.ts.map +1 -0
- package/lib/typescript/providers/screen/animation/helpers/stack-progress.d.ts.map +1 -0
- package/lib/typescript/providers/screen/animation/helpers/use-build-transition-state.d.ts.map +1 -0
- package/lib/typescript/providers/screen/animation/helpers/worklet.d.ts.map +1 -0
- package/lib/typescript/providers/screen/animation/index.d.ts.map +1 -0
- package/lib/typescript/providers/screen/animation/types.d.ts.map +1 -0
- package/lib/typescript/providers/screen/animation/use-screen-animation.d.ts.map +1 -0
- package/lib/typescript/providers/screen/descriptors/descriptors.provider.d.ts +34 -0
- package/lib/typescript/providers/screen/descriptors/descriptors.provider.d.ts.map +1 -0
- package/lib/typescript/providers/screen/descriptors/helpers/derive-descriptor-derivations.d.ts.map +1 -0
- package/lib/typescript/providers/screen/descriptors/helpers/get-ancestor-keys.d.ts.map +1 -0
- package/lib/typescript/providers/screen/descriptors/index.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/gestures.provider.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/hooks/use-gesture-sensitivity.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/hooks/use-screen-gesture-config.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/hooks/use-screen-gesture.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/hooks/use-stable-runtime-config.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/index.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/ownership/compute-claimed-directions.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/ownership/resolve-ownership.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/ownership/shadowing-claims.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/ownership/use-walk-up-and-register-shadowing-claims.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/pan/activation/pan-activation-decision.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/pan/activation/pan-activation-rules.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/pan/activation/use-pan-activation.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/pan/behavior/pan-lifecycle.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/pan/behavior/pan-release.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/pan/behavior/pan-reset.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/pan/behavior/use-pan-behavior.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/pan/use-build-pan-gesture.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/pinch/activation/use-pinch-activation.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/pinch/behavior/pinch-lifecycle.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/pinch/behavior/pinch-release.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/pinch/behavior/pinch-reset.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/pinch/behavior/use-pinch-behavior.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/pinch/use-build-pinch-gesture.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/rotation/activation/use-rotation-activation.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/rotation/behavior/rotation-lifecycle.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/rotation/behavior/use-rotation-behavior.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/rotation/use-build-rotation-gesture.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/scroll-coordination/index.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/scroll-coordination/scroll-metadata-owner.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/scroll-coordination/update-scroll-gesture-state.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/scroll-coordination/use-scroll-gesture-coordination.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/scroll-coordination/walk-up-scroll-gesture-coordination.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/shared/ancestors.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/shared/directions.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/shared/physics.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/shared/policy.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/shared/release.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/shared/reset.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/shared/runtime.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/shared/snap-points.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/shared/snapshot.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/shared/targets.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/shared/values.d.ts.map +1 -0
- package/lib/typescript/providers/screen/gestures/types.d.ts.map +1 -0
- package/lib/typescript/providers/screen/options/helpers.d.ts.map +1 -0
- package/lib/typescript/providers/screen/options/index.d.ts.map +1 -0
- package/lib/typescript/providers/screen/options/options.provider.d.ts.map +1 -0
- package/lib/typescript/providers/screen/options/types.d.ts.map +1 -0
- package/lib/typescript/providers/screen/origin.provider.d.ts.map +1 -0
- package/lib/typescript/providers/screen/screen-composer.d.ts +11 -0
- package/lib/typescript/providers/screen/screen-composer.d.ts.map +1 -0
- package/lib/typescript/providers/screen/styles/components/floating-overlay-layer.d.ts +7 -0
- package/lib/typescript/providers/screen/styles/components/floating-overlay-layer.d.ts.map +1 -0
- package/lib/typescript/providers/screen/styles/constants.d.ts.map +1 -0
- package/lib/typescript/providers/screen/styles/helpers/collect-interpolator-shared-values.d.ts.map +1 -0
- package/lib/typescript/providers/screen/styles/helpers/compose-slot-style.d.ts.map +1 -0
- package/lib/typescript/providers/screen/styles/helpers/normalize-slots.d.ts.map +1 -0
- package/lib/typescript/providers/screen/styles/helpers/opening-phase.d.ts.map +1 -0
- package/lib/typescript/providers/screen/styles/helpers/resolve-slot-styles/are-resettable-states-equal.d.ts.map +1 -0
- package/lib/typescript/providers/screen/styles/helpers/resolve-slot-styles/index.d.ts.map +1 -0
- package/lib/typescript/providers/screen/styles/helpers/resolve-slot-styles/materialize-slot.d.ts.map +1 -0
- package/lib/typescript/providers/screen/styles/helpers/resolve-slot-styles/reset-values.d.ts.map +1 -0
- package/lib/typescript/providers/screen/styles/helpers/resolve-slot-styles/slot-state.d.ts.map +1 -0
- package/lib/typescript/providers/screen/styles/helpers/resolve-slot-styles/types.d.ts.map +1 -0
- package/lib/typescript/providers/screen/styles/helpers/strip-interpolator-options.d.ts.map +1 -0
- package/lib/typescript/providers/screen/styles/helpers/visibility-gate.d.ts.map +1 -0
- package/lib/typescript/providers/screen/styles/hooks/slot-resolvers.d.ts.map +1 -0
- package/lib/typescript/providers/screen/styles/hooks/use-interpolated-style-maps.d.ts.map +1 -0
- package/lib/typescript/providers/screen/styles/hooks/use-maybe-block-visibility.d.ts.map +1 -0
- package/lib/typescript/providers/screen/styles/hooks/use-resolved-slot-style-map.d.ts.map +1 -0
- package/lib/typescript/providers/screen/styles/index.d.ts.map +1 -0
- package/lib/typescript/providers/screen/styles/slot.provider.d.ts.map +1 -0
- package/lib/typescript/providers/screen/styles/stores/slot-references.store.d.ts.map +1 -0
- package/lib/typescript/providers/stack/blank-stack-state/blank-stack-controller.d.ts.map +1 -0
- package/lib/typescript/providers/stack/blank-stack-state/helpers/build-blank-stack-state.d.ts.map +1 -0
- package/lib/typescript/providers/stack/blank-stack-state/helpers/derive-blank-stack-state.d.ts.map +1 -0
- package/lib/typescript/providers/stack/blank-stack-state/helpers/navigation/compose-descriptors.d.ts.map +1 -0
- package/lib/typescript/providers/stack/blank-stack-state/helpers/navigation/resolve-scene-neighbors.d.ts.map +1 -0
- package/lib/typescript/providers/stack/blank-stack-state/helpers/navigation/sync-routes-with-removed.d.ts.map +1 -0
- package/lib/typescript/providers/stack/blank-stack-state/helpers/reconcile-blank-stack-routes.d.ts.map +1 -0
- package/lib/typescript/providers/stack/blank-stack-state/helpers/state-equality.d.ts.map +1 -0
- package/lib/typescript/providers/stack/blank-stack-state/helpers/types.d.ts.map +1 -0
- package/lib/typescript/providers/stack/blank-stack-state/index.d.ts.map +1 -0
- package/lib/typescript/providers/stack/blank-stack.provider.d.ts.map +1 -0
- package/lib/typescript/providers/stack/core.provider.d.ts +24 -0
- package/lib/typescript/providers/stack/core.provider.d.ts.map +1 -0
- package/lib/typescript/providers/stack/direct.provider.d.ts.map +1 -0
- package/lib/typescript/stores/animation.store.d.ts.map +1 -0
- package/lib/typescript/stores/bounds/helpers/keys.d.ts.map +1 -0
- package/lib/typescript/stores/bounds/helpers/link-pairs.helpers.d.ts.map +1 -0
- package/lib/typescript/stores/bounds/index.d.ts.map +1 -0
- package/lib/typescript/stores/bounds/internals/clear.d.ts.map +1 -0
- package/lib/typescript/stores/bounds/internals/entries.d.ts.map +1 -0
- package/lib/typescript/stores/bounds/internals/links.d.ts.map +1 -0
- package/lib/typescript/stores/bounds/internals/resolver.d.ts.map +1 -0
- package/lib/typescript/stores/bounds/internals/state.d.ts.map +1 -0
- package/lib/typescript/stores/bounds/types.d.ts.map +1 -0
- package/lib/typescript/stores/gesture.store.d.ts.map +1 -0
- package/lib/typescript/stores/history.store.d.ts.map +1 -0
- package/lib/typescript/stores/scroll.store.d.ts.map +1 -0
- package/lib/typescript/stores/system.store.d.ts.map +1 -0
- package/lib/typescript/types/animation.types.d.ts.map +1 -0
- package/lib/typescript/types/blank-stack.types.d.ts +85 -0
- package/lib/typescript/types/blank-stack.types.d.ts.map +1 -0
- package/lib/typescript/types/bounds.types.d.ts.map +1 -0
- package/lib/typescript/types/gesture.types.d.ts.map +1 -0
- package/lib/typescript/types/index.d.ts.map +1 -0
- package/lib/typescript/types/overlay.types.d.ts.map +1 -0
- package/lib/typescript/types/ownership.types.d.ts.map +1 -0
- package/lib/typescript/types/providers/blank-stack-provider.types.d.ts.map +1 -0
- package/lib/typescript/types/providers/direct-stack.types.d.ts +31 -0
- package/lib/typescript/types/providers/direct-stack.types.d.ts.map +1 -0
- package/lib/typescript/types/screen.types.d.ts.map +1 -0
- package/lib/typescript/types/stack.types.d.ts.map +1 -0
- package/lib/typescript/utils/animation/animate-to-progress.d.ts +23 -0
- package/lib/typescript/utils/animation/animate-to-progress.d.ts.map +1 -0
- package/lib/typescript/utils/animation/animate.d.ts.map +1 -0
- package/lib/typescript/utils/animation/emit.d.ts.map +1 -0
- package/lib/typescript/utils/animation/resolve-snap-transition-spec.d.ts.map +1 -0
- package/lib/typescript/utils/animation/spring/index.d.ts.map +1 -0
- package/lib/typescript/utils/animation/spring/spring.d.ts.map +1 -0
- package/lib/typescript/utils/animation/spring/springConfigs.d.ts.map +1 -0
- package/lib/typescript/utils/animation/spring/springUtils.d.ts.map +1 -0
- package/lib/typescript/utils/animation/state.d.ts.map +1 -0
- package/lib/typescript/utils/bounds/constants.d.ts.map +1 -0
- package/lib/typescript/utils/bounds/helpers/create-bound-tag.d.ts.map +1 -0
- package/lib/typescript/utils/bounds/helpers/create-bounds-accessor-core.d.ts.map +1 -0
- package/lib/typescript/utils/bounds/helpers/create-link-accessor.d.ts.map +1 -0
- package/lib/typescript/utils/bounds/helpers/geometry.d.ts.map +1 -0
- package/lib/typescript/utils/bounds/helpers/prepare-bound-styles.d.ts.map +1 -0
- package/lib/typescript/utils/bounds/helpers/resolve-bounds-pair-key.d.ts.map +1 -0
- package/lib/typescript/utils/bounds/helpers/styles/composers.d.ts.map +1 -0
- package/lib/typescript/utils/bounds/helpers/styles/compute.d.ts.map +1 -0
- package/lib/typescript/utils/bounds/helpers/styles/local-transform.d.ts.map +1 -0
- package/lib/typescript/utils/bounds/helpers/styles/styles.d.ts.map +1 -0
- package/lib/typescript/utils/bounds/index.d.ts.map +1 -0
- package/lib/typescript/utils/bounds/navigation/helpers.d.ts.map +1 -0
- package/lib/typescript/utils/bounds/navigation/math.d.ts.map +1 -0
- package/lib/typescript/utils/bounds/navigation/reveal/build.d.ts.map +1 -0
- package/lib/typescript/utils/bounds/navigation/reveal/config.d.ts.map +1 -0
- package/lib/typescript/utils/bounds/navigation/reveal/math.d.ts.map +1 -0
- package/lib/typescript/utils/bounds/navigation/reveal/types.d.ts.map +1 -0
- package/lib/typescript/utils/bounds/navigation/zoom/build.d.ts.map +1 -0
- package/lib/typescript/utils/bounds/navigation/zoom/config.d.ts.map +1 -0
- package/lib/typescript/utils/bounds/navigation/zoom/drag.d.ts.map +1 -0
- package/lib/typescript/utils/bounds/navigation/zoom/helpers.d.ts.map +1 -0
- package/lib/typescript/utils/bounds/navigation/zoom/mask.d.ts.map +1 -0
- package/lib/typescript/utils/bounds/navigation/zoom/targets.d.ts.map +1 -0
- package/lib/typescript/utils/bounds/navigation/zoom/types.d.ts.map +1 -0
- package/lib/typescript/utils/bounds/types/geometry.d.ts.map +1 -0
- package/lib/typescript/utils/bounds/types/options.d.ts.map +1 -0
- package/lib/typescript/utils/create-provider.d.ts.map +1 -0
- package/lib/typescript/utils/create-store.d.ts.map +1 -0
- package/lib/typescript/utils/logger.d.ts.map +1 -0
- package/lib/typescript/utils/normalize-interpolated-style.d.ts.map +1 -0
- package/lib/typescript/utils/overlay/visibility.d.ts.map +1 -0
- package/lib/typescript/utils/platform.d.ts.map +1 -0
- package/lib/typescript/utils/resolve-chain-target.d.ts.map +1 -0
- package/lib/typescript/utils/resolve-screen-transition-options.d.ts.map +1 -0
- package/lib/typescript/utils/visibility-block-offset.d.ts.map +1 -0
- package/package.json +35 -33
- package/src/animation/snap-to.ts +96 -0
- package/src/components/boundary/hooks/lifecycles/use-boundary-presence.ts +41 -0
- package/src/components/boundary/hooks/lifecycles/use-initial-destination-measurement.ts +224 -0
- package/src/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.ts +318 -0
- package/src/components/boundary/portal/components/boundary-portal/components/portal-slot.tsx +80 -0
- package/src/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.ts +255 -0
- package/src/components/boundary/portal/components/boundary-portal/hooks/use-host-measurement.ts +152 -0
- package/src/components/create-transition-aware-component.tsx +172 -0
- package/src/components/overlay/variations/overlay-host.tsx +72 -0
- package/src/components/screen-container/hooks/use-backdrop-pointer-events.ts +56 -0
- package/src/components/screen-container/hooks/use-content-layout.ts +82 -0
- package/src/components/screen-container/layers/backdrop.tsx +152 -0
- package/src/components/screen-lifecycle/hooks/helpers/reset-stores-for-screen.ts +15 -0
- package/src/components/screen-lifecycle/hooks/history/use-screen-history.ts +90 -0
- package/src/components/stack-view.tsx +73 -0
- package/src/hooks/navigation/use-navigation-helpers.ts +35 -0
- package/src/hooks/navigation/use-tab-press-reset.ts +36 -0
- package/src/hooks/reanimated/use-shared-value-ref.ts +39 -0
- package/src/hooks/reanimated/use-shared-value-state.ts +22 -0
- package/src/hooks/use-stable-callback-value.ts +72 -0
- package/src/navigators/create-blank-stack-navigator.tsx +151 -0
- package/src/navigators/expo-router/index.tsx +63 -0
- package/src/navigators/react-navigation/index.tsx +93 -0
- package/src/providers/navigation/navigation-host.provider.tsx +60 -0
- package/src/providers/navigation/react-navigation-host.tsx +24 -0
- package/src/providers/register-bounds.provider.tsx +401 -0
- package/src/providers/screen/gestures/pan/behavior/pan-lifecycle.ts +176 -0
- package/src/providers/screen/gestures/pinch/behavior/pinch-lifecycle.ts +113 -0
- package/src/providers/stack/blank-stack-state/blank-stack-controller.ts +166 -0
- package/src/providers/stack/core.provider.tsx +141 -0
- package/src/providers/stack/direct.provider.tsx +129 -0
- package/src/types/blank-stack.types.ts +146 -0
- package/src/types/providers/direct-stack.types.ts +69 -0
- package/src/utils/animation/animate-to-progress.ts +158 -0
- package/lib/commonjs/blank-stack/components/stack-view.js +0 -61
- package/lib/commonjs/blank-stack/components/stack-view.js.map +0 -1
- package/lib/commonjs/blank-stack/index.js +0 -13
- package/lib/commonjs/blank-stack/index.js.map +0 -1
- package/lib/commonjs/blank-stack/navigators/create-blank-stack-navigator.js +0 -92
- package/lib/commonjs/blank-stack/navigators/create-blank-stack-navigator.js.map +0 -1
- package/lib/commonjs/blank-stack/types.js.map +0 -1
- package/lib/commonjs/component-stack/components/component-screen.js +0 -32
- package/lib/commonjs/component-stack/components/component-screen.js.map +0 -1
- package/lib/commonjs/component-stack/components/stack-view.js +0 -41
- package/lib/commonjs/component-stack/components/stack-view.js.map +0 -1
- package/lib/commonjs/component-stack/index.js +0 -13
- package/lib/commonjs/component-stack/index.js.map +0 -1
- package/lib/commonjs/component-stack/navigators/create-component-stack-navigator.js +0 -91
- package/lib/commonjs/component-stack/navigators/create-component-stack-navigator.js.map +0 -1
- package/lib/commonjs/component-stack/types.js.map +0 -1
- package/lib/commonjs/native-stack/index.js +0 -13
- package/lib/commonjs/native-stack/index.js.map +0 -1
- package/lib/commonjs/native-stack/navigators/createNativeStackNavigator.js +0 -56
- package/lib/commonjs/native-stack/navigators/createNativeStackNavigator.js.map +0 -1
- package/lib/commonjs/native-stack/types.js.map +0 -1
- package/lib/commonjs/native-stack/utils/debounce.js +0 -16
- package/lib/commonjs/native-stack/utils/debounce.js.map +0 -1
- package/lib/commonjs/native-stack/utils/getModalRoutesKeys.js +0 -17
- package/lib/commonjs/native-stack/utils/getModalRoutesKeys.js.map +0 -1
- package/lib/commonjs/native-stack/utils/useAnimatedHeaderHeight.js +0 -18
- package/lib/commonjs/native-stack/utils/useAnimatedHeaderHeight.js.map +0 -1
- package/lib/commonjs/native-stack/utils/useDismissedRouteError.js +0 -22
- package/lib/commonjs/native-stack/utils/useDismissedRouteError.js.map +0 -1
- package/lib/commonjs/native-stack/utils/useInvalidPreventRemoveError.js +0 -25
- package/lib/commonjs/native-stack/utils/useInvalidPreventRemoveError.js.map +0 -1
- package/lib/commonjs/native-stack/views/FontProcessor.js +0 -10
- package/lib/commonjs/native-stack/views/FontProcessor.js.map +0 -1
- package/lib/commonjs/native-stack/views/FontProcessor.native.js +0 -18
- package/lib/commonjs/native-stack/views/FontProcessor.native.js.map +0 -1
- package/lib/commonjs/native-stack/views/NativeStackView.js +0 -138
- package/lib/commonjs/native-stack/views/NativeStackView.js.map +0 -1
- package/lib/commonjs/native-stack/views/NativeStackView.native.js +0 -496
- package/lib/commonjs/native-stack/views/NativeStackView.native.js.map +0 -1
- package/lib/commonjs/native-stack/views/useHeaderConfigProps.js +0 -203
- package/lib/commonjs/native-stack/views/useHeaderConfigProps.js.map +0 -1
- package/lib/commonjs/shared/adapters/with-screen-transitions/context.js.map +0 -1
- package/lib/commonjs/shared/adapters/with-screen-transitions/index.js.map +0 -1
- package/lib/commonjs/shared/adapters/with-screen-transitions/options.js.map +0 -1
- package/lib/commonjs/shared/adapters/with-screen-transitions/stack-layout.js.map +0 -1
- package/lib/commonjs/shared/adapters/with-screen-transitions/types.js.map +0 -1
- package/lib/commonjs/shared/animation/resolve-snap-target.js.map +0 -1
- package/lib/commonjs/shared/animation/snap-to.js +0 -75
- package/lib/commonjs/shared/animation/snap-to.js.map +0 -1
- package/lib/commonjs/shared/animation/transition-blocking.js.map +0 -1
- package/lib/commonjs/shared/components/activity/helpers.js.map +0 -1
- package/lib/commonjs/shared/components/activity/index.js.map +0 -1
- package/lib/commonjs/shared/components/activity/variants/activity-container.js.map +0 -1
- package/lib/commonjs/shared/components/activity/variants/activity-screen.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/components/boundary-target.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/create-boundary-component.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-boundary-presence.js +0 -35
- package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-boundary-presence.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-initial-destination-measurement.js +0 -166
- package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-initial-destination-measurement.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-initial-source-measurement.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-refresh-boundary.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/hooks/use-boundary-measurement.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/hooks/use-measurer.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/hooks/use-register-target.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/index.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-content-portal/components/host.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-content-portal/helpers/host-name.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js +0 -224
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-content-portal/index.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/components/host.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/components/portal-slot.js +0 -51
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/components/portal-slot.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/helpers/has-local-slot.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/helpers/host-name.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/helpers/offset-style.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js +0 -185
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/hooks/use-host-measurement.js +0 -104
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/hooks/use-host-measurement.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/hooks/use-placeholder-styles.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/index.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/stores/host-bounds.store.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/stores/host-registry.store.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/portal/components/portal-provider.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/portal/index.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/portal/teleport.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/portal/utils/naming.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/portal/utils/ownership.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/portal/utils/resolve-portal.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/portal/utils/shallow-equal.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/portal/utils/teleport-control.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/portal/utils/visible-host.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/providers/boundary-root.provider.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/types.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/utils/destination-signals.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/utils/measured-bounds.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/utils/refresh-signals.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/utils/source-signals.js.map +0 -1
- package/lib/commonjs/shared/components/create-transition-aware-component.js +0 -119
- package/lib/commonjs/shared/components/create-transition-aware-component.js.map +0 -1
- package/lib/commonjs/shared/components/masked-view.js.map +0 -1
- package/lib/commonjs/shared/components/overlay/helpers/get-active-overlay.js.map +0 -1
- package/lib/commonjs/shared/components/overlay/index.js.map +0 -1
- package/lib/commonjs/shared/components/overlay/variations/float-overlay.js.map +0 -1
- package/lib/commonjs/shared/components/overlay/variations/overlay-host.js +0 -60
- package/lib/commonjs/shared/components/overlay/variations/overlay-host.js.map +0 -1
- package/lib/commonjs/shared/components/scene-view.js.map +0 -1
- package/lib/commonjs/shared/components/screen-container/helpers/find-collapse-target.js.map +0 -1
- package/lib/commonjs/shared/components/screen-container/hooks/use-backdrop-pointer-events.js +0 -47
- package/lib/commonjs/shared/components/screen-container/hooks/use-backdrop-pointer-events.js.map +0 -1
- package/lib/commonjs/shared/components/screen-container/hooks/use-content-layout.js +0 -63
- package/lib/commonjs/shared/components/screen-container/hooks/use-content-layout.js.map +0 -1
- package/lib/commonjs/shared/components/screen-container/index.js.map +0 -1
- package/lib/commonjs/shared/components/screen-container/layers/backdrop.js +0 -112
- package/lib/commonjs/shared/components/screen-container/layers/backdrop.js.map +0 -1
- package/lib/commonjs/shared/components/screen-container/layers/content.js.map +0 -1
- package/lib/commonjs/shared/components/screen-container/layers/maybe-masked-navigation-container.js.map +0 -1
- package/lib/commonjs/shared/components/screen-container/layers/render-component.js.map +0 -1
- package/lib/commonjs/shared/components/screen-container/layers/surface-container.js.map +0 -1
- package/lib/commonjs/shared/components/screen-lifecycle/hooks/helpers/reset-stores-for-screen.js +0 -20
- package/lib/commonjs/shared/components/screen-lifecycle/hooks/helpers/reset-stores-for-screen.js.map +0 -1
- package/lib/commonjs/shared/components/screen-lifecycle/hooks/history/navigator-route-registry.js.map +0 -1
- package/lib/commonjs/shared/components/screen-lifecycle/hooks/history/use-screen-history.js +0 -74
- package/lib/commonjs/shared/components/screen-lifecycle/hooks/history/use-screen-history.js.map +0 -1
- package/lib/commonjs/shared/components/screen-lifecycle/hooks/use-close-transition-intent.js.map +0 -1
- package/lib/commonjs/shared/components/screen-lifecycle/hooks/use-open-transition-intent.js.map +0 -1
- package/lib/commonjs/shared/components/screen-lifecycle/hooks/use-transition-start-controller.js.map +0 -1
- package/lib/commonjs/shared/components/screen-lifecycle/index.js.map +0 -1
- package/lib/commonjs/shared/configs/index.js.map +0 -1
- package/lib/commonjs/shared/configs/presets.js.map +0 -1
- package/lib/commonjs/shared/configs/specs.js.map +0 -1
- package/lib/commonjs/shared/constants.js.map +0 -1
- package/lib/commonjs/shared/hooks/navigation/use-history.js.map +0 -1
- package/lib/commonjs/shared/hooks/navigation/use-navigation-helpers.js +0 -36
- package/lib/commonjs/shared/hooks/navigation/use-navigation-helpers.js.map +0 -1
- package/lib/commonjs/shared/hooks/navigation/use-previous.js.map +0 -1
- package/lib/commonjs/shared/hooks/navigation/use-screen-state.js.map +0 -1
- package/lib/commonjs/shared/hooks/navigation/use-stack.js.map +0 -1
- package/lib/commonjs/shared/hooks/navigation/use-tab-press-reset.js +0 -32
- package/lib/commonjs/shared/hooks/navigation/use-tab-press-reset.js.map +0 -1
- package/lib/commonjs/shared/hooks/reanimated/use-shared-value-ref.js +0 -38
- package/lib/commonjs/shared/hooks/reanimated/use-shared-value-ref.js.map +0 -1
- package/lib/commonjs/shared/hooks/reanimated/use-shared-value-state.js +0 -22
- package/lib/commonjs/shared/hooks/reanimated/use-shared-value-state.js.map +0 -1
- package/lib/commonjs/shared/hooks/use-stable-callback-value.js +0 -68
- package/lib/commonjs/shared/hooks/use-stable-callback-value.js.map +0 -1
- package/lib/commonjs/shared/hooks/use-stable-callback.js.map +0 -1
- package/lib/commonjs/shared/index.js.map +0 -1
- package/lib/commonjs/shared/providers/helpers/measured-bounds-writes.js.map +0 -1
- package/lib/commonjs/shared/providers/register-bounds.provider.js +0 -311
- package/lib/commonjs/shared/providers/register-bounds.provider.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/animation/animation.provider.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/animation/helpers/accessors/use-build-bounds-accessor.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/animation/helpers/accessors/use-build-transition-accessor.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/animation/helpers/build-screen-transition-options.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/animation/helpers/derivations.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/animation/helpers/has-transitions-enabled.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/animation/helpers/hydrate-transition-state/gesture-progress.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/animation/helpers/hydrate-transition-state/index.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/animation/helpers/hydrate-transition-state/snap-points.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/animation/helpers/hydrate-transition-state/types.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/animation/helpers/pipeline.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/animation/helpers/read-screen-animation-revisions.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/animation/helpers/selected-interpolator-options.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/animation/helpers/stack-progress.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/animation/helpers/use-build-transition-state.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/animation/helpers/worklet.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/animation/index.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/animation/types.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/animation/use-screen-animation.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/descriptors/descriptors.provider.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/descriptors/helpers/derive-descriptor-derivations.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/descriptors/helpers/get-ancestor-keys.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/descriptors/index.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/gestures.provider.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/hooks/use-gesture-sensitivity.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/hooks/use-screen-gesture-config.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/hooks/use-screen-gesture.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/hooks/use-stable-runtime-config.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/index.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/ownership/compute-claimed-directions.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/ownership/resolve-ownership.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/ownership/shadowing-claims.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/ownership/use-walk-up-and-register-shadowing-claims.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/pan/activation/pan-activation-decision.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/pan/activation/pan-activation-rules.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/pan/activation/use-pan-activation.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/pan/behavior/pan-lifecycle.js +0 -138
- package/lib/commonjs/shared/providers/screen/gestures/pan/behavior/pan-lifecycle.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/pan/behavior/pan-release.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/pan/behavior/pan-reset.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/pan/behavior/use-pan-behavior.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/pan/use-build-pan-gesture.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/pinch/activation/use-pinch-activation.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/pinch/behavior/pinch-lifecycle.js +0 -99
- package/lib/commonjs/shared/providers/screen/gestures/pinch/behavior/pinch-lifecycle.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/pinch/behavior/pinch-release.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/pinch/behavior/pinch-reset.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/pinch/behavior/use-pinch-behavior.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/pinch/use-build-pinch-gesture.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/rotation/activation/use-rotation-activation.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/rotation/behavior/rotation-lifecycle.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/rotation/behavior/use-rotation-behavior.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/rotation/use-build-rotation-gesture.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/scroll-coordination/index.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/scroll-coordination/scroll-metadata-owner.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/scroll-coordination/update-scroll-gesture-state.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/scroll-coordination/use-scroll-gesture-coordination.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/scroll-coordination/walk-up-scroll-gesture-coordination.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/shared/ancestors.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/shared/directions.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/shared/physics.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/shared/policy.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/shared/release.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/shared/reset.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/shared/runtime.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/shared/snap-points.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/shared/snapshot.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/shared/targets.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/shared/values.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/gestures/types.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/options/helpers.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/options/index.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/options/options.provider.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/options/types.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/origin.provider.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/screen-composer.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/styles/components/floating-overlay-layer.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/styles/constants.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/styles/helpers/collect-interpolator-shared-values.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/styles/helpers/compose-slot-style.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/styles/helpers/normalize-slots.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/styles/helpers/opening-phase.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/styles/helpers/resolve-slot-styles/are-resettable-states-equal.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/styles/helpers/resolve-slot-styles/index.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/styles/helpers/resolve-slot-styles/materialize-slot.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/styles/helpers/resolve-slot-styles/reset-values.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/styles/helpers/resolve-slot-styles/slot-state.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/styles/helpers/resolve-slot-styles/types.js +0 -6
- package/lib/commonjs/shared/providers/screen/styles/helpers/resolve-slot-styles/types.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/styles/helpers/strip-interpolator-options.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/styles/helpers/visibility-gate.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/styles/hooks/slot-resolvers.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/styles/hooks/use-interpolated-style-maps.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/styles/hooks/use-maybe-block-visibility.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/styles/hooks/use-resolved-slot-style-map.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/styles/index.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/styles/slot.provider.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/styles/stores/slot-references.store.js.map +0 -1
- package/lib/commonjs/shared/providers/stack/blank-stack-state/blank-stack-controller.js +0 -131
- package/lib/commonjs/shared/providers/stack/blank-stack-state/blank-stack-controller.js.map +0 -1
- package/lib/commonjs/shared/providers/stack/blank-stack-state/helpers/build-blank-stack-state.js.map +0 -1
- package/lib/commonjs/shared/providers/stack/blank-stack-state/helpers/derive-blank-stack-state.js.map +0 -1
- package/lib/commonjs/shared/providers/stack/blank-stack-state/helpers/navigation/compose-descriptors.js.map +0 -1
- package/lib/commonjs/shared/providers/stack/blank-stack-state/helpers/navigation/resolve-scene-neighbors.js.map +0 -1
- package/lib/commonjs/shared/providers/stack/blank-stack-state/helpers/navigation/sync-routes-with-removed.js.map +0 -1
- package/lib/commonjs/shared/providers/stack/blank-stack-state/helpers/reconcile-blank-stack-routes.js.map +0 -1
- package/lib/commonjs/shared/providers/stack/blank-stack-state/helpers/state-equality.js.map +0 -1
- package/lib/commonjs/shared/providers/stack/blank-stack-state/helpers/types.js +0 -6
- package/lib/commonjs/shared/providers/stack/blank-stack-state/helpers/types.js.map +0 -1
- package/lib/commonjs/shared/providers/stack/blank-stack-state/index.js.map +0 -1
- package/lib/commonjs/shared/providers/stack/blank-stack.provider.js.map +0 -1
- package/lib/commonjs/shared/providers/stack/core.provider.js +0 -84
- package/lib/commonjs/shared/providers/stack/core.provider.js.map +0 -1
- package/lib/commonjs/shared/providers/stack/direct.provider.js.map +0 -1
- package/lib/commonjs/shared/stores/animation.store.js.map +0 -1
- package/lib/commonjs/shared/stores/bounds/helpers/keys.js.map +0 -1
- package/lib/commonjs/shared/stores/bounds/helpers/link-pairs.helpers.js.map +0 -1
- package/lib/commonjs/shared/stores/bounds/index.js.map +0 -1
- package/lib/commonjs/shared/stores/bounds/internals/clear.js.map +0 -1
- package/lib/commonjs/shared/stores/bounds/internals/entries.js.map +0 -1
- package/lib/commonjs/shared/stores/bounds/internals/links.js.map +0 -1
- package/lib/commonjs/shared/stores/bounds/internals/resolver.js.map +0 -1
- package/lib/commonjs/shared/stores/bounds/internals/state.js.map +0 -1
- package/lib/commonjs/shared/stores/bounds/types.js +0 -6
- package/lib/commonjs/shared/stores/bounds/types.js.map +0 -1
- package/lib/commonjs/shared/stores/gesture.store.js.map +0 -1
- package/lib/commonjs/shared/stores/history.store.js.map +0 -1
- package/lib/commonjs/shared/stores/scroll.store.js.map +0 -1
- package/lib/commonjs/shared/stores/system.store.js.map +0 -1
- package/lib/commonjs/shared/types/animation.types.js.map +0 -1
- package/lib/commonjs/shared/types/bounds.types.js.map +0 -1
- package/lib/commonjs/shared/types/gesture.types.js.map +0 -1
- package/lib/commonjs/shared/types/index.js.map +0 -1
- package/lib/commonjs/shared/types/overlay.types.js.map +0 -1
- package/lib/commonjs/shared/types/ownership.types.js.map +0 -1
- package/lib/commonjs/shared/types/providers/blank-stack-provider.types.js.map +0 -1
- package/lib/commonjs/shared/types/providers/direct-stack.types.js.map +0 -1
- package/lib/commonjs/shared/types/screen.types.js.map +0 -1
- package/lib/commonjs/shared/types/stack.types.js.map +0 -1
- package/lib/commonjs/shared/utils/animation/animate-to-progress.js +0 -123
- package/lib/commonjs/shared/utils/animation/animate-to-progress.js.map +0 -1
- package/lib/commonjs/shared/utils/animation/animate.js.map +0 -1
- package/lib/commonjs/shared/utils/animation/emit.js.map +0 -1
- package/lib/commonjs/shared/utils/animation/resolve-snap-transition-spec.js.map +0 -1
- package/lib/commonjs/shared/utils/animation/spring/index.js.map +0 -1
- package/lib/commonjs/shared/utils/animation/spring/spring.js.map +0 -1
- package/lib/commonjs/shared/utils/animation/spring/springConfigs.js.map +0 -1
- package/lib/commonjs/shared/utils/animation/spring/springUtils.js.map +0 -1
- package/lib/commonjs/shared/utils/animation/state.js.map +0 -1
- package/lib/commonjs/shared/utils/bounds/constants.js.map +0 -1
- package/lib/commonjs/shared/utils/bounds/helpers/create-bound-tag.js.map +0 -1
- package/lib/commonjs/shared/utils/bounds/helpers/create-bounds-accessor-core.js.map +0 -1
- package/lib/commonjs/shared/utils/bounds/helpers/create-link-accessor.js.map +0 -1
- package/lib/commonjs/shared/utils/bounds/helpers/geometry.js.map +0 -1
- package/lib/commonjs/shared/utils/bounds/helpers/prepare-bound-styles.js.map +0 -1
- package/lib/commonjs/shared/utils/bounds/helpers/resolve-bounds-pair-key.js.map +0 -1
- package/lib/commonjs/shared/utils/bounds/helpers/styles/composers.js.map +0 -1
- package/lib/commonjs/shared/utils/bounds/helpers/styles/compute.js.map +0 -1
- package/lib/commonjs/shared/utils/bounds/helpers/styles/local-transform.js.map +0 -1
- package/lib/commonjs/shared/utils/bounds/helpers/styles/styles.js.map +0 -1
- package/lib/commonjs/shared/utils/bounds/index.js.map +0 -1
- package/lib/commonjs/shared/utils/bounds/navigation/helpers.js.map +0 -1
- package/lib/commonjs/shared/utils/bounds/navigation/math.js.map +0 -1
- package/lib/commonjs/shared/utils/bounds/navigation/reveal/build.js.map +0 -1
- package/lib/commonjs/shared/utils/bounds/navigation/reveal/config.js.map +0 -1
- package/lib/commonjs/shared/utils/bounds/navigation/reveal/math.js.map +0 -1
- package/lib/commonjs/shared/utils/bounds/navigation/reveal/types.js.map +0 -1
- package/lib/commonjs/shared/utils/bounds/navigation/zoom/build.js.map +0 -1
- package/lib/commonjs/shared/utils/bounds/navigation/zoom/config.js.map +0 -1
- package/lib/commonjs/shared/utils/bounds/navigation/zoom/drag.js.map +0 -1
- package/lib/commonjs/shared/utils/bounds/navigation/zoom/helpers.js.map +0 -1
- package/lib/commonjs/shared/utils/bounds/navigation/zoom/mask.js.map +0 -1
- package/lib/commonjs/shared/utils/bounds/navigation/zoom/targets.js.map +0 -1
- package/lib/commonjs/shared/utils/bounds/navigation/zoom/types.js.map +0 -1
- package/lib/commonjs/shared/utils/bounds/types/geometry.js.map +0 -1
- package/lib/commonjs/shared/utils/bounds/types/options.js.map +0 -1
- package/lib/commonjs/shared/utils/create-provider.js.map +0 -1
- package/lib/commonjs/shared/utils/create-store.js.map +0 -1
- package/lib/commonjs/shared/utils/logger.js.map +0 -1
- package/lib/commonjs/shared/utils/normalize-interpolated-style.js.map +0 -1
- package/lib/commonjs/shared/utils/overlay/visibility.js.map +0 -1
- package/lib/commonjs/shared/utils/platform.js.map +0 -1
- package/lib/commonjs/shared/utils/resolve-chain-target.js.map +0 -1
- package/lib/commonjs/shared/utils/resolve-screen-transition-options.js.map +0 -1
- package/lib/commonjs/shared/utils/visibility-block-offset.js.map +0 -1
- package/lib/module/blank-stack/components/stack-view.js +0 -57
- package/lib/module/blank-stack/components/stack-view.js.map +0 -1
- package/lib/module/blank-stack/index.js +0 -4
- package/lib/module/blank-stack/index.js.map +0 -1
- package/lib/module/blank-stack/navigators/create-blank-stack-navigator.js +0 -87
- package/lib/module/blank-stack/navigators/create-blank-stack-navigator.js.map +0 -1
- package/lib/module/blank-stack/types.js.map +0 -1
- package/lib/module/component-stack/components/component-screen.js +0 -26
- package/lib/module/component-stack/components/component-screen.js.map +0 -1
- package/lib/module/component-stack/components/stack-view.js +0 -37
- package/lib/module/component-stack/components/stack-view.js.map +0 -1
- package/lib/module/component-stack/index.js +0 -4
- package/lib/module/component-stack/index.js.map +0 -1
- package/lib/module/component-stack/navigators/create-component-stack-navigator.js +0 -86
- package/lib/module/component-stack/navigators/create-component-stack-navigator.js.map +0 -1
- package/lib/module/component-stack/types.js.map +0 -1
- package/lib/module/native-stack/index.js +0 -4
- package/lib/module/native-stack/index.js.map +0 -1
- package/lib/module/native-stack/navigators/createNativeStackNavigator.js +0 -52
- package/lib/module/native-stack/navigators/createNativeStackNavigator.js.map +0 -1
- package/lib/module/native-stack/types.js.map +0 -1
- package/lib/module/native-stack/utils/debounce.js +0 -12
- package/lib/module/native-stack/utils/debounce.js.map +0 -1
- package/lib/module/native-stack/utils/getModalRoutesKeys.js +0 -12
- package/lib/module/native-stack/utils/getModalRoutesKeys.js.map +0 -1
- package/lib/module/native-stack/utils/useAnimatedHeaderHeight.js +0 -12
- package/lib/module/native-stack/utils/useAnimatedHeaderHeight.js.map +0 -1
- package/lib/module/native-stack/utils/useDismissedRouteError.js +0 -17
- package/lib/module/native-stack/utils/useDismissedRouteError.js.map +0 -1
- package/lib/module/native-stack/utils/useInvalidPreventRemoveError.js +0 -20
- package/lib/module/native-stack/utils/useInvalidPreventRemoveError.js.map +0 -1
- package/lib/module/native-stack/views/FontProcessor.js +0 -6
- package/lib/module/native-stack/views/FontProcessor.js.map +0 -1
- package/lib/module/native-stack/views/FontProcessor.native.js +0 -12
- package/lib/module/native-stack/views/FontProcessor.native.js.map +0 -1
- package/lib/module/native-stack/views/NativeStackView.js +0 -133
- package/lib/module/native-stack/views/NativeStackView.js.map +0 -1
- package/lib/module/native-stack/views/NativeStackView.native.js +0 -491
- package/lib/module/native-stack/views/NativeStackView.native.js.map +0 -1
- package/lib/module/native-stack/views/useHeaderConfigProps.js +0 -199
- package/lib/module/native-stack/views/useHeaderConfigProps.js.map +0 -1
- package/lib/module/shared/adapters/with-screen-transitions/context.js.map +0 -1
- package/lib/module/shared/adapters/with-screen-transitions/index.js.map +0 -1
- package/lib/module/shared/adapters/with-screen-transitions/options.js.map +0 -1
- package/lib/module/shared/adapters/with-screen-transitions/stack-layout.js.map +0 -1
- package/lib/module/shared/adapters/with-screen-transitions/types.js.map +0 -1
- package/lib/module/shared/animation/resolve-snap-target.js.map +0 -1
- package/lib/module/shared/animation/snap-to.js +0 -70
- package/lib/module/shared/animation/snap-to.js.map +0 -1
- package/lib/module/shared/animation/transition-blocking.js.map +0 -1
- package/lib/module/shared/components/activity/helpers.js.map +0 -1
- package/lib/module/shared/components/activity/index.js.map +0 -1
- package/lib/module/shared/components/activity/variants/activity-container.js.map +0 -1
- package/lib/module/shared/components/activity/variants/activity-screen.js.map +0 -1
- package/lib/module/shared/components/boundary/components/boundary-target.js.map +0 -1
- package/lib/module/shared/components/boundary/create-boundary-component.js.map +0 -1
- package/lib/module/shared/components/boundary/hooks/lifecycles/use-boundary-presence.js +0 -30
- package/lib/module/shared/components/boundary/hooks/lifecycles/use-boundary-presence.js.map +0 -1
- package/lib/module/shared/components/boundary/hooks/lifecycles/use-initial-destination-measurement.js +0 -161
- package/lib/module/shared/components/boundary/hooks/lifecycles/use-initial-destination-measurement.js.map +0 -1
- package/lib/module/shared/components/boundary/hooks/lifecycles/use-initial-source-measurement.js.map +0 -1
- package/lib/module/shared/components/boundary/hooks/lifecycles/use-refresh-boundary.js.map +0 -1
- package/lib/module/shared/components/boundary/hooks/use-boundary-measurement.js.map +0 -1
- package/lib/module/shared/components/boundary/hooks/use-measurer.js.map +0 -1
- package/lib/module/shared/components/boundary/hooks/use-register-target.js.map +0 -1
- package/lib/module/shared/components/boundary/index.js.map +0 -1
- package/lib/module/shared/components/boundary/portal/components/boundary-content-portal/components/host.js.map +0 -1
- package/lib/module/shared/components/boundary/portal/components/boundary-content-portal/helpers/host-name.js.map +0 -1
- package/lib/module/shared/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js +0 -219
- package/lib/module/shared/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js.map +0 -1
- package/lib/module/shared/components/boundary/portal/components/boundary-content-portal/index.js.map +0 -1
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/components/host.js.map +0 -1
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.js.map +0 -1
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/components/portal-slot.js +0 -46
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/components/portal-slot.js.map +0 -1
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/helpers/has-local-slot.js.map +0 -1
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/helpers/host-name.js.map +0 -1
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/helpers/offset-style.js.map +0 -1
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js +0 -180
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js.map +0 -1
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/hooks/use-host-measurement.js +0 -99
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/hooks/use-host-measurement.js.map +0 -1
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/hooks/use-placeholder-styles.js.map +0 -1
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/index.js.map +0 -1
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/stores/host-bounds.store.js.map +0 -1
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/stores/host-registry.store.js.map +0 -1
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.js.map +0 -1
- package/lib/module/shared/components/boundary/portal/components/portal-provider.js.map +0 -1
- package/lib/module/shared/components/boundary/portal/index.js.map +0 -1
- package/lib/module/shared/components/boundary/portal/teleport.js.map +0 -1
- package/lib/module/shared/components/boundary/portal/utils/naming.js.map +0 -1
- package/lib/module/shared/components/boundary/portal/utils/ownership.js.map +0 -1
- package/lib/module/shared/components/boundary/portal/utils/resolve-portal.js.map +0 -1
- package/lib/module/shared/components/boundary/portal/utils/shallow-equal.js.map +0 -1
- package/lib/module/shared/components/boundary/portal/utils/teleport-control.js.map +0 -1
- package/lib/module/shared/components/boundary/portal/utils/visible-host.js.map +0 -1
- package/lib/module/shared/components/boundary/providers/boundary-root.provider.js.map +0 -1
- package/lib/module/shared/components/boundary/types.js.map +0 -1
- package/lib/module/shared/components/boundary/utils/destination-signals.js.map +0 -1
- package/lib/module/shared/components/boundary/utils/measured-bounds.js.map +0 -1
- package/lib/module/shared/components/boundary/utils/refresh-signals.js.map +0 -1
- package/lib/module/shared/components/boundary/utils/source-signals.js.map +0 -1
- package/lib/module/shared/components/create-transition-aware-component.js +0 -114
- package/lib/module/shared/components/create-transition-aware-component.js.map +0 -1
- package/lib/module/shared/components/masked-view.js.map +0 -1
- package/lib/module/shared/components/overlay/helpers/get-active-overlay.js.map +0 -1
- package/lib/module/shared/components/overlay/index.js.map +0 -1
- package/lib/module/shared/components/overlay/variations/float-overlay.js.map +0 -1
- package/lib/module/shared/components/overlay/variations/overlay-host.js +0 -56
- package/lib/module/shared/components/overlay/variations/overlay-host.js.map +0 -1
- package/lib/module/shared/components/scene-view.js.map +0 -1
- package/lib/module/shared/components/screen-container/helpers/find-collapse-target.js.map +0 -1
- package/lib/module/shared/components/screen-container/hooks/use-backdrop-pointer-events.js +0 -43
- package/lib/module/shared/components/screen-container/hooks/use-backdrop-pointer-events.js.map +0 -1
- package/lib/module/shared/components/screen-container/hooks/use-content-layout.js +0 -59
- package/lib/module/shared/components/screen-container/hooks/use-content-layout.js.map +0 -1
- package/lib/module/shared/components/screen-container/index.js.map +0 -1
- package/lib/module/shared/components/screen-container/layers/backdrop.js +0 -107
- package/lib/module/shared/components/screen-container/layers/backdrop.js.map +0 -1
- package/lib/module/shared/components/screen-container/layers/content.js.map +0 -1
- package/lib/module/shared/components/screen-container/layers/maybe-masked-navigation-container.js.map +0 -1
- package/lib/module/shared/components/screen-container/layers/render-component.js.map +0 -1
- package/lib/module/shared/components/screen-container/layers/surface-container.js.map +0 -1
- package/lib/module/shared/components/screen-lifecycle/hooks/helpers/reset-stores-for-screen.js +0 -16
- package/lib/module/shared/components/screen-lifecycle/hooks/helpers/reset-stores-for-screen.js.map +0 -1
- package/lib/module/shared/components/screen-lifecycle/hooks/history/navigator-route-registry.js.map +0 -1
- package/lib/module/shared/components/screen-lifecycle/hooks/history/use-screen-history.js +0 -69
- package/lib/module/shared/components/screen-lifecycle/hooks/history/use-screen-history.js.map +0 -1
- package/lib/module/shared/components/screen-lifecycle/hooks/use-close-transition-intent.js.map +0 -1
- package/lib/module/shared/components/screen-lifecycle/hooks/use-open-transition-intent.js.map +0 -1
- package/lib/module/shared/components/screen-lifecycle/hooks/use-transition-start-controller.js.map +0 -1
- package/lib/module/shared/components/screen-lifecycle/index.js.map +0 -1
- package/lib/module/shared/configs/index.js.map +0 -1
- package/lib/module/shared/configs/presets.js.map +0 -1
- package/lib/module/shared/configs/specs.js.map +0 -1
- package/lib/module/shared/constants.js.map +0 -1
- package/lib/module/shared/hooks/navigation/use-history.js.map +0 -1
- package/lib/module/shared/hooks/navigation/use-navigation-helpers.js +0 -32
- package/lib/module/shared/hooks/navigation/use-navigation-helpers.js.map +0 -1
- package/lib/module/shared/hooks/navigation/use-previous.js.map +0 -1
- package/lib/module/shared/hooks/navigation/use-screen-state.js.map +0 -1
- package/lib/module/shared/hooks/navigation/use-stack.js.map +0 -1
- package/lib/module/shared/hooks/navigation/use-tab-press-reset.js +0 -28
- package/lib/module/shared/hooks/navigation/use-tab-press-reset.js.map +0 -1
- package/lib/module/shared/hooks/reanimated/use-shared-value-ref.js +0 -33
- package/lib/module/shared/hooks/reanimated/use-shared-value-ref.js.map +0 -1
- package/lib/module/shared/hooks/reanimated/use-shared-value-state.js +0 -19
- package/lib/module/shared/hooks/reanimated/use-shared-value-state.js.map +0 -1
- package/lib/module/shared/hooks/use-stable-callback-value.js +0 -63
- package/lib/module/shared/hooks/use-stable-callback-value.js.map +0 -1
- package/lib/module/shared/hooks/use-stable-callback.js.map +0 -1
- package/lib/module/shared/index.js.map +0 -1
- package/lib/module/shared/providers/helpers/measured-bounds-writes.js.map +0 -1
- package/lib/module/shared/providers/register-bounds.provider.js +0 -307
- package/lib/module/shared/providers/register-bounds.provider.js.map +0 -1
- package/lib/module/shared/providers/screen/animation/animation.provider.js.map +0 -1
- package/lib/module/shared/providers/screen/animation/helpers/accessors/use-build-bounds-accessor.js.map +0 -1
- package/lib/module/shared/providers/screen/animation/helpers/accessors/use-build-transition-accessor.js.map +0 -1
- package/lib/module/shared/providers/screen/animation/helpers/build-screen-transition-options.js.map +0 -1
- package/lib/module/shared/providers/screen/animation/helpers/derivations.js.map +0 -1
- package/lib/module/shared/providers/screen/animation/helpers/has-transitions-enabled.js.map +0 -1
- package/lib/module/shared/providers/screen/animation/helpers/hydrate-transition-state/gesture-progress.js.map +0 -1
- package/lib/module/shared/providers/screen/animation/helpers/hydrate-transition-state/index.js.map +0 -1
- package/lib/module/shared/providers/screen/animation/helpers/hydrate-transition-state/snap-points.js.map +0 -1
- package/lib/module/shared/providers/screen/animation/helpers/hydrate-transition-state/types.js.map +0 -1
- package/lib/module/shared/providers/screen/animation/helpers/pipeline.js.map +0 -1
- package/lib/module/shared/providers/screen/animation/helpers/read-screen-animation-revisions.js.map +0 -1
- package/lib/module/shared/providers/screen/animation/helpers/selected-interpolator-options.js.map +0 -1
- package/lib/module/shared/providers/screen/animation/helpers/stack-progress.js.map +0 -1
- package/lib/module/shared/providers/screen/animation/helpers/use-build-transition-state.js.map +0 -1
- package/lib/module/shared/providers/screen/animation/helpers/worklet.js.map +0 -1
- package/lib/module/shared/providers/screen/animation/index.js.map +0 -1
- package/lib/module/shared/providers/screen/animation/types.js.map +0 -1
- package/lib/module/shared/providers/screen/animation/use-screen-animation.js.map +0 -1
- package/lib/module/shared/providers/screen/descriptors/descriptors.provider.js.map +0 -1
- package/lib/module/shared/providers/screen/descriptors/helpers/derive-descriptor-derivations.js.map +0 -1
- package/lib/module/shared/providers/screen/descriptors/helpers/get-ancestor-keys.js.map +0 -1
- package/lib/module/shared/providers/screen/descriptors/index.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/gestures.provider.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/hooks/use-gesture-sensitivity.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/hooks/use-screen-gesture-config.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/hooks/use-screen-gesture.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/hooks/use-stable-runtime-config.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/index.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/ownership/compute-claimed-directions.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/ownership/resolve-ownership.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/ownership/shadowing-claims.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/ownership/use-walk-up-and-register-shadowing-claims.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/pan/activation/pan-activation-decision.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/pan/activation/pan-activation-rules.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/pan/activation/use-pan-activation.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/pan/behavior/pan-lifecycle.js +0 -131
- package/lib/module/shared/providers/screen/gestures/pan/behavior/pan-lifecycle.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/pan/behavior/pan-release.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/pan/behavior/pan-reset.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/pan/behavior/use-pan-behavior.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/pan/use-build-pan-gesture.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/pinch/activation/use-pinch-activation.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/pinch/behavior/pinch-lifecycle.js +0 -92
- package/lib/module/shared/providers/screen/gestures/pinch/behavior/pinch-lifecycle.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/pinch/behavior/pinch-release.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/pinch/behavior/pinch-reset.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/pinch/behavior/use-pinch-behavior.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/pinch/use-build-pinch-gesture.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/rotation/activation/use-rotation-activation.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/rotation/behavior/rotation-lifecycle.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/rotation/behavior/use-rotation-behavior.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/rotation/use-build-rotation-gesture.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/scroll-coordination/index.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/scroll-coordination/scroll-metadata-owner.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/scroll-coordination/update-scroll-gesture-state.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/scroll-coordination/use-scroll-gesture-coordination.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/scroll-coordination/walk-up-scroll-gesture-coordination.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/shared/ancestors.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/shared/directions.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/shared/physics.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/shared/policy.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/shared/release.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/shared/reset.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/shared/runtime.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/shared/snap-points.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/shared/snapshot.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/shared/targets.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/shared/values.js.map +0 -1
- package/lib/module/shared/providers/screen/gestures/types.js.map +0 -1
- package/lib/module/shared/providers/screen/options/helpers.js.map +0 -1
- package/lib/module/shared/providers/screen/options/index.js.map +0 -1
- package/lib/module/shared/providers/screen/options/options.provider.js.map +0 -1
- package/lib/module/shared/providers/screen/options/types.js.map +0 -1
- package/lib/module/shared/providers/screen/origin.provider.js.map +0 -1
- package/lib/module/shared/providers/screen/screen-composer.js.map +0 -1
- package/lib/module/shared/providers/screen/styles/components/floating-overlay-layer.js.map +0 -1
- package/lib/module/shared/providers/screen/styles/constants.js.map +0 -1
- package/lib/module/shared/providers/screen/styles/helpers/collect-interpolator-shared-values.js.map +0 -1
- package/lib/module/shared/providers/screen/styles/helpers/compose-slot-style.js.map +0 -1
- package/lib/module/shared/providers/screen/styles/helpers/normalize-slots.js.map +0 -1
- package/lib/module/shared/providers/screen/styles/helpers/opening-phase.js.map +0 -1
- package/lib/module/shared/providers/screen/styles/helpers/resolve-slot-styles/are-resettable-states-equal.js.map +0 -1
- package/lib/module/shared/providers/screen/styles/helpers/resolve-slot-styles/index.js.map +0 -1
- package/lib/module/shared/providers/screen/styles/helpers/resolve-slot-styles/materialize-slot.js.map +0 -1
- package/lib/module/shared/providers/screen/styles/helpers/resolve-slot-styles/reset-values.js.map +0 -1
- package/lib/module/shared/providers/screen/styles/helpers/resolve-slot-styles/slot-state.js.map +0 -1
- package/lib/module/shared/providers/screen/styles/helpers/resolve-slot-styles/types.js +0 -4
- package/lib/module/shared/providers/screen/styles/helpers/resolve-slot-styles/types.js.map +0 -1
- package/lib/module/shared/providers/screen/styles/helpers/strip-interpolator-options.js.map +0 -1
- package/lib/module/shared/providers/screen/styles/helpers/visibility-gate.js.map +0 -1
- package/lib/module/shared/providers/screen/styles/hooks/slot-resolvers.js.map +0 -1
- package/lib/module/shared/providers/screen/styles/hooks/use-interpolated-style-maps.js.map +0 -1
- package/lib/module/shared/providers/screen/styles/hooks/use-maybe-block-visibility.js.map +0 -1
- package/lib/module/shared/providers/screen/styles/hooks/use-resolved-slot-style-map.js.map +0 -1
- package/lib/module/shared/providers/screen/styles/index.js.map +0 -1
- package/lib/module/shared/providers/screen/styles/slot.provider.js.map +0 -1
- package/lib/module/shared/providers/screen/styles/stores/slot-references.store.js.map +0 -1
- package/lib/module/shared/providers/stack/blank-stack-state/blank-stack-controller.js +0 -126
- package/lib/module/shared/providers/stack/blank-stack-state/blank-stack-controller.js.map +0 -1
- package/lib/module/shared/providers/stack/blank-stack-state/helpers/build-blank-stack-state.js.map +0 -1
- package/lib/module/shared/providers/stack/blank-stack-state/helpers/derive-blank-stack-state.js.map +0 -1
- package/lib/module/shared/providers/stack/blank-stack-state/helpers/navigation/compose-descriptors.js.map +0 -1
- package/lib/module/shared/providers/stack/blank-stack-state/helpers/navigation/resolve-scene-neighbors.js.map +0 -1
- package/lib/module/shared/providers/stack/blank-stack-state/helpers/navigation/sync-routes-with-removed.js.map +0 -1
- package/lib/module/shared/providers/stack/blank-stack-state/helpers/reconcile-blank-stack-routes.js.map +0 -1
- package/lib/module/shared/providers/stack/blank-stack-state/helpers/state-equality.js.map +0 -1
- package/lib/module/shared/providers/stack/blank-stack-state/helpers/types.js +0 -4
- package/lib/module/shared/providers/stack/blank-stack-state/helpers/types.js.map +0 -1
- package/lib/module/shared/providers/stack/blank-stack-state/index.js.map +0 -1
- package/lib/module/shared/providers/stack/blank-stack.provider.js.map +0 -1
- package/lib/module/shared/providers/stack/core.provider.js +0 -78
- package/lib/module/shared/providers/stack/core.provider.js.map +0 -1
- package/lib/module/shared/providers/stack/direct.provider.js.map +0 -1
- package/lib/module/shared/stores/animation.store.js.map +0 -1
- package/lib/module/shared/stores/bounds/helpers/keys.js.map +0 -1
- package/lib/module/shared/stores/bounds/helpers/link-pairs.helpers.js.map +0 -1
- package/lib/module/shared/stores/bounds/index.js.map +0 -1
- package/lib/module/shared/stores/bounds/internals/clear.js.map +0 -1
- package/lib/module/shared/stores/bounds/internals/entries.js.map +0 -1
- package/lib/module/shared/stores/bounds/internals/links.js.map +0 -1
- package/lib/module/shared/stores/bounds/internals/resolver.js.map +0 -1
- package/lib/module/shared/stores/bounds/internals/state.js.map +0 -1
- package/lib/module/shared/stores/bounds/types.js +0 -4
- package/lib/module/shared/stores/bounds/types.js.map +0 -1
- package/lib/module/shared/stores/gesture.store.js.map +0 -1
- package/lib/module/shared/stores/history.store.js.map +0 -1
- package/lib/module/shared/stores/scroll.store.js.map +0 -1
- package/lib/module/shared/stores/system.store.js.map +0 -1
- package/lib/module/shared/types/animation.types.js.map +0 -1
- package/lib/module/shared/types/bounds.types.js.map +0 -1
- package/lib/module/shared/types/gesture.types.js.map +0 -1
- package/lib/module/shared/types/index.js.map +0 -1
- package/lib/module/shared/types/overlay.types.js.map +0 -1
- package/lib/module/shared/types/ownership.types.js.map +0 -1
- package/lib/module/shared/types/providers/blank-stack-provider.types.js.map +0 -1
- package/lib/module/shared/types/providers/direct-stack.types.js.map +0 -1
- package/lib/module/shared/types/screen.types.js.map +0 -1
- package/lib/module/shared/types/stack.types.js.map +0 -1
- package/lib/module/shared/utils/animation/animate-to-progress.js +0 -118
- package/lib/module/shared/utils/animation/animate-to-progress.js.map +0 -1
- package/lib/module/shared/utils/animation/animate.js.map +0 -1
- package/lib/module/shared/utils/animation/emit.js.map +0 -1
- package/lib/module/shared/utils/animation/resolve-snap-transition-spec.js.map +0 -1
- package/lib/module/shared/utils/animation/spring/index.js.map +0 -1
- package/lib/module/shared/utils/animation/spring/spring.js.map +0 -1
- package/lib/module/shared/utils/animation/spring/springConfigs.js.map +0 -1
- package/lib/module/shared/utils/animation/spring/springUtils.js.map +0 -1
- package/lib/module/shared/utils/animation/state.js.map +0 -1
- package/lib/module/shared/utils/bounds/constants.js.map +0 -1
- package/lib/module/shared/utils/bounds/helpers/create-bound-tag.js.map +0 -1
- package/lib/module/shared/utils/bounds/helpers/create-bounds-accessor-core.js.map +0 -1
- package/lib/module/shared/utils/bounds/helpers/create-link-accessor.js.map +0 -1
- package/lib/module/shared/utils/bounds/helpers/geometry.js.map +0 -1
- package/lib/module/shared/utils/bounds/helpers/prepare-bound-styles.js.map +0 -1
- package/lib/module/shared/utils/bounds/helpers/resolve-bounds-pair-key.js.map +0 -1
- package/lib/module/shared/utils/bounds/helpers/styles/composers.js.map +0 -1
- package/lib/module/shared/utils/bounds/helpers/styles/compute.js.map +0 -1
- package/lib/module/shared/utils/bounds/helpers/styles/local-transform.js.map +0 -1
- package/lib/module/shared/utils/bounds/helpers/styles/styles.js.map +0 -1
- package/lib/module/shared/utils/bounds/index.js.map +0 -1
- package/lib/module/shared/utils/bounds/navigation/helpers.js.map +0 -1
- package/lib/module/shared/utils/bounds/navigation/math.js.map +0 -1
- package/lib/module/shared/utils/bounds/navigation/reveal/build.js.map +0 -1
- package/lib/module/shared/utils/bounds/navigation/reveal/config.js.map +0 -1
- package/lib/module/shared/utils/bounds/navigation/reveal/math.js.map +0 -1
- package/lib/module/shared/utils/bounds/navigation/reveal/types.js.map +0 -1
- package/lib/module/shared/utils/bounds/navigation/zoom/build.js.map +0 -1
- package/lib/module/shared/utils/bounds/navigation/zoom/config.js.map +0 -1
- package/lib/module/shared/utils/bounds/navigation/zoom/drag.js.map +0 -1
- package/lib/module/shared/utils/bounds/navigation/zoom/helpers.js.map +0 -1
- package/lib/module/shared/utils/bounds/navigation/zoom/mask.js.map +0 -1
- package/lib/module/shared/utils/bounds/navigation/zoom/targets.js.map +0 -1
- package/lib/module/shared/utils/bounds/navigation/zoom/types.js.map +0 -1
- package/lib/module/shared/utils/bounds/types/geometry.js.map +0 -1
- package/lib/module/shared/utils/bounds/types/options.js.map +0 -1
- package/lib/module/shared/utils/create-provider.js.map +0 -1
- package/lib/module/shared/utils/create-store.js.map +0 -1
- package/lib/module/shared/utils/logger.js.map +0 -1
- package/lib/module/shared/utils/normalize-interpolated-style.js.map +0 -1
- package/lib/module/shared/utils/overlay/visibility.js.map +0 -1
- package/lib/module/shared/utils/platform.js.map +0 -1
- package/lib/module/shared/utils/resolve-chain-target.js.map +0 -1
- package/lib/module/shared/utils/resolve-screen-transition-options.js.map +0 -1
- package/lib/module/shared/utils/visibility-block-offset.js.map +0 -1
- package/lib/typescript/blank-stack/components/stack-view.d.ts +0 -3
- package/lib/typescript/blank-stack/components/stack-view.d.ts.map +0 -1
- package/lib/typescript/blank-stack/index.d.ts +0 -3
- package/lib/typescript/blank-stack/index.d.ts.map +0 -1
- package/lib/typescript/blank-stack/navigators/create-blank-stack-navigator.d.ts +0 -33
- package/lib/typescript/blank-stack/navigators/create-blank-stack-navigator.d.ts.map +0 -1
- package/lib/typescript/blank-stack/types.d.ts +0 -87
- package/lib/typescript/blank-stack/types.d.ts.map +0 -1
- package/lib/typescript/component-stack/components/component-screen.d.ts +0 -8
- package/lib/typescript/component-stack/components/component-screen.d.ts.map +0 -1
- package/lib/typescript/component-stack/components/stack-view.d.ts +0 -3
- package/lib/typescript/component-stack/components/stack-view.d.ts.map +0 -1
- package/lib/typescript/component-stack/index.d.ts +0 -3
- package/lib/typescript/component-stack/index.d.ts.map +0 -1
- package/lib/typescript/component-stack/navigators/create-component-stack-navigator.d.ts +0 -31
- package/lib/typescript/component-stack/navigators/create-component-stack-navigator.d.ts.map +0 -1
- package/lib/typescript/component-stack/types.d.ts +0 -58
- package/lib/typescript/component-stack/types.d.ts.map +0 -1
- package/lib/typescript/native-stack/index.d.ts +0 -3
- package/lib/typescript/native-stack/index.d.ts.map +0 -1
- package/lib/typescript/native-stack/navigators/createNativeStackNavigator.d.ts +0 -21
- package/lib/typescript/native-stack/navigators/createNativeStackNavigator.d.ts.map +0 -1
- package/lib/typescript/native-stack/types.d.ts +0 -684
- package/lib/typescript/native-stack/types.d.ts.map +0 -1
- package/lib/typescript/native-stack/utils/debounce.d.ts +0 -2
- package/lib/typescript/native-stack/utils/debounce.d.ts.map +0 -1
- package/lib/typescript/native-stack/utils/getModalRoutesKeys.d.ts +0 -4
- package/lib/typescript/native-stack/utils/getModalRoutesKeys.d.ts.map +0 -1
- package/lib/typescript/native-stack/utils/useAnimatedHeaderHeight.d.ts +0 -5
- package/lib/typescript/native-stack/utils/useAnimatedHeaderHeight.d.ts.map +0 -1
- package/lib/typescript/native-stack/utils/useDismissedRouteError.d.ts +0 -6
- package/lib/typescript/native-stack/utils/useDismissedRouteError.d.ts.map +0 -1
- package/lib/typescript/native-stack/utils/useInvalidPreventRemoveError.d.ts +0 -3
- package/lib/typescript/native-stack/utils/useInvalidPreventRemoveError.d.ts.map +0 -1
- package/lib/typescript/native-stack/views/FontProcessor.d.ts +0 -2
- package/lib/typescript/native-stack/views/FontProcessor.d.ts.map +0 -1
- package/lib/typescript/native-stack/views/FontProcessor.native.d.ts +0 -2
- package/lib/typescript/native-stack/views/FontProcessor.native.d.ts.map +0 -1
- package/lib/typescript/native-stack/views/NativeStackView.d.ts +0 -11
- package/lib/typescript/native-stack/views/NativeStackView.d.ts.map +0 -1
- package/lib/typescript/native-stack/views/NativeStackView.native.d.ts +0 -3
- package/lib/typescript/native-stack/views/NativeStackView.native.d.ts.map +0 -1
- package/lib/typescript/native-stack/views/useHeaderConfigProps.d.ts +0 -44
- package/lib/typescript/native-stack/views/useHeaderConfigProps.d.ts.map +0 -1
- package/lib/typescript/shared/adapters/with-screen-transitions/context.d.ts +0 -15
- package/lib/typescript/shared/adapters/with-screen-transitions/context.d.ts.map +0 -1
- package/lib/typescript/shared/adapters/with-screen-transitions/index.d.ts.map +0 -1
- package/lib/typescript/shared/adapters/with-screen-transitions/options.d.ts.map +0 -1
- package/lib/typescript/shared/adapters/with-screen-transitions/stack-layout.d.ts +0 -12
- package/lib/typescript/shared/adapters/with-screen-transitions/stack-layout.d.ts.map +0 -1
- package/lib/typescript/shared/adapters/with-screen-transitions/types.d.ts.map +0 -1
- package/lib/typescript/shared/animation/resolve-snap-target.d.ts.map +0 -1
- package/lib/typescript/shared/animation/snap-to.d.ts.map +0 -1
- package/lib/typescript/shared/animation/transition-blocking.d.ts.map +0 -1
- package/lib/typescript/shared/components/activity/helpers.d.ts.map +0 -1
- package/lib/typescript/shared/components/activity/index.d.ts.map +0 -1
- package/lib/typescript/shared/components/activity/variants/activity-container.d.ts +0 -6
- package/lib/typescript/shared/components/activity/variants/activity-container.d.ts.map +0 -1
- package/lib/typescript/shared/components/activity/variants/activity-screen.d.ts +0 -13
- package/lib/typescript/shared/components/activity/variants/activity-screen.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/components/boundary-target.d.ts +0 -8
- package/lib/typescript/shared/components/boundary/components/boundary-target.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/create-boundary-component.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/hooks/lifecycles/use-boundary-presence.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/hooks/lifecycles/use-initial-destination-measurement.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/hooks/lifecycles/use-initial-source-measurement.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/hooks/lifecycles/use-refresh-boundary.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/hooks/use-boundary-measurement.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/hooks/use-measurer.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/hooks/use-register-target.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/index.d.ts +0 -55
- package/lib/typescript/shared/components/boundary/index.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-content-portal/components/host.d.ts +0 -10
- package/lib/typescript/shared/components/boundary/portal/components/boundary-content-portal/components/host.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-content-portal/helpers/host-name.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-content-portal/index.d.ts +0 -9
- package/lib/typescript/shared/components/boundary/portal/components/boundary-content-portal/index.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/components/host.d.ts +0 -7
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/components/host.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.d.ts +0 -9
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/components/portal-slot.d.ts +0 -13
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/components/portal-slot.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/helpers/has-local-slot.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/helpers/host-name.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/helpers/offset-style.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/hooks/use-host-measurement.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/hooks/use-placeholder-styles.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/index.d.ts +0 -12
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/index.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/stores/host-bounds.store.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/stores/host-registry.store.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/portal/components/portal-provider.d.ts +0 -4
- package/lib/typescript/shared/components/boundary/portal/components/portal-provider.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/portal/index.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/portal/teleport.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/portal/utils/naming.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/portal/utils/ownership.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/portal/utils/resolve-portal.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/portal/utils/shallow-equal.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/portal/utils/teleport-control.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/portal/utils/visible-host.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/providers/boundary-root.provider.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/types.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/utils/destination-signals.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/utils/measured-bounds.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/utils/refresh-signals.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/utils/source-signals.d.ts.map +0 -1
- package/lib/typescript/shared/components/create-transition-aware-component.d.ts.map +0 -1
- package/lib/typescript/shared/components/masked-view.d.ts +0 -10
- package/lib/typescript/shared/components/masked-view.d.ts.map +0 -1
- package/lib/typescript/shared/components/overlay/helpers/get-active-overlay.d.ts.map +0 -1
- package/lib/typescript/shared/components/overlay/index.d.ts.map +0 -1
- package/lib/typescript/shared/components/overlay/variations/float-overlay.d.ts +0 -6
- package/lib/typescript/shared/components/overlay/variations/float-overlay.d.ts.map +0 -1
- package/lib/typescript/shared/components/overlay/variations/overlay-host.d.ts +0 -10
- package/lib/typescript/shared/components/overlay/variations/overlay-host.d.ts.map +0 -1
- package/lib/typescript/shared/components/scene-view.d.ts +0 -13
- package/lib/typescript/shared/components/scene-view.d.ts.map +0 -1
- package/lib/typescript/shared/components/screen-container/helpers/find-collapse-target.d.ts.map +0 -1
- package/lib/typescript/shared/components/screen-container/hooks/use-backdrop-pointer-events.d.ts.map +0 -1
- package/lib/typescript/shared/components/screen-container/hooks/use-content-layout.d.ts.map +0 -1
- package/lib/typescript/shared/components/screen-container/index.d.ts +0 -6
- package/lib/typescript/shared/components/screen-container/index.d.ts.map +0 -1
- package/lib/typescript/shared/components/screen-container/layers/backdrop.d.ts +0 -6
- package/lib/typescript/shared/components/screen-container/layers/backdrop.d.ts.map +0 -1
- package/lib/typescript/shared/components/screen-container/layers/content.d.ts +0 -8
- package/lib/typescript/shared/components/screen-container/layers/content.d.ts.map +0 -1
- package/lib/typescript/shared/components/screen-container/layers/maybe-masked-navigation-container.d.ts +0 -9
- package/lib/typescript/shared/components/screen-container/layers/maybe-masked-navigation-container.d.ts.map +0 -1
- package/lib/typescript/shared/components/screen-container/layers/render-component.d.ts.map +0 -1
- package/lib/typescript/shared/components/screen-container/layers/surface-container.d.ts +0 -8
- package/lib/typescript/shared/components/screen-container/layers/surface-container.d.ts.map +0 -1
- package/lib/typescript/shared/components/screen-lifecycle/hooks/helpers/reset-stores-for-screen.d.ts.map +0 -1
- package/lib/typescript/shared/components/screen-lifecycle/hooks/history/navigator-route-registry.d.ts.map +0 -1
- package/lib/typescript/shared/components/screen-lifecycle/hooks/history/use-screen-history.d.ts.map +0 -1
- package/lib/typescript/shared/components/screen-lifecycle/hooks/use-close-transition-intent.d.ts.map +0 -1
- package/lib/typescript/shared/components/screen-lifecycle/hooks/use-open-transition-intent.d.ts.map +0 -1
- package/lib/typescript/shared/components/screen-lifecycle/hooks/use-transition-start-controller.d.ts.map +0 -1
- package/lib/typescript/shared/components/screen-lifecycle/index.d.ts.map +0 -1
- package/lib/typescript/shared/configs/index.d.ts.map +0 -1
- package/lib/typescript/shared/configs/presets.d.ts.map +0 -1
- package/lib/typescript/shared/configs/specs.d.ts.map +0 -1
- package/lib/typescript/shared/constants.d.ts.map +0 -1
- package/lib/typescript/shared/hooks/navigation/use-history.d.ts.map +0 -1
- package/lib/typescript/shared/hooks/navigation/use-navigation-helpers.d.ts.map +0 -1
- package/lib/typescript/shared/hooks/navigation/use-previous.d.ts.map +0 -1
- package/lib/typescript/shared/hooks/navigation/use-screen-state.d.ts.map +0 -1
- package/lib/typescript/shared/hooks/navigation/use-stack.d.ts +0 -34
- package/lib/typescript/shared/hooks/navigation/use-stack.d.ts.map +0 -1
- package/lib/typescript/shared/hooks/navigation/use-tab-press-reset.d.ts.map +0 -1
- package/lib/typescript/shared/hooks/reanimated/use-shared-value-ref.d.ts.map +0 -1
- package/lib/typescript/shared/hooks/reanimated/use-shared-value-state.d.ts.map +0 -1
- package/lib/typescript/shared/hooks/use-stable-callback-value.d.ts +0 -13
- package/lib/typescript/shared/hooks/use-stable-callback-value.d.ts.map +0 -1
- package/lib/typescript/shared/hooks/use-stable-callback.d.ts.map +0 -1
- package/lib/typescript/shared/index.d.ts +0 -1369
- package/lib/typescript/shared/index.d.ts.map +0 -1
- package/lib/typescript/shared/providers/helpers/measured-bounds-writes.d.ts.map +0 -1
- package/lib/typescript/shared/providers/register-bounds.provider.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/animation/animation.provider.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/animation/helpers/accessors/use-build-bounds-accessor.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/animation/helpers/accessors/use-build-transition-accessor.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/animation/helpers/build-screen-transition-options.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/animation/helpers/derivations.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/animation/helpers/has-transitions-enabled.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/animation/helpers/hydrate-transition-state/gesture-progress.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/animation/helpers/hydrate-transition-state/index.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/animation/helpers/hydrate-transition-state/snap-points.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/animation/helpers/hydrate-transition-state/types.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/animation/helpers/pipeline.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/animation/helpers/read-screen-animation-revisions.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/animation/helpers/selected-interpolator-options.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/animation/helpers/stack-progress.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/animation/helpers/use-build-transition-state.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/animation/helpers/worklet.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/animation/index.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/animation/types.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/animation/use-screen-animation.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/descriptors/descriptors.provider.d.ts +0 -34
- package/lib/typescript/shared/providers/screen/descriptors/descriptors.provider.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/descriptors/helpers/derive-descriptor-derivations.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/descriptors/helpers/get-ancestor-keys.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/descriptors/index.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/gestures.provider.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/hooks/use-gesture-sensitivity.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/hooks/use-screen-gesture-config.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/hooks/use-screen-gesture.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/hooks/use-stable-runtime-config.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/index.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/ownership/compute-claimed-directions.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/ownership/resolve-ownership.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/ownership/shadowing-claims.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/ownership/use-walk-up-and-register-shadowing-claims.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/pan/activation/pan-activation-decision.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/pan/activation/pan-activation-rules.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/pan/activation/use-pan-activation.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/pan/behavior/pan-lifecycle.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/pan/behavior/pan-release.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/pan/behavior/pan-reset.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/pan/behavior/use-pan-behavior.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/pan/use-build-pan-gesture.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/pinch/activation/use-pinch-activation.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/pinch/behavior/pinch-lifecycle.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/pinch/behavior/pinch-release.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/pinch/behavior/pinch-reset.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/pinch/behavior/use-pinch-behavior.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/pinch/use-build-pinch-gesture.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/rotation/activation/use-rotation-activation.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/rotation/behavior/rotation-lifecycle.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/rotation/behavior/use-rotation-behavior.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/rotation/use-build-rotation-gesture.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/scroll-coordination/index.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/scroll-coordination/scroll-metadata-owner.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/scroll-coordination/update-scroll-gesture-state.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/scroll-coordination/use-scroll-gesture-coordination.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/scroll-coordination/walk-up-scroll-gesture-coordination.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/shared/ancestors.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/shared/directions.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/shared/physics.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/shared/policy.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/shared/release.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/shared/reset.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/shared/runtime.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/shared/snap-points.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/shared/snapshot.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/shared/targets.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/shared/values.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/types.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/options/helpers.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/options/index.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/options/options.provider.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/options/types.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/origin.provider.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/screen-composer.d.ts +0 -11
- package/lib/typescript/shared/providers/screen/screen-composer.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/styles/components/floating-overlay-layer.d.ts +0 -7
- package/lib/typescript/shared/providers/screen/styles/components/floating-overlay-layer.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/styles/constants.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/styles/helpers/collect-interpolator-shared-values.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/styles/helpers/compose-slot-style.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/styles/helpers/normalize-slots.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/styles/helpers/opening-phase.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/styles/helpers/resolve-slot-styles/are-resettable-states-equal.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/styles/helpers/resolve-slot-styles/index.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/styles/helpers/resolve-slot-styles/materialize-slot.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/styles/helpers/resolve-slot-styles/reset-values.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/styles/helpers/resolve-slot-styles/slot-state.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/styles/helpers/resolve-slot-styles/types.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/styles/helpers/strip-interpolator-options.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/styles/helpers/visibility-gate.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/styles/hooks/slot-resolvers.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/styles/hooks/use-interpolated-style-maps.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/styles/hooks/use-maybe-block-visibility.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/styles/hooks/use-resolved-slot-style-map.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/styles/index.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/styles/slot.provider.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/styles/stores/slot-references.store.d.ts.map +0 -1
- package/lib/typescript/shared/providers/stack/blank-stack-state/blank-stack-controller.d.ts.map +0 -1
- package/lib/typescript/shared/providers/stack/blank-stack-state/helpers/build-blank-stack-state.d.ts.map +0 -1
- package/lib/typescript/shared/providers/stack/blank-stack-state/helpers/derive-blank-stack-state.d.ts.map +0 -1
- package/lib/typescript/shared/providers/stack/blank-stack-state/helpers/navigation/compose-descriptors.d.ts.map +0 -1
- package/lib/typescript/shared/providers/stack/blank-stack-state/helpers/navigation/resolve-scene-neighbors.d.ts.map +0 -1
- package/lib/typescript/shared/providers/stack/blank-stack-state/helpers/navigation/sync-routes-with-removed.d.ts.map +0 -1
- package/lib/typescript/shared/providers/stack/blank-stack-state/helpers/reconcile-blank-stack-routes.d.ts.map +0 -1
- package/lib/typescript/shared/providers/stack/blank-stack-state/helpers/state-equality.d.ts.map +0 -1
- package/lib/typescript/shared/providers/stack/blank-stack-state/helpers/types.d.ts.map +0 -1
- package/lib/typescript/shared/providers/stack/blank-stack-state/index.d.ts.map +0 -1
- package/lib/typescript/shared/providers/stack/blank-stack.provider.d.ts.map +0 -1
- package/lib/typescript/shared/providers/stack/core.provider.d.ts +0 -24
- package/lib/typescript/shared/providers/stack/core.provider.d.ts.map +0 -1
- package/lib/typescript/shared/providers/stack/direct.provider.d.ts.map +0 -1
- package/lib/typescript/shared/stores/animation.store.d.ts.map +0 -1
- package/lib/typescript/shared/stores/bounds/helpers/keys.d.ts.map +0 -1
- package/lib/typescript/shared/stores/bounds/helpers/link-pairs.helpers.d.ts.map +0 -1
- package/lib/typescript/shared/stores/bounds/index.d.ts.map +0 -1
- package/lib/typescript/shared/stores/bounds/internals/clear.d.ts.map +0 -1
- package/lib/typescript/shared/stores/bounds/internals/entries.d.ts.map +0 -1
- package/lib/typescript/shared/stores/bounds/internals/links.d.ts.map +0 -1
- package/lib/typescript/shared/stores/bounds/internals/resolver.d.ts.map +0 -1
- package/lib/typescript/shared/stores/bounds/internals/state.d.ts.map +0 -1
- package/lib/typescript/shared/stores/bounds/types.d.ts.map +0 -1
- package/lib/typescript/shared/stores/gesture.store.d.ts.map +0 -1
- package/lib/typescript/shared/stores/history.store.d.ts.map +0 -1
- package/lib/typescript/shared/stores/scroll.store.d.ts.map +0 -1
- package/lib/typescript/shared/stores/system.store.d.ts.map +0 -1
- package/lib/typescript/shared/types/animation.types.d.ts.map +0 -1
- package/lib/typescript/shared/types/bounds.types.d.ts.map +0 -1
- package/lib/typescript/shared/types/gesture.types.d.ts.map +0 -1
- package/lib/typescript/shared/types/index.d.ts.map +0 -1
- package/lib/typescript/shared/types/overlay.types.d.ts.map +0 -1
- package/lib/typescript/shared/types/ownership.types.d.ts.map +0 -1
- package/lib/typescript/shared/types/providers/blank-stack-provider.types.d.ts.map +0 -1
- package/lib/typescript/shared/types/providers/direct-stack.types.d.ts +0 -22
- package/lib/typescript/shared/types/providers/direct-stack.types.d.ts.map +0 -1
- package/lib/typescript/shared/types/screen.types.d.ts.map +0 -1
- package/lib/typescript/shared/types/stack.types.d.ts.map +0 -1
- package/lib/typescript/shared/utils/animation/animate-to-progress.d.ts +0 -23
- package/lib/typescript/shared/utils/animation/animate-to-progress.d.ts.map +0 -1
- package/lib/typescript/shared/utils/animation/animate.d.ts.map +0 -1
- package/lib/typescript/shared/utils/animation/emit.d.ts.map +0 -1
- package/lib/typescript/shared/utils/animation/resolve-snap-transition-spec.d.ts.map +0 -1
- package/lib/typescript/shared/utils/animation/spring/index.d.ts.map +0 -1
- package/lib/typescript/shared/utils/animation/spring/spring.d.ts.map +0 -1
- package/lib/typescript/shared/utils/animation/spring/springConfigs.d.ts.map +0 -1
- package/lib/typescript/shared/utils/animation/spring/springUtils.d.ts.map +0 -1
- package/lib/typescript/shared/utils/animation/state.d.ts.map +0 -1
- package/lib/typescript/shared/utils/bounds/constants.d.ts.map +0 -1
- package/lib/typescript/shared/utils/bounds/helpers/create-bound-tag.d.ts.map +0 -1
- package/lib/typescript/shared/utils/bounds/helpers/create-bounds-accessor-core.d.ts.map +0 -1
- package/lib/typescript/shared/utils/bounds/helpers/create-link-accessor.d.ts.map +0 -1
- package/lib/typescript/shared/utils/bounds/helpers/geometry.d.ts.map +0 -1
- package/lib/typescript/shared/utils/bounds/helpers/prepare-bound-styles.d.ts.map +0 -1
- package/lib/typescript/shared/utils/bounds/helpers/resolve-bounds-pair-key.d.ts.map +0 -1
- package/lib/typescript/shared/utils/bounds/helpers/styles/composers.d.ts.map +0 -1
- package/lib/typescript/shared/utils/bounds/helpers/styles/compute.d.ts.map +0 -1
- package/lib/typescript/shared/utils/bounds/helpers/styles/local-transform.d.ts.map +0 -1
- package/lib/typescript/shared/utils/bounds/helpers/styles/styles.d.ts.map +0 -1
- package/lib/typescript/shared/utils/bounds/index.d.ts.map +0 -1
- package/lib/typescript/shared/utils/bounds/navigation/helpers.d.ts.map +0 -1
- package/lib/typescript/shared/utils/bounds/navigation/math.d.ts.map +0 -1
- package/lib/typescript/shared/utils/bounds/navigation/reveal/build.d.ts.map +0 -1
- package/lib/typescript/shared/utils/bounds/navigation/reveal/config.d.ts.map +0 -1
- package/lib/typescript/shared/utils/bounds/navigation/reveal/math.d.ts.map +0 -1
- package/lib/typescript/shared/utils/bounds/navigation/reveal/types.d.ts.map +0 -1
- package/lib/typescript/shared/utils/bounds/navigation/zoom/build.d.ts.map +0 -1
- package/lib/typescript/shared/utils/bounds/navigation/zoom/config.d.ts.map +0 -1
- package/lib/typescript/shared/utils/bounds/navigation/zoom/drag.d.ts.map +0 -1
- package/lib/typescript/shared/utils/bounds/navigation/zoom/helpers.d.ts.map +0 -1
- package/lib/typescript/shared/utils/bounds/navigation/zoom/mask.d.ts.map +0 -1
- package/lib/typescript/shared/utils/bounds/navigation/zoom/targets.d.ts.map +0 -1
- package/lib/typescript/shared/utils/bounds/navigation/zoom/types.d.ts.map +0 -1
- package/lib/typescript/shared/utils/bounds/types/geometry.d.ts.map +0 -1
- package/lib/typescript/shared/utils/bounds/types/options.d.ts.map +0 -1
- package/lib/typescript/shared/utils/create-provider.d.ts.map +0 -1
- package/lib/typescript/shared/utils/create-store.d.ts.map +0 -1
- package/lib/typescript/shared/utils/logger.d.ts.map +0 -1
- package/lib/typescript/shared/utils/normalize-interpolated-style.d.ts.map +0 -1
- package/lib/typescript/shared/utils/overlay/visibility.d.ts.map +0 -1
- package/lib/typescript/shared/utils/platform.d.ts.map +0 -1
- package/lib/typescript/shared/utils/resolve-chain-target.d.ts.map +0 -1
- package/lib/typescript/shared/utils/resolve-screen-transition-options.d.ts.map +0 -1
- package/lib/typescript/shared/utils/visibility-block-offset.d.ts.map +0 -1
- package/src/blank-stack/components/stack-view.tsx +0 -81
- package/src/blank-stack/index.ts +0 -12
- package/src/blank-stack/navigators/create-blank-stack-navigator.tsx +0 -153
- package/src/blank-stack/types.ts +0 -148
- package/src/component-stack/components/component-screen.tsx +0 -32
- package/src/component-stack/components/stack-view.tsx +0 -42
- package/src/component-stack/index.ts +0 -10
- package/src/component-stack/navigators/create-component-stack-navigator.tsx +0 -127
- package/src/component-stack/types.ts +0 -117
- package/src/native-stack/index.ts +0 -13
- package/src/native-stack/navigators/createNativeStackNavigator.tsx +0 -91
- package/src/native-stack/types.ts +0 -746
- package/src/native-stack/utils/debounce.tsx +0 -14
- package/src/native-stack/utils/getModalRoutesKeys.ts +0 -21
- package/src/native-stack/utils/useAnimatedHeaderHeight.tsx +0 -18
- package/src/native-stack/utils/useDismissedRouteError.tsx +0 -30
- package/src/native-stack/utils/useInvalidPreventRemoveError.tsx +0 -31
- package/src/native-stack/views/FontProcessor.native.tsx +0 -12
- package/src/native-stack/views/FontProcessor.tsx +0 -5
- package/src/native-stack/views/NativeStackView.native.tsx +0 -633
- package/src/native-stack/views/NativeStackView.tsx +0 -214
- package/src/native-stack/views/useHeaderConfigProps.tsx +0 -295
- package/src/shared/animation/snap-to.ts +0 -96
- package/src/shared/components/boundary/hooks/lifecycles/use-boundary-presence.ts +0 -41
- package/src/shared/components/boundary/hooks/lifecycles/use-initial-destination-measurement.ts +0 -224
- package/src/shared/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.ts +0 -317
- package/src/shared/components/boundary/portal/components/boundary-portal/components/portal-slot.tsx +0 -79
- package/src/shared/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.ts +0 -254
- package/src/shared/components/boundary/portal/components/boundary-portal/hooks/use-host-measurement.ts +0 -153
- package/src/shared/components/create-transition-aware-component.tsx +0 -172
- package/src/shared/components/overlay/variations/overlay-host.tsx +0 -74
- package/src/shared/components/screen-container/hooks/use-backdrop-pointer-events.ts +0 -55
- package/src/shared/components/screen-container/hooks/use-content-layout.ts +0 -77
- package/src/shared/components/screen-container/layers/backdrop.tsx +0 -151
- package/src/shared/components/screen-lifecycle/hooks/helpers/reset-stores-for-screen.ts +0 -15
- package/src/shared/components/screen-lifecycle/hooks/history/use-screen-history.ts +0 -89
- package/src/shared/hooks/navigation/use-navigation-helpers.ts +0 -31
- package/src/shared/hooks/navigation/use-tab-press-reset.ts +0 -41
- package/src/shared/hooks/reanimated/use-shared-value-ref.ts +0 -43
- package/src/shared/hooks/reanimated/use-shared-value-state.ts +0 -25
- package/src/shared/hooks/use-stable-callback-value.ts +0 -76
- package/src/shared/providers/register-bounds.provider.tsx +0 -402
- package/src/shared/providers/screen/gestures/pan/behavior/pan-lifecycle.ts +0 -175
- package/src/shared/providers/screen/gestures/pinch/behavior/pinch-lifecycle.ts +0 -112
- package/src/shared/providers/stack/blank-stack-state/blank-stack-controller.ts +0 -162
- package/src/shared/providers/stack/core.provider.tsx +0 -110
- package/src/shared/providers/stack/direct.provider.tsx +0 -129
- package/src/shared/types/providers/direct-stack.types.ts +0 -35
- package/src/shared/utils/animation/animate-to-progress.ts +0 -157
- /package/lib/commonjs/{shared/adapters → adapters}/with-screen-transitions/context.js +0 -0
- /package/lib/commonjs/{shared/adapters → adapters}/with-screen-transitions/index.js +0 -0
- /package/lib/commonjs/{shared/adapters → adapters}/with-screen-transitions/options.js +0 -0
- /package/lib/commonjs/{shared/adapters → adapters}/with-screen-transitions/stack-layout.js +0 -0
- /package/lib/commonjs/{blank-stack → adapters/with-screen-transitions}/types.js +0 -0
- /package/lib/commonjs/{shared/animation → animation}/resolve-snap-target.js +0 -0
- /package/lib/commonjs/{shared/animation → animation}/transition-blocking.js +0 -0
- /package/lib/commonjs/{shared/components → components}/activity/helpers.js +0 -0
- /package/lib/commonjs/{shared/components → components}/activity/index.js +0 -0
- /package/lib/commonjs/{shared/components → components}/activity/variants/activity-container.js +0 -0
- /package/lib/commonjs/{shared/components → components}/activity/variants/activity-screen.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/components/boundary-target.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/create-boundary-component.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/hooks/lifecycles/use-initial-source-measurement.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/hooks/lifecycles/use-refresh-boundary.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/hooks/use-boundary-measurement.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/hooks/use-measurer.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/hooks/use-register-target.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/index.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/portal/components/boundary-content-portal/components/host.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/portal/components/boundary-content-portal/helpers/host-name.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/portal/components/boundary-content-portal/index.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/portal/components/boundary-portal/components/host.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/portal/components/boundary-portal/components/portal-boundary-host.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/portal/components/boundary-portal/helpers/has-local-slot.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/portal/components/boundary-portal/helpers/host-name.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/portal/components/boundary-portal/helpers/offset-style.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/portal/components/boundary-portal/hooks/use-placeholder-styles.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/portal/components/boundary-portal/index.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/portal/components/boundary-portal/stores/host-bounds.store.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/portal/components/boundary-portal/stores/host-registry.store.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/portal/components/portal-provider.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/portal/index.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/portal/teleport.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/portal/utils/naming.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/portal/utils/ownership.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/portal/utils/resolve-portal.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/portal/utils/shallow-equal.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/portal/utils/teleport-control.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/portal/utils/visible-host.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/providers/boundary-root.provider.js +0 -0
- /package/lib/commonjs/{component-stack → components/boundary}/types.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/utils/destination-signals.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/utils/measured-bounds.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/utils/refresh-signals.js +0 -0
- /package/lib/commonjs/{shared/components → components}/boundary/utils/source-signals.js +0 -0
- /package/lib/commonjs/{shared/components → components}/masked-view.js +0 -0
- /package/lib/commonjs/{shared/components → components}/overlay/helpers/get-active-overlay.js +0 -0
- /package/lib/commonjs/{shared/components → components}/overlay/index.js +0 -0
- /package/lib/commonjs/{shared/components → components}/overlay/variations/float-overlay.js +0 -0
- /package/lib/commonjs/{shared/components → components}/scene-view.js +0 -0
- /package/lib/commonjs/{shared/components → components}/screen-container/helpers/find-collapse-target.js +0 -0
- /package/lib/commonjs/{shared/components → components}/screen-container/index.js +0 -0
- /package/lib/commonjs/{shared/components → components}/screen-container/layers/content.js +0 -0
- /package/lib/commonjs/{shared/components → components}/screen-container/layers/maybe-masked-navigation-container.js +0 -0
- /package/lib/commonjs/{shared/components → components}/screen-container/layers/render-component.js +0 -0
- /package/lib/commonjs/{shared/components → components}/screen-container/layers/surface-container.js +0 -0
- /package/lib/commonjs/{shared/components → components}/screen-lifecycle/hooks/history/navigator-route-registry.js +0 -0
- /package/lib/commonjs/{shared/components → components}/screen-lifecycle/hooks/use-close-transition-intent.js +0 -0
- /package/lib/commonjs/{shared/components → components}/screen-lifecycle/hooks/use-open-transition-intent.js +0 -0
- /package/lib/commonjs/{shared/components → components}/screen-lifecycle/hooks/use-transition-start-controller.js +0 -0
- /package/lib/commonjs/{shared/components → components}/screen-lifecycle/index.js +0 -0
- /package/lib/commonjs/{shared/configs → configs}/index.js +0 -0
- /package/lib/commonjs/{shared/configs → configs}/presets.js +0 -0
- /package/lib/commonjs/{shared/configs → configs}/specs.js +0 -0
- /package/lib/commonjs/{shared/constants.js → constants.js} +0 -0
- /package/lib/commonjs/{shared/hooks → hooks}/navigation/use-history.js +0 -0
- /package/lib/commonjs/{shared/hooks → hooks}/navigation/use-previous.js +0 -0
- /package/lib/commonjs/{shared/hooks → hooks}/navigation/use-screen-state.js +0 -0
- /package/lib/commonjs/{shared/hooks → hooks}/navigation/use-stack.js +0 -0
- /package/lib/commonjs/{shared/hooks → hooks}/use-stable-callback.js +0 -0
- /package/lib/commonjs/{shared/index.js → index.js} +0 -0
- /package/lib/commonjs/{shared/providers → providers}/helpers/measured-bounds-writes.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/animation/animation.provider.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/animation/helpers/accessors/use-build-bounds-accessor.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/animation/helpers/accessors/use-build-transition-accessor.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/animation/helpers/build-screen-transition-options.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/animation/helpers/derivations.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/animation/helpers/has-transitions-enabled.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/animation/helpers/hydrate-transition-state/gesture-progress.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/animation/helpers/hydrate-transition-state/index.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/animation/helpers/hydrate-transition-state/snap-points.js +0 -0
- /package/lib/commonjs/{native-stack → providers/screen/animation/helpers/hydrate-transition-state}/types.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/animation/helpers/pipeline.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/animation/helpers/read-screen-animation-revisions.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/animation/helpers/selected-interpolator-options.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/animation/helpers/stack-progress.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/animation/helpers/use-build-transition-state.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/animation/helpers/worklet.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/animation/index.js +0 -0
- /package/lib/commonjs/{shared/adapters/with-screen-transitions → providers/screen/animation}/types.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/animation/use-screen-animation.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/descriptors/descriptors.provider.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/descriptors/helpers/derive-descriptor-derivations.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/descriptors/helpers/get-ancestor-keys.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/descriptors/index.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/gestures.provider.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/hooks/use-gesture-sensitivity.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/hooks/use-screen-gesture-config.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/hooks/use-screen-gesture.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/hooks/use-stable-runtime-config.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/index.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/ownership/compute-claimed-directions.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/ownership/resolve-ownership.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/ownership/shadowing-claims.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/ownership/use-walk-up-and-register-shadowing-claims.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/pan/activation/pan-activation-decision.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/pan/activation/pan-activation-rules.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/pan/activation/use-pan-activation.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/pan/behavior/pan-release.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/pan/behavior/pan-reset.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/pan/behavior/use-pan-behavior.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/pan/use-build-pan-gesture.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/pinch/activation/use-pinch-activation.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/pinch/behavior/pinch-release.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/pinch/behavior/pinch-reset.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/pinch/behavior/use-pinch-behavior.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/pinch/use-build-pinch-gesture.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/rotation/activation/use-rotation-activation.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/rotation/behavior/rotation-lifecycle.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/rotation/behavior/use-rotation-behavior.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/rotation/use-build-rotation-gesture.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/scroll-coordination/index.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/scroll-coordination/scroll-metadata-owner.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/scroll-coordination/update-scroll-gesture-state.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/scroll-coordination/use-scroll-gesture-coordination.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/scroll-coordination/walk-up-scroll-gesture-coordination.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/shared/ancestors.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/shared/directions.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/shared/physics.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/shared/policy.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/shared/release.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/shared/reset.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/shared/runtime.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/shared/snap-points.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/shared/snapshot.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/shared/targets.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/shared/values.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/gestures/types.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/options/helpers.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/options/index.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/options/options.provider.js +0 -0
- /package/lib/commonjs/{shared/components/boundary → providers/screen/options}/types.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/origin.provider.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/screen-composer.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/styles/components/floating-overlay-layer.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/styles/constants.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/styles/helpers/collect-interpolator-shared-values.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/styles/helpers/compose-slot-style.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/styles/helpers/normalize-slots.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/styles/helpers/opening-phase.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/are-resettable-states-equal.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/index.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/materialize-slot.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/reset-values.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/slot-state.js +0 -0
- /package/lib/commonjs/{shared/providers/screen/animation/helpers/hydrate-transition-state → providers/screen/styles/helpers/resolve-slot-styles}/types.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/styles/helpers/strip-interpolator-options.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/styles/helpers/visibility-gate.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/styles/hooks/slot-resolvers.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/styles/hooks/use-interpolated-style-maps.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/styles/hooks/use-maybe-block-visibility.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/styles/hooks/use-resolved-slot-style-map.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/styles/index.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/styles/slot.provider.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/screen/styles/stores/slot-references.store.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/stack/blank-stack-state/helpers/build-blank-stack-state.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/stack/blank-stack-state/helpers/derive-blank-stack-state.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/stack/blank-stack-state/helpers/navigation/compose-descriptors.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/stack/blank-stack-state/helpers/navigation/resolve-scene-neighbors.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/stack/blank-stack-state/helpers/navigation/sync-routes-with-removed.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/stack/blank-stack-state/helpers/reconcile-blank-stack-routes.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/stack/blank-stack-state/helpers/state-equality.js +0 -0
- /package/lib/commonjs/{shared/providers/screen/animation → providers/stack/blank-stack-state/helpers}/types.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/stack/blank-stack-state/index.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/stack/blank-stack.provider.js +0 -0
- /package/lib/commonjs/{shared/providers → providers}/stack/direct.provider.js +0 -0
- /package/lib/commonjs/{shared/stores → stores}/animation.store.js +0 -0
- /package/lib/commonjs/{shared/stores → stores}/bounds/helpers/keys.js +0 -0
- /package/lib/commonjs/{shared/stores → stores}/bounds/helpers/link-pairs.helpers.js +0 -0
- /package/lib/commonjs/{shared/stores → stores}/bounds/index.js +0 -0
- /package/lib/commonjs/{shared/stores → stores}/bounds/internals/clear.js +0 -0
- /package/lib/commonjs/{shared/stores → stores}/bounds/internals/entries.js +0 -0
- /package/lib/commonjs/{shared/stores → stores}/bounds/internals/links.js +0 -0
- /package/lib/commonjs/{shared/stores → stores}/bounds/internals/resolver.js +0 -0
- /package/lib/commonjs/{shared/stores → stores}/bounds/internals/state.js +0 -0
- /package/lib/commonjs/{shared/providers/screen/options → stores/bounds}/types.js +0 -0
- /package/lib/commonjs/{shared/stores → stores}/gesture.store.js +0 -0
- /package/lib/commonjs/{shared/stores → stores}/history.store.js +0 -0
- /package/lib/commonjs/{shared/stores → stores}/scroll.store.js +0 -0
- /package/lib/commonjs/{shared/stores → stores}/system.store.js +0 -0
- /package/lib/commonjs/{shared/types → types}/animation.types.js +0 -0
- /package/lib/commonjs/{shared/types → types}/bounds.types.js +0 -0
- /package/lib/commonjs/{shared/types → types}/gesture.types.js +0 -0
- /package/lib/commonjs/{shared/types → types}/index.js +0 -0
- /package/lib/commonjs/{shared/types → types}/overlay.types.js +0 -0
- /package/lib/commonjs/{shared/types → types}/ownership.types.js +0 -0
- /package/lib/commonjs/{shared/types → types}/providers/blank-stack-provider.types.js +0 -0
- /package/lib/commonjs/{shared/types → types}/providers/direct-stack.types.js +0 -0
- /package/lib/commonjs/{shared/types → types}/screen.types.js +0 -0
- /package/lib/commonjs/{shared/types → types}/stack.types.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/animation/animate.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/animation/emit.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/animation/resolve-snap-transition-spec.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/animation/spring/index.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/animation/spring/spring.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/animation/spring/springConfigs.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/animation/spring/springUtils.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/animation/state.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/bounds/constants.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/bounds/helpers/create-bound-tag.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/bounds/helpers/create-bounds-accessor-core.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/bounds/helpers/create-link-accessor.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/bounds/helpers/geometry.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/bounds/helpers/prepare-bound-styles.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/bounds/helpers/resolve-bounds-pair-key.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/bounds/helpers/styles/composers.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/bounds/helpers/styles/compute.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/bounds/helpers/styles/local-transform.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/bounds/helpers/styles/styles.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/bounds/index.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/bounds/navigation/helpers.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/bounds/navigation/math.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/bounds/navigation/reveal/build.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/bounds/navigation/reveal/config.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/bounds/navigation/reveal/math.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/bounds/navigation/reveal/types.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/bounds/navigation/zoom/build.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/bounds/navigation/zoom/config.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/bounds/navigation/zoom/drag.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/bounds/navigation/zoom/helpers.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/bounds/navigation/zoom/mask.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/bounds/navigation/zoom/targets.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/bounds/navigation/zoom/types.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/bounds/types/geometry.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/bounds/types/options.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/create-provider.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/create-store.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/logger.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/normalize-interpolated-style.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/overlay/visibility.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/platform.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/resolve-chain-target.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/resolve-screen-transition-options.js +0 -0
- /package/lib/commonjs/{shared/utils → utils}/visibility-block-offset.js +0 -0
- /package/lib/module/{shared/adapters → adapters}/with-screen-transitions/context.js +0 -0
- /package/lib/module/{shared/adapters → adapters}/with-screen-transitions/index.js +0 -0
- /package/lib/module/{shared/adapters → adapters}/with-screen-transitions/options.js +0 -0
- /package/lib/module/{shared/adapters → adapters}/with-screen-transitions/stack-layout.js +0 -0
- /package/lib/module/{blank-stack → adapters/with-screen-transitions}/types.js +0 -0
- /package/lib/module/{shared/animation → animation}/resolve-snap-target.js +0 -0
- /package/lib/module/{shared/animation → animation}/transition-blocking.js +0 -0
- /package/lib/module/{shared/components → components}/activity/helpers.js +0 -0
- /package/lib/module/{shared/components → components}/activity/index.js +0 -0
- /package/lib/module/{shared/components → components}/activity/variants/activity-container.js +0 -0
- /package/lib/module/{shared/components → components}/activity/variants/activity-screen.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/components/boundary-target.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/create-boundary-component.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/hooks/lifecycles/use-initial-source-measurement.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/hooks/lifecycles/use-refresh-boundary.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/hooks/use-boundary-measurement.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/hooks/use-measurer.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/hooks/use-register-target.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/index.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/portal/components/boundary-content-portal/components/host.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/portal/components/boundary-content-portal/helpers/host-name.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/portal/components/boundary-content-portal/index.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/portal/components/boundary-portal/components/host.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/portal/components/boundary-portal/components/portal-boundary-host.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/portal/components/boundary-portal/helpers/has-local-slot.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/portal/components/boundary-portal/helpers/host-name.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/portal/components/boundary-portal/helpers/offset-style.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/portal/components/boundary-portal/hooks/use-placeholder-styles.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/portal/components/boundary-portal/index.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/portal/components/boundary-portal/stores/host-bounds.store.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/portal/components/boundary-portal/stores/host-registry.store.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/portal/components/portal-provider.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/portal/index.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/portal/teleport.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/portal/utils/naming.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/portal/utils/ownership.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/portal/utils/resolve-portal.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/portal/utils/shallow-equal.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/portal/utils/teleport-control.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/portal/utils/visible-host.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/providers/boundary-root.provider.js +0 -0
- /package/lib/module/{component-stack → components/boundary}/types.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/utils/destination-signals.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/utils/measured-bounds.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/utils/refresh-signals.js +0 -0
- /package/lib/module/{shared/components → components}/boundary/utils/source-signals.js +0 -0
- /package/lib/module/{shared/components → components}/masked-view.js +0 -0
- /package/lib/module/{shared/components → components}/overlay/helpers/get-active-overlay.js +0 -0
- /package/lib/module/{shared/components → components}/overlay/index.js +0 -0
- /package/lib/module/{shared/components → components}/overlay/variations/float-overlay.js +0 -0
- /package/lib/module/{shared/components → components}/scene-view.js +0 -0
- /package/lib/module/{shared/components → components}/screen-container/helpers/find-collapse-target.js +0 -0
- /package/lib/module/{shared/components → components}/screen-container/index.js +0 -0
- /package/lib/module/{shared/components → components}/screen-container/layers/content.js +0 -0
- /package/lib/module/{shared/components → components}/screen-container/layers/maybe-masked-navigation-container.js +0 -0
- /package/lib/module/{shared/components → components}/screen-container/layers/render-component.js +0 -0
- /package/lib/module/{shared/components → components}/screen-container/layers/surface-container.js +0 -0
- /package/lib/module/{shared/components → components}/screen-lifecycle/hooks/history/navigator-route-registry.js +0 -0
- /package/lib/module/{shared/components → components}/screen-lifecycle/hooks/use-close-transition-intent.js +0 -0
- /package/lib/module/{shared/components → components}/screen-lifecycle/hooks/use-open-transition-intent.js +0 -0
- /package/lib/module/{shared/components → components}/screen-lifecycle/hooks/use-transition-start-controller.js +0 -0
- /package/lib/module/{shared/components → components}/screen-lifecycle/index.js +0 -0
- /package/lib/module/{shared/configs → configs}/index.js +0 -0
- /package/lib/module/{shared/configs → configs}/presets.js +0 -0
- /package/lib/module/{shared/configs → configs}/specs.js +0 -0
- /package/lib/module/{shared/constants.js → constants.js} +0 -0
- /package/lib/module/{shared/hooks → hooks}/navigation/use-history.js +0 -0
- /package/lib/module/{shared/hooks → hooks}/navigation/use-previous.js +0 -0
- /package/lib/module/{shared/hooks → hooks}/navigation/use-screen-state.js +0 -0
- /package/lib/module/{shared/hooks → hooks}/navigation/use-stack.js +0 -0
- /package/lib/module/{shared/hooks → hooks}/use-stable-callback.js +0 -0
- /package/lib/module/{shared/index.js → index.js} +0 -0
- /package/lib/module/{shared/providers → providers}/helpers/measured-bounds-writes.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/animation/animation.provider.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/animation/helpers/accessors/use-build-bounds-accessor.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/animation/helpers/accessors/use-build-transition-accessor.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/animation/helpers/build-screen-transition-options.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/animation/helpers/derivations.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/animation/helpers/has-transitions-enabled.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/animation/helpers/hydrate-transition-state/gesture-progress.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/animation/helpers/hydrate-transition-state/index.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/animation/helpers/hydrate-transition-state/snap-points.js +0 -0
- /package/lib/module/{native-stack → providers/screen/animation/helpers/hydrate-transition-state}/types.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/animation/helpers/pipeline.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/animation/helpers/read-screen-animation-revisions.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/animation/helpers/selected-interpolator-options.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/animation/helpers/stack-progress.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/animation/helpers/use-build-transition-state.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/animation/helpers/worklet.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/animation/index.js +0 -0
- /package/lib/module/{shared/adapters/with-screen-transitions → providers/screen/animation}/types.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/animation/use-screen-animation.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/descriptors/descriptors.provider.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/descriptors/helpers/derive-descriptor-derivations.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/descriptors/helpers/get-ancestor-keys.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/descriptors/index.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/gestures.provider.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/hooks/use-gesture-sensitivity.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/hooks/use-screen-gesture-config.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/hooks/use-screen-gesture.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/hooks/use-stable-runtime-config.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/index.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/ownership/compute-claimed-directions.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/ownership/resolve-ownership.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/ownership/shadowing-claims.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/ownership/use-walk-up-and-register-shadowing-claims.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/pan/activation/pan-activation-decision.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/pan/activation/pan-activation-rules.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/pan/activation/use-pan-activation.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/pan/behavior/pan-release.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/pan/behavior/pan-reset.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/pan/behavior/use-pan-behavior.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/pan/use-build-pan-gesture.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/pinch/activation/use-pinch-activation.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/pinch/behavior/pinch-release.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/pinch/behavior/pinch-reset.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/pinch/behavior/use-pinch-behavior.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/pinch/use-build-pinch-gesture.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/rotation/activation/use-rotation-activation.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/rotation/behavior/rotation-lifecycle.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/rotation/behavior/use-rotation-behavior.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/rotation/use-build-rotation-gesture.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/scroll-coordination/index.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/scroll-coordination/scroll-metadata-owner.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/scroll-coordination/update-scroll-gesture-state.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/scroll-coordination/use-scroll-gesture-coordination.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/scroll-coordination/walk-up-scroll-gesture-coordination.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/shared/ancestors.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/shared/directions.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/shared/physics.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/shared/policy.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/shared/release.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/shared/reset.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/shared/runtime.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/shared/snap-points.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/shared/snapshot.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/shared/targets.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/shared/values.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/gestures/types.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/options/helpers.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/options/index.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/options/options.provider.js +0 -0
- /package/lib/module/{shared/components/boundary → providers/screen/options}/types.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/origin.provider.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/screen-composer.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/styles/components/floating-overlay-layer.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/styles/constants.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/styles/helpers/collect-interpolator-shared-values.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/styles/helpers/compose-slot-style.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/styles/helpers/normalize-slots.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/styles/helpers/opening-phase.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/are-resettable-states-equal.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/index.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/materialize-slot.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/reset-values.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/slot-state.js +0 -0
- /package/lib/module/{shared/providers/screen/animation/helpers/hydrate-transition-state → providers/screen/styles/helpers/resolve-slot-styles}/types.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/styles/helpers/strip-interpolator-options.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/styles/helpers/visibility-gate.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/styles/hooks/slot-resolvers.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/styles/hooks/use-interpolated-style-maps.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/styles/hooks/use-maybe-block-visibility.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/styles/hooks/use-resolved-slot-style-map.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/styles/index.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/styles/slot.provider.js +0 -0
- /package/lib/module/{shared/providers → providers}/screen/styles/stores/slot-references.store.js +0 -0
- /package/lib/module/{shared/providers → providers}/stack/blank-stack-state/helpers/build-blank-stack-state.js +0 -0
- /package/lib/module/{shared/providers → providers}/stack/blank-stack-state/helpers/derive-blank-stack-state.js +0 -0
- /package/lib/module/{shared/providers → providers}/stack/blank-stack-state/helpers/navigation/compose-descriptors.js +0 -0
- /package/lib/module/{shared/providers → providers}/stack/blank-stack-state/helpers/navigation/resolve-scene-neighbors.js +0 -0
- /package/lib/module/{shared/providers → providers}/stack/blank-stack-state/helpers/navigation/sync-routes-with-removed.js +0 -0
- /package/lib/module/{shared/providers → providers}/stack/blank-stack-state/helpers/reconcile-blank-stack-routes.js +0 -0
- /package/lib/module/{shared/providers → providers}/stack/blank-stack-state/helpers/state-equality.js +0 -0
- /package/lib/module/{shared/providers/screen/animation → providers/stack/blank-stack-state/helpers}/types.js +0 -0
- /package/lib/module/{shared/providers → providers}/stack/blank-stack-state/index.js +0 -0
- /package/lib/module/{shared/providers → providers}/stack/blank-stack.provider.js +0 -0
- /package/lib/module/{shared/providers → providers}/stack/direct.provider.js +0 -0
- /package/lib/module/{shared/stores → stores}/animation.store.js +0 -0
- /package/lib/module/{shared/stores → stores}/bounds/helpers/keys.js +0 -0
- /package/lib/module/{shared/stores → stores}/bounds/helpers/link-pairs.helpers.js +0 -0
- /package/lib/module/{shared/stores → stores}/bounds/index.js +0 -0
- /package/lib/module/{shared/stores → stores}/bounds/internals/clear.js +0 -0
- /package/lib/module/{shared/stores → stores}/bounds/internals/entries.js +0 -0
- /package/lib/module/{shared/stores → stores}/bounds/internals/links.js +0 -0
- /package/lib/module/{shared/stores → stores}/bounds/internals/resolver.js +0 -0
- /package/lib/module/{shared/stores → stores}/bounds/internals/state.js +0 -0
- /package/lib/module/{shared/providers/screen/options → stores/bounds}/types.js +0 -0
- /package/lib/module/{shared/stores → stores}/gesture.store.js +0 -0
- /package/lib/module/{shared/stores → stores}/history.store.js +0 -0
- /package/lib/module/{shared/stores → stores}/scroll.store.js +0 -0
- /package/lib/module/{shared/stores → stores}/system.store.js +0 -0
- /package/lib/module/{shared/types → types}/animation.types.js +0 -0
- /package/lib/module/{shared/types → types}/bounds.types.js +0 -0
- /package/lib/module/{shared/types → types}/gesture.types.js +0 -0
- /package/lib/module/{shared/types → types}/index.js +0 -0
- /package/lib/module/{shared/types → types}/overlay.types.js +0 -0
- /package/lib/module/{shared/types → types}/ownership.types.js +0 -0
- /package/lib/module/{shared/types → types}/providers/blank-stack-provider.types.js +0 -0
- /package/lib/module/{shared/types → types}/providers/direct-stack.types.js +0 -0
- /package/lib/module/{shared/types → types}/screen.types.js +0 -0
- /package/lib/module/{shared/types → types}/stack.types.js +0 -0
- /package/lib/module/{shared/utils → utils}/animation/animate.js +0 -0
- /package/lib/module/{shared/utils → utils}/animation/emit.js +0 -0
- /package/lib/module/{shared/utils → utils}/animation/resolve-snap-transition-spec.js +0 -0
- /package/lib/module/{shared/utils → utils}/animation/spring/index.js +0 -0
- /package/lib/module/{shared/utils → utils}/animation/spring/spring.js +0 -0
- /package/lib/module/{shared/utils → utils}/animation/spring/springConfigs.js +0 -0
- /package/lib/module/{shared/utils → utils}/animation/spring/springUtils.js +0 -0
- /package/lib/module/{shared/utils → utils}/animation/state.js +0 -0
- /package/lib/module/{shared/utils → utils}/bounds/constants.js +0 -0
- /package/lib/module/{shared/utils → utils}/bounds/helpers/create-bound-tag.js +0 -0
- /package/lib/module/{shared/utils → utils}/bounds/helpers/create-bounds-accessor-core.js +0 -0
- /package/lib/module/{shared/utils → utils}/bounds/helpers/create-link-accessor.js +0 -0
- /package/lib/module/{shared/utils → utils}/bounds/helpers/geometry.js +0 -0
- /package/lib/module/{shared/utils → utils}/bounds/helpers/prepare-bound-styles.js +0 -0
- /package/lib/module/{shared/utils → utils}/bounds/helpers/resolve-bounds-pair-key.js +0 -0
- /package/lib/module/{shared/utils → utils}/bounds/helpers/styles/composers.js +0 -0
- /package/lib/module/{shared/utils → utils}/bounds/helpers/styles/compute.js +0 -0
- /package/lib/module/{shared/utils → utils}/bounds/helpers/styles/local-transform.js +0 -0
- /package/lib/module/{shared/utils → utils}/bounds/helpers/styles/styles.js +0 -0
- /package/lib/module/{shared/utils → utils}/bounds/index.js +0 -0
- /package/lib/module/{shared/utils → utils}/bounds/navigation/helpers.js +0 -0
- /package/lib/module/{shared/utils → utils}/bounds/navigation/math.js +0 -0
- /package/lib/module/{shared/utils → utils}/bounds/navigation/reveal/build.js +0 -0
- /package/lib/module/{shared/utils → utils}/bounds/navigation/reveal/config.js +0 -0
- /package/lib/module/{shared/utils → utils}/bounds/navigation/reveal/math.js +0 -0
- /package/lib/module/{shared/utils → utils}/bounds/navigation/reveal/types.js +0 -0
- /package/lib/module/{shared/utils → utils}/bounds/navigation/zoom/build.js +0 -0
- /package/lib/module/{shared/utils → utils}/bounds/navigation/zoom/config.js +0 -0
- /package/lib/module/{shared/utils → utils}/bounds/navigation/zoom/drag.js +0 -0
- /package/lib/module/{shared/utils → utils}/bounds/navigation/zoom/helpers.js +0 -0
- /package/lib/module/{shared/utils → utils}/bounds/navigation/zoom/mask.js +0 -0
- /package/lib/module/{shared/utils → utils}/bounds/navigation/zoom/targets.js +0 -0
- /package/lib/module/{shared/utils → utils}/bounds/navigation/zoom/types.js +0 -0
- /package/lib/module/{shared/utils → utils}/bounds/types/geometry.js +0 -0
- /package/lib/module/{shared/utils → utils}/bounds/types/options.js +0 -0
- /package/lib/module/{shared/utils → utils}/create-provider.js +0 -0
- /package/lib/module/{shared/utils → utils}/create-store.js +0 -0
- /package/lib/module/{shared/utils → utils}/logger.js +0 -0
- /package/lib/module/{shared/utils → utils}/normalize-interpolated-style.js +0 -0
- /package/lib/module/{shared/utils → utils}/overlay/visibility.js +0 -0
- /package/lib/module/{shared/utils → utils}/platform.js +0 -0
- /package/lib/module/{shared/utils → utils}/resolve-chain-target.js +0 -0
- /package/lib/module/{shared/utils → utils}/resolve-screen-transition-options.js +0 -0
- /package/lib/module/{shared/utils → utils}/visibility-block-offset.js +0 -0
- /package/lib/typescript/{shared/adapters → adapters}/with-screen-transitions/index.d.ts +0 -0
- /package/lib/typescript/{shared/adapters → adapters}/with-screen-transitions/options.d.ts +0 -0
- /package/lib/typescript/{shared/adapters → adapters}/with-screen-transitions/types.d.ts +0 -0
- /package/lib/typescript/{shared/animation → animation}/resolve-snap-target.d.ts +0 -0
- /package/lib/typescript/{shared/animation → animation}/snap-to.d.ts +0 -0
- /package/lib/typescript/{shared/animation → animation}/transition-blocking.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/activity/helpers.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/activity/index.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/boundary/create-boundary-component.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/boundary/hooks/lifecycles/use-boundary-presence.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/boundary/hooks/lifecycles/use-initial-destination-measurement.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/boundary/hooks/lifecycles/use-initial-source-measurement.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/boundary/hooks/lifecycles/use-refresh-boundary.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/boundary/hooks/use-boundary-measurement.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/boundary/hooks/use-measurer.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/boundary/hooks/use-register-target.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/boundary/portal/components/boundary-content-portal/helpers/host-name.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/boundary/portal/components/boundary-portal/helpers/has-local-slot.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/boundary/portal/components/boundary-portal/helpers/host-name.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/boundary/portal/components/boundary-portal/helpers/offset-style.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/boundary/portal/components/boundary-portal/hooks/use-host-measurement.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/boundary/portal/components/boundary-portal/hooks/use-placeholder-styles.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/boundary/portal/components/boundary-portal/stores/host-bounds.store.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/boundary/portal/components/boundary-portal/stores/host-registry.store.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/boundary/portal/index.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/boundary/portal/teleport.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/boundary/portal/utils/naming.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/boundary/portal/utils/ownership.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/boundary/portal/utils/resolve-portal.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/boundary/portal/utils/shallow-equal.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/boundary/portal/utils/teleport-control.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/boundary/portal/utils/visible-host.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/boundary/providers/boundary-root.provider.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/boundary/types.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/boundary/utils/destination-signals.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/boundary/utils/measured-bounds.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/boundary/utils/refresh-signals.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/boundary/utils/source-signals.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/create-transition-aware-component.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/overlay/helpers/get-active-overlay.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/overlay/index.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/screen-container/helpers/find-collapse-target.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/screen-container/hooks/use-backdrop-pointer-events.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/screen-container/hooks/use-content-layout.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/screen-container/layers/render-component.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/screen-lifecycle/hooks/helpers/reset-stores-for-screen.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/screen-lifecycle/hooks/history/navigator-route-registry.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/screen-lifecycle/hooks/history/use-screen-history.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/screen-lifecycle/hooks/use-close-transition-intent.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/screen-lifecycle/hooks/use-open-transition-intent.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/screen-lifecycle/hooks/use-transition-start-controller.d.ts +0 -0
- /package/lib/typescript/{shared/components → components}/screen-lifecycle/index.d.ts +0 -0
- /package/lib/typescript/{shared/configs → configs}/index.d.ts +0 -0
- /package/lib/typescript/{shared/configs → configs}/presets.d.ts +0 -0
- /package/lib/typescript/{shared/configs → configs}/specs.d.ts +0 -0
- /package/lib/typescript/{shared/constants.d.ts → constants.d.ts} +0 -0
- /package/lib/typescript/{shared/hooks → hooks}/navigation/use-history.d.ts +0 -0
- /package/lib/typescript/{shared/hooks → hooks}/navigation/use-navigation-helpers.d.ts +0 -0
- /package/lib/typescript/{shared/hooks → hooks}/navigation/use-previous.d.ts +0 -0
- /package/lib/typescript/{shared/hooks → hooks}/navigation/use-screen-state.d.ts +0 -0
- /package/lib/typescript/{shared/hooks → hooks}/navigation/use-tab-press-reset.d.ts +0 -0
- /package/lib/typescript/{shared/hooks → hooks}/reanimated/use-shared-value-ref.d.ts +0 -0
- /package/lib/typescript/{shared/hooks → hooks}/reanimated/use-shared-value-state.d.ts +0 -0
- /package/lib/typescript/{shared/hooks → hooks}/use-stable-callback.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/helpers/measured-bounds-writes.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/register-bounds.provider.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/animation/animation.provider.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/animation/helpers/accessors/use-build-bounds-accessor.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/animation/helpers/accessors/use-build-transition-accessor.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/animation/helpers/build-screen-transition-options.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/animation/helpers/derivations.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/animation/helpers/has-transitions-enabled.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/animation/helpers/hydrate-transition-state/gesture-progress.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/animation/helpers/hydrate-transition-state/index.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/animation/helpers/hydrate-transition-state/snap-points.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/animation/helpers/hydrate-transition-state/types.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/animation/helpers/pipeline.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/animation/helpers/read-screen-animation-revisions.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/animation/helpers/selected-interpolator-options.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/animation/helpers/stack-progress.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/animation/helpers/use-build-transition-state.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/animation/helpers/worklet.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/animation/index.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/animation/types.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/animation/use-screen-animation.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/descriptors/helpers/derive-descriptor-derivations.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/descriptors/helpers/get-ancestor-keys.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/descriptors/index.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/gestures.provider.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/hooks/use-gesture-sensitivity.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/hooks/use-screen-gesture-config.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/hooks/use-screen-gesture.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/hooks/use-stable-runtime-config.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/index.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/ownership/compute-claimed-directions.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/ownership/resolve-ownership.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/ownership/shadowing-claims.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/ownership/use-walk-up-and-register-shadowing-claims.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/pan/activation/pan-activation-decision.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/pan/activation/pan-activation-rules.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/pan/activation/use-pan-activation.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/pan/behavior/pan-lifecycle.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/pan/behavior/pan-release.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/pan/behavior/pan-reset.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/pan/behavior/use-pan-behavior.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/pan/use-build-pan-gesture.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/pinch/activation/use-pinch-activation.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/pinch/behavior/pinch-lifecycle.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/pinch/behavior/pinch-release.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/pinch/behavior/pinch-reset.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/pinch/behavior/use-pinch-behavior.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/pinch/use-build-pinch-gesture.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/rotation/activation/use-rotation-activation.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/rotation/behavior/rotation-lifecycle.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/rotation/behavior/use-rotation-behavior.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/rotation/use-build-rotation-gesture.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/scroll-coordination/index.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/scroll-coordination/scroll-metadata-owner.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/scroll-coordination/update-scroll-gesture-state.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/scroll-coordination/use-scroll-gesture-coordination.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/scroll-coordination/walk-up-scroll-gesture-coordination.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/shared/ancestors.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/shared/directions.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/shared/physics.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/shared/policy.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/shared/release.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/shared/reset.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/shared/runtime.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/shared/snap-points.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/shared/snapshot.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/shared/targets.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/shared/values.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/gestures/types.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/options/helpers.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/options/index.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/options/options.provider.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/options/types.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/origin.provider.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/styles/constants.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/styles/helpers/collect-interpolator-shared-values.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/styles/helpers/compose-slot-style.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/styles/helpers/normalize-slots.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/styles/helpers/opening-phase.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/are-resettable-states-equal.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/index.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/materialize-slot.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/reset-values.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/slot-state.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/types.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/styles/helpers/strip-interpolator-options.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/styles/helpers/visibility-gate.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/styles/hooks/slot-resolvers.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/styles/hooks/use-interpolated-style-maps.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/styles/hooks/use-maybe-block-visibility.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/styles/hooks/use-resolved-slot-style-map.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/styles/index.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/styles/slot.provider.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/screen/styles/stores/slot-references.store.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/stack/blank-stack-state/blank-stack-controller.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/stack/blank-stack-state/helpers/build-blank-stack-state.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/stack/blank-stack-state/helpers/derive-blank-stack-state.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/stack/blank-stack-state/helpers/navigation/compose-descriptors.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/stack/blank-stack-state/helpers/navigation/resolve-scene-neighbors.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/stack/blank-stack-state/helpers/navigation/sync-routes-with-removed.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/stack/blank-stack-state/helpers/reconcile-blank-stack-routes.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/stack/blank-stack-state/helpers/state-equality.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/stack/blank-stack-state/helpers/types.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/stack/blank-stack-state/index.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/stack/blank-stack.provider.d.ts +0 -0
- /package/lib/typescript/{shared/providers → providers}/stack/direct.provider.d.ts +0 -0
- /package/lib/typescript/{shared/stores → stores}/animation.store.d.ts +0 -0
- /package/lib/typescript/{shared/stores → stores}/bounds/helpers/keys.d.ts +0 -0
- /package/lib/typescript/{shared/stores → stores}/bounds/helpers/link-pairs.helpers.d.ts +0 -0
- /package/lib/typescript/{shared/stores → stores}/bounds/index.d.ts +0 -0
- /package/lib/typescript/{shared/stores → stores}/bounds/internals/clear.d.ts +0 -0
- /package/lib/typescript/{shared/stores → stores}/bounds/internals/entries.d.ts +0 -0
- /package/lib/typescript/{shared/stores → stores}/bounds/internals/links.d.ts +0 -0
- /package/lib/typescript/{shared/stores → stores}/bounds/internals/resolver.d.ts +0 -0
- /package/lib/typescript/{shared/stores → stores}/bounds/internals/state.d.ts +0 -0
- /package/lib/typescript/{shared/stores → stores}/bounds/types.d.ts +0 -0
- /package/lib/typescript/{shared/stores → stores}/gesture.store.d.ts +0 -0
- /package/lib/typescript/{shared/stores → stores}/history.store.d.ts +0 -0
- /package/lib/typescript/{shared/stores → stores}/scroll.store.d.ts +0 -0
- /package/lib/typescript/{shared/stores → stores}/system.store.d.ts +0 -0
- /package/lib/typescript/{shared/types → types}/animation.types.d.ts +0 -0
- /package/lib/typescript/{shared/types → types}/bounds.types.d.ts +0 -0
- /package/lib/typescript/{shared/types → types}/gesture.types.d.ts +0 -0
- /package/lib/typescript/{shared/types → types}/index.d.ts +0 -0
- /package/lib/typescript/{shared/types → types}/overlay.types.d.ts +0 -0
- /package/lib/typescript/{shared/types → types}/ownership.types.d.ts +0 -0
- /package/lib/typescript/{shared/types → types}/providers/blank-stack-provider.types.d.ts +0 -0
- /package/lib/typescript/{shared/types → types}/screen.types.d.ts +0 -0
- /package/lib/typescript/{shared/types → types}/stack.types.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/animation/animate.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/animation/emit.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/animation/resolve-snap-transition-spec.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/animation/spring/index.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/animation/spring/spring.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/animation/spring/springConfigs.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/animation/spring/springUtils.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/animation/state.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/bounds/constants.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/bounds/helpers/create-bound-tag.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/bounds/helpers/create-bounds-accessor-core.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/bounds/helpers/create-link-accessor.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/bounds/helpers/geometry.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/bounds/helpers/prepare-bound-styles.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/bounds/helpers/resolve-bounds-pair-key.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/bounds/helpers/styles/composers.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/bounds/helpers/styles/compute.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/bounds/helpers/styles/local-transform.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/bounds/helpers/styles/styles.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/bounds/index.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/bounds/navigation/helpers.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/bounds/navigation/math.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/bounds/navigation/reveal/build.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/bounds/navigation/reveal/config.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/bounds/navigation/reveal/math.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/bounds/navigation/reveal/types.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/bounds/navigation/zoom/build.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/bounds/navigation/zoom/config.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/bounds/navigation/zoom/drag.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/bounds/navigation/zoom/helpers.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/bounds/navigation/zoom/mask.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/bounds/navigation/zoom/targets.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/bounds/navigation/zoom/types.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/bounds/types/geometry.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/bounds/types/options.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/create-provider.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/create-store.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/logger.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/normalize-interpolated-style.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/overlay/visibility.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/platform.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/resolve-chain-target.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/resolve-screen-transition-options.d.ts +0 -0
- /package/lib/typescript/{shared/utils → utils}/visibility-block-offset.d.ts +0 -0
- /package/src/{shared/adapters → adapters}/with-screen-transitions/context.tsx +0 -0
- /package/src/{shared/adapters → adapters}/with-screen-transitions/index.tsx +0 -0
- /package/src/{shared/adapters → adapters}/with-screen-transitions/options.ts +0 -0
- /package/src/{shared/adapters → adapters}/with-screen-transitions/stack-layout.tsx +0 -0
- /package/src/{shared/adapters → adapters}/with-screen-transitions/types.ts +0 -0
- /package/src/{shared/animation → animation}/resolve-snap-target.ts +0 -0
- /package/src/{shared/animation → animation}/transition-blocking.ts +0 -0
- /package/src/{shared/components → components}/activity/helpers.ts +0 -0
- /package/src/{shared/components → components}/activity/index.tsx +0 -0
- /package/src/{shared/components → components}/activity/variants/activity-container.tsx +0 -0
- /package/src/{shared/components → components}/activity/variants/activity-screen.tsx +0 -0
- /package/src/{shared/components → components}/boundary/components/boundary-target.tsx +0 -0
- /package/src/{shared/components → components}/boundary/create-boundary-component.tsx +0 -0
- /package/src/{shared/components → components}/boundary/hooks/lifecycles/use-initial-source-measurement.ts +0 -0
- /package/src/{shared/components → components}/boundary/hooks/lifecycles/use-refresh-boundary.ts +0 -0
- /package/src/{shared/components → components}/boundary/hooks/use-boundary-measurement.ts +0 -0
- /package/src/{shared/components → components}/boundary/hooks/use-measurer.ts +0 -0
- /package/src/{shared/components → components}/boundary/hooks/use-register-target.ts +0 -0
- /package/src/{shared/components → components}/boundary/index.tsx +0 -0
- /package/src/{shared/components → components}/boundary/portal/components/boundary-content-portal/components/host.tsx +0 -0
- /package/src/{shared/components → components}/boundary/portal/components/boundary-content-portal/helpers/host-name.ts +0 -0
- /package/src/{shared/components → components}/boundary/portal/components/boundary-content-portal/index.tsx +0 -0
- /package/src/{shared/components → components}/boundary/portal/components/boundary-portal/components/host.tsx +0 -0
- /package/src/{shared/components → components}/boundary/portal/components/boundary-portal/components/portal-boundary-host.tsx +0 -0
- /package/src/{shared/components → components}/boundary/portal/components/boundary-portal/helpers/has-local-slot.ts +0 -0
- /package/src/{shared/components → components}/boundary/portal/components/boundary-portal/helpers/host-name.ts +0 -0
- /package/src/{shared/components → components}/boundary/portal/components/boundary-portal/helpers/offset-style.ts +0 -0
- /package/src/{shared/components → components}/boundary/portal/components/boundary-portal/hooks/use-placeholder-styles.ts +0 -0
- /package/src/{shared/components → components}/boundary/portal/components/boundary-portal/index.tsx +0 -0
- /package/src/{shared/components → components}/boundary/portal/components/boundary-portal/stores/host-bounds.store.ts +0 -0
- /package/src/{shared/components → components}/boundary/portal/components/boundary-portal/stores/host-registry.store.ts +0 -0
- /package/src/{shared/components → components}/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.ts +0 -0
- /package/src/{shared/components → components}/boundary/portal/components/portal-provider.tsx +0 -0
- /package/src/{shared/components → components}/boundary/portal/index.ts +0 -0
- /package/src/{shared/components → components}/boundary/portal/teleport.ts +0 -0
- /package/src/{shared/components → components}/boundary/portal/utils/naming.ts +0 -0
- /package/src/{shared/components → components}/boundary/portal/utils/ownership.ts +0 -0
- /package/src/{shared/components → components}/boundary/portal/utils/resolve-portal.ts +0 -0
- /package/src/{shared/components → components}/boundary/portal/utils/shallow-equal.ts +0 -0
- /package/src/{shared/components → components}/boundary/portal/utils/teleport-control.ts +0 -0
- /package/src/{shared/components → components}/boundary/portal/utils/visible-host.ts +0 -0
- /package/src/{shared/components → components}/boundary/providers/boundary-root.provider.tsx +0 -0
- /package/src/{shared/components → components}/boundary/types.ts +0 -0
- /package/src/{shared/components → components}/boundary/utils/destination-signals.ts +0 -0
- /package/src/{shared/components → components}/boundary/utils/measured-bounds.ts +0 -0
- /package/src/{shared/components → components}/boundary/utils/refresh-signals.ts +0 -0
- /package/src/{shared/components → components}/boundary/utils/source-signals.ts +0 -0
- /package/src/{shared/components → components}/masked-view.tsx +0 -0
- /package/src/{shared/components → components}/overlay/helpers/get-active-overlay.ts +0 -0
- /package/src/{shared/components → components}/overlay/index.ts +0 -0
- /package/src/{shared/components → components}/overlay/variations/float-overlay.tsx +0 -0
- /package/src/{shared/components → components}/scene-view.tsx +0 -0
- /package/src/{shared/components → components}/screen-container/helpers/find-collapse-target.ts +0 -0
- /package/src/{shared/components → components}/screen-container/index.tsx +0 -0
- /package/src/{shared/components → components}/screen-container/layers/content.tsx +0 -0
- /package/src/{shared/components → components}/screen-container/layers/maybe-masked-navigation-container.tsx +0 -0
- /package/src/{shared/components → components}/screen-container/layers/render-component.ts +0 -0
- /package/src/{shared/components → components}/screen-container/layers/surface-container.tsx +0 -0
- /package/src/{shared/components → components}/screen-lifecycle/hooks/history/navigator-route-registry.ts +0 -0
- /package/src/{shared/components → components}/screen-lifecycle/hooks/use-close-transition-intent.ts +0 -0
- /package/src/{shared/components → components}/screen-lifecycle/hooks/use-open-transition-intent.ts +0 -0
- /package/src/{shared/components → components}/screen-lifecycle/hooks/use-transition-start-controller.ts +0 -0
- /package/src/{shared/components → components}/screen-lifecycle/index.tsx +0 -0
- /package/src/{shared/configs → configs}/index.ts +0 -0
- /package/src/{shared/configs → configs}/presets.ts +0 -0
- /package/src/{shared/configs → configs}/specs.ts +0 -0
- /package/src/{shared/constants.ts → constants.ts} +0 -0
- /package/src/{shared/hooks → hooks}/navigation/use-history.ts +0 -0
- /package/src/{shared/hooks → hooks}/navigation/use-previous.ts +0 -0
- /package/src/{shared/hooks → hooks}/navigation/use-screen-state.ts +0 -0
- /package/src/{shared/hooks → hooks}/navigation/use-stack.tsx +0 -0
- /package/src/{shared/hooks → hooks}/use-stable-callback.ts +0 -0
- /package/src/{shared/index.ts → index.ts} +0 -0
- /package/src/{shared/providers → providers}/helpers/measured-bounds-writes.ts +0 -0
- /package/src/{shared/providers → providers}/screen/animation/animation.provider.tsx +0 -0
- /package/src/{shared/providers → providers}/screen/animation/helpers/accessors/use-build-bounds-accessor.tsx +0 -0
- /package/src/{shared/providers → providers}/screen/animation/helpers/accessors/use-build-transition-accessor.ts +0 -0
- /package/src/{shared/providers → providers}/screen/animation/helpers/build-screen-transition-options.ts +0 -0
- /package/src/{shared/providers → providers}/screen/animation/helpers/derivations.ts +0 -0
- /package/src/{shared/providers → providers}/screen/animation/helpers/has-transitions-enabled.ts +0 -0
- /package/src/{shared/providers → providers}/screen/animation/helpers/hydrate-transition-state/gesture-progress.ts +0 -0
- /package/src/{shared/providers → providers}/screen/animation/helpers/hydrate-transition-state/index.ts +0 -0
- /package/src/{shared/providers → providers}/screen/animation/helpers/hydrate-transition-state/snap-points.ts +0 -0
- /package/src/{shared/providers → providers}/screen/animation/helpers/hydrate-transition-state/types.ts +0 -0
- /package/src/{shared/providers → providers}/screen/animation/helpers/pipeline.ts +0 -0
- /package/src/{shared/providers → providers}/screen/animation/helpers/read-screen-animation-revisions.ts +0 -0
- /package/src/{shared/providers → providers}/screen/animation/helpers/selected-interpolator-options.ts +0 -0
- /package/src/{shared/providers → providers}/screen/animation/helpers/stack-progress.ts +0 -0
- /package/src/{shared/providers → providers}/screen/animation/helpers/use-build-transition-state.ts +0 -0
- /package/src/{shared/providers → providers}/screen/animation/helpers/worklet.ts +0 -0
- /package/src/{shared/providers → providers}/screen/animation/index.tsx +0 -0
- /package/src/{shared/providers → providers}/screen/animation/types.ts +0 -0
- /package/src/{shared/providers → providers}/screen/animation/use-screen-animation.tsx +0 -0
- /package/src/{shared/providers → providers}/screen/descriptors/descriptors.provider.tsx +0 -0
- /package/src/{shared/providers → providers}/screen/descriptors/helpers/derive-descriptor-derivations.ts +0 -0
- /package/src/{shared/providers → providers}/screen/descriptors/helpers/get-ancestor-keys.ts +0 -0
- /package/src/{shared/providers → providers}/screen/descriptors/index.tsx +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/gestures.provider.tsx +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/hooks/use-gesture-sensitivity.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/hooks/use-screen-gesture-config.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/hooks/use-screen-gesture.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/hooks/use-stable-runtime-config.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/index.tsx +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/ownership/compute-claimed-directions.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/ownership/resolve-ownership.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/ownership/shadowing-claims.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/ownership/use-walk-up-and-register-shadowing-claims.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/pan/activation/pan-activation-decision.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/pan/activation/pan-activation-rules.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/pan/activation/use-pan-activation.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/pan/behavior/pan-release.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/pan/behavior/pan-reset.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/pan/behavior/use-pan-behavior.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/pan/use-build-pan-gesture.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/pinch/activation/use-pinch-activation.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/pinch/behavior/pinch-release.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/pinch/behavior/pinch-reset.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/pinch/behavior/use-pinch-behavior.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/pinch/use-build-pinch-gesture.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/rotation/activation/use-rotation-activation.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/rotation/behavior/rotation-lifecycle.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/rotation/behavior/use-rotation-behavior.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/rotation/use-build-rotation-gesture.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/scroll-coordination/index.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/scroll-coordination/scroll-metadata-owner.tsx +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/scroll-coordination/update-scroll-gesture-state.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/scroll-coordination/use-scroll-gesture-coordination.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/scroll-coordination/walk-up-scroll-gesture-coordination.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/shared/ancestors.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/shared/directions.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/shared/physics.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/shared/policy.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/shared/release.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/shared/reset.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/shared/runtime.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/shared/snap-points.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/shared/snapshot.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/shared/targets.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/shared/values.ts +0 -0
- /package/src/{shared/providers → providers}/screen/gestures/types.ts +0 -0
- /package/src/{shared/providers → providers}/screen/options/helpers.ts +0 -0
- /package/src/{shared/providers → providers}/screen/options/index.ts +0 -0
- /package/src/{shared/providers → providers}/screen/options/options.provider.tsx +0 -0
- /package/src/{shared/providers → providers}/screen/options/types.ts +0 -0
- /package/src/{shared/providers → providers}/screen/origin.provider.tsx +0 -0
- /package/src/{shared/providers → providers}/screen/screen-composer.tsx +0 -0
- /package/src/{shared/providers → providers}/screen/styles/components/floating-overlay-layer.tsx +0 -0
- /package/src/{shared/providers → providers}/screen/styles/constants.ts +0 -0
- /package/src/{shared/providers → providers}/screen/styles/helpers/collect-interpolator-shared-values.ts +0 -0
- /package/src/{shared/providers → providers}/screen/styles/helpers/compose-slot-style.ts +0 -0
- /package/src/{shared/providers → providers}/screen/styles/helpers/normalize-slots.ts +0 -0
- /package/src/{shared/providers → providers}/screen/styles/helpers/opening-phase.ts +0 -0
- /package/src/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/are-resettable-states-equal.ts +0 -0
- /package/src/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/index.ts +0 -0
- /package/src/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/materialize-slot.ts +0 -0
- /package/src/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/reset-values.ts +0 -0
- /package/src/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/slot-state.ts +0 -0
- /package/src/{shared/providers → providers}/screen/styles/helpers/resolve-slot-styles/types.ts +0 -0
- /package/src/{shared/providers → providers}/screen/styles/helpers/strip-interpolator-options.ts +0 -0
- /package/src/{shared/providers → providers}/screen/styles/helpers/visibility-gate.ts +0 -0
- /package/src/{shared/providers → providers}/screen/styles/hooks/slot-resolvers.tsx +0 -0
- /package/src/{shared/providers → providers}/screen/styles/hooks/use-interpolated-style-maps.tsx +0 -0
- /package/src/{shared/providers → providers}/screen/styles/hooks/use-maybe-block-visibility.tsx +0 -0
- /package/src/{shared/providers → providers}/screen/styles/hooks/use-resolved-slot-style-map.tsx +0 -0
- /package/src/{shared/providers → providers}/screen/styles/index.tsx +0 -0
- /package/src/{shared/providers → providers}/screen/styles/slot.provider.tsx +0 -0
- /package/src/{shared/providers → providers}/screen/styles/stores/slot-references.store.ts +0 -0
- /package/src/{shared/providers → providers}/stack/blank-stack-state/helpers/build-blank-stack-state.ts +0 -0
- /package/src/{shared/providers → providers}/stack/blank-stack-state/helpers/derive-blank-stack-state.ts +0 -0
- /package/src/{shared/providers → providers}/stack/blank-stack-state/helpers/navigation/compose-descriptors.ts +0 -0
- /package/src/{shared/providers → providers}/stack/blank-stack-state/helpers/navigation/resolve-scene-neighbors.ts +0 -0
- /package/src/{shared/providers → providers}/stack/blank-stack-state/helpers/navigation/sync-routes-with-removed.ts +0 -0
- /package/src/{shared/providers → providers}/stack/blank-stack-state/helpers/reconcile-blank-stack-routes.ts +0 -0
- /package/src/{shared/providers → providers}/stack/blank-stack-state/helpers/state-equality.ts +0 -0
- /package/src/{shared/providers → providers}/stack/blank-stack-state/helpers/types.ts +0 -0
- /package/src/{shared/providers → providers}/stack/blank-stack-state/index.ts +0 -0
- /package/src/{shared/providers → providers}/stack/blank-stack.provider.tsx +0 -0
- /package/src/{shared/stores → stores}/animation.store.ts +0 -0
- /package/src/{shared/stores → stores}/bounds/helpers/keys.ts +0 -0
- /package/src/{shared/stores → stores}/bounds/helpers/link-pairs.helpers.ts +0 -0
- /package/src/{shared/stores → stores}/bounds/index.ts +0 -0
- /package/src/{shared/stores → stores}/bounds/internals/clear.ts +0 -0
- /package/src/{shared/stores → stores}/bounds/internals/entries.ts +0 -0
- /package/src/{shared/stores → stores}/bounds/internals/links.ts +0 -0
- /package/src/{shared/stores → stores}/bounds/internals/resolver.ts +0 -0
- /package/src/{shared/stores → stores}/bounds/internals/state.ts +0 -0
- /package/src/{shared/stores → stores}/bounds/types.ts +0 -0
- /package/src/{shared/stores → stores}/gesture.store.ts +0 -0
- /package/src/{shared/stores → stores}/history.store.ts +0 -0
- /package/src/{shared/stores → stores}/scroll.store.ts +0 -0
- /package/src/{shared/stores → stores}/system.store.ts +0 -0
- /package/src/{shared/types → types}/animation.types.ts +0 -0
- /package/src/{shared/types → types}/bounds.types.ts +0 -0
- /package/src/{shared/types → types}/gesture.types.ts +0 -0
- /package/src/{shared/types → types}/index.ts +0 -0
- /package/src/{shared/types → types}/overlay.types.ts +0 -0
- /package/src/{shared/types → types}/ownership.types.ts +0 -0
- /package/src/{shared/types → types}/providers/blank-stack-provider.types.ts +0 -0
- /package/src/{shared/types → types}/screen.types.ts +0 -0
- /package/src/{shared/types → types}/stack.types.ts +0 -0
- /package/src/{shared/utils → utils}/animation/animate.ts +0 -0
- /package/src/{shared/utils → utils}/animation/emit.ts +0 -0
- /package/src/{shared/utils → utils}/animation/resolve-snap-transition-spec.ts +0 -0
- /package/src/{shared/utils → utils}/animation/spring/index.ts +0 -0
- /package/src/{shared/utils → utils}/animation/spring/spring.ts +0 -0
- /package/src/{shared/utils → utils}/animation/spring/springConfigs.ts +0 -0
- /package/src/{shared/utils → utils}/animation/spring/springUtils.ts +0 -0
- /package/src/{shared/utils → utils}/animation/state.ts +0 -0
- /package/src/{shared/utils → utils}/bounds/constants.ts +0 -0
- /package/src/{shared/utils → utils}/bounds/helpers/create-bound-tag.ts +0 -0
- /package/src/{shared/utils → utils}/bounds/helpers/create-bounds-accessor-core.ts +0 -0
- /package/src/{shared/utils → utils}/bounds/helpers/create-link-accessor.ts +0 -0
- /package/src/{shared/utils → utils}/bounds/helpers/geometry.ts +0 -0
- /package/src/{shared/utils → utils}/bounds/helpers/prepare-bound-styles.ts +0 -0
- /package/src/{shared/utils → utils}/bounds/helpers/resolve-bounds-pair-key.ts +0 -0
- /package/src/{shared/utils → utils}/bounds/helpers/styles/composers.ts +0 -0
- /package/src/{shared/utils → utils}/bounds/helpers/styles/compute.ts +0 -0
- /package/src/{shared/utils → utils}/bounds/helpers/styles/local-transform.ts +0 -0
- /package/src/{shared/utils → utils}/bounds/helpers/styles/styles.ts +0 -0
- /package/src/{shared/utils → utils}/bounds/index.ts +0 -0
- /package/src/{shared/utils → utils}/bounds/navigation/helpers.ts +0 -0
- /package/src/{shared/utils → utils}/bounds/navigation/math.ts +0 -0
- /package/src/{shared/utils → utils}/bounds/navigation/reveal/build.ts +0 -0
- /package/src/{shared/utils → utils}/bounds/navigation/reveal/config.ts +0 -0
- /package/src/{shared/utils → utils}/bounds/navigation/reveal/math.ts +0 -0
- /package/src/{shared/utils → utils}/bounds/navigation/reveal/types.ts +0 -0
- /package/src/{shared/utils → utils}/bounds/navigation/zoom/build.ts +0 -0
- /package/src/{shared/utils → utils}/bounds/navigation/zoom/config.ts +0 -0
- /package/src/{shared/utils → utils}/bounds/navigation/zoom/drag.ts +0 -0
- /package/src/{shared/utils → utils}/bounds/navigation/zoom/helpers.ts +0 -0
- /package/src/{shared/utils → utils}/bounds/navigation/zoom/mask.ts +0 -0
- /package/src/{shared/utils → utils}/bounds/navigation/zoom/targets.ts +0 -0
- /package/src/{shared/utils → utils}/bounds/navigation/zoom/types.ts +0 -0
- /package/src/{shared/utils → utils}/bounds/types/geometry.ts +0 -0
- /package/src/{shared/utils → utils}/bounds/types/options.ts +0 -0
- /package/src/{shared/utils → utils}/create-provider.tsx +0 -0
- /package/src/{shared/utils → utils}/create-store.ts +0 -0
- /package/src/{shared/utils → utils}/logger.ts +0 -0
- /package/src/{shared/utils → utils}/normalize-interpolated-style.ts +0 -0
- /package/src/{shared/utils → utils}/overlay/visibility.ts +0 -0
- /package/src/{shared/utils → utils}/platform.ts +0 -0
- /package/src/{shared/utils → utils}/resolve-chain-target.ts +0 -0
- /package/src/{shared/utils → utils}/resolve-screen-transition-options.ts +0 -0
- /package/src/{shared/utils → utils}/visibility-block-offset.ts +0 -0
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import { clamp } from "react-native-reanimated";
|
|
2
|
+
import { scheduleOnRN } from "react-native-worklets";
|
|
3
|
+
import { EPSILON, FALSE, TRUE } from "../../../../../constants";
|
|
4
|
+
import { animateToProgress } from "../../../../../utils/animation/animate-to-progress";
|
|
5
|
+
import { emit } from "../../../../../utils/animation/emit";
|
|
6
|
+
import { normalizePinchScale } from "../../shared/physics";
|
|
7
|
+
import { snapshotGestureHandoff } from "../../shared/snapshot";
|
|
8
|
+
import { clearTransformTrackingValues } from "../../shared/values";
|
|
9
|
+
import type {
|
|
10
|
+
PinchGestureEvent,
|
|
11
|
+
PinchGestureRuntime,
|
|
12
|
+
PinchReleaseResult,
|
|
13
|
+
PinchTrackState,
|
|
14
|
+
} from "../../types";
|
|
15
|
+
import { resetPinchGestureValues } from "./pinch-reset";
|
|
16
|
+
|
|
17
|
+
export const startPinchBase = (runtime: PinchGestureRuntime) => {
|
|
18
|
+
"worklet";
|
|
19
|
+
const {
|
|
20
|
+
stores: { gestures, animations },
|
|
21
|
+
} = runtime;
|
|
22
|
+
|
|
23
|
+
const wasSettling = gestures.settling.get();
|
|
24
|
+
const hasResidualGesture =
|
|
25
|
+
Math.abs(gestures.normScale.get()) > EPSILON ||
|
|
26
|
+
Math.abs(gestures.rotation.get()) > EPSILON;
|
|
27
|
+
|
|
28
|
+
if (!wasSettling || !hasResidualGesture) {
|
|
29
|
+
emit(animations.willAnimate, TRUE, FALSE);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
gestures.dragging.set(TRUE);
|
|
33
|
+
gestures.dismissing.set(0);
|
|
34
|
+
gestures.settling.set(0);
|
|
35
|
+
gestures.active.set(null);
|
|
36
|
+
gestures.direction.set(null);
|
|
37
|
+
gestures.velocity.set(0);
|
|
38
|
+
clearTransformTrackingValues(gestures);
|
|
39
|
+
gestures.internal.progressBaseline.set(animations.transitionProgress.get());
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
export const trackPinchGesture = (
|
|
43
|
+
event: PinchGestureEvent,
|
|
44
|
+
rawEvent: PinchGestureEvent,
|
|
45
|
+
gestures: PinchGestureRuntime["stores"]["gestures"],
|
|
46
|
+
): PinchTrackState => {
|
|
47
|
+
"worklet";
|
|
48
|
+
const normScale = clamp(normalizePinchScale(event.scale), -1, 1);
|
|
49
|
+
const scale = clamp(1 + normScale, 0, 2);
|
|
50
|
+
const rawNormScale = clamp(normalizePinchScale(rawEvent.scale), -1, 1);
|
|
51
|
+
const rawScale = clamp(1 + rawNormScale, 0, 2);
|
|
52
|
+
|
|
53
|
+
gestures.scale.set(scale);
|
|
54
|
+
gestures.normScale.set(normScale);
|
|
55
|
+
gestures.raw.scale.set(rawScale);
|
|
56
|
+
gestures.raw.normScale.set(rawNormScale);
|
|
57
|
+
|
|
58
|
+
if (gestures.active.get() === null) {
|
|
59
|
+
gestures.active.set(
|
|
60
|
+
normScale < 0 ? "pinch-in" : normScale > 0 ? "pinch-out" : null,
|
|
61
|
+
);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
return {
|
|
65
|
+
scale,
|
|
66
|
+
normScale,
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
export const finalizePinchRelease = (
|
|
71
|
+
release: PinchReleaseResult,
|
|
72
|
+
runtime: PinchGestureRuntime,
|
|
73
|
+
dismissScreen: ((finished: boolean) => void) | undefined,
|
|
74
|
+
requestDismiss?: () => void,
|
|
75
|
+
) => {
|
|
76
|
+
"worklet";
|
|
77
|
+
const {
|
|
78
|
+
stores: { gestures, animations, system },
|
|
79
|
+
} = runtime;
|
|
80
|
+
|
|
81
|
+
if (typeof release.commitProgress === "number") {
|
|
82
|
+
animations.transitionProgress.set(release.commitProgress);
|
|
83
|
+
system.targetProgress.set(release.commitProgress);
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
if (release.shouldDismiss) {
|
|
87
|
+
snapshotGestureHandoff(gestures, {
|
|
88
|
+
velocity: release.handoffVelocity,
|
|
89
|
+
});
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
resetPinchGestureValues({
|
|
93
|
+
spec: release.resetSpec,
|
|
94
|
+
gestures,
|
|
95
|
+
shouldDismiss: release.shouldDismiss,
|
|
96
|
+
resetValuesImmediately: release.resetValuesImmediately,
|
|
97
|
+
});
|
|
98
|
+
|
|
99
|
+
if (release.shouldDismiss && requestDismiss) {
|
|
100
|
+
scheduleOnRN(requestDismiss);
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
animateToProgress({
|
|
104
|
+
target: release.target,
|
|
105
|
+
onAnimationFinish: release.shouldDismiss ? dismissScreen : undefined,
|
|
106
|
+
spec: release.transitionSpec,
|
|
107
|
+
emitWillAnimate: false,
|
|
108
|
+
markEntering: false,
|
|
109
|
+
animations,
|
|
110
|
+
targetProgress: system.targetProgress,
|
|
111
|
+
initialVelocity: release.initialVelocity,
|
|
112
|
+
});
|
|
113
|
+
};
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
import type { BlankStackProviderProps } from "../../../types/providers/blank-stack-provider.types";
|
|
2
|
+
import type {
|
|
3
|
+
BaseStackDescriptor,
|
|
4
|
+
BaseStackNavigation,
|
|
5
|
+
BaseStackRoute,
|
|
6
|
+
} from "../../../types/stack.types";
|
|
7
|
+
import { buildBlankStackState } from "./helpers/build-blank-stack-state";
|
|
8
|
+
import { deriveBlankStackState } from "./helpers/derive-blank-stack-state";
|
|
9
|
+
import type {
|
|
10
|
+
BlankStackControllerSnapshot,
|
|
11
|
+
BlankStackController as BlankStackControllerType,
|
|
12
|
+
BlankStackDescriptorSources,
|
|
13
|
+
} from "./helpers/types";
|
|
14
|
+
|
|
15
|
+
export type { BlankStackController } from "./helpers/types";
|
|
16
|
+
|
|
17
|
+
const createPopAction = () => ({
|
|
18
|
+
type: "POP",
|
|
19
|
+
payload: { count: 1 },
|
|
20
|
+
});
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* Maintains the stack-local route snapshot used while blank stack transitions run.
|
|
24
|
+
*
|
|
25
|
+
* React Navigation remains the source of truth for settled routes, but it can
|
|
26
|
+
* remove descriptors before our close animation has finished. This controller
|
|
27
|
+
* keeps those closing routes locally until their lifecycle reports completion.
|
|
28
|
+
*/
|
|
29
|
+
export const createBlankStackController = <
|
|
30
|
+
TDescriptor extends BaseStackDescriptor,
|
|
31
|
+
TNavigation extends BaseStackNavigation,
|
|
32
|
+
>(
|
|
33
|
+
initialProps: BlankStackProviderProps<TDescriptor, TNavigation>,
|
|
34
|
+
): BlankStackControllerType<TDescriptor, TNavigation> => {
|
|
35
|
+
const closingRouteKeys = new Set<string>();
|
|
36
|
+
let props = initialProps;
|
|
37
|
+
let previousRoutesSnapshot = initialProps.state.routes;
|
|
38
|
+
let snapshot: BlankStackControllerSnapshot<TDescriptor> = {
|
|
39
|
+
state: buildBlankStackState({
|
|
40
|
+
props,
|
|
41
|
+
routes: initialProps.state.routes,
|
|
42
|
+
descriptors:
|
|
43
|
+
initialProps.descriptors as BlankStackDescriptorSources<TDescriptor>,
|
|
44
|
+
closingRouteKeys,
|
|
45
|
+
}),
|
|
46
|
+
};
|
|
47
|
+
const listeners = new Set<() => void>();
|
|
48
|
+
|
|
49
|
+
const emit = () => {
|
|
50
|
+
for (const listener of listeners) {
|
|
51
|
+
listener();
|
|
52
|
+
}
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
const subscribe = (listener: () => void) => {
|
|
56
|
+
listeners.add(listener);
|
|
57
|
+
return () => {
|
|
58
|
+
listeners.delete(listener);
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
const getSnapshot = (): BlankStackControllerSnapshot<TDescriptor> => {
|
|
63
|
+
return snapshot;
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
const update = (
|
|
67
|
+
nextProps: BlankStackProviderProps<TDescriptor, TNavigation>,
|
|
68
|
+
) => {
|
|
69
|
+
const lastRoutesSnapshot = previousRoutesSnapshot;
|
|
70
|
+
props = nextProps;
|
|
71
|
+
|
|
72
|
+
const nextState = deriveBlankStackState({
|
|
73
|
+
props,
|
|
74
|
+
current: snapshot.state,
|
|
75
|
+
previousRoutesSnapshot: lastRoutesSnapshot,
|
|
76
|
+
closingRouteKeys,
|
|
77
|
+
});
|
|
78
|
+
previousRoutesSnapshot = nextProps.state.routes;
|
|
79
|
+
|
|
80
|
+
if (nextState === snapshot.state) {
|
|
81
|
+
return;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
snapshot = {
|
|
85
|
+
state: nextState,
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
|
|
89
|
+
const handleCloseRoute = ({ route }: { route: BaseStackRoute }) => {
|
|
90
|
+
const { state, navigation } = props;
|
|
91
|
+
|
|
92
|
+
if (state.routes.some((candidate) => candidate.key === route.key)) {
|
|
93
|
+
navigation.dispatch({
|
|
94
|
+
...createPopAction(),
|
|
95
|
+
source: route.key,
|
|
96
|
+
target: state.key,
|
|
97
|
+
});
|
|
98
|
+
return;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
closingRouteKeys.delete(route.key);
|
|
102
|
+
|
|
103
|
+
const current = snapshot.state;
|
|
104
|
+
const routeExists = current.routes.some(
|
|
105
|
+
(candidate) => candidate.key === route.key,
|
|
106
|
+
);
|
|
107
|
+
|
|
108
|
+
if (!routeExists) {
|
|
109
|
+
return;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
const nextRoutes = current.routes.filter(
|
|
113
|
+
(candidate) => candidate.key !== route.key,
|
|
114
|
+
);
|
|
115
|
+
|
|
116
|
+
const nextDescriptors = { ...current.sourceDescriptors };
|
|
117
|
+
delete nextDescriptors[route.key];
|
|
118
|
+
|
|
119
|
+
snapshot = {
|
|
120
|
+
state: buildBlankStackState({
|
|
121
|
+
props,
|
|
122
|
+
routes: nextRoutes,
|
|
123
|
+
descriptors: nextDescriptors,
|
|
124
|
+
closingRouteKeys,
|
|
125
|
+
previousState: current,
|
|
126
|
+
}),
|
|
127
|
+
};
|
|
128
|
+
emit();
|
|
129
|
+
};
|
|
130
|
+
|
|
131
|
+
const requestDismiss = ({ route }: { route: BaseStackRoute }): boolean => {
|
|
132
|
+
const current = snapshot.state;
|
|
133
|
+
const routeIndex = current.routes.findIndex(
|
|
134
|
+
(candidate) => candidate.key === route.key,
|
|
135
|
+
);
|
|
136
|
+
|
|
137
|
+
if (routeIndex <= 0) {
|
|
138
|
+
return false;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
if (closingRouteKeys.has(route.key)) {
|
|
142
|
+
return true;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
closingRouteKeys.add(route.key);
|
|
146
|
+
snapshot = {
|
|
147
|
+
state: buildBlankStackState({
|
|
148
|
+
props,
|
|
149
|
+
routes: current.routes,
|
|
150
|
+
descriptors: current.sourceDescriptors,
|
|
151
|
+
closingRouteKeys,
|
|
152
|
+
previousState: current,
|
|
153
|
+
}),
|
|
154
|
+
};
|
|
155
|
+
emit();
|
|
156
|
+
return true;
|
|
157
|
+
};
|
|
158
|
+
|
|
159
|
+
return {
|
|
160
|
+
subscribe,
|
|
161
|
+
getSnapshot,
|
|
162
|
+
update,
|
|
163
|
+
handleCloseRoute,
|
|
164
|
+
requestDismiss,
|
|
165
|
+
};
|
|
166
|
+
};
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { useMemo } from "react";
|
|
3
|
+
import { Dimensions, Platform, StyleSheet, View } from "react-native";
|
|
4
|
+
import { GestureHandlerRootView } from "react-native-gesture-handler";
|
|
5
|
+
import {
|
|
6
|
+
initialWindowMetrics,
|
|
7
|
+
SafeAreaInsetsContext,
|
|
8
|
+
SafeAreaProvider,
|
|
9
|
+
} from "react-native-safe-area-context";
|
|
10
|
+
import { StackType } from "../../types/stack.types";
|
|
11
|
+
import createProvider from "../../utils/create-provider";
|
|
12
|
+
|
|
13
|
+
export interface StackCoreConfig {
|
|
14
|
+
TRANSITIONS_ALWAYS_ON?: boolean;
|
|
15
|
+
STACK_TYPE?: StackType;
|
|
16
|
+
DISABLE_NATIVE_SCREENS?: boolean;
|
|
17
|
+
DISABLE_NATIVE_SCREEN_CONTAINER?: boolean;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
interface StackCoreProviderProps {
|
|
21
|
+
config: StackCoreConfig;
|
|
22
|
+
children: React.ReactNode;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export interface StackCoreContextValue {
|
|
26
|
+
flags: {
|
|
27
|
+
TRANSITIONS_ALWAYS_ON: boolean;
|
|
28
|
+
STACK_TYPE?: StackType;
|
|
29
|
+
DISABLE_NATIVE_SCREENS: boolean;
|
|
30
|
+
DISABLE_NATIVE_SCREEN_CONTAINER: boolean;
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
const { width = 0, height = 0 } = Dimensions.get("window");
|
|
35
|
+
|
|
36
|
+
const initialSafeAreaMetrics =
|
|
37
|
+
Platform.OS === "web" || initialWindowMetrics == null
|
|
38
|
+
? {
|
|
39
|
+
frame: { x: 0, y: 0, width, height },
|
|
40
|
+
insets: { top: 0, left: 0, right: 0, bottom: 0 },
|
|
41
|
+
}
|
|
42
|
+
: initialWindowMetrics;
|
|
43
|
+
|
|
44
|
+
function StackSafeAreaProvider({ children }: { children: React.ReactNode }) {
|
|
45
|
+
const insets = React.useContext(SafeAreaInsetsContext);
|
|
46
|
+
|
|
47
|
+
if (insets) {
|
|
48
|
+
return <View style={styles.container}>{children}</View>;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
return (
|
|
52
|
+
<SafeAreaProvider
|
|
53
|
+
initialMetrics={initialSafeAreaMetrics}
|
|
54
|
+
style={styles.container}
|
|
55
|
+
>
|
|
56
|
+
{children}
|
|
57
|
+
</SafeAreaProvider>
|
|
58
|
+
);
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
const { StackCoreProvider: InternalStackCoreProvider, useStackCoreContext } =
|
|
62
|
+
createProvider("StackCore", { guarded: true })<
|
|
63
|
+
StackCoreProviderProps,
|
|
64
|
+
StackCoreContextValue
|
|
65
|
+
>(({ config, children }) => {
|
|
66
|
+
const {
|
|
67
|
+
TRANSITIONS_ALWAYS_ON = false,
|
|
68
|
+
DISABLE_NATIVE_SCREENS = false,
|
|
69
|
+
DISABLE_NATIVE_SCREEN_CONTAINER = false,
|
|
70
|
+
STACK_TYPE = StackType.BLANK,
|
|
71
|
+
} = config;
|
|
72
|
+
|
|
73
|
+
const flags = useMemo(
|
|
74
|
+
() => ({
|
|
75
|
+
TRANSITIONS_ALWAYS_ON,
|
|
76
|
+
STACK_TYPE,
|
|
77
|
+
DISABLE_NATIVE_SCREENS,
|
|
78
|
+
DISABLE_NATIVE_SCREEN_CONTAINER,
|
|
79
|
+
}),
|
|
80
|
+
[
|
|
81
|
+
TRANSITIONS_ALWAYS_ON,
|
|
82
|
+
STACK_TYPE,
|
|
83
|
+
DISABLE_NATIVE_SCREENS,
|
|
84
|
+
DISABLE_NATIVE_SCREEN_CONTAINER,
|
|
85
|
+
],
|
|
86
|
+
);
|
|
87
|
+
|
|
88
|
+
return {
|
|
89
|
+
value: { flags },
|
|
90
|
+
children: (
|
|
91
|
+
<GestureHandlerRootView
|
|
92
|
+
style={styles.container}
|
|
93
|
+
pointerEvents={
|
|
94
|
+
STACK_TYPE === StackType.COMPONENT ? "box-none" : undefined
|
|
95
|
+
}
|
|
96
|
+
>
|
|
97
|
+
<StackSafeAreaProvider>{children}</StackSafeAreaProvider>
|
|
98
|
+
</GestureHandlerRootView>
|
|
99
|
+
),
|
|
100
|
+
};
|
|
101
|
+
});
|
|
102
|
+
|
|
103
|
+
/**
|
|
104
|
+
* HOC that wraps a component with the StackCore provider.
|
|
105
|
+
* Just a simple open gate
|
|
106
|
+
*/
|
|
107
|
+
export function withStackCore<TProps extends object>(
|
|
108
|
+
defaultConfig: StackCoreConfig,
|
|
109
|
+
Component: React.ComponentType<TProps>,
|
|
110
|
+
): React.FC<TProps & StackCoreConfig> {
|
|
111
|
+
return function StackCoreWrapper({
|
|
112
|
+
DISABLE_NATIVE_SCREENS,
|
|
113
|
+
DISABLE_NATIVE_SCREEN_CONTAINER,
|
|
114
|
+
TRANSITIONS_ALWAYS_ON,
|
|
115
|
+
STACK_TYPE,
|
|
116
|
+
...props
|
|
117
|
+
}: TProps & StackCoreConfig) {
|
|
118
|
+
// Start from defaults, then apply explicit overrides from the caller.
|
|
119
|
+
const config: StackCoreConfig = {
|
|
120
|
+
TRANSITIONS_ALWAYS_ON:
|
|
121
|
+
TRANSITIONS_ALWAYS_ON ?? defaultConfig.TRANSITIONS_ALWAYS_ON,
|
|
122
|
+
STACK_TYPE: STACK_TYPE ?? defaultConfig.STACK_TYPE,
|
|
123
|
+
DISABLE_NATIVE_SCREENS:
|
|
124
|
+
DISABLE_NATIVE_SCREENS ?? defaultConfig.DISABLE_NATIVE_SCREENS,
|
|
125
|
+
DISABLE_NATIVE_SCREEN_CONTAINER:
|
|
126
|
+
DISABLE_NATIVE_SCREEN_CONTAINER ??
|
|
127
|
+
defaultConfig.DISABLE_NATIVE_SCREEN_CONTAINER,
|
|
128
|
+
};
|
|
129
|
+
return (
|
|
130
|
+
<InternalStackCoreProvider config={config}>
|
|
131
|
+
<Component {...(props as TProps)} />
|
|
132
|
+
</InternalStackCoreProvider>
|
|
133
|
+
);
|
|
134
|
+
};
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
const styles = StyleSheet.create({
|
|
138
|
+
container: { flex: 1 },
|
|
139
|
+
});
|
|
140
|
+
|
|
141
|
+
export { useStackCoreContext };
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
import type * as React from "react";
|
|
2
|
+
import { useMemo } from "react";
|
|
3
|
+
import {
|
|
4
|
+
type StackContextValue,
|
|
5
|
+
StackProvider,
|
|
6
|
+
} from "../../hooks/navigation/use-stack";
|
|
7
|
+
import type {
|
|
8
|
+
DirectStackContextValue,
|
|
9
|
+
DirectStackDescriptorMap,
|
|
10
|
+
DirectStackProps,
|
|
11
|
+
DirectStackScene,
|
|
12
|
+
} from "../../types/providers/direct-stack.types";
|
|
13
|
+
import { isOverlayVisible } from "../../utils/overlay/visibility";
|
|
14
|
+
import { useStackCoreContext } from "./core.provider";
|
|
15
|
+
|
|
16
|
+
function useDirectStackValue(
|
|
17
|
+
props: DirectStackProps,
|
|
18
|
+
): DirectStackContextValue & { stackContextValue: StackContextValue } {
|
|
19
|
+
const { state, navigation, descriptors, describe } = props;
|
|
20
|
+
const { flags } = useStackCoreContext();
|
|
21
|
+
const navigatorKey = state.key;
|
|
22
|
+
|
|
23
|
+
const preloadedDescriptors = useMemo(() => {
|
|
24
|
+
return state.preloadedRoutes.reduce<DirectStackDescriptorMap>(
|
|
25
|
+
(acc, route) => {
|
|
26
|
+
acc[route.key] = acc[route.key] || describe(route, true);
|
|
27
|
+
return acc;
|
|
28
|
+
},
|
|
29
|
+
{},
|
|
30
|
+
);
|
|
31
|
+
}, [state.preloadedRoutes, describe]);
|
|
32
|
+
|
|
33
|
+
const { scenes, shouldShowFloatOverlay, routeKeys, allRoutes } =
|
|
34
|
+
useMemo(() => {
|
|
35
|
+
const allRoutes = state.routes.concat(state.preloadedRoutes);
|
|
36
|
+
const scenes: DirectStackScene[] = [];
|
|
37
|
+
const routeKeys: string[] = [];
|
|
38
|
+
const allDescriptors: DirectStackDescriptorMap = {
|
|
39
|
+
...preloadedDescriptors,
|
|
40
|
+
...descriptors,
|
|
41
|
+
};
|
|
42
|
+
let shouldShowFloatOverlay = false;
|
|
43
|
+
|
|
44
|
+
for (const route of allRoutes) {
|
|
45
|
+
const descriptor = allDescriptors[route.key];
|
|
46
|
+
const isPreloaded =
|
|
47
|
+
preloadedDescriptors[route.key] !== undefined &&
|
|
48
|
+
descriptors[route.key] === undefined;
|
|
49
|
+
|
|
50
|
+
scenes.push({ route, descriptor, isPreloaded });
|
|
51
|
+
routeKeys.push(route.key);
|
|
52
|
+
|
|
53
|
+
if (!shouldShowFloatOverlay && descriptor) {
|
|
54
|
+
const options = descriptor.options;
|
|
55
|
+
if (
|
|
56
|
+
options?.enableTransitions === true &&
|
|
57
|
+
isOverlayVisible(options)
|
|
58
|
+
) {
|
|
59
|
+
shouldShowFloatOverlay = true;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
return {
|
|
65
|
+
scenes,
|
|
66
|
+
shouldShowFloatOverlay,
|
|
67
|
+
routeKeys,
|
|
68
|
+
allRoutes,
|
|
69
|
+
};
|
|
70
|
+
}, [
|
|
71
|
+
state.routes,
|
|
72
|
+
state.preloadedRoutes,
|
|
73
|
+
preloadedDescriptors,
|
|
74
|
+
descriptors,
|
|
75
|
+
]);
|
|
76
|
+
|
|
77
|
+
const focusedIndex = state.index;
|
|
78
|
+
|
|
79
|
+
const stackContextValue = useMemo<StackContextValue>(
|
|
80
|
+
() => ({
|
|
81
|
+
flags,
|
|
82
|
+
navigatorKey,
|
|
83
|
+
routeKeys,
|
|
84
|
+
routes: allRoutes,
|
|
85
|
+
scenes,
|
|
86
|
+
focusedIndex,
|
|
87
|
+
}),
|
|
88
|
+
[flags, navigatorKey, routeKeys, allRoutes, scenes, focusedIndex],
|
|
89
|
+
);
|
|
90
|
+
|
|
91
|
+
// DirectStack context value
|
|
92
|
+
const lifecycleValue = useMemo<DirectStackContextValue>(
|
|
93
|
+
() => ({
|
|
94
|
+
state,
|
|
95
|
+
navigation,
|
|
96
|
+
descriptors,
|
|
97
|
+
scenes,
|
|
98
|
+
focusedIndex,
|
|
99
|
+
shouldShowFloatOverlay,
|
|
100
|
+
}),
|
|
101
|
+
[
|
|
102
|
+
state,
|
|
103
|
+
navigation,
|
|
104
|
+
descriptors,
|
|
105
|
+
scenes,
|
|
106
|
+
focusedIndex,
|
|
107
|
+
shouldShowFloatOverlay,
|
|
108
|
+
],
|
|
109
|
+
);
|
|
110
|
+
|
|
111
|
+
return { ...lifecycleValue, stackContextValue };
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
function withDirectStack<TProps extends DirectStackProps>(
|
|
115
|
+
Component: React.ComponentType<DirectStackContextValue>,
|
|
116
|
+
): React.FC<TProps> {
|
|
117
|
+
return function DirectStackProvider(props: TProps) {
|
|
118
|
+
const { stackContextValue, ...lifecycleValue } = useDirectStackValue(props);
|
|
119
|
+
|
|
120
|
+
return (
|
|
121
|
+
<StackProvider value={stackContextValue}>
|
|
122
|
+
<Component {...lifecycleValue} />
|
|
123
|
+
</StackProvider>
|
|
124
|
+
);
|
|
125
|
+
};
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
export type { DirectStackContextValue, DirectStackProps, DirectStackScene };
|
|
129
|
+
export { withDirectStack };
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
import type {
|
|
2
|
+
DefaultNavigatorOptions,
|
|
3
|
+
Descriptor,
|
|
4
|
+
NavigationHelpers,
|
|
5
|
+
NavigationProp,
|
|
6
|
+
ParamListBase,
|
|
7
|
+
RouteProp,
|
|
8
|
+
StackActionHelpers,
|
|
9
|
+
StackNavigationState,
|
|
10
|
+
StackRouterOptions,
|
|
11
|
+
Theme,
|
|
12
|
+
} from "@react-navigation/native";
|
|
13
|
+
import type { OverlayProps } from "./overlay.types";
|
|
14
|
+
import type { InactiveBehavior, ScreenTransitionConfig } from "./screen.types";
|
|
15
|
+
import type { StackSceneActivity } from "./stack.types";
|
|
16
|
+
|
|
17
|
+
export type { InactiveBehavior } from "./screen.types";
|
|
18
|
+
|
|
19
|
+
export type BlankStackNavigationEventMap = {};
|
|
20
|
+
|
|
21
|
+
export type BlankStackNavigationProp<
|
|
22
|
+
ParamList extends ParamListBase,
|
|
23
|
+
RouteName extends keyof ParamList = string,
|
|
24
|
+
NavigatorID extends string | undefined = undefined,
|
|
25
|
+
> = NavigationProp<
|
|
26
|
+
ParamList,
|
|
27
|
+
RouteName,
|
|
28
|
+
NavigatorID,
|
|
29
|
+
StackNavigationState<ParamList>,
|
|
30
|
+
BlankStackNavigationOptions,
|
|
31
|
+
BlankStackNavigationEventMap
|
|
32
|
+
> &
|
|
33
|
+
StackActionHelpers<ParamList>;
|
|
34
|
+
|
|
35
|
+
export type BlankStackScreenProps<
|
|
36
|
+
ParamList extends ParamListBase,
|
|
37
|
+
RouteName extends keyof ParamList = string,
|
|
38
|
+
NavigatorID extends string | undefined = undefined,
|
|
39
|
+
> = {
|
|
40
|
+
navigation: BlankStackNavigationProp<ParamList, RouteName, NavigatorID>;
|
|
41
|
+
route: RouteProp<ParamList, RouteName>;
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
export type BlankStackOptionsArgs<
|
|
45
|
+
ParamList extends ParamListBase,
|
|
46
|
+
RouteName extends keyof ParamList = keyof ParamList,
|
|
47
|
+
NavigatorID extends string | undefined = undefined,
|
|
48
|
+
> = BlankStackScreenProps<ParamList, RouteName, NavigatorID> & {
|
|
49
|
+
theme: Theme;
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
export type BlankStackNavigationHelpers = NavigationHelpers<
|
|
53
|
+
ParamListBase,
|
|
54
|
+
BlankStackNavigationEventMap
|
|
55
|
+
>;
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* Additional props accepted by the blank stack navigator.
|
|
59
|
+
*
|
|
60
|
+
* These can be passed to `<BlankStack.Navigator />` in the dynamic API, and
|
|
61
|
+
* they are also supported as top-level keys in static navigator config.
|
|
62
|
+
*/
|
|
63
|
+
export interface BlankStackFactoryOptions {
|
|
64
|
+
/**
|
|
65
|
+
* Controls whether blank-stack screens are rendered with react-native-screens.
|
|
66
|
+
*
|
|
67
|
+
* When enabled, inactive presentation state is backed by
|
|
68
|
+
* `ScreenContainer`/`Screen.activityState`. Set this to `false` to render
|
|
69
|
+
* screens as regular React Native views.
|
|
70
|
+
*
|
|
71
|
+
* @default true
|
|
72
|
+
*/
|
|
73
|
+
nativeScreens?: boolean;
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* Enables react-native-screens for blank-stack screen retention.
|
|
77
|
+
*
|
|
78
|
+
* @deprecated Use `nativeScreens` instead.
|
|
79
|
+
*/
|
|
80
|
+
enableNativeScreens?: boolean;
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Creates an isolated navigation tree for embedded flows.
|
|
84
|
+
*
|
|
85
|
+
* Use this when the blank stack needs to live inside another screen or host
|
|
86
|
+
* application without joining the parent React Navigation tree.
|
|
87
|
+
*
|
|
88
|
+
* When enabled, the navigator:
|
|
89
|
+
* - wraps itself in `NavigationIndependentTree` + `NavigationContainer`
|
|
90
|
+
*
|
|
91
|
+
* Leave this disabled for normal top-level app stacks.
|
|
92
|
+
*/
|
|
93
|
+
independent?: boolean;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* Props passed to overlay components in blank-stack.
|
|
98
|
+
* Uses the shared OverlayProps type with blank-stack's navigation type.
|
|
99
|
+
*/
|
|
100
|
+
export type BlankStackOverlayProps = OverlayProps<
|
|
101
|
+
BlankStackNavigationProp<ParamListBase>
|
|
102
|
+
>;
|
|
103
|
+
|
|
104
|
+
export type BlankStackNavigationOptions = ScreenTransitionConfig & {
|
|
105
|
+
/**
|
|
106
|
+
* Controls how inactive blank-stack screens are retained after they are no
|
|
107
|
+
* longer active.
|
|
108
|
+
*
|
|
109
|
+
* For a stack shaped as A(inactive), B(inert), C(active):
|
|
110
|
+
*
|
|
111
|
+
* - `hide`: keeps A mounted, pauses/freezes inactive work where supported,
|
|
112
|
+
* and hides native/view presentation after the screen that exposes it has
|
|
113
|
+
* safely painted.
|
|
114
|
+
* - `pause`: keeps A's last painted UI visible and asks the platform to stop
|
|
115
|
+
* or suspend inactive work where possible.
|
|
116
|
+
* - `unmount`: removes A's React subtree after safe paint when the route has
|
|
117
|
+
* no nested navigation state.
|
|
118
|
+
* - `keep`: keeps A mounted, attached, visible, non-interactive, and running.
|
|
119
|
+
*
|
|
120
|
+
* On web, or when native screens are disabled, `hide` and `pause` cannot
|
|
121
|
+
* currently suspend React work. This will change once the implementation can
|
|
122
|
+
* use React 19.2's Activity component.
|
|
123
|
+
*
|
|
124
|
+
* @default "hide" on native, "unmount" on web
|
|
125
|
+
*/
|
|
126
|
+
inactiveBehavior?: InactiveBehavior;
|
|
127
|
+
};
|
|
128
|
+
|
|
129
|
+
export type BlankStackNavigatorProps = DefaultNavigatorOptions<
|
|
130
|
+
ParamListBase,
|
|
131
|
+
string | undefined,
|
|
132
|
+
StackNavigationState<ParamListBase>,
|
|
133
|
+
BlankStackNavigationOptions,
|
|
134
|
+
BlankStackNavigationEventMap,
|
|
135
|
+
BlankStackNavigationProp<ParamListBase>
|
|
136
|
+
> &
|
|
137
|
+
StackRouterOptions &
|
|
138
|
+
BlankStackFactoryOptions;
|
|
139
|
+
|
|
140
|
+
export type BlankStackDescriptor = Descriptor<
|
|
141
|
+
BlankStackNavigationOptions,
|
|
142
|
+
BlankStackNavigationProp<ParamListBase>,
|
|
143
|
+
RouteProp<ParamListBase>
|
|
144
|
+
> & {
|
|
145
|
+
activity: StackSceneActivity;
|
|
146
|
+
};
|