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 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["DEFAULT_SHEET_SCROLL_GESTURE_BEHAVIOR","resolveSheetScrollGestureBehavior","options","explicitBehavior","sheetScrollGestureBehavior","legacyBehavior","expandViaScrollView","undefined"],"sourceRoot":"../../../../src","sources":["shared/utils/resolve-screen-transition-options.ts"],"mappings":";;AAAA,SAASA,qCAAqC,QAAQ,cAAc;AAMpE,OAAO,MAAMC,iCAAiC,GAC7CC,OAGC,IAC+B;EAChC,MAAMC,gBAAgB,GAAGD,OAAO,CAACE,0BAA0B;EAC3D,IAAID,gBAAgB,EAAE,OAAOA,gBAAgB;EAE7C,MAAME,cAAc,GAAGH,OAAO,CAACI,mBAAmB;EAClD,IAAID,cAAc,KAAKE,SAAS,EAAE;IACjC,OAAOF,cAAc,GAAG,qBAAqB,GAAG,eAAe;EAChE;EAEA,OAAOL,qCAAqC;AAC7C,CAAC","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["getVisibilityBlockOffset","viewportHeight"],"sourceRoot":"../../../../src","sources":["shared/utils/visibility-block-offset.ts"],"mappings":";;AAAA,OAAO,MAAMA,wBAAwB,GAAIC,cAAsB,IAAa;EAC3E,SAAS;;EACT,OAAOA,cAAc,GAAG,CAAC,GAAG,CAAC;AAC9B,CAAC","ignoreList":[]}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import type { BlankStackDescriptor, BlankStackNavigationHelpers } from "../types";
|
|
2
|
-
export declare const StackView: import("react").FC<import("../../shared/types/providers/blank-stack-provider.types").BlankStackProviderProps<BlankStackDescriptor, BlankStackNavigationHelpers> & import("../../shared/providers/stack/core.provider").StackCoreConfig>;
|
|
3
|
-
//# sourceMappingURL=stack-view.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"stack-view.d.ts","sourceRoot":"","sources":["../../../../src/blank-stack/components/stack-view.tsx"],"names":[],"mappings":"AAeA,OAAO,KAAK,EACX,oBAAoB,EACpB,2BAA2B,EAC3B,MAAM,UAAU,CAAC;AAoClB,eAAO,MAAM,SAAS,yOA0BrB,CAAC"}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { createBlankStackNavigator } from "../blank-stack/navigators/create-blank-stack-navigator";
|
|
2
|
-
export type { BlankStackFactoryOptions, BlankStackNavigationEventMap, BlankStackNavigationOptions, BlankStackNavigationProp, BlankStackNavigatorProps, BlankStackOptionsArgs, BlankStackOverlayProps, BlankStackScreenProps, InactiveBehavior, } from "../blank-stack/types";
|
|
3
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/blank-stack/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,wDAAwD,CAAC;AACnG,YAAY,EACX,wBAAwB,EACxB,4BAA4B,EAC5B,2BAA2B,EAC3B,wBAAwB,EACxB,wBAAwB,EACxB,qBAAqB,EACrB,sBAAsB,EACtB,qBAAqB,EACrB,gBAAgB,GAChB,MAAM,sBAAsB,CAAC"}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { type NavigatorTypeBagBase, type ParamListBase, type StackNavigationState, type StaticConfig, type TypedNavigator } from "@react-navigation/native";
|
|
2
|
-
import type { BlankStackNavigationEventMap, BlankStackNavigationOptions, BlankStackNavigationProp, BlankStackNavigatorProps } from "../types";
|
|
3
|
-
declare function BlankStackNavigator({ enableNativeScreens, independent, nativeScreens, ...rest }: BlankStackNavigatorProps): import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
declare namespace BlankStackNavigator {
|
|
5
|
-
var displayName: string;
|
|
6
|
-
}
|
|
7
|
-
type BlankStackTypeBag<ParamList extends ParamListBase, NavigatorID extends string | undefined> = {
|
|
8
|
-
ParamList: ParamList;
|
|
9
|
-
NavigatorID: NavigatorID;
|
|
10
|
-
State: StackNavigationState<ParamList>;
|
|
11
|
-
ScreenOptions: BlankStackNavigationOptions;
|
|
12
|
-
EventMap: BlankStackNavigationEventMap;
|
|
13
|
-
NavigationList: {
|
|
14
|
-
[RouteName in keyof ParamList]: BlankStackNavigationProp<ParamList, RouteName, NavigatorID>;
|
|
15
|
-
};
|
|
16
|
-
Navigator: typeof BlankStackNavigator;
|
|
17
|
-
};
|
|
18
|
-
/**
|
|
19
|
-
* Creates a blank stack navigator with gesture-driven transitions.
|
|
20
|
-
*
|
|
21
|
-
* By default, blank stack behaves like the existing top-level blank stack:
|
|
22
|
-
* it participates in the current navigation tree and renders screens with
|
|
23
|
-
* react-native-screens.
|
|
24
|
-
*
|
|
25
|
-
* Blank stack also accepts navigator-specific props for embedded-flow behavior:
|
|
26
|
-
* - `nativeScreens: false` renders blank-stack screens as regular React Native views
|
|
27
|
-
* - `independent: true` creates an isolated navigator for nested flows
|
|
28
|
-
* In the dynamic API, pass these to `<Stack.Navigator />`.
|
|
29
|
-
* In the static API, pass them in the same config object as `screens`.
|
|
30
|
-
*/
|
|
31
|
-
export declare function createBlankStackNavigator<const ParamList extends ParamListBase, const NavigatorID extends string | undefined = undefined, const TypeBag extends NavigatorTypeBagBase = BlankStackTypeBag<ParamList, NavigatorID>, const Config extends StaticConfig<TypeBag> = StaticConfig<TypeBag>>(config?: Config): TypedNavigator<TypeBag, Config>;
|
|
32
|
-
export {};
|
|
33
|
-
//# sourceMappingURL=create-blank-stack-navigator.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create-blank-stack-navigator.d.ts","sourceRoot":"","sources":["../../../../src/blank-stack/navigators/create-blank-stack-navigator.tsx"],"names":[],"mappings":"AAAA,OAAO,EAIN,KAAK,oBAAoB,EACzB,KAAK,aAAa,EAElB,KAAK,oBAAoB,EAGzB,KAAK,YAAY,EACjB,KAAK,cAAc,EAEnB,MAAM,0BAA0B,CAAC;AAIlC,OAAO,KAAK,EAEX,4BAA4B,EAC5B,2BAA2B,EAC3B,wBAAwB,EACxB,wBAAwB,EACxB,MAAM,UAAU,CAAC;AAsDlB,iBAAS,mBAAmB,CAAC,EAC5B,mBAAmB,EACnB,WAAmB,EACnB,aAAa,EACb,GAAG,IAAI,EACP,EAAE,wBAAwB,2CAwB1B;kBA7BQ,mBAAmB;;;AAiC5B,KAAK,iBAAiB,CACrB,SAAS,SAAS,aAAa,EAC/B,WAAW,SAAS,MAAM,GAAG,SAAS,IACnC;IACH,SAAS,EAAE,SAAS,CAAC;IACrB,WAAW,EAAE,WAAW,CAAC;IACzB,KAAK,EAAE,oBAAoB,CAAC,SAAS,CAAC,CAAC;IACvC,aAAa,EAAE,2BAA2B,CAAC;IAC3C,QAAQ,EAAE,4BAA4B,CAAC;IACvC,cAAc,EAAE;SACd,SAAS,IAAI,MAAM,SAAS,GAAG,wBAAwB,CACvD,SAAS,EACT,SAAS,EACT,WAAW,CACX;KACD,CAAC;IACF,SAAS,EAAE,OAAO,mBAAmB,CAAC;CACtC,CAAC;AAEF;;;;;;;;;;;;GAYG;AACH,wBAAgB,yBAAyB,CACxC,KAAK,CAAC,SAAS,SAAS,aAAa,EACrC,KAAK,CAAC,WAAW,SAAS,MAAM,GAAG,SAAS,GAAG,SAAS,EACxD,KAAK,CAAC,OAAO,SAAS,oBAAoB,GAAG,iBAAiB,CAC7D,SAAS,EACT,WAAW,CACX,EACD,KAAK,CAAC,MAAM,SAAS,YAAY,CAAC,OAAO,CAAC,GAAG,YAAY,CAAC,OAAO,CAAC,EACjE,MAAM,CAAC,EAAE,MAAM,GAAG,cAAc,CAAC,OAAO,EAAE,MAAM,CAAC,CAElD"}
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
import type { DefaultNavigatorOptions, Descriptor, NavigationHelpers, NavigationProp, ParamListBase, RouteProp, StackActionHelpers, StackNavigationState, StackRouterOptions, Theme } from "@react-navigation/native";
|
|
2
|
-
import type { InactiveBehavior, ScreenTransitionConfig } from "../shared";
|
|
3
|
-
import type { OverlayProps } from "../shared/types/overlay.types";
|
|
4
|
-
import type { StackSceneActivity } from "../shared/types/stack.types";
|
|
5
|
-
export type { InactiveBehavior } from "../shared";
|
|
6
|
-
export type BlankStackNavigationEventMap = {};
|
|
7
|
-
export type BlankStackNavigationProp<ParamList extends ParamListBase, RouteName extends keyof ParamList = string, NavigatorID extends string | undefined = undefined> = NavigationProp<ParamList, RouteName, NavigatorID, StackNavigationState<ParamList>, BlankStackNavigationOptions, BlankStackNavigationEventMap> & StackActionHelpers<ParamList>;
|
|
8
|
-
export type BlankStackScreenProps<ParamList extends ParamListBase, RouteName extends keyof ParamList = string, NavigatorID extends string | undefined = undefined> = {
|
|
9
|
-
navigation: BlankStackNavigationProp<ParamList, RouteName, NavigatorID>;
|
|
10
|
-
route: RouteProp<ParamList, RouteName>;
|
|
11
|
-
};
|
|
12
|
-
export type BlankStackOptionsArgs<ParamList extends ParamListBase, RouteName extends keyof ParamList = keyof ParamList, NavigatorID extends string | undefined = undefined> = BlankStackScreenProps<ParamList, RouteName, NavigatorID> & {
|
|
13
|
-
theme: Theme;
|
|
14
|
-
};
|
|
15
|
-
export type BlankStackNavigationHelpers = NavigationHelpers<ParamListBase, BlankStackNavigationEventMap>;
|
|
16
|
-
/**
|
|
17
|
-
* Additional props accepted by the blank stack navigator.
|
|
18
|
-
*
|
|
19
|
-
* These can be passed to `<BlankStack.Navigator />` in the dynamic API, and
|
|
20
|
-
* they are also supported as top-level keys in static navigator config.
|
|
21
|
-
*
|
|
22
|
-
* The exported name is kept for backward compatibility.
|
|
23
|
-
*/
|
|
24
|
-
export interface BlankStackFactoryOptions {
|
|
25
|
-
/**
|
|
26
|
-
* Controls whether blank-stack screens are rendered with react-native-screens.
|
|
27
|
-
*
|
|
28
|
-
* When enabled, inactive presentation state is backed by
|
|
29
|
-
* `ScreenContainer`/`Screen.activityState`. Set this to `false` to render
|
|
30
|
-
* screens as regular React Native views.
|
|
31
|
-
*
|
|
32
|
-
* @default true
|
|
33
|
-
*/
|
|
34
|
-
nativeScreens?: boolean;
|
|
35
|
-
/**
|
|
36
|
-
* Enables react-native-screens for blank-stack screen retention.
|
|
37
|
-
*
|
|
38
|
-
* @deprecated Use `nativeScreens` instead.
|
|
39
|
-
*/
|
|
40
|
-
enableNativeScreens?: boolean;
|
|
41
|
-
/**
|
|
42
|
-
* Creates an isolated navigation tree for embedded flows.
|
|
43
|
-
*
|
|
44
|
-
* Use this when the blank stack needs to live inside another screen or host
|
|
45
|
-
* application without joining the parent React Navigation tree.
|
|
46
|
-
*
|
|
47
|
-
* When enabled, the navigator:
|
|
48
|
-
* - wraps itself in `NavigationIndependentTree` + `NavigationContainer`
|
|
49
|
-
*
|
|
50
|
-
* Leave this disabled for normal top-level app stacks.
|
|
51
|
-
*/
|
|
52
|
-
independent?: boolean;
|
|
53
|
-
}
|
|
54
|
-
/**
|
|
55
|
-
* Props passed to overlay components in blank-stack.
|
|
56
|
-
* Uses the shared OverlayProps type with blank-stack's navigation type.
|
|
57
|
-
*/
|
|
58
|
-
export type BlankStackOverlayProps = OverlayProps<BlankStackNavigationProp<ParamListBase>>;
|
|
59
|
-
export type BlankStackNavigationOptions = ScreenTransitionConfig & {
|
|
60
|
-
/**
|
|
61
|
-
* Controls how inactive blank-stack screens are retained after they are no
|
|
62
|
-
* longer active.
|
|
63
|
-
*
|
|
64
|
-
* For a stack shaped as A(inactive), B(inert), C(active):
|
|
65
|
-
*
|
|
66
|
-
* - `hide`: keeps A mounted, pauses/freezes inactive work where supported,
|
|
67
|
-
* and hides native/view presentation after the screen that exposes it has
|
|
68
|
-
* safely painted.
|
|
69
|
-
* - `pause`: keeps A's last painted UI visible and asks the platform to stop
|
|
70
|
-
* or suspend inactive work where possible.
|
|
71
|
-
* - `unmount`: removes A's React subtree after safe paint when the route has
|
|
72
|
-
* no nested navigation state.
|
|
73
|
-
* - `keep`: keeps A mounted, attached, visible, non-interactive, and running.
|
|
74
|
-
*
|
|
75
|
-
* On web, or when native screens are disabled, `hide` and `pause` cannot
|
|
76
|
-
* currently suspend React work. This will change once the implementation can
|
|
77
|
-
* use React 19.2's Activity component.
|
|
78
|
-
*
|
|
79
|
-
* @default "hide" on native, "unmount" on web
|
|
80
|
-
*/
|
|
81
|
-
inactiveBehavior?: InactiveBehavior;
|
|
82
|
-
};
|
|
83
|
-
export type BlankStackNavigatorProps = DefaultNavigatorOptions<ParamListBase, string | undefined, StackNavigationState<ParamListBase>, BlankStackNavigationOptions, BlankStackNavigationEventMap, BlankStackNavigationProp<ParamListBase>> & StackRouterOptions & BlankStackFactoryOptions;
|
|
84
|
-
export type BlankStackDescriptor = Descriptor<BlankStackNavigationOptions, BlankStackNavigationProp<ParamListBase>, RouteProp<ParamListBase>> & {
|
|
85
|
-
activity: StackSceneActivity;
|
|
86
|
-
};
|
|
87
|
-
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/blank-stack/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,uBAAuB,EACvB,UAAU,EACV,iBAAiB,EACjB,cAAc,EACd,aAAa,EACb,SAAS,EACT,kBAAkB,EAClB,oBAAoB,EACpB,kBAAkB,EAClB,KAAK,EACL,MAAM,0BAA0B,CAAC;AAClC,OAAO,KAAK,EAAE,gBAAgB,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAC;AAC1E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAClE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AAEtE,YAAY,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAElD,MAAM,MAAM,4BAA4B,GAAG,EAAE,CAAC;AAE9C,MAAM,MAAM,wBAAwB,CACnC,SAAS,SAAS,aAAa,EAC/B,SAAS,SAAS,MAAM,SAAS,GAAG,MAAM,EAC1C,WAAW,SAAS,MAAM,GAAG,SAAS,GAAG,SAAS,IAC/C,cAAc,CACjB,SAAS,EACT,SAAS,EACT,WAAW,EACX,oBAAoB,CAAC,SAAS,CAAC,EAC/B,2BAA2B,EAC3B,4BAA4B,CAC5B,GACA,kBAAkB,CAAC,SAAS,CAAC,CAAC;AAE/B,MAAM,MAAM,qBAAqB,CAChC,SAAS,SAAS,aAAa,EAC/B,SAAS,SAAS,MAAM,SAAS,GAAG,MAAM,EAC1C,WAAW,SAAS,MAAM,GAAG,SAAS,GAAG,SAAS,IAC/C;IACH,UAAU,EAAE,wBAAwB,CAAC,SAAS,EAAE,SAAS,EAAE,WAAW,CAAC,CAAC;IACxE,KAAK,EAAE,SAAS,CAAC,SAAS,EAAE,SAAS,CAAC,CAAC;CACvC,CAAC;AAEF,MAAM,MAAM,qBAAqB,CAChC,SAAS,SAAS,aAAa,EAC/B,SAAS,SAAS,MAAM,SAAS,GAAG,MAAM,SAAS,EACnD,WAAW,SAAS,MAAM,GAAG,SAAS,GAAG,SAAS,IAC/C,qBAAqB,CAAC,SAAS,EAAE,SAAS,EAAE,WAAW,CAAC,GAAG;IAC9D,KAAK,EAAE,KAAK,CAAC;CACb,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG,iBAAiB,CAC1D,aAAa,EACb,4BAA4B,CAC5B,CAAC;AAEF;;;;;;;GAOG;AACH,MAAM,WAAW,wBAAwB;IACxC;;;;;;;;OAQG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAE9B;;;;;;;;;;OAUG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACtB;AAED;;;GAGG;AACH,MAAM,MAAM,sBAAsB,GAAG,YAAY,CAChD,wBAAwB,CAAC,aAAa,CAAC,CACvC,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG,sBAAsB,GAAG;IAClE;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;CACpC,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG,uBAAuB,CAC7D,aAAa,EACb,MAAM,GAAG,SAAS,EAClB,oBAAoB,CAAC,aAAa,CAAC,EACnC,2BAA2B,EAC3B,4BAA4B,EAC5B,wBAAwB,CAAC,aAAa,CAAC,CACvC,GACA,kBAAkB,GAClB,wBAAwB,CAAC;AAE1B,MAAM,MAAM,oBAAoB,GAAG,UAAU,CAC5C,2BAA2B,EAC3B,wBAAwB,CAAC,aAAa,CAAC,EACvC,SAAS,CAAC,aAAa,CAAC,CACxB,GAAG;IACH,QAAQ,EAAE,kBAAkB,CAAC;CAC7B,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type * as React from "react";
|
|
2
|
-
interface ScreenProps {
|
|
3
|
-
routeKey: string;
|
|
4
|
-
children: React.ReactNode;
|
|
5
|
-
}
|
|
6
|
-
export declare const ComponentScreen: ({ routeKey, children }: ScreenProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export {};
|
|
8
|
-
//# sourceMappingURL=component-screen.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component-screen.d.ts","sourceRoot":"","sources":["../../../../src/component-stack/components/component-screen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AAKpC,UAAU,WAAW;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC1B;AAID,eAAO,MAAM,eAAe,GAAI,wBAAwB,WAAW,4CAmBlE,CAAC"}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import type { ComponentStackDescriptor, ComponentStackNavigationHelpers } from "../types";
|
|
2
|
-
export declare const StackView: import("react").FC<import("../../shared/types/providers/blank-stack-provider.types").BlankStackProviderProps<ComponentStackDescriptor, ComponentStackNavigationHelpers> & import("../../shared/providers/stack/core.provider").StackCoreConfig>;
|
|
3
|
-
//# sourceMappingURL=stack-view.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"stack-view.d.ts","sourceRoot":"","sources":["../../../../src/component-stack/components/stack-view.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EACX,wBAAwB,EACxB,+BAA+B,EAC/B,MAAM,UAAU,CAAC;AAGlB,eAAO,MAAM,SAAS,iPA4BrB,CAAC"}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { createComponentStackNavigator } from "../component-stack/navigators/create-component-stack-navigator";
|
|
2
|
-
export type { ComponentStackNavigationEventMap, ComponentStackNavigationOptions, ComponentStackNavigationProp, ComponentStackNavigatorProps, ComponentStackOptionsArgs, ComponentStackOverlayProps, ComponentStackScreenProps, } from "../component-stack/types";
|
|
3
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/component-stack/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,gEAAgE,CAAC;AAC/G,YAAY,EACX,gCAAgC,EAChC,+BAA+B,EAC/B,4BAA4B,EAC5B,4BAA4B,EAC5B,yBAAyB,EACzB,0BAA0B,EAC1B,yBAAyB,GACzB,MAAM,0BAA0B,CAAC"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { type NavigatorTypeBagBase, type ParamListBase, type StackNavigationState, type StaticConfig, type TypedNavigator } from "@react-navigation/native";
|
|
2
|
-
import type { ComponentStackNavigationEventMap, ComponentStackNavigationOptions, ComponentStackNavigationProp, ComponentStackNavigatorProps } from "../types";
|
|
3
|
-
/**
|
|
4
|
-
* ComponentStackNavigator conditionally wraps in NavigationIndependentTree.
|
|
5
|
-
* - If already inside a ComponentStack (nested), just render the inner navigator
|
|
6
|
-
* so it participates in the parent's navigation tree and goBack() works.
|
|
7
|
-
* - If top-level, wrap in NavigationIndependentTree + NavigationContainer
|
|
8
|
-
* to isolate from Expo Router / React Navigation.
|
|
9
|
-
*/
|
|
10
|
-
declare function IsolatedComponentStackNavigator(props: ComponentStackNavigatorProps): import("react/jsx-runtime").JSX.Element;
|
|
11
|
-
/**
|
|
12
|
-
* @deprecated Component stack was originally introduced for independent,
|
|
13
|
-
* embedded navigation flows. Blank stack now supports that use case directly
|
|
14
|
-
* via navigator props such as `<BlankStack.Navigator independent />`, with
|
|
15
|
-
* `nativeScreens` available when you need to switch between native
|
|
16
|
-
* screens and regular views. Prefer blank stack for new work; component stack
|
|
17
|
-
* will be removed in a future release.
|
|
18
|
-
*/
|
|
19
|
-
export declare function createComponentStackNavigator<const ParamList extends ParamListBase, const NavigatorID extends string | undefined = undefined, const TypeBag extends NavigatorTypeBagBase = {
|
|
20
|
-
ParamList: ParamList;
|
|
21
|
-
NavigatorID: NavigatorID;
|
|
22
|
-
State: StackNavigationState<ParamList>;
|
|
23
|
-
ScreenOptions: ComponentStackNavigationOptions;
|
|
24
|
-
EventMap: ComponentStackNavigationEventMap;
|
|
25
|
-
NavigationList: {
|
|
26
|
-
[RouteName in keyof ParamList]: ComponentStackNavigationProp<ParamList, RouteName, NavigatorID>;
|
|
27
|
-
};
|
|
28
|
-
Navigator: typeof IsolatedComponentStackNavigator;
|
|
29
|
-
}, const Config extends StaticConfig<TypeBag> = StaticConfig<TypeBag>>(config?: Config): TypedNavigator<TypeBag, Config>;
|
|
30
|
-
export {};
|
|
31
|
-
//# sourceMappingURL=create-component-stack-navigator.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create-component-stack-navigator.d.ts","sourceRoot":"","sources":["../../../../src/component-stack/navigators/create-component-stack-navigator.tsx"],"names":[],"mappings":"AAAA,OAAO,EAIN,KAAK,oBAAoB,EACzB,KAAK,aAAa,EAElB,KAAK,oBAAoB,EAGzB,KAAK,YAAY,EACjB,KAAK,cAAc,EAEnB,MAAM,0BAA0B,CAAC;AAGlC,OAAO,KAAK,EACX,gCAAgC,EAChC,+BAA+B,EAC/B,4BAA4B,EAC5B,4BAA4B,EAC5B,MAAM,UAAU,CAAC;AAmDlB;;;;;;GAMG;AACH,iBAAS,+BAA+B,CAAC,KAAK,EAAE,4BAA4B,2CAgB3E;AAED;;;;;;;GAOG;AACH,wBAAgB,6BAA6B,CAC5C,KAAK,CAAC,SAAS,SAAS,aAAa,EACrC,KAAK,CAAC,WAAW,SAAS,MAAM,GAAG,SAAS,GAAG,SAAS,EACxD,KAAK,CAAC,OAAO,SAAS,oBAAoB,GAAG;IAC5C,SAAS,EAAE,SAAS,CAAC;IACrB,WAAW,EAAE,WAAW,CAAC;IACzB,KAAK,EAAE,oBAAoB,CAAC,SAAS,CAAC,CAAC;IACvC,aAAa,EAAE,+BAA+B,CAAC;IAC/C,QAAQ,EAAE,gCAAgC,CAAC;IAC3C,cAAc,EAAE;SACd,SAAS,IAAI,MAAM,SAAS,GAAG,4BAA4B,CAC3D,SAAS,EACT,SAAS,EACT,WAAW,CACX;KACD,CAAC;IACF,SAAS,EAAE,OAAO,+BAA+B,CAAC;CAClD,EACD,KAAK,CAAC,MAAM,SAAS,YAAY,CAAC,OAAO,CAAC,GAAG,YAAY,CAAC,OAAO,CAAC,EACjE,MAAM,CAAC,EAAE,MAAM,GAAG,cAAc,CAAC,OAAO,EAAE,MAAM,CAAC,CAElD"}
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import type { DefaultNavigatorOptions, Descriptor, NavigationHelpers, NavigationProp, ParamListBase, RouteProp, StackActionHelpers, StackNavigationState, StackRouterOptions, Theme } from "@react-navigation/native";
|
|
2
|
-
import type { ScreenTransitionConfig } from "../shared";
|
|
3
|
-
import type { OverlayProps } from "../shared/types/overlay.types";
|
|
4
|
-
/**
|
|
5
|
-
* @deprecated Component stack is deprecated. Use blank stack instead.
|
|
6
|
-
*/
|
|
7
|
-
export type ComponentStackNavigationEventMap = {};
|
|
8
|
-
/**
|
|
9
|
-
* @deprecated Component stack is deprecated. Use blank stack instead.
|
|
10
|
-
*/
|
|
11
|
-
export type ComponentStackNavigationProp<ParamList extends ParamListBase, RouteName extends keyof ParamList = string, NavigatorID extends string | undefined = undefined> = NavigationProp<ParamList, RouteName, NavigatorID, StackNavigationState<ParamList>, ComponentStackNavigationOptions, ComponentStackNavigationEventMap> & StackActionHelpers<ParamList>;
|
|
12
|
-
/**
|
|
13
|
-
* @deprecated Component stack is deprecated. Use blank stack instead.
|
|
14
|
-
*/
|
|
15
|
-
export type ComponentStackScreenProps<ParamList extends ParamListBase, RouteName extends keyof ParamList = string, NavigatorID extends string | undefined = undefined> = {
|
|
16
|
-
navigation: ComponentStackNavigationProp<ParamList, RouteName, NavigatorID>;
|
|
17
|
-
route: RouteProp<ParamList, RouteName>;
|
|
18
|
-
};
|
|
19
|
-
/**
|
|
20
|
-
* @deprecated Component stack is deprecated. Use blank stack instead.
|
|
21
|
-
*/
|
|
22
|
-
export type ComponentStackOptionsArgs<ParamList extends ParamListBase, RouteName extends keyof ParamList = keyof ParamList, NavigatorID extends string | undefined = undefined> = ComponentStackScreenProps<ParamList, RouteName, NavigatorID> & {
|
|
23
|
-
theme: Theme;
|
|
24
|
-
};
|
|
25
|
-
/**
|
|
26
|
-
* @deprecated Component stack is deprecated. Use blank stack instead.
|
|
27
|
-
*/
|
|
28
|
-
export type ComponentStackNavigationHelpers = NavigationHelpers<ParamListBase, ComponentStackNavigationEventMap>;
|
|
29
|
-
type ComponentStackNavigationConfig = {};
|
|
30
|
-
/**
|
|
31
|
-
* Props passed to overlay components in component-stack.
|
|
32
|
-
* Uses the shared OverlayProps type with component-stack's navigation type.
|
|
33
|
-
*
|
|
34
|
-
* @deprecated Component stack is deprecated. Use blank stack instead.
|
|
35
|
-
*/
|
|
36
|
-
export type ComponentStackOverlayProps = OverlayProps<ComponentStackNavigationProp<ParamListBase>>;
|
|
37
|
-
type ComponentStackScreenTransitionConfig = ScreenTransitionConfig & {
|
|
38
|
-
/**
|
|
39
|
-
* Whether to detach the previous screen from the view hierarchy to save memory.
|
|
40
|
-
* Set it to `false` if you need the previous screen to be seen through the active screen.
|
|
41
|
-
* Only applicable if `detachInactiveScreens` isn't set to `false`.
|
|
42
|
-
*/
|
|
43
|
-
detachPreviousScreen?: boolean;
|
|
44
|
-
};
|
|
45
|
-
/**
|
|
46
|
-
* @deprecated Component stack is deprecated. Use blank stack instead.
|
|
47
|
-
*/
|
|
48
|
-
export type ComponentStackNavigationOptions = ComponentStackScreenTransitionConfig & {};
|
|
49
|
-
/**
|
|
50
|
-
* @deprecated Component stack is deprecated. Use blank stack instead.
|
|
51
|
-
*/
|
|
52
|
-
export type ComponentStackNavigatorProps = DefaultNavigatorOptions<ParamListBase, string | undefined, StackNavigationState<ParamListBase>, ComponentStackNavigationOptions, ComponentStackNavigationEventMap, ComponentStackNavigationProp<ParamListBase>> & StackRouterOptions & ComponentStackNavigationConfig;
|
|
53
|
-
/**
|
|
54
|
-
* @deprecated Component stack is deprecated. Use blank stack instead.
|
|
55
|
-
*/
|
|
56
|
-
export type ComponentStackDescriptor = Descriptor<ComponentStackNavigationOptions, ComponentStackNavigationProp<ParamListBase>, RouteProp<ParamListBase>>;
|
|
57
|
-
export {};
|
|
58
|
-
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/component-stack/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACX,uBAAuB,EACvB,UAAU,EACV,iBAAiB,EACjB,cAAc,EACd,aAAa,EACb,SAAS,EACT,kBAAkB,EAClB,oBAAoB,EACpB,kBAAkB,EAClB,KAAK,EACL,MAAM,0BAA0B,CAAC;AAClC,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAC;AACxD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAElE;;GAEG;AACH,MAAM,MAAM,gCAAgC,GAAG,EAAE,CAAC;AAElD;;GAEG;AACH,MAAM,MAAM,4BAA4B,CACvC,SAAS,SAAS,aAAa,EAC/B,SAAS,SAAS,MAAM,SAAS,GAAG,MAAM,EAC1C,WAAW,SAAS,MAAM,GAAG,SAAS,GAAG,SAAS,IAC/C,cAAc,CACjB,SAAS,EACT,SAAS,EACT,WAAW,EACX,oBAAoB,CAAC,SAAS,CAAC,EAC/B,+BAA+B,EAC/B,gCAAgC,CAChC,GACA,kBAAkB,CAAC,SAAS,CAAC,CAAC;AAE/B;;GAEG;AACH,MAAM,MAAM,yBAAyB,CACpC,SAAS,SAAS,aAAa,EAC/B,SAAS,SAAS,MAAM,SAAS,GAAG,MAAM,EAC1C,WAAW,SAAS,MAAM,GAAG,SAAS,GAAG,SAAS,IAC/C;IACH,UAAU,EAAE,4BAA4B,CAAC,SAAS,EAAE,SAAS,EAAE,WAAW,CAAC,CAAC;IAC5E,KAAK,EAAE,SAAS,CAAC,SAAS,EAAE,SAAS,CAAC,CAAC;CACvC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,yBAAyB,CACpC,SAAS,SAAS,aAAa,EAC/B,SAAS,SAAS,MAAM,SAAS,GAAG,MAAM,SAAS,EACnD,WAAW,SAAS,MAAM,GAAG,SAAS,GAAG,SAAS,IAC/C,yBAAyB,CAAC,SAAS,EAAE,SAAS,EAAE,WAAW,CAAC,GAAG;IAClE,KAAK,EAAE,KAAK,CAAC;CACb,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,+BAA+B,GAAG,iBAAiB,CAC9D,aAAa,EACb,gCAAgC,CAChC,CAAC;AAEF,KAAK,8BAA8B,GAAG,EAAE,CAAC;AAEzC;;;;;GAKG;AACH,MAAM,MAAM,0BAA0B,GAAG,YAAY,CACpD,4BAA4B,CAAC,aAAa,CAAC,CAC3C,CAAC;AAEF,KAAK,oCAAoC,GAAG,sBAAsB,GAAG;IACpE;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAC/B,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,+BAA+B,GAC1C,oCAAoC,GAAG,EAAE,CAAC;AAE3C;;GAEG;AACH,MAAM,MAAM,4BAA4B,GAAG,uBAAuB,CACjE,aAAa,EACb,MAAM,GAAG,SAAS,EAClB,oBAAoB,CAAC,aAAa,CAAC,EACnC,+BAA+B,EAC/B,gCAAgC,EAChC,4BAA4B,CAAC,aAAa,CAAC,CAC3C,GACA,kBAAkB,GAClB,8BAA8B,CAAC;AAEhC;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAChD,+BAA+B,EAC/B,4BAA4B,CAAC,aAAa,CAAC,EAC3C,SAAS,CAAC,aAAa,CAAC,CACxB,CAAC"}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export { createNativeStackNavigator } from "./navigators/createNativeStackNavigator";
|
|
2
|
-
export type { NativeStackHeaderLeftProps, NativeStackHeaderProps, NativeStackHeaderRightProps, NativeStackNavigationEventMap, NativeStackNavigationOptions, NativeStackNavigationProp, NativeStackNavigatorProps, NativeStackOptionsArgs, NativeStackOverlayProps, NativeStackScreenProps, } from "./types";
|
|
3
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/native-stack/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,yCAAyC,CAAC;AACrF,YAAY,EACX,0BAA0B,EAC1B,sBAAsB,EACtB,2BAA2B,EAC3B,6BAA6B,EAC7B,4BAA4B,EAC5B,yBAAyB,EACzB,yBAAyB,EACzB,sBAAsB,EACtB,uBAAuB,EACvB,sBAAsB,GACtB,MAAM,SAAS,CAAC"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { type NavigatorTypeBagBase, type ParamListBase, type StackNavigationState, type StaticConfig, type TypedNavigator } from "@react-navigation/native";
|
|
2
|
-
import type { NativeStackNavigationEventMap, NativeStackNavigationOptions, NativeStackNavigationProp, NativeStackNavigatorProps } from "../types";
|
|
3
|
-
declare function NativeStackNavigator({ id, initialRouteName, children, layout, screenListeners, screenOptions, screenLayout, ...rest }: NativeStackNavigatorProps): import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
/**
|
|
5
|
-
* @deprecated The bundled native-stack integration is deprecated and will be removed in a future major release.
|
|
6
|
-
* Use `@react-navigation/native-stack` or Expo Router's native stack with
|
|
7
|
-
* `withScreenTransitions` from `react-native-screen-transitions` instead.
|
|
8
|
-
*/
|
|
9
|
-
export declare function createNativeStackNavigator<const ParamList extends ParamListBase, const NavigatorID extends string | undefined = undefined, const TypeBag extends NavigatorTypeBagBase = {
|
|
10
|
-
ParamList: ParamList;
|
|
11
|
-
NavigatorID: NavigatorID;
|
|
12
|
-
State: StackNavigationState<ParamList>;
|
|
13
|
-
ScreenOptions: NativeStackNavigationOptions;
|
|
14
|
-
EventMap: NativeStackNavigationEventMap;
|
|
15
|
-
NavigationList: {
|
|
16
|
-
[RouteName in keyof ParamList]: NativeStackNavigationProp<ParamList, RouteName, NavigatorID>;
|
|
17
|
-
};
|
|
18
|
-
Navigator: typeof NativeStackNavigator;
|
|
19
|
-
}, const Config extends StaticConfig<TypeBag> = StaticConfig<TypeBag>>(config?: Config): TypedNavigator<TypeBag, Config>;
|
|
20
|
-
export {};
|
|
21
|
-
//# sourceMappingURL=createNativeStackNavigator.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"createNativeStackNavigator.d.ts","sourceRoot":"","sources":["../../../../src/native-stack/navigators/createNativeStackNavigator.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEN,KAAK,oBAAoB,EACzB,KAAK,aAAa,EAElB,KAAK,oBAAoB,EAGzB,KAAK,YAAY,EACjB,KAAK,cAAc,EAEnB,MAAM,0BAA0B,CAAC;AAGlC,OAAO,KAAK,EACX,6BAA6B,EAC7B,4BAA4B,EAC5B,yBAAyB,EACzB,yBAAyB,EACzB,MAAM,UAAU,CAAC;AAGlB,iBAAS,oBAAoB,CAAC,EAC7B,EAAE,EACF,gBAAgB,EAChB,QAAQ,EACR,MAAM,EACN,eAAe,EACf,aAAa,EACb,YAAY,EACZ,GAAG,IAAI,EACP,EAAE,yBAAyB,2CA+B3B;AAED;;;;GAIG;AACH,wBAAgB,0BAA0B,CACzC,KAAK,CAAC,SAAS,SAAS,aAAa,EACrC,KAAK,CAAC,WAAW,SAAS,MAAM,GAAG,SAAS,GAAG,SAAS,EACxD,KAAK,CAAC,OAAO,SAAS,oBAAoB,GAAG;IAC5C,SAAS,EAAE,SAAS,CAAC;IACrB,WAAW,EAAE,WAAW,CAAC;IACzB,KAAK,EAAE,oBAAoB,CAAC,SAAS,CAAC,CAAC;IACvC,aAAa,EAAE,4BAA4B,CAAC;IAC5C,QAAQ,EAAE,6BAA6B,CAAC;IACxC,cAAc,EAAE;SACd,SAAS,IAAI,MAAM,SAAS,GAAG,yBAAyB,CACxD,SAAS,EACT,SAAS,EACT,WAAW,CACX;KACD,CAAC;IACF,SAAS,EAAE,OAAO,oBAAoB,CAAC;CACvC,EACD,KAAK,CAAC,MAAM,SAAS,YAAY,CAAC,OAAO,CAAC,GAAG,YAAY,CAAC,OAAO,CAAC,EACjE,MAAM,CAAC,EAAE,MAAM,GAAG,cAAc,CAAC,OAAO,EAAE,MAAM,CAAC,CAElD"}
|