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
|
@@ -1,746 +0,0 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
DefaultNavigatorOptions,
|
|
3
|
-
Descriptor,
|
|
4
|
-
NavigationHelpers,
|
|
5
|
-
NavigationProp,
|
|
6
|
-
ParamListBase,
|
|
7
|
-
Route,
|
|
8
|
-
RouteProp,
|
|
9
|
-
StackActionHelpers,
|
|
10
|
-
StackNavigationState,
|
|
11
|
-
StackRouterOptions,
|
|
12
|
-
Theme,
|
|
13
|
-
} from "@react-navigation/native";
|
|
14
|
-
import type {
|
|
15
|
-
ImageSourcePropType,
|
|
16
|
-
StyleProp,
|
|
17
|
-
TextStyle,
|
|
18
|
-
ViewStyle,
|
|
19
|
-
} from "react-native";
|
|
20
|
-
import type {
|
|
21
|
-
ScreenProps,
|
|
22
|
-
ScreenStackHeaderConfigProps,
|
|
23
|
-
SearchBarProps,
|
|
24
|
-
} from "react-native-screens";
|
|
25
|
-
import type { OverlayProps } from "../shared/types/overlay.types";
|
|
26
|
-
import type { ScreenTransitionConfig } from "../shared/types/screen.types";
|
|
27
|
-
import type { DescriptorMap } from "../shared/types/stack.types";
|
|
28
|
-
|
|
29
|
-
export type NativeStackNavigationEventMap = {
|
|
30
|
-
/**
|
|
31
|
-
* Event which fires when a transition animation starts.
|
|
32
|
-
*/
|
|
33
|
-
transitionStart: { data: { closing: boolean } };
|
|
34
|
-
/**
|
|
35
|
-
* Event which fires when a transition animation ends.
|
|
36
|
-
*/
|
|
37
|
-
transitionEnd: { data: { closing: boolean } };
|
|
38
|
-
/**
|
|
39
|
-
* Event which fires when a swipe back is canceled on iOS.
|
|
40
|
-
*/
|
|
41
|
-
gestureCancel: { data: undefined };
|
|
42
|
-
/**
|
|
43
|
-
* Event which fires when screen is in sheet presentation & it's detent changes.
|
|
44
|
-
*
|
|
45
|
-
* In payload it caries two fields:
|
|
46
|
-
*
|
|
47
|
-
* * `index` - current detent index in the `sheetAllowedDetents` array,
|
|
48
|
-
* * `stable` - on Android `false` value means that the user is dragging the sheet or it is settling; on iOS it is always `true`.
|
|
49
|
-
*/
|
|
50
|
-
sheetDetentChange: { data: { index: number; stable: boolean } };
|
|
51
|
-
};
|
|
52
|
-
|
|
53
|
-
/**
|
|
54
|
-
* @deprecated The bundled native-stack integration is deprecated and will be removed in a future major release.
|
|
55
|
-
* Use `@react-navigation/native-stack` or Expo Router's native stack with
|
|
56
|
-
* `withScreenTransitions` from `react-native-screen-transitions` instead.
|
|
57
|
-
*/
|
|
58
|
-
export type NativeStackNavigationProp<
|
|
59
|
-
ParamList extends ParamListBase,
|
|
60
|
-
RouteName extends keyof ParamList = string,
|
|
61
|
-
NavigatorID extends string | undefined = undefined,
|
|
62
|
-
> = NavigationProp<
|
|
63
|
-
ParamList,
|
|
64
|
-
RouteName,
|
|
65
|
-
NavigatorID,
|
|
66
|
-
StackNavigationState<ParamList>,
|
|
67
|
-
NativeStackNavigationOptions,
|
|
68
|
-
NativeStackNavigationEventMap
|
|
69
|
-
> &
|
|
70
|
-
StackActionHelpers<ParamList>;
|
|
71
|
-
|
|
72
|
-
/**
|
|
73
|
-
* @deprecated The bundled native-stack integration is deprecated and will be removed in a future major release.
|
|
74
|
-
* Use `@react-navigation/native-stack` or Expo Router's native stack with
|
|
75
|
-
* `withScreenTransitions` from `react-native-screen-transitions` instead.
|
|
76
|
-
*/
|
|
77
|
-
export type NativeStackScreenProps<
|
|
78
|
-
ParamList extends ParamListBase,
|
|
79
|
-
RouteName extends keyof ParamList = string,
|
|
80
|
-
NavigatorID extends string | undefined = undefined,
|
|
81
|
-
> = {
|
|
82
|
-
navigation: NativeStackNavigationProp<ParamList, RouteName, NavigatorID>;
|
|
83
|
-
route: RouteProp<ParamList, RouteName>;
|
|
84
|
-
};
|
|
85
|
-
|
|
86
|
-
export type NativeStackOptionsArgs<
|
|
87
|
-
ParamList extends ParamListBase,
|
|
88
|
-
RouteName extends keyof ParamList = keyof ParamList,
|
|
89
|
-
NavigatorID extends string | undefined = undefined,
|
|
90
|
-
> = NativeStackScreenProps<ParamList, RouteName, NavigatorID> & {
|
|
91
|
-
theme: Theme;
|
|
92
|
-
};
|
|
93
|
-
|
|
94
|
-
export type NativeStackNavigationHelpers = NavigationHelpers<
|
|
95
|
-
ParamListBase,
|
|
96
|
-
NativeStackNavigationEventMap
|
|
97
|
-
>;
|
|
98
|
-
|
|
99
|
-
// We want it to be an empty object because navigator does not have any additional props
|
|
100
|
-
type NativeStackNavigationConfig = {};
|
|
101
|
-
|
|
102
|
-
export type NativeStackHeaderProps = {
|
|
103
|
-
/**
|
|
104
|
-
* Options for the back button.
|
|
105
|
-
*/
|
|
106
|
-
back?: {
|
|
107
|
-
/**
|
|
108
|
-
* Title of the previous screen.
|
|
109
|
-
*/
|
|
110
|
-
title: string | undefined;
|
|
111
|
-
/**
|
|
112
|
-
* The `href` to use for the anchor tag on web
|
|
113
|
-
*/
|
|
114
|
-
href: string | undefined;
|
|
115
|
-
};
|
|
116
|
-
/**
|
|
117
|
-
* Options for the current screen.
|
|
118
|
-
*/
|
|
119
|
-
options: NativeStackNavigationOptions;
|
|
120
|
-
/**
|
|
121
|
-
* Route object for the current screen.
|
|
122
|
-
*/
|
|
123
|
-
route: Route<string>;
|
|
124
|
-
/**
|
|
125
|
-
* Navigation prop for the header.
|
|
126
|
-
*/
|
|
127
|
-
navigation: NativeStackNavigationProp<ParamListBase>;
|
|
128
|
-
};
|
|
129
|
-
|
|
130
|
-
export type NativeStackHeaderRightProps = {
|
|
131
|
-
/**
|
|
132
|
-
* Tint color for the header.
|
|
133
|
-
*/
|
|
134
|
-
tintColor?: string;
|
|
135
|
-
/**
|
|
136
|
-
* Whether it's possible to navigate back in stack.
|
|
137
|
-
*/
|
|
138
|
-
canGoBack?: boolean;
|
|
139
|
-
};
|
|
140
|
-
|
|
141
|
-
export type NativeStackHeaderLeftProps = NativeStackHeaderRightProps & {
|
|
142
|
-
/**
|
|
143
|
-
* Label text for the button. Usually the title of the previous screen.
|
|
144
|
-
* By default, this is only shown on iOS.
|
|
145
|
-
*/
|
|
146
|
-
label?: string;
|
|
147
|
-
/**
|
|
148
|
-
* The `href` to use for the anchor tag on web
|
|
149
|
-
*/
|
|
150
|
-
href?: string;
|
|
151
|
-
};
|
|
152
|
-
|
|
153
|
-
/**
|
|
154
|
-
* Props passed to overlay components in native-stack.
|
|
155
|
-
* Uses the shared OverlayProps type with native-stack's navigation type.
|
|
156
|
-
*/
|
|
157
|
-
export type NativeStackOverlayProps = OverlayProps<
|
|
158
|
-
NativeStackNavigationProp<ParamListBase>
|
|
159
|
-
>;
|
|
160
|
-
|
|
161
|
-
/**
|
|
162
|
-
* @deprecated The bundled native-stack integration is deprecated and will be removed in a future major release.
|
|
163
|
-
* Use `NativeStackAdapterOptions` with `withScreenTransitions` from
|
|
164
|
-
* `react-native-screen-transitions` instead.
|
|
165
|
-
*/
|
|
166
|
-
export type NativeStackScreenTransitionConfig = ScreenTransitionConfig & {
|
|
167
|
-
/**
|
|
168
|
-
* Whether to enable transitions. It sets the presentation to containedTransparentModal, animation none, and headerShown to false.
|
|
169
|
-
*/
|
|
170
|
-
enableTransitions?: boolean;
|
|
171
|
-
};
|
|
172
|
-
|
|
173
|
-
/**
|
|
174
|
-
* @deprecated The bundled native-stack integration is deprecated and will be removed in a future major release.
|
|
175
|
-
* Use `NativeStackAdapterOptions<NativeStackNavigationOptions>` with
|
|
176
|
-
* `@react-navigation/native-stack` and `withScreenTransitions` instead.
|
|
177
|
-
*/
|
|
178
|
-
export type NativeStackNavigationOptions = NativeStackScreenTransitionConfig & {
|
|
179
|
-
/**
|
|
180
|
-
* String that can be displayed in the header as a fallback for `headerTitle`.
|
|
181
|
-
*/
|
|
182
|
-
title?: string;
|
|
183
|
-
/**
|
|
184
|
-
* Function that given `HeaderProps` returns a React Element to display as a header.
|
|
185
|
-
*/
|
|
186
|
-
header?: (props: NativeStackHeaderProps) => React.ReactNode;
|
|
187
|
-
/**
|
|
188
|
-
* Whether the back button is visible in the header.
|
|
189
|
-
* You can use it to show a back button alongside `headerLeft` if you have specified it.
|
|
190
|
-
*
|
|
191
|
-
* This will have no effect on the first screen in the stack.
|
|
192
|
-
*/
|
|
193
|
-
headerBackVisible?: boolean;
|
|
194
|
-
/**
|
|
195
|
-
* Title string used by the back button on iOS.
|
|
196
|
-
* Defaults to the previous scene's title.
|
|
197
|
-
* On iOS the text might be shortened to "Back" or arrow icon depending on the available space, following native iOS behaviour.
|
|
198
|
-
* See `headerBackButtonDisplayMode` to read about limitations and interactions with other props.
|
|
199
|
-
* Use `headerBackButtonDisplayMode: "minimal"` to hide it.
|
|
200
|
-
*
|
|
201
|
-
* Only supported on iOS and Web.
|
|
202
|
-
*
|
|
203
|
-
* @platform ios, web
|
|
204
|
-
*/
|
|
205
|
-
headerBackTitle?: string;
|
|
206
|
-
/**
|
|
207
|
-
* Style object for header back title. Supported properties:
|
|
208
|
-
* - fontFamily
|
|
209
|
-
* - fontSize
|
|
210
|
-
*
|
|
211
|
-
* Only supported on iOS and Web.
|
|
212
|
-
*
|
|
213
|
-
* @platform ios, web
|
|
214
|
-
*/
|
|
215
|
-
headerBackTitleStyle?: StyleProp<{
|
|
216
|
-
fontFamily?: string;
|
|
217
|
-
fontSize?: number;
|
|
218
|
-
}>;
|
|
219
|
-
/**
|
|
220
|
-
* Image to display in the header as the icon in the back button.
|
|
221
|
-
* Defaults to back icon image for the platform
|
|
222
|
-
* - A chevron on iOS
|
|
223
|
-
* - An arrow on Android
|
|
224
|
-
*/
|
|
225
|
-
headerBackImageSource?: ImageSourcePropType;
|
|
226
|
-
/**
|
|
227
|
-
* Style of the header when a large title is shown.
|
|
228
|
-
* The large title is shown if `headerLargeTitle` is `true` and
|
|
229
|
-
* the edge of any scrollable content reaches the matching edge of the header.
|
|
230
|
-
*
|
|
231
|
-
* Supported properties:
|
|
232
|
-
* - backgroundColor
|
|
233
|
-
*
|
|
234
|
-
* Only supported on iOS.
|
|
235
|
-
*
|
|
236
|
-
* @platform ios
|
|
237
|
-
*/
|
|
238
|
-
headerLargeStyle?: StyleProp<{
|
|
239
|
-
backgroundColor?: string;
|
|
240
|
-
}>;
|
|
241
|
-
/**
|
|
242
|
-
* Whether to enable header with large title which collapses to regular header on scroll.
|
|
243
|
-
*
|
|
244
|
-
* For large title to collapse on scroll, the content of the screen should be wrapped in a scrollable view such as `ScrollView` or `FlatList`.
|
|
245
|
-
* If the scrollable area doesn't fill the screen, the large title won't collapse on scroll.
|
|
246
|
-
* You also need to specify `contentInsetAdjustmentBehavior="automatic"` in your `ScrollView`, `FlatList` etc.
|
|
247
|
-
*
|
|
248
|
-
* Only supported on iOS.
|
|
249
|
-
*
|
|
250
|
-
* @platform ios
|
|
251
|
-
*/
|
|
252
|
-
headerLargeTitle?: boolean;
|
|
253
|
-
/**
|
|
254
|
-
* Whether drop shadow of header is visible when a large title is shown.
|
|
255
|
-
*
|
|
256
|
-
* Only supported on iOS.
|
|
257
|
-
*
|
|
258
|
-
* @platform ios
|
|
259
|
-
*/
|
|
260
|
-
headerLargeTitleShadowVisible?: boolean;
|
|
261
|
-
/**
|
|
262
|
-
* Style object for large title in header. Supported properties:
|
|
263
|
-
* - fontFamily
|
|
264
|
-
* - fontSize
|
|
265
|
-
* - fontWeight
|
|
266
|
-
* - color
|
|
267
|
-
*
|
|
268
|
-
* Only supported on iOS.
|
|
269
|
-
*
|
|
270
|
-
* @platform ios
|
|
271
|
-
*/
|
|
272
|
-
headerLargeTitleStyle?: StyleProp<{
|
|
273
|
-
fontFamily?: string;
|
|
274
|
-
fontSize?: number;
|
|
275
|
-
fontWeight?: string;
|
|
276
|
-
color?: string;
|
|
277
|
-
}>;
|
|
278
|
-
/**
|
|
279
|
-
* Whether to show the header. The header is shown by default.
|
|
280
|
-
* Setting this to `false` hides the header.
|
|
281
|
-
*/
|
|
282
|
-
headerShown?: boolean;
|
|
283
|
-
/**
|
|
284
|
-
* Style object for header. Supported properties:
|
|
285
|
-
* - backgroundColor
|
|
286
|
-
*/
|
|
287
|
-
headerStyle?: StyleProp<{
|
|
288
|
-
backgroundColor?: string;
|
|
289
|
-
}>;
|
|
290
|
-
/**
|
|
291
|
-
* Whether to hide the elevation shadow (Android) or the bottom border (iOS) on the header.
|
|
292
|
-
*/
|
|
293
|
-
headerShadowVisible?: boolean;
|
|
294
|
-
/**
|
|
295
|
-
* Boolean indicating whether the navigation bar is translucent.
|
|
296
|
-
* Setting this to `true` makes the header absolutely positioned,
|
|
297
|
-
* and changes the background color to `transparent` unless specified in `headerStyle`.
|
|
298
|
-
*/
|
|
299
|
-
headerTransparent?: boolean;
|
|
300
|
-
/**
|
|
301
|
-
* Blur effect for the translucent header.
|
|
302
|
-
* The `headerTransparent` option needs to be set to `true` for this to work.
|
|
303
|
-
*
|
|
304
|
-
* Only supported on iOS.
|
|
305
|
-
*
|
|
306
|
-
* @platform ios
|
|
307
|
-
*/
|
|
308
|
-
headerBlurEffect?: ScreenStackHeaderConfigProps["blurEffect"];
|
|
309
|
-
/**
|
|
310
|
-
* Tint color for the header. Changes the color of back button and title.
|
|
311
|
-
*/
|
|
312
|
-
headerTintColor?: string;
|
|
313
|
-
/**
|
|
314
|
-
* Function which returns a React Element to render as the background of the header.
|
|
315
|
-
* This is useful for using backgrounds such as an image, a gradient, blur effect etc.
|
|
316
|
-
* You can use this with `headerTransparent` to render content underneath a translucent header.
|
|
317
|
-
*/
|
|
318
|
-
headerBackground?: () => React.ReactNode;
|
|
319
|
-
/**
|
|
320
|
-
* Function which returns a React Element to display on the left side of the header.
|
|
321
|
-
* This replaces the back button. See `headerBackVisible` to show the back button along side left element.
|
|
322
|
-
*/
|
|
323
|
-
headerLeft?: (props: NativeStackHeaderLeftProps) => React.ReactNode;
|
|
324
|
-
/**
|
|
325
|
-
* Function which returns a React Element to display on the right side of the header.
|
|
326
|
-
*/
|
|
327
|
-
headerRight?: (props: NativeStackHeaderRightProps) => React.ReactNode;
|
|
328
|
-
/**
|
|
329
|
-
* String or a function that returns a React Element to be used by the header.
|
|
330
|
-
* Defaults to screen `title` or route name.
|
|
331
|
-
*
|
|
332
|
-
* When a function is passed, it receives `tintColor` and`children` in the options object as an argument.
|
|
333
|
-
* The title string is passed in `children`.
|
|
334
|
-
*
|
|
335
|
-
* Note that if you render a custom element by passing a function, animations for the title won't work.
|
|
336
|
-
*/
|
|
337
|
-
headerTitle?:
|
|
338
|
-
| string
|
|
339
|
-
| ((props: {
|
|
340
|
-
/**
|
|
341
|
-
* The title text of the header.
|
|
342
|
-
*/
|
|
343
|
-
children: string;
|
|
344
|
-
/**
|
|
345
|
-
* Tint color for the header.
|
|
346
|
-
*/
|
|
347
|
-
tintColor?: string;
|
|
348
|
-
}) => React.ReactNode);
|
|
349
|
-
/**
|
|
350
|
-
* How to align the the header title.
|
|
351
|
-
* Defaults to `left` on platforms other than iOS.
|
|
352
|
-
*
|
|
353
|
-
* Not supported on iOS. It's always `center` on iOS and cannot be changed.
|
|
354
|
-
*/
|
|
355
|
-
headerTitleAlign?: "left" | "center";
|
|
356
|
-
/**
|
|
357
|
-
* Style object for header title. Supported properties:
|
|
358
|
-
* - fontFamily
|
|
359
|
-
* - fontSize
|
|
360
|
-
* - fontWeight
|
|
361
|
-
* - color
|
|
362
|
-
*/
|
|
363
|
-
headerTitleStyle?: StyleProp<
|
|
364
|
-
Pick<TextStyle, "fontFamily" | "fontSize" | "fontWeight"> & {
|
|
365
|
-
color?: string;
|
|
366
|
-
}
|
|
367
|
-
>;
|
|
368
|
-
/**
|
|
369
|
-
* Options to render a native search bar.
|
|
370
|
-
* You also need to specify `contentInsetAdjustmentBehavior="automatic"` in your `ScrollView`, `FlatList` etc.
|
|
371
|
-
* If you don't have a `ScrollView`, specify `headerTransparent: false`.
|
|
372
|
-
*/
|
|
373
|
-
headerSearchBarOptions?: SearchBarProps;
|
|
374
|
-
/**
|
|
375
|
-
* Boolean indicating whether to show the menu on longPress of iOS >= 14 back button. Defaults to `true`.
|
|
376
|
-
* Requires `react-native-screens` version >=3.3.0.
|
|
377
|
-
*
|
|
378
|
-
* Only supported on iOS.
|
|
379
|
-
*
|
|
380
|
-
* @platform ios
|
|
381
|
-
*/
|
|
382
|
-
headerBackButtonMenuEnabled?: boolean;
|
|
383
|
-
/**
|
|
384
|
-
* How the back button displays icon and title.
|
|
385
|
-
*
|
|
386
|
-
* Supported values:
|
|
387
|
-
* - "default" - Displays one of the following depending on the available space: previous screen's title, generic title (e.g. 'Back') or no title (only icon).
|
|
388
|
-
* - "generic" – Displays one of the following depending on the available space: generic title (e.g. 'Back') or no title (only icon).
|
|
389
|
-
* - "minimal" – Always displays only the icon without a title.
|
|
390
|
-
*
|
|
391
|
-
* The space-aware behavior is disabled when:
|
|
392
|
-
* - The iOS version is 13 or lower
|
|
393
|
-
* - Custom font family or size is set (e.g. with `headerBackTitleStyle`)
|
|
394
|
-
* - Back button menu is disabled (e.g. with `headerBackButtonMenuEnabled`)
|
|
395
|
-
*
|
|
396
|
-
* In such cases, a static title and icon are always displayed.
|
|
397
|
-
*
|
|
398
|
-
* Defaults to "default" on iOS, and "minimal" on other platforms.
|
|
399
|
-
*
|
|
400
|
-
* Only supported on iOS and Web.
|
|
401
|
-
*
|
|
402
|
-
* @platform ios, web
|
|
403
|
-
*/
|
|
404
|
-
headerBackButtonDisplayMode?: ScreenStackHeaderConfigProps["backButtonDisplayMode"];
|
|
405
|
-
/**
|
|
406
|
-
* Whether the home indicator should prefer to stay hidden on this screen. Defaults to `false`.
|
|
407
|
-
*
|
|
408
|
-
* @platform ios
|
|
409
|
-
*/
|
|
410
|
-
autoHideHomeIndicator?: boolean;
|
|
411
|
-
/**
|
|
412
|
-
* Whether the keyboard should hide when swiping to the previous screen. Defaults to `false`.
|
|
413
|
-
*
|
|
414
|
-
* @platform ios
|
|
415
|
-
*/
|
|
416
|
-
keyboardHandlingEnabled?: boolean;
|
|
417
|
-
/**
|
|
418
|
-
* Sets the navigation bar color. Defaults to initial navigation bar color.
|
|
419
|
-
*
|
|
420
|
-
* @deprecated For all apps targeting Android SDK 35 or above edge-to-edge is enabled by default.
|
|
421
|
-
* This prop is subject to removal in the future.
|
|
422
|
-
* See: https://developer.android.com/about/versions/15/behavior-changes-15#ux.
|
|
423
|
-
*
|
|
424
|
-
* @platform android
|
|
425
|
-
*/
|
|
426
|
-
navigationBarColor?: string;
|
|
427
|
-
/**
|
|
428
|
-
* Boolean indicating whether the content should be visible behind the navigation bar. Defaults to `false`.
|
|
429
|
-
*
|
|
430
|
-
* @deprecated For all apps targeting Android SDK 35 or above edge-to-edge is enabled by default.
|
|
431
|
-
* This prop is subject to removal in the future.
|
|
432
|
-
* See: https://developer.android.com/about/versions/15/behavior-changes-15#ux.
|
|
433
|
-
*
|
|
434
|
-
* @platform android
|
|
435
|
-
*/
|
|
436
|
-
navigationBarTranslucent?: boolean;
|
|
437
|
-
/**
|
|
438
|
-
* Sets the visibility of the navigation bar. Defaults to `false`.
|
|
439
|
-
*
|
|
440
|
-
* @platform android
|
|
441
|
-
*/
|
|
442
|
-
navigationBarHidden?: boolean;
|
|
443
|
-
/**
|
|
444
|
-
* Sets the status bar animation (similar to the `StatusBar` component).
|
|
445
|
-
* On Android, setting either `fade` or `slide` will set the transition of status bar color. On iOS, this option applies to appereance animation of the status bar.
|
|
446
|
-
* Requires setting `View controller-based status bar appearance -> YES` (or removing the config) in your `Info.plist` file.
|
|
447
|
-
*
|
|
448
|
-
* Defaults to `fade` on iOS and `none` on Android.
|
|
449
|
-
*
|
|
450
|
-
* Only supported on Android and iOS.
|
|
451
|
-
*
|
|
452
|
-
* @platform android, ios
|
|
453
|
-
*/
|
|
454
|
-
statusBarAnimation?: ScreenProps["statusBarAnimation"];
|
|
455
|
-
/**
|
|
456
|
-
* Sets the status bar color (similar to the `StatusBar` component). Defaults to initial status bar color.
|
|
457
|
-
*
|
|
458
|
-
* @deprecated For all apps targeting Android SDK 35 or above edge-to-edge is enabled by default.
|
|
459
|
-
* This prop is subject to removal in the future.
|
|
460
|
-
* See: https://developer.android.com/about/versions/15/behavior-changes-15#ux.
|
|
461
|
-
*
|
|
462
|
-
* @platform android
|
|
463
|
-
*/
|
|
464
|
-
statusBarBackgroundColor?: string;
|
|
465
|
-
/**
|
|
466
|
-
* Whether the status bar should be hidden on this screen.
|
|
467
|
-
* Requires setting `View controller-based status bar appearance -> YES` in your Info.plist file.
|
|
468
|
-
*
|
|
469
|
-
* Only supported on Android and iOS.
|
|
470
|
-
*
|
|
471
|
-
* @platform android, ios
|
|
472
|
-
*/
|
|
473
|
-
statusBarHidden?: boolean;
|
|
474
|
-
/**
|
|
475
|
-
* Sets the status bar color (similar to the `StatusBar` component).
|
|
476
|
-
* Requires setting `View controller-based status bar appearance -> YES` (or removing the config) in your `Info.plist` file.
|
|
477
|
-
* `auto` and `inverted` are supported only on iOS. On Android, they will fallback to `light`.
|
|
478
|
-
*
|
|
479
|
-
* Defaults to `auto` on iOS and `light` on Android.
|
|
480
|
-
*
|
|
481
|
-
* Only supported on Android and iOS.
|
|
482
|
-
*
|
|
483
|
-
* @platform android, ios
|
|
484
|
-
*/
|
|
485
|
-
statusBarStyle?: ScreenProps["statusBarStyle"];
|
|
486
|
-
/**
|
|
487
|
-
* Sets the translucency of the status bar. Defaults to `false`.
|
|
488
|
-
*
|
|
489
|
-
* @deprecated For all apps targeting Android SDK 35 or above edge-to-edge is enabled by default.
|
|
490
|
-
* This prop is subject to removal in the future.
|
|
491
|
-
* See: https://developer.android.com/about/versions/15/behavior-changes-15#ux.
|
|
492
|
-
*
|
|
493
|
-
* @platform android
|
|
494
|
-
*/
|
|
495
|
-
statusBarTranslucent?: boolean;
|
|
496
|
-
/**
|
|
497
|
-
* Sets the direction in which you should swipe to dismiss the screen.
|
|
498
|
-
* When using `vertical` option, options `fullScreenGestureEnabled: true`, `animationMatchesGesture: true` and `animation: 'slide_from_bottom'` are set by default.
|
|
499
|
-
*
|
|
500
|
-
* Supported values:
|
|
501
|
-
* - `vertical` – dismiss screen vertically
|
|
502
|
-
* - `horizontal` – dismiss screen horizontally (default)
|
|
503
|
-
*
|
|
504
|
-
* @platform ios
|
|
505
|
-
*/
|
|
506
|
-
nativeGestureDirection?: ScreenProps["swipeDirection"];
|
|
507
|
-
/**
|
|
508
|
-
* Style object for the scene content.
|
|
509
|
-
*/
|
|
510
|
-
contentStyle?: StyleProp<ViewStyle>;
|
|
511
|
-
/**
|
|
512
|
-
* Whether the gesture to dismiss should use animation provided to `animation` prop. Defaults to `false`.
|
|
513
|
-
*
|
|
514
|
-
* Doesn't affect the behavior of screens presented modally.
|
|
515
|
-
*
|
|
516
|
-
* @platform ios
|
|
517
|
-
*/
|
|
518
|
-
animationMatchesGesture?: boolean;
|
|
519
|
-
/**
|
|
520
|
-
* Whether the gesture to dismiss should work on the whole screen. Using gesture to dismiss with this option results in the same
|
|
521
|
-
* transition animation as `simple_push`. This behavior can be changed by setting `animationMatchesGesture` prop. Achieving the
|
|
522
|
-
* default iOS animation isn't possible due to platform limitations. Defaults to `false`.
|
|
523
|
-
*
|
|
524
|
-
* Doesn't affect the behavior of screens presented modally.
|
|
525
|
-
*
|
|
526
|
-
* @platform ios
|
|
527
|
-
*/
|
|
528
|
-
fullScreenGestureEnabled?: boolean;
|
|
529
|
-
/**
|
|
530
|
-
* Whether the full screen dismiss gesture has shadow under view during transition. The gesture uses custom transition and thus
|
|
531
|
-
* doesn't have a shadow by default. When enabled, a custom shadow view is added during the transition which tries to mimic the
|
|
532
|
-
* default iOS shadow. Defaults to `true`.
|
|
533
|
-
*
|
|
534
|
-
* This does not affect the behavior of transitions that don't use gestures, enabled by `fullScreenGestureEnabled` prop.
|
|
535
|
-
*
|
|
536
|
-
* @platform ios
|
|
537
|
-
*/
|
|
538
|
-
fullScreenGestureShadowEnabled?: boolean;
|
|
539
|
-
/**
|
|
540
|
-
* Whether you can use gestures to dismiss this screen. Defaults to `true`.
|
|
541
|
-
*
|
|
542
|
-
* Only supported on iOS.
|
|
543
|
-
*
|
|
544
|
-
* @platform ios
|
|
545
|
-
*/
|
|
546
|
-
nativeGestureEnabled?: boolean;
|
|
547
|
-
/**
|
|
548
|
-
* Use it to restrict the distance from the edges of screen in which the gesture should be recognized. To be used alongside `fullScreenGestureEnabled`.
|
|
549
|
-
*
|
|
550
|
-
* @platform ios
|
|
551
|
-
*/
|
|
552
|
-
nativeGestureResponseDistance?: ScreenProps["gestureResponseDistance"];
|
|
553
|
-
/**
|
|
554
|
-
* The type of animation to use when this screen replaces another screen. Defaults to `pop`.
|
|
555
|
-
*
|
|
556
|
-
* Supported values:
|
|
557
|
-
* - "push": the new screen will perform push animation.
|
|
558
|
-
* - "pop": the new screen will perform pop animation.
|
|
559
|
-
*
|
|
560
|
-
* Only supported on iOS and Android.
|
|
561
|
-
*/
|
|
562
|
-
animationTypeForReplace?: ScreenProps["replaceAnimation"];
|
|
563
|
-
/**
|
|
564
|
-
* How the screen should animate when pushed or popped.
|
|
565
|
-
*
|
|
566
|
-
* Supported values:
|
|
567
|
-
* - "default": use the platform default animation
|
|
568
|
-
* - "fade": fade screen in or out
|
|
569
|
-
* - "fade_from_bottom" – performs a fade from bottom animation
|
|
570
|
-
* - "flip": flip the screen, requires presentation: "modal" (iOS only)
|
|
571
|
-
* - "simple_push": use the platform default animation, but without shadow and native header transition (iOS only)
|
|
572
|
-
* - "slide_from_bottom": slide in the new screen from bottom
|
|
573
|
-
* - "slide_from_right": slide in the new screen from right (Android only, uses default animation on iOS)
|
|
574
|
-
* - "slide_from_left": slide in the new screen from left (Android only, uses default animation on iOS)
|
|
575
|
-
* - "ios_from_right" - iOS like slide in animation. pushes in the new screen from right to left (Android only, resolves to default transition on iOS)
|
|
576
|
-
* - "ios_from_left" - iOS like slide in animation. pushes in the new screen from left to right (Android only, resolves to default transition on iOS)
|
|
577
|
-
* - "none": don't animate the screen
|
|
578
|
-
*
|
|
579
|
-
* Only supported on iOS and Android.
|
|
580
|
-
*/
|
|
581
|
-
animation?: ScreenProps["stackAnimation"];
|
|
582
|
-
/**
|
|
583
|
-
* Changes the duration (in milliseconds) of `slide_from_bottom`, `fade_from_bottom`, `fade` and `simple_push` transitions on iOS. Defaults to `500`.
|
|
584
|
-
* The duration of `default` and `flip` transitions isn't customizable.
|
|
585
|
-
*
|
|
586
|
-
* @platform ios
|
|
587
|
-
*/
|
|
588
|
-
animationDuration?: number;
|
|
589
|
-
/**
|
|
590
|
-
* How should the screen be presented.
|
|
591
|
-
*
|
|
592
|
-
* Supported values:
|
|
593
|
-
* - "card": the new screen will be pushed onto a stack, which means the default animation will be slide from the side on iOS, the animation on Android will vary depending on the OS version and theme.
|
|
594
|
-
* - "modal": the new screen will be presented modally. this also allows for a nested stack to be rendered inside the screen.
|
|
595
|
-
* - "transparentModal": the new screen will be presented modally, but in addition, the previous screen will stay so that the content below can still be seen if the screen has translucent background.
|
|
596
|
-
* - "containedModal": will use "UIModalPresentationCurrentContext" modal style on iOS and will fallback to "modal" on Android.
|
|
597
|
-
* - "containedTransparentModal": will use "UIModalPresentationOverCurrentContext" modal style on iOS and will fallback to "transparentModal" on Android.
|
|
598
|
-
* - "fullScreenModal": will use "UIModalPresentationFullScreen" modal style on iOS and will fallback to "modal" on Android.
|
|
599
|
-
* - "formSheet": will use "UIModalPresentationFormSheet" modal style on iOS and will fallback to "modal" on Android.
|
|
600
|
-
*
|
|
601
|
-
* Only supported on iOS and Android.
|
|
602
|
-
*/
|
|
603
|
-
presentation?: Exclude<ScreenProps["stackPresentation"], "push"> | "card";
|
|
604
|
-
/**
|
|
605
|
-
* Describes heights where a sheet can rest.
|
|
606
|
-
* Works only when `presentation` is set to `formSheet`.
|
|
607
|
-
*
|
|
608
|
-
* Heights should be described as fraction (a number from `[0, 1]` interval) of screen height / maximum detent height.
|
|
609
|
-
* You can pass an array of ascending values each defining allowed sheet detent. iOS accepts any number of detents,
|
|
610
|
-
* while **Android is limited to three**.
|
|
611
|
-
*
|
|
612
|
-
* There is also possibility to specify `fitToContents` literal, which intents to set the sheet height
|
|
613
|
-
* to the height of its contents.
|
|
614
|
-
*
|
|
615
|
-
* Note that the array **must** be sorted in ascending order. This invariant is verified only in developement mode,
|
|
616
|
-
* where violation results in error.
|
|
617
|
-
*
|
|
618
|
-
* **Android is limited to up 3 values in the array** -- any surplus values, beside first three are ignored.
|
|
619
|
-
*
|
|
620
|
-
* Defaults to `[1.0]`.
|
|
621
|
-
*/
|
|
622
|
-
sheetAllowedDetents?: number[] | "fitToContents";
|
|
623
|
-
/**
|
|
624
|
-
* Integer value describing elevation of the sheet, impacting shadow on the top edge of the sheet.
|
|
625
|
-
*
|
|
626
|
-
* Not dynamic - changing it after the component is rendered won't have an effect.
|
|
627
|
-
*
|
|
628
|
-
* Defaults to `24`.
|
|
629
|
-
*
|
|
630
|
-
* @platform Android
|
|
631
|
-
*/
|
|
632
|
-
sheetElevation?: number;
|
|
633
|
-
/**
|
|
634
|
-
* Whether the sheet should expand to larger detent when scrolling.
|
|
635
|
-
* Works only when `presentation` is set to `formSheet`.
|
|
636
|
-
* Defaults to `true`.
|
|
637
|
-
*
|
|
638
|
-
* @platform ios
|
|
639
|
-
*/
|
|
640
|
-
sheetExpandsWhenScrolledToEdge?: boolean;
|
|
641
|
-
/**
|
|
642
|
-
* The corner radius that the sheet will try to render with.
|
|
643
|
-
* Works only when `presentation` is set to `formSheet`.
|
|
644
|
-
*
|
|
645
|
-
* If set to non-negative value it will try to render sheet with provided radius, else it will apply system default.
|
|
646
|
-
*
|
|
647
|
-
* If left unset system default is used.
|
|
648
|
-
*/
|
|
649
|
-
sheetCornerRadius?: number;
|
|
650
|
-
/**
|
|
651
|
-
* Index of the detent the sheet should expand to after being opened.
|
|
652
|
-
* Works only when `stackPresentation` is set to `formSheet`.
|
|
653
|
-
*
|
|
654
|
-
* If the specified index is out of bounds of `sheetAllowedDetents` array, in dev environment more error will be thrown,
|
|
655
|
-
* in production the value will be reset to default value.
|
|
656
|
-
*
|
|
657
|
-
* Additionaly there is `last` value available, when set the sheet will expand initially to last (largest) detent.
|
|
658
|
-
*
|
|
659
|
-
* Defaults to `0` - which represents first detent in the detents array.
|
|
660
|
-
*/
|
|
661
|
-
sheetInitialDetentIndex?: number | "last";
|
|
662
|
-
/**
|
|
663
|
-
* Boolean indicating whether the sheet shows a grabber at the top.
|
|
664
|
-
* Works only when `presentation` is set to `formSheet`.
|
|
665
|
-
* Defaults to `false`.
|
|
666
|
-
*
|
|
667
|
-
* @platform ios
|
|
668
|
-
*/
|
|
669
|
-
sheetGrabberVisible?: boolean;
|
|
670
|
-
/**
|
|
671
|
-
* The largest sheet detent for which a view underneath won't be dimmed.
|
|
672
|
-
* Works only when `presentation` is set to `formSheet`.
|
|
673
|
-
*
|
|
674
|
-
* This prop can be set to an number, which indicates index of detent in `sheetAllowedDetents` array for which
|
|
675
|
-
* there won't be a dimming view beneath the sheet.
|
|
676
|
-
*
|
|
677
|
-
* Additionaly there are following options available:
|
|
678
|
-
*
|
|
679
|
-
* * `none` - there will be dimming view for all detents levels,
|
|
680
|
-
* * `last` - there won't be a dimming view for any detent level.
|
|
681
|
-
*
|
|
682
|
-
* Defaults to `none`, indicating that the dimming view should be always present.
|
|
683
|
-
*/
|
|
684
|
-
sheetLargestUndimmedDetentIndex?: number | "none" | "last";
|
|
685
|
-
/**
|
|
686
|
-
* The display orientation to use for the screen.
|
|
687
|
-
*
|
|
688
|
-
* Supported values:
|
|
689
|
-
* - "default" - resolves to "all" without "portrait_down" on iOS. On Android, this lets the system decide the best orientation.
|
|
690
|
-
* - "all": all orientations are permitted.
|
|
691
|
-
* - "portrait": portrait orientations are permitted.
|
|
692
|
-
* - "portrait_up": right-side portrait orientation is permitted.
|
|
693
|
-
* - "portrait_down": upside-down portrait orientation is permitted.
|
|
694
|
-
* - "landscape": landscape orientations are permitted.
|
|
695
|
-
* - "landscape_left": landscape-left orientation is permitted.
|
|
696
|
-
* - "landscape_right": landscape-right orientation is permitted.
|
|
697
|
-
*
|
|
698
|
-
* Only supported on iOS and Android.
|
|
699
|
-
*/
|
|
700
|
-
orientation?: ScreenProps["screenOrientation"];
|
|
701
|
-
/**
|
|
702
|
-
* Whether inactive screens should be suspended from re-rendering. Defaults to `false`.
|
|
703
|
-
* Defaults to `true` when `enableFreeze()` is run at the top of the application.
|
|
704
|
-
* Requires `react-native-screens` version >=3.16.0.
|
|
705
|
-
*
|
|
706
|
-
* Only supported on iOS and Android.
|
|
707
|
-
*/
|
|
708
|
-
freezeOnBlur?: boolean;
|
|
709
|
-
/**
|
|
710
|
-
* Footer component that can be used alongside formSheet stack presentation style.
|
|
711
|
-
*
|
|
712
|
-
* This option is provided, because due to implementation details it might be problematic
|
|
713
|
-
* to implement such layout with JS-only code.
|
|
714
|
-
*
|
|
715
|
-
* Note that this prop is marked as unstable and might be subject of breaking changes,
|
|
716
|
-
* including removal, in particular when we find solution that will make implementing it with JS
|
|
717
|
-
* straightforward.
|
|
718
|
-
*
|
|
719
|
-
* @platform android
|
|
720
|
-
*/
|
|
721
|
-
unstable_sheetFooter?: () => React.ReactNode;
|
|
722
|
-
};
|
|
723
|
-
|
|
724
|
-
/**
|
|
725
|
-
* @deprecated The bundled native-stack integration is deprecated and will be removed in a future major release.
|
|
726
|
-
* Use `@react-navigation/native-stack` or Expo Router's native stack with
|
|
727
|
-
* `withScreenTransitions` from `react-native-screen-transitions` instead.
|
|
728
|
-
*/
|
|
729
|
-
export type NativeStackNavigatorProps = DefaultNavigatorOptions<
|
|
730
|
-
ParamListBase,
|
|
731
|
-
string | undefined,
|
|
732
|
-
StackNavigationState<ParamListBase>,
|
|
733
|
-
NativeStackNavigationOptions,
|
|
734
|
-
NativeStackNavigationEventMap,
|
|
735
|
-
NativeStackNavigationProp<ParamListBase>
|
|
736
|
-
> &
|
|
737
|
-
StackRouterOptions &
|
|
738
|
-
NativeStackNavigationConfig;
|
|
739
|
-
|
|
740
|
-
export type NativeStackDescriptor = Descriptor<
|
|
741
|
-
NativeStackNavigationOptions,
|
|
742
|
-
NativeStackNavigationProp<ParamListBase>,
|
|
743
|
-
RouteProp<ParamListBase>
|
|
744
|
-
>;
|
|
745
|
-
|
|
746
|
-
export type NativeStackDescriptorMap = DescriptorMap<NativeStackDescriptor>;
|