react-native-screen-transitions 3.11.3 → 3.13.0-beta.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/blank-stack/components/stack-view.js +1 -2
- package/lib/commonjs/blank-stack/components/stack-view.js.map +1 -1
- package/lib/commonjs/component-stack/components/stack-view.js +1 -2
- package/lib/commonjs/component-stack/components/stack-view.js.map +1 -1
- package/lib/commonjs/native-stack/views/NativeStackView.native.js +2 -3
- package/lib/commonjs/native-stack/views/NativeStackView.native.js.map +1 -1
- package/lib/commonjs/shared/adapters/with-screen-transitions/stack-layout.js +1 -1
- package/lib/commonjs/shared/adapters/with-screen-transitions/stack-layout.js.map +1 -1
- package/lib/commonjs/shared/components/activity/variants/activity-screen.js +1 -1
- package/lib/commonjs/shared/components/activity/variants/activity-screen.js.map +1 -1
- package/lib/commonjs/shared/components/boundary/components/boundary-lifecycle.js +0 -3
- package/lib/commonjs/shared/components/boundary/components/boundary-lifecycle.js.map +1 -1
- package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-boundary-measurement-request.js +69 -0
- package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-boundary-measurement-request.js.map +1 -0
- package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-boundary-presence.js +11 -10
- package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-boundary-presence.js.map +1 -1
- package/lib/commonjs/shared/components/boundary/hooks/use-boundary-measurement.js +3 -19
- package/lib/commonjs/shared/components/boundary/hooks/use-boundary-measurement.js.map +1 -1
- package/lib/commonjs/shared/components/boundary/hooks/use-measurer.js +6 -16
- package/lib/commonjs/shared/components/boundary/hooks/use-measurer.js.map +1 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-content-portal/helpers/active-handoff-receiver.js +27 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-content-portal/helpers/active-handoff-receiver.js.map +1 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js +32 -11
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js.map +1 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.js +8 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.js.map +1 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/helpers/attachment.js +19 -0
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/helpers/attachment.js.map +1 -0
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/helpers/host-readiness.js +18 -0
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/helpers/host-readiness.js.map +1 -0
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/helpers/local-measurement.js +22 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/helpers/local-measurement.js.map +1 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/hooks/use-active-portal-boundary-host.js +10 -10
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/hooks/use-active-portal-boundary-host.js.map +1 -1
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js +18 -6
- package/lib/commonjs/shared/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js.map +1 -1
- package/lib/commonjs/shared/components/overlay/helpers/create-overlay-interpolator-frame.js +30 -0
- package/lib/commonjs/shared/components/overlay/helpers/create-overlay-interpolator-frame.js.map +1 -0
- package/lib/commonjs/shared/components/overlay/helpers/get-active-overlay.js +40 -22
- package/lib/commonjs/shared/components/overlay/helpers/get-active-overlay.js.map +1 -1
- package/lib/commonjs/shared/components/overlay/helpers/retain-ready-overlay-resources.js +21 -0
- package/lib/commonjs/shared/components/overlay/helpers/retain-ready-overlay-resources.js.map +1 -0
- package/lib/commonjs/shared/components/overlay/helpers/run-overlay-slot-interpolator.js +41 -0
- package/lib/commonjs/shared/components/overlay/helpers/run-overlay-slot-interpolator.js.map +1 -0
- package/lib/commonjs/shared/components/overlay/hooks/use-overlay-slot.js +85 -0
- package/lib/commonjs/shared/components/overlay/hooks/use-overlay-slot.js.map +1 -0
- package/lib/commonjs/shared/components/overlay/variations/float-overlay.js +14 -65
- package/lib/commonjs/shared/components/overlay/variations/float-overlay.js.map +1 -1
- package/lib/commonjs/shared/components/overlay/variations/overlay-host.js +89 -16
- package/lib/commonjs/shared/components/overlay/variations/overlay-host.js.map +1 -1
- package/lib/commonjs/shared/components/screen-lifecycle/hooks/use-close-transition-intent.js +4 -1
- package/lib/commonjs/shared/components/screen-lifecycle/hooks/use-close-transition-intent.js.map +1 -1
- package/lib/commonjs/shared/providers/helpers/measured-bounds-writes.js +4 -0
- package/lib/commonjs/shared/providers/helpers/measured-bounds-writes.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/animation/animation.provider.js +14 -8
- package/lib/commonjs/shared/providers/screen/animation/animation.provider.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/animation/helpers/accessors/use-build-transition-accessor.js +6 -8
- package/lib/commonjs/shared/providers/screen/animation/helpers/accessors/use-build-transition-accessor.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/animation/helpers/hydrate-transition-state/index.js +5 -1
- package/lib/commonjs/shared/providers/screen/animation/helpers/hydrate-transition-state/index.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/animation/helpers/interpolator-participation.js +9 -0
- package/lib/commonjs/shared/providers/screen/animation/helpers/interpolator-participation.js.map +1 -0
- package/lib/commonjs/shared/providers/screen/animation/helpers/pipeline.js +13 -2
- package/lib/commonjs/shared/providers/screen/animation/helpers/pipeline.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/animation/use-screen-animation.js +8 -2
- package/lib/commonjs/shared/providers/screen/animation/use-screen-animation.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/descriptors/descriptors.provider.js +40 -8
- package/lib/commonjs/shared/providers/screen/descriptors/descriptors.provider.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/descriptors/helpers/derive-descriptor-derivations.js +2 -0
- package/lib/commonjs/shared/providers/screen/descriptors/helpers/derive-descriptor-derivations.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/descriptors/helpers/derive-structural-ancestor-keys.js +12 -0
- package/lib/commonjs/shared/providers/screen/descriptors/helpers/derive-structural-ancestor-keys.js.map +1 -0
- package/lib/commonjs/shared/providers/screen/gestures/gestures.provider.js +9 -5
- package/lib/commonjs/shared/providers/screen/gestures/gestures.provider.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/gestures/hooks/use-screen-gesture-config.js +1 -3
- package/lib/commonjs/shared/providers/screen/gestures/hooks/use-screen-gesture-config.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/gestures/ownership/{use-walk-up-and-register-shadowing-claims.js → gesture-ownership-bridge.js} +36 -50
- package/lib/commonjs/shared/providers/screen/gestures/ownership/gesture-ownership-bridge.js.map +1 -0
- package/lib/commonjs/shared/providers/screen/gestures/pan/behavior/pan-lifecycle.js +1 -0
- package/lib/commonjs/shared/providers/screen/gestures/pan/behavior/pan-lifecycle.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/gestures/pan/behavior/pan-release.js +9 -2
- package/lib/commonjs/shared/providers/screen/gestures/pan/behavior/pan-release.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/gestures/pan/behavior/use-pan-behavior.js +1 -0
- package/lib/commonjs/shared/providers/screen/gestures/pan/behavior/use-pan-behavior.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/styles/constants.js +3 -1
- package/lib/commonjs/shared/providers/screen/styles/constants.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/styles/helpers/transition-visual-state.js +20 -1
- package/lib/commonjs/shared/providers/screen/styles/helpers/transition-visual-state.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/styles/helpers/visibility-block-ownership.js +19 -0
- package/lib/commonjs/shared/providers/screen/styles/helpers/visibility-block-ownership.js.map +1 -0
- package/lib/commonjs/shared/providers/screen/styles/hooks/slot-resolvers.js +14 -15
- package/lib/commonjs/shared/providers/screen/styles/hooks/slot-resolvers.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/styles/hooks/use-interpolated-style-maps.js +34 -11
- package/lib/commonjs/shared/providers/screen/styles/hooks/use-interpolated-style-maps.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/styles/hooks/use-maybe-block-visibility.js +35 -15
- package/lib/commonjs/shared/providers/screen/styles/hooks/use-maybe-block-visibility.js.map +1 -1
- package/lib/commonjs/shared/providers/screen/styles/slot.provider.js +31 -33
- package/lib/commonjs/shared/providers/screen/styles/slot.provider.js.map +1 -1
- package/lib/commonjs/shared/providers/stack/blank-stack-state/helpers/resolve-presented-index.js +18 -0
- package/lib/commonjs/shared/providers/stack/blank-stack-state/helpers/resolve-presented-index.js.map +1 -0
- package/lib/commonjs/shared/providers/stack/blank-stack.provider.js +2 -1
- package/lib/commonjs/shared/providers/stack/blank-stack.provider.js.map +1 -1
- package/lib/commonjs/shared/stores/bounds/helpers/link-pairs.helpers.js +11 -1
- package/lib/commonjs/shared/stores/bounds/helpers/link-pairs.helpers.js.map +1 -1
- package/lib/commonjs/shared/stores/bounds/internals/clear.js +6 -0
- package/lib/commonjs/shared/stores/bounds/internals/clear.js.map +1 -1
- package/lib/commonjs/shared/stores/bounds/internals/coordinator.js +298 -0
- package/lib/commonjs/shared/stores/bounds/internals/coordinator.js.map +1 -0
- package/lib/commonjs/shared/stores/bounds/internals/entries.js +0 -27
- package/lib/commonjs/shared/stores/bounds/internals/entries.js.map +1 -1
- package/lib/commonjs/shared/stores/bounds/internals/links.js +22 -32
- package/lib/commonjs/shared/stores/bounds/internals/links.js.map +1 -1
- package/lib/commonjs/shared/stores/bounds/internals/screen-graph.js +45 -0
- package/lib/commonjs/shared/stores/bounds/internals/screen-graph.js.map +1 -0
- package/lib/commonjs/shared/stores/bounds/internals/state.js +4 -1
- package/lib/commonjs/shared/stores/bounds/internals/state.js.map +1 -1
- package/lib/commonjs/shared/utils/bounds/helpers/create-bounds-accessor-core.js +7 -3
- package/lib/commonjs/shared/utils/bounds/helpers/create-bounds-accessor-core.js.map +1 -1
- package/lib/commonjs/shared/utils/bounds/helpers/create-link-accessor.js +11 -0
- package/lib/commonjs/shared/utils/bounds/helpers/create-link-accessor.js.map +1 -1
- package/lib/commonjs/shared/utils/bounds/helpers/prepare-bound-styles.js +6 -2
- package/lib/commonjs/shared/utils/bounds/helpers/prepare-bound-styles.js.map +1 -1
- package/lib/commonjs/shared/utils/bounds/helpers/resolve-bounds-pair-key.js.map +1 -1
- package/lib/commonjs/shared/utils/bounds/helpers/styles/compute.js +11 -5
- package/lib/commonjs/shared/utils/bounds/helpers/styles/compute.js.map +1 -1
- package/lib/commonjs/shared/utils/create-provider.js +119 -10
- package/lib/commonjs/shared/utils/create-provider.js.map +1 -1
- package/lib/module/blank-stack/components/stack-view.js +1 -2
- package/lib/module/blank-stack/components/stack-view.js.map +1 -1
- package/lib/module/component-stack/components/stack-view.js +1 -2
- package/lib/module/component-stack/components/stack-view.js.map +1 -1
- package/lib/module/native-stack/views/NativeStackView.native.js +2 -3
- package/lib/module/native-stack/views/NativeStackView.native.js.map +1 -1
- package/lib/module/shared/adapters/with-screen-transitions/stack-layout.js +1 -1
- package/lib/module/shared/adapters/with-screen-transitions/stack-layout.js.map +1 -1
- package/lib/module/shared/components/activity/variants/activity-screen.js +1 -1
- package/lib/module/shared/components/activity/variants/activity-screen.js.map +1 -1
- package/lib/module/shared/components/boundary/components/boundary-lifecycle.js +0 -3
- package/lib/module/shared/components/boundary/components/boundary-lifecycle.js.map +1 -1
- package/lib/module/shared/components/boundary/hooks/lifecycles/use-boundary-measurement-request.js +64 -0
- package/lib/module/shared/components/boundary/hooks/lifecycles/use-boundary-measurement-request.js.map +1 -0
- package/lib/module/shared/components/boundary/hooks/lifecycles/use-boundary-presence.js +11 -10
- package/lib/module/shared/components/boundary/hooks/lifecycles/use-boundary-presence.js.map +1 -1
- package/lib/module/shared/components/boundary/hooks/use-boundary-measurement.js +3 -19
- package/lib/module/shared/components/boundary/hooks/use-boundary-measurement.js.map +1 -1
- package/lib/module/shared/components/boundary/hooks/use-measurer.js +6 -16
- package/lib/module/shared/components/boundary/hooks/use-measurer.js.map +1 -1
- package/lib/module/shared/components/boundary/portal/components/boundary-content-portal/helpers/active-handoff-receiver.js +24 -0
- package/lib/module/shared/components/boundary/portal/components/boundary-content-portal/helpers/active-handoff-receiver.js.map +1 -1
- package/lib/module/shared/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js +33 -12
- package/lib/module/shared/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.js.map +1 -1
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.js +8 -1
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.js.map +1 -1
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/helpers/attachment.js +14 -0
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/helpers/attachment.js.map +1 -0
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/helpers/host-readiness.js +13 -0
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/helpers/host-readiness.js.map +1 -0
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/helpers/local-measurement.js +19 -0
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/helpers/local-measurement.js.map +1 -1
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/hooks/use-active-portal-boundary-host.js +10 -10
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/hooks/use-active-portal-boundary-host.js.map +1 -1
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js +18 -6
- package/lib/module/shared/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.js.map +1 -1
- package/lib/module/shared/components/overlay/helpers/create-overlay-interpolator-frame.js +25 -0
- package/lib/module/shared/components/overlay/helpers/create-overlay-interpolator-frame.js.map +1 -0
- package/lib/module/shared/components/overlay/helpers/get-active-overlay.js +37 -21
- package/lib/module/shared/components/overlay/helpers/get-active-overlay.js.map +1 -1
- package/lib/module/shared/components/overlay/helpers/retain-ready-overlay-resources.js +17 -0
- package/lib/module/shared/components/overlay/helpers/retain-ready-overlay-resources.js.map +1 -0
- package/lib/module/shared/components/overlay/helpers/run-overlay-slot-interpolator.js +36 -0
- package/lib/module/shared/components/overlay/helpers/run-overlay-slot-interpolator.js.map +1 -0
- package/lib/module/shared/components/overlay/hooks/use-overlay-slot.js +80 -0
- package/lib/module/shared/components/overlay/hooks/use-overlay-slot.js.map +1 -0
- package/lib/module/shared/components/overlay/variations/float-overlay.js +15 -66
- package/lib/module/shared/components/overlay/variations/float-overlay.js.map +1 -1
- package/lib/module/shared/components/overlay/variations/overlay-host.js +90 -18
- package/lib/module/shared/components/overlay/variations/overlay-host.js.map +1 -1
- package/lib/module/shared/components/screen-lifecycle/hooks/use-close-transition-intent.js +4 -1
- package/lib/module/shared/components/screen-lifecycle/hooks/use-close-transition-intent.js.map +1 -1
- package/lib/module/shared/providers/helpers/measured-bounds-writes.js +4 -0
- package/lib/module/shared/providers/helpers/measured-bounds-writes.js.map +1 -1
- package/lib/module/shared/providers/screen/animation/animation.provider.js +14 -8
- package/lib/module/shared/providers/screen/animation/animation.provider.js.map +1 -1
- package/lib/module/shared/providers/screen/animation/helpers/accessors/use-build-transition-accessor.js +6 -8
- package/lib/module/shared/providers/screen/animation/helpers/accessors/use-build-transition-accessor.js.map +1 -1
- package/lib/module/shared/providers/screen/animation/helpers/hydrate-transition-state/index.js +5 -1
- package/lib/module/shared/providers/screen/animation/helpers/hydrate-transition-state/index.js.map +1 -1
- package/lib/module/shared/providers/screen/animation/helpers/interpolator-participation.js +4 -0
- package/lib/module/shared/providers/screen/animation/helpers/interpolator-participation.js.map +1 -0
- package/lib/module/shared/providers/screen/animation/helpers/pipeline.js +13 -2
- package/lib/module/shared/providers/screen/animation/helpers/pipeline.js.map +1 -1
- package/lib/module/shared/providers/screen/animation/use-screen-animation.js +8 -2
- package/lib/module/shared/providers/screen/animation/use-screen-animation.js.map +1 -1
- package/lib/module/shared/providers/screen/descriptors/descriptors.provider.js +41 -9
- package/lib/module/shared/providers/screen/descriptors/descriptors.provider.js.map +1 -1
- package/lib/module/shared/providers/screen/descriptors/helpers/derive-descriptor-derivations.js +2 -0
- package/lib/module/shared/providers/screen/descriptors/helpers/derive-descriptor-derivations.js.map +1 -1
- package/lib/module/shared/providers/screen/descriptors/helpers/derive-structural-ancestor-keys.js +7 -0
- package/lib/module/shared/providers/screen/descriptors/helpers/derive-structural-ancestor-keys.js.map +1 -0
- package/lib/module/shared/providers/screen/gestures/gestures.provider.js +10 -6
- package/lib/module/shared/providers/screen/gestures/gestures.provider.js.map +1 -1
- package/lib/module/shared/providers/screen/gestures/hooks/use-screen-gesture-config.js +1 -3
- package/lib/module/shared/providers/screen/gestures/hooks/use-screen-gesture-config.js.map +1 -1
- package/lib/module/shared/providers/screen/gestures/ownership/{use-walk-up-and-register-shadowing-claims.js → gesture-ownership-bridge.js} +35 -49
- package/lib/module/shared/providers/screen/gestures/ownership/gesture-ownership-bridge.js.map +1 -0
- package/lib/module/shared/providers/screen/gestures/pan/behavior/pan-lifecycle.js +1 -0
- package/lib/module/shared/providers/screen/gestures/pan/behavior/pan-lifecycle.js.map +1 -1
- package/lib/module/shared/providers/screen/gestures/pan/behavior/pan-release.js +9 -2
- package/lib/module/shared/providers/screen/gestures/pan/behavior/pan-release.js.map +1 -1
- package/lib/module/shared/providers/screen/gestures/pan/behavior/use-pan-behavior.js +1 -0
- package/lib/module/shared/providers/screen/gestures/pan/behavior/use-pan-behavior.js.map +1 -1
- package/lib/module/shared/providers/screen/styles/constants.js +3 -1
- package/lib/module/shared/providers/screen/styles/constants.js.map +1 -1
- package/lib/module/shared/providers/screen/styles/helpers/transition-visual-state.js +18 -0
- package/lib/module/shared/providers/screen/styles/helpers/transition-visual-state.js.map +1 -1
- package/lib/module/shared/providers/screen/styles/helpers/visibility-block-ownership.js +14 -0
- package/lib/module/shared/providers/screen/styles/helpers/visibility-block-ownership.js.map +1 -0
- package/lib/module/shared/providers/screen/styles/hooks/slot-resolvers.js +14 -15
- package/lib/module/shared/providers/screen/styles/hooks/slot-resolvers.js.map +1 -1
- package/lib/module/shared/providers/screen/styles/hooks/use-interpolated-style-maps.js +35 -12
- package/lib/module/shared/providers/screen/styles/hooks/use-interpolated-style-maps.js.map +1 -1
- package/lib/module/shared/providers/screen/styles/hooks/use-maybe-block-visibility.js +35 -15
- package/lib/module/shared/providers/screen/styles/hooks/use-maybe-block-visibility.js.map +1 -1
- package/lib/module/shared/providers/screen/styles/slot.provider.js +30 -33
- package/lib/module/shared/providers/screen/styles/slot.provider.js.map +1 -1
- package/lib/module/shared/providers/stack/blank-stack-state/helpers/resolve-presented-index.js +14 -0
- package/lib/module/shared/providers/stack/blank-stack-state/helpers/resolve-presented-index.js.map +1 -0
- package/lib/module/shared/providers/stack/blank-stack.provider.js +2 -1
- package/lib/module/shared/providers/stack/blank-stack.provider.js.map +1 -1
- package/lib/module/shared/stores/bounds/helpers/link-pairs.helpers.js +9 -0
- package/lib/module/shared/stores/bounds/helpers/link-pairs.helpers.js.map +1 -1
- package/lib/module/shared/stores/bounds/internals/clear.js +7 -1
- package/lib/module/shared/stores/bounds/internals/clear.js.map +1 -1
- package/lib/module/shared/stores/bounds/internals/coordinator.js +286 -0
- package/lib/module/shared/stores/bounds/internals/coordinator.js.map +1 -0
- package/lib/module/shared/stores/bounds/internals/entries.js +1 -27
- package/lib/module/shared/stores/bounds/internals/entries.js.map +1 -1
- package/lib/module/shared/stores/bounds/internals/links.js +24 -32
- package/lib/module/shared/stores/bounds/internals/links.js.map +1 -1
- package/lib/module/shared/stores/bounds/internals/screen-graph.js +39 -0
- package/lib/module/shared/stores/bounds/internals/screen-graph.js.map +1 -0
- package/lib/module/shared/stores/bounds/internals/state.js +3 -0
- package/lib/module/shared/stores/bounds/internals/state.js.map +1 -1
- package/lib/module/shared/types/animation.types.js.map +1 -1
- package/lib/module/shared/utils/bounds/helpers/create-bounds-accessor-core.js +7 -3
- package/lib/module/shared/utils/bounds/helpers/create-bounds-accessor-core.js.map +1 -1
- package/lib/module/shared/utils/bounds/helpers/create-link-accessor.js +11 -0
- package/lib/module/shared/utils/bounds/helpers/create-link-accessor.js.map +1 -1
- package/lib/module/shared/utils/bounds/helpers/prepare-bound-styles.js +6 -2
- package/lib/module/shared/utils/bounds/helpers/prepare-bound-styles.js.map +1 -1
- package/lib/module/shared/utils/bounds/helpers/resolve-bounds-pair-key.js.map +1 -1
- package/lib/module/shared/utils/bounds/helpers/styles/compute.js +11 -5
- package/lib/module/shared/utils/bounds/helpers/styles/compute.js.map +1 -1
- package/lib/module/shared/utils/create-provider.js +119 -10
- package/lib/module/shared/utils/create-provider.js.map +1 -1
- package/lib/typescript/blank-stack/components/stack-view.d.ts.map +1 -1
- package/lib/typescript/blank-stack/types.d.ts +1 -1
- package/lib/typescript/blank-stack/types.d.ts.map +1 -1
- package/lib/typescript/component-stack/components/stack-view.d.ts.map +1 -1
- package/lib/typescript/component-stack/types.d.ts +1 -1
- package/lib/typescript/component-stack/types.d.ts.map +1 -1
- package/lib/typescript/native-stack/types.d.ts +1 -1
- package/lib/typescript/native-stack/types.d.ts.map +1 -1
- package/lib/typescript/native-stack/views/NativeStackView.native.d.ts.map +1 -1
- package/lib/typescript/native-stack/views/useHeaderConfigProps.d.ts +1 -1
- package/lib/typescript/shared/components/boundary/components/boundary-lifecycle.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/hooks/lifecycles/{use-initial-source-measurement.d.ts → use-boundary-measurement-request.d.ts} +4 -3
- package/lib/typescript/shared/components/boundary/hooks/lifecycles/use-boundary-measurement-request.d.ts.map +1 -0
- package/lib/typescript/shared/components/boundary/hooks/lifecycles/use-boundary-presence.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/hooks/use-boundary-measurement.d.ts +1 -3
- package/lib/typescript/shared/components/boundary/hooks/use-boundary-measurement.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/hooks/use-measurer.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-content-portal/helpers/active-handoff-receiver.d.ts +12 -0
- package/lib/typescript/shared/components/boundary/portal/components/boundary-content-portal/helpers/active-handoff-receiver.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/helpers/attachment.d.ts +8 -0
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/helpers/attachment.d.ts.map +1 -0
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/helpers/host-readiness.d.ts +6 -0
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/helpers/host-readiness.d.ts.map +1 -0
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/helpers/local-measurement.d.ts +4 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/helpers/local-measurement.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/hooks/use-active-portal-boundary-host.d.ts +2 -3
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/hooks/use-active-portal-boundary-host.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/hooks/use-placeholder-styles.d.ts +2 -2
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.d.ts +1 -1
- package/lib/typescript/shared/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.d.ts.map +1 -1
- package/lib/typescript/shared/components/boundary/types.d.ts +1 -1
- package/lib/typescript/shared/components/boundary/types.d.ts.map +1 -1
- package/lib/typescript/shared/components/create-transition-aware-component.d.ts +5 -6
- package/lib/typescript/shared/components/create-transition-aware-component.d.ts.map +1 -1
- package/lib/typescript/shared/components/overlay/helpers/create-overlay-interpolator-frame.d.ts +7 -0
- package/lib/typescript/shared/components/overlay/helpers/create-overlay-interpolator-frame.d.ts.map +1 -0
- package/lib/typescript/shared/components/overlay/helpers/get-active-overlay.d.ts +17 -7
- package/lib/typescript/shared/components/overlay/helpers/get-active-overlay.d.ts.map +1 -1
- package/lib/typescript/shared/components/overlay/helpers/retain-ready-overlay-resources.d.ts +11 -0
- package/lib/typescript/shared/components/overlay/helpers/retain-ready-overlay-resources.d.ts.map +1 -0
- package/lib/typescript/shared/components/overlay/helpers/run-overlay-slot-interpolator.d.ts +8 -0
- package/lib/typescript/shared/components/overlay/helpers/run-overlay-slot-interpolator.d.ts.map +1 -0
- package/lib/typescript/shared/components/overlay/hooks/use-overlay-slot.d.ts +15 -0
- package/lib/typescript/shared/components/overlay/hooks/use-overlay-slot.d.ts.map +1 -0
- package/lib/typescript/shared/components/overlay/variations/float-overlay.d.ts +1 -1
- package/lib/typescript/shared/components/overlay/variations/float-overlay.d.ts.map +1 -1
- package/lib/typescript/shared/components/overlay/variations/overlay-host.d.ts +7 -6
- package/lib/typescript/shared/components/overlay/variations/overlay-host.d.ts.map +1 -1
- package/lib/typescript/shared/components/screen-lifecycle/hooks/use-close-transition-intent.d.ts.map +1 -1
- package/lib/typescript/shared/index.d.ts +658 -710
- package/lib/typescript/shared/index.d.ts.map +1 -1
- package/lib/typescript/shared/providers/helpers/measured-bounds-writes.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/animation/animation.provider.d.ts +4 -0
- package/lib/typescript/shared/providers/screen/animation/animation.provider.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/animation/helpers/accessors/use-build-transition-accessor.d.ts +4 -1
- package/lib/typescript/shared/providers/screen/animation/helpers/accessors/use-build-transition-accessor.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/animation/helpers/hydrate-transition-state/index.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/animation/helpers/interpolator-participation.d.ts +3 -0
- package/lib/typescript/shared/providers/screen/animation/helpers/interpolator-participation.d.ts.map +1 -0
- package/lib/typescript/shared/providers/screen/animation/helpers/pipeline.d.ts +2 -1
- package/lib/typescript/shared/providers/screen/animation/helpers/pipeline.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/animation/use-screen-animation.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/descriptors/descriptors.provider.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/descriptors/helpers/derive-descriptor-derivations.d.ts +4 -0
- package/lib/typescript/shared/providers/screen/descriptors/helpers/derive-descriptor-derivations.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/descriptors/helpers/derive-structural-ancestor-keys.d.ts +5 -0
- package/lib/typescript/shared/providers/screen/descriptors/helpers/derive-structural-ancestor-keys.d.ts.map +1 -0
- package/lib/typescript/shared/providers/screen/gestures/gestures.provider.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/gestures/hooks/use-screen-gesture-config.d.ts +2 -2
- package/lib/typescript/shared/providers/screen/gestures/hooks/use-screen-gesture-config.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/gestures/ownership/gesture-ownership-bridge.d.ts +3 -0
- package/lib/typescript/shared/providers/screen/gestures/ownership/gesture-ownership-bridge.d.ts.map +1 -0
- package/lib/typescript/shared/providers/screen/gestures/pan/behavior/pan-lifecycle.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/gestures/pan/behavior/pan-release.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/gestures/pan/behavior/use-pan-behavior.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/gestures/types.d.ts +1 -0
- package/lib/typescript/shared/providers/screen/gestures/types.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/styles/constants.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/styles/helpers/transition-visual-state.d.ts +7 -0
- package/lib/typescript/shared/providers/screen/styles/helpers/transition-visual-state.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/styles/helpers/visibility-block-ownership.d.ts +10 -0
- package/lib/typescript/shared/providers/screen/styles/helpers/visibility-block-ownership.d.ts.map +1 -0
- package/lib/typescript/shared/providers/screen/styles/hooks/slot-resolvers.d.ts +4 -4
- package/lib/typescript/shared/providers/screen/styles/hooks/slot-resolvers.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/styles/hooks/use-interpolated-style-maps.d.ts +1 -1
- package/lib/typescript/shared/providers/screen/styles/hooks/use-interpolated-style-maps.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/styles/hooks/use-maybe-block-visibility.d.ts +10 -4
- package/lib/typescript/shared/providers/screen/styles/hooks/use-maybe-block-visibility.d.ts.map +1 -1
- package/lib/typescript/shared/providers/screen/styles/slot.provider.d.ts +6 -5
- package/lib/typescript/shared/providers/screen/styles/slot.provider.d.ts.map +1 -1
- package/lib/typescript/shared/providers/stack/blank-stack-state/helpers/resolve-presented-index.d.ts +3 -0
- package/lib/typescript/shared/providers/stack/blank-stack-state/helpers/resolve-presented-index.d.ts.map +1 -0
- package/lib/typescript/shared/providers/stack/blank-stack.provider.d.ts.map +1 -1
- package/lib/typescript/shared/stores/bounds/helpers/link-pairs.helpers.d.ts +1 -0
- package/lib/typescript/shared/stores/bounds/helpers/link-pairs.helpers.d.ts.map +1 -1
- package/lib/typescript/shared/stores/bounds/internals/clear.d.ts.map +1 -1
- package/lib/typescript/shared/stores/bounds/internals/coordinator.d.ts +36 -0
- package/lib/typescript/shared/stores/bounds/internals/coordinator.d.ts.map +1 -0
- package/lib/typescript/shared/stores/bounds/internals/entries.d.ts +1 -2
- package/lib/typescript/shared/stores/bounds/internals/entries.d.ts.map +1 -1
- package/lib/typescript/shared/stores/bounds/internals/links.d.ts +1 -3
- package/lib/typescript/shared/stores/bounds/internals/links.d.ts.map +1 -1
- package/lib/typescript/shared/stores/bounds/internals/screen-graph.d.ts +5 -0
- package/lib/typescript/shared/stores/bounds/internals/screen-graph.d.ts.map +1 -0
- package/lib/typescript/shared/stores/bounds/internals/state.d.ts +3 -1
- package/lib/typescript/shared/stores/bounds/internals/state.d.ts.map +1 -1
- package/lib/typescript/shared/stores/bounds/types.d.ts +13 -1
- package/lib/typescript/shared/stores/bounds/types.d.ts.map +1 -1
- package/lib/typescript/shared/types/animation.types.d.ts +8 -0
- package/lib/typescript/shared/types/animation.types.d.ts.map +1 -1
- package/lib/typescript/shared/types/index.d.ts +1 -1
- package/lib/typescript/shared/types/index.d.ts.map +1 -1
- package/lib/typescript/shared/types/overlay.types.d.ts +26 -11
- package/lib/typescript/shared/types/overlay.types.d.ts.map +1 -1
- package/lib/typescript/shared/types/screen.types.d.ts +11 -2
- package/lib/typescript/shared/types/screen.types.d.ts.map +1 -1
- package/lib/typescript/shared/utils/bounds/helpers/create-bounds-accessor-core.d.ts.map +1 -1
- package/lib/typescript/shared/utils/bounds/helpers/create-link-accessor.d.ts.map +1 -1
- package/lib/typescript/shared/utils/bounds/helpers/prepare-bound-styles.d.ts.map +1 -1
- package/lib/typescript/shared/utils/bounds/helpers/resolve-bounds-pair-key.d.ts.map +1 -1
- package/lib/typescript/shared/utils/bounds/helpers/styles/compute.d.ts.map +1 -1
- package/lib/typescript/shared/utils/create-provider.d.ts +21 -6
- package/lib/typescript/shared/utils/create-provider.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/blank-stack/components/stack-view.tsx +1 -4
- package/src/blank-stack/types.ts +8 -2
- package/src/component-stack/components/stack-view.tsx +1 -4
- package/src/component-stack/types.ts +8 -2
- package/src/native-stack/types.ts +8 -2
- package/src/native-stack/views/NativeStackView.native.tsx +3 -9
- package/src/shared/adapters/with-screen-transitions/stack-layout.tsx +1 -1
- package/src/shared/components/activity/variants/activity-screen.tsx +1 -1
- package/src/shared/components/boundary/components/boundary-lifecycle.tsx +0 -6
- package/src/shared/components/boundary/hooks/lifecycles/use-boundary-measurement-request.ts +102 -0
- package/src/shared/components/boundary/hooks/lifecycles/use-boundary-presence.ts +20 -11
- package/src/shared/components/boundary/hooks/use-boundary-measurement.ts +3 -22
- package/src/shared/components/boundary/hooks/use-measurer.ts +5 -20
- package/src/shared/components/boundary/portal/components/boundary-content-portal/helpers/active-handoff-receiver.ts +40 -0
- package/src/shared/components/boundary/portal/components/boundary-content-portal/hooks/use-boundary-content-portal-attachment.ts +75 -22
- package/src/shared/components/boundary/portal/components/boundary-portal/components/portal-boundary-host.tsx +10 -1
- package/src/shared/components/boundary/portal/components/boundary-portal/helpers/attachment.ts +19 -0
- package/src/shared/components/boundary/portal/components/boundary-portal/helpers/host-readiness.ts +14 -0
- package/src/shared/components/boundary/portal/components/boundary-portal/helpers/local-measurement.ts +36 -1
- package/src/shared/components/boundary/portal/components/boundary-portal/hooks/use-active-portal-boundary-host.ts +22 -13
- package/src/shared/components/boundary/portal/components/boundary-portal/hooks/use-boundary-portal-attachment.ts +26 -9
- package/src/shared/components/boundary/portal/components/boundary-portal/stores/portal-boundary-host.store.ts +1 -1
- package/src/shared/components/boundary/types.ts +1 -1
- package/src/shared/components/overlay/helpers/create-overlay-interpolator-frame.ts +29 -0
- package/src/shared/components/overlay/helpers/get-active-overlay.ts +62 -20
- package/src/shared/components/overlay/helpers/retain-ready-overlay-resources.ts +38 -0
- package/src/shared/components/overlay/helpers/run-overlay-slot-interpolator.ts +48 -0
- package/src/shared/components/overlay/hooks/use-overlay-slot.ts +103 -0
- package/src/shared/components/overlay/variations/float-overlay.tsx +22 -64
- package/src/shared/components/overlay/variations/overlay-host.tsx +135 -28
- package/src/shared/components/screen-lifecycle/hooks/use-close-transition-intent.ts +5 -1
- package/src/shared/index.ts +1 -0
- package/src/shared/providers/helpers/measured-bounds-writes.ts +5 -0
- package/src/shared/providers/screen/animation/animation.provider.tsx +31 -12
- package/src/shared/providers/screen/animation/helpers/accessors/use-build-transition-accessor.ts +15 -9
- package/src/shared/providers/screen/animation/helpers/hydrate-transition-state/index.ts +18 -3
- package/src/shared/providers/screen/animation/helpers/interpolator-participation.ts +6 -0
- package/src/shared/providers/screen/animation/helpers/pipeline.ts +54 -32
- package/src/shared/providers/screen/animation/use-screen-animation.tsx +12 -2
- package/src/shared/providers/screen/descriptors/descriptors.provider.tsx +80 -14
- package/src/shared/providers/screen/descriptors/helpers/derive-descriptor-derivations.ts +6 -0
- package/src/shared/providers/screen/descriptors/helpers/derive-structural-ancestor-keys.ts +13 -0
- package/src/shared/providers/screen/gestures/gestures.provider.tsx +18 -7
- package/src/shared/providers/screen/gestures/hooks/use-screen-gesture-config.ts +4 -4
- package/src/shared/providers/screen/gestures/ownership/{use-walk-up-and-register-shadowing-claims.ts → gesture-ownership-bridge.tsx} +44 -54
- package/src/shared/providers/screen/gestures/pan/behavior/pan-lifecycle.ts +1 -0
- package/src/shared/providers/screen/gestures/pan/behavior/pan-release.ts +12 -2
- package/src/shared/providers/screen/gestures/pan/behavior/use-pan-behavior.ts +1 -0
- package/src/shared/providers/screen/gestures/types.ts +1 -0
- package/src/shared/providers/screen/styles/constants.ts +2 -0
- package/src/shared/providers/screen/styles/helpers/transition-visual-state.ts +26 -0
- package/src/shared/providers/screen/styles/helpers/visibility-block-ownership.ts +16 -0
- package/src/shared/providers/screen/styles/hooks/slot-resolvers.tsx +17 -5
- package/src/shared/providers/screen/styles/hooks/use-interpolated-style-maps.tsx +51 -12
- package/src/shared/providers/screen/styles/hooks/use-maybe-block-visibility.tsx +40 -15
- package/src/shared/providers/screen/styles/slot.provider.tsx +60 -70
- package/src/shared/providers/stack/blank-stack-state/helpers/resolve-presented-index.ts +22 -0
- package/src/shared/providers/stack/blank-stack.provider.tsx +6 -1
- package/src/shared/stores/bounds/helpers/link-pairs.helpers.ts +12 -0
- package/src/shared/stores/bounds/internals/clear.ts +12 -1
- package/src/shared/stores/bounds/internals/coordinator.ts +403 -0
- package/src/shared/stores/bounds/internals/entries.ts +1 -38
- package/src/shared/stores/bounds/internals/links.ts +28 -38
- package/src/shared/stores/bounds/internals/screen-graph.ts +45 -0
- package/src/shared/stores/bounds/internals/state.ts +10 -1
- package/src/shared/stores/bounds/types.ts +19 -1
- package/src/shared/types/animation.types.ts +8 -0
- package/src/shared/types/index.ts +1 -1
- package/src/shared/types/overlay.types.ts +41 -14
- package/src/shared/types/screen.types.ts +12 -2
- package/src/shared/utils/bounds/helpers/create-bounds-accessor-core.ts +8 -3
- package/src/shared/utils/bounds/helpers/create-link-accessor.ts +11 -0
- package/src/shared/utils/bounds/helpers/prepare-bound-styles.ts +3 -2
- package/src/shared/utils/bounds/helpers/resolve-bounds-pair-key.ts +0 -1
- package/src/shared/utils/bounds/helpers/styles/compute.ts +12 -5
- package/src/shared/utils/create-provider.tsx +221 -19
- package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-initial-destination-measurement.js +0 -177
- 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 +0 -49
- 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 +0 -69
- package/lib/commonjs/shared/components/boundary/hooks/lifecycles/use-refresh-boundary.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/utils/destination-signals.js +0 -68
- package/lib/commonjs/shared/components/boundary/utils/destination-signals.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/utils/refresh-signals.js +0 -97
- package/lib/commonjs/shared/components/boundary/utils/refresh-signals.js.map +0 -1
- package/lib/commonjs/shared/components/boundary/utils/source-signals.js +0 -43
- package/lib/commonjs/shared/components/boundary/utils/source-signals.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/descriptors/helpers/get-ancestor-keys.js +0 -29
- package/lib/commonjs/shared/providers/screen/descriptors/helpers/get-ancestor-keys.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/styles/components/floating-overlay-layer.js +0 -28
- package/lib/commonjs/shared/providers/screen/styles/components/floating-overlay-layer.js.map +0 -1
- package/lib/commonjs/shared/providers/screen/styles/stores/slot-references.store.js +0 -53
- package/lib/commonjs/shared/providers/screen/styles/stores/slot-references.store.js.map +0 -1
- package/lib/module/shared/components/boundary/hooks/lifecycles/use-initial-destination-measurement.js +0 -173
- 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 +0 -44
- 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 +0 -64
- package/lib/module/shared/components/boundary/hooks/lifecycles/use-refresh-boundary.js.map +0 -1
- package/lib/module/shared/components/boundary/utils/destination-signals.js +0 -63
- package/lib/module/shared/components/boundary/utils/destination-signals.js.map +0 -1
- package/lib/module/shared/components/boundary/utils/refresh-signals.js +0 -92
- package/lib/module/shared/components/boundary/utils/refresh-signals.js.map +0 -1
- package/lib/module/shared/components/boundary/utils/source-signals.js +0 -38
- package/lib/module/shared/components/boundary/utils/source-signals.js.map +0 -1
- package/lib/module/shared/providers/screen/descriptors/helpers/get-ancestor-keys.js +0 -25
- package/lib/module/shared/providers/screen/descriptors/helpers/get-ancestor-keys.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/styles/components/floating-overlay-layer.js +0 -24
- package/lib/module/shared/providers/screen/styles/components/floating-overlay-layer.js.map +0 -1
- package/lib/module/shared/providers/screen/styles/stores/slot-references.store.js +0 -47
- package/lib/module/shared/providers/screen/styles/stores/slot-references.store.js.map +0 -1
- package/lib/typescript/shared/components/boundary/hooks/lifecycles/use-initial-destination-measurement.d.ts +0 -10
- 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 +0 -10
- package/lib/typescript/shared/components/boundary/hooks/lifecycles/use-refresh-boundary.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/utils/destination-signals.d.ts +0 -16
- package/lib/typescript/shared/components/boundary/utils/destination-signals.d.ts.map +0 -1
- package/lib/typescript/shared/components/boundary/utils/refresh-signals.d.ts +0 -19
- 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 +0 -14
- package/lib/typescript/shared/components/boundary/utils/source-signals.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/descriptors/helpers/get-ancestor-keys.d.ts +0 -6
- package/lib/typescript/shared/providers/screen/descriptors/helpers/get-ancestor-keys.d.ts.map +0 -1
- package/lib/typescript/shared/providers/screen/gestures/ownership/use-walk-up-and-register-shadowing-claims.d.ts +0 -14
- 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/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/stores/slot-references.store.d.ts +0 -6
- package/lib/typescript/shared/providers/screen/styles/stores/slot-references.store.d.ts.map +0 -1
- package/src/shared/components/boundary/hooks/lifecycles/use-initial-destination-measurement.ts +0 -267
- package/src/shared/components/boundary/hooks/lifecycles/use-initial-source-measurement.ts +0 -51
- package/src/shared/components/boundary/hooks/lifecycles/use-refresh-boundary.ts +0 -90
- package/src/shared/components/boundary/utils/destination-signals.ts +0 -75
- package/src/shared/components/boundary/utils/refresh-signals.ts +0 -164
- package/src/shared/components/boundary/utils/source-signals.ts +0 -51
- package/src/shared/providers/screen/descriptors/helpers/get-ancestor-keys.ts +0 -28
- package/src/shared/providers/screen/styles/components/floating-overlay-layer.tsx +0 -29
- package/src/shared/providers/screen/styles/stores/slot-references.store.ts +0 -72
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_constants","require","_createBoundTag","_createLinkAccessor","_prepareBoundStyles","createBoundsAccessorParts","getProps","extendResult","getLink","createLinkAccessor","createScopedBounds","identity","props","normalizedIdentity","normalizeBoundIdentity","tag","createBoundTag","syncActiveGroupId","id","group","getValues","options","prepareBoundStyles","raw","scoped","styles","active","animating","NO_STYLES","values","math","link","linkIdentity","linkTag","target","createBoundsAccessorCore","params","exports"],"sourceRoot":"../../../../../../src","sources":["shared/utils/bounds/helpers/create-bounds-accessor-core.ts"],"mappings":";;;;;;AAAA,IAAAA,UAAA,GAAAC,OAAA;AAaA,IAAAC,eAAA,GAAAD,OAAA;AACA,IAAAE,mBAAA,GAAAF,OAAA;AACA,IAAAG,mBAAA,GAAAH,OAAA;AAcA,MAAMI,yBAAyB,GAAGA,CAAC;EAClCC,QAAQ;EACRC;AAC+B,CAAC,KAAK;EACrC,SAAS;;EAET,MAAM;IAAEC;EAAQ,CAAC,GAAG,IAAAC,sCAAkB,EAACH,QAAQ,CAAC;EAEhD,MAAMI,kBAAkB,GACvBC,QAA6B,IACH;IAC1B,SAAS;;IACT,MAAMC,KAAK,GAAGN,QAAQ,CAAC,CAAC;IACxB,MAAMO,kBAAkB,GAAG,IAAAC,sCAAsB,EAACH,QAAQ,CAAC;IAC3D,MAAMI,GAAG,GAAG,IAAAC,8BAAc,EAACH,kBAAkB,CAAC;IAC9C,IAAAI,qCAAiB,EAAC;MACjBL,KAAK;MACLM,EAAE,EAAEL,kBAAkB,CAACK,EAAE;MACzBC,KAAK,EAAEN,kBAAkB,CAACM;IAC3B,CAAC,CAAC;IACF,MAAMC,SAAS,GACdC,OAAW,IACgB;MAC3B,SAAS;;MACT,OAAO,IAAAC,sCAAkB,EAAC;QACzBV,KAAK;QACLS,OAAO,EAAE;UACR,GAAGA,OAAO;UACVH,EAAE,EAAEL,kBAAkB,CAACK,EAAE;UACzBC,KAAK,EAAEN,kBAAkB,CAACM,KAAK;UAC/BI,GAAG,EAAE;QACN;MACD,CAAC,CAAC;IACH,CAAC;IAED,MAAMC,MAA4B,GAAG;MACpCC,MAAM,EAAGJ,OAA8B,IAAwB;QAC9D,SAAS;;QACT;QACA;QACA,
|
|
1
|
+
{"version":3,"names":["_constants","require","_createBoundTag","_createLinkAccessor","_prepareBoundStyles","createBoundsAccessorParts","getProps","extendResult","getLink","createLinkAccessor","createScopedBounds","identity","props","normalizedIdentity","normalizeBoundIdentity","tag","createBoundTag","syncActiveGroupId","id","group","getValues","options","prepareBoundStyles","raw","scoped","styles","shouldRenderStyles","active","animating","willAnimate","NO_STYLES","preparedStyles","values","math","link","linkIdentity","linkTag","target","createBoundsAccessorCore","params","exports"],"sourceRoot":"../../../../../../src","sources":["shared/utils/bounds/helpers/create-bounds-accessor-core.ts"],"mappings":";;;;;;AAAA,IAAAA,UAAA,GAAAC,OAAA;AAaA,IAAAC,eAAA,GAAAD,OAAA;AACA,IAAAE,mBAAA,GAAAF,OAAA;AACA,IAAAG,mBAAA,GAAAH,OAAA;AAcA,MAAMI,yBAAyB,GAAGA,CAAC;EAClCC,QAAQ;EACRC;AAC+B,CAAC,KAAK;EACrC,SAAS;;EAET,MAAM;IAAEC;EAAQ,CAAC,GAAG,IAAAC,sCAAkB,EAACH,QAAQ,CAAC;EAEhD,MAAMI,kBAAkB,GACvBC,QAA6B,IACH;IAC1B,SAAS;;IACT,MAAMC,KAAK,GAAGN,QAAQ,CAAC,CAAC;IACxB,MAAMO,kBAAkB,GAAG,IAAAC,sCAAsB,EAACH,QAAQ,CAAC;IAC3D,MAAMI,GAAG,GAAG,IAAAC,8BAAc,EAACH,kBAAkB,CAAC;IAC9C,IAAAI,qCAAiB,EAAC;MACjBL,KAAK;MACLM,EAAE,EAAEL,kBAAkB,CAACK,EAAE;MACzBC,KAAK,EAAEN,kBAAkB,CAACM;IAC3B,CAAC,CAAC;IACF,MAAMC,SAAS,GACdC,OAAW,IACgB;MAC3B,SAAS;;MACT,OAAO,IAAAC,sCAAkB,EAAC;QACzBV,KAAK;QACLS,OAAO,EAAE;UACR,GAAGA,OAAO;UACVH,EAAE,EAAEL,kBAAkB,CAACK,EAAE;UACzBC,KAAK,EAAEN,kBAAkB,CAACM,KAAK;UAC/BI,GAAG,EAAE;QACN;MACD,CAAC,CAAC;IACH,CAAC;IAED,MAAMC,MAA4B,GAAG;MACpCC,MAAM,EAAGJ,OAA8B,IAAwB;QAC9D,SAAS;;QACT;QACA;QACA;QACA;QACA,MAAMK,kBAAkB,GAAG,CAAC,CAACd,KAAK,CAACe,MAAM,CAACC,SAAS;QACnD,IAAI,CAACF,kBAAkB,IAAI,CAACd,KAAK,CAACe,MAAM,CAACE,WAAW,EAAE;UACrD,OAAOC,oBAAS;QACjB;QAEA,MAAMC,cAAc,GAAG,IAAAT,sCAAkB,EAAC;UACzCV,KAAK;UACLS,OAAO,EAAE;YACR,GAAGA,OAAO;YACVH,EAAE,EAAEL,kBAAkB,CAACK,EAAE;YACzBC,KAAK,EAAEN,kBAAkB,CAACM;UAC3B;QACD,CAAC,CAAsB;QAEvB,OAAOO,kBAAkB,GAAGK,cAAc,GAAGD,oBAAS;MACvD,CAAC;MACDE,MAAM,EAAEZ,SAAS;MACjBa,IAAI,EACHZ,OAAW,IACP;QACJ,SAAS;;QACT,OAAOD,SAAS,CAACC,OAAO,CAAC;MAC1B,CAAC;MACDa,IAAI,EAAGhB,EAAwB,IAAK;QACnC,SAAS;;QACT,MAAMiB,YAAY,GACjBjB,EAAE,IAAI,IAAI,GACPL,kBAAkB,GAClB,IAAAC,sCAAsB,EAACI,EAAE,EAAEL,kBAAkB,CAACM,KAAK,CAAC;QACxD,MAAMiB,OAAO,GAAG,IAAApB,8BAAc,EAACmB,YAAY,CAAC;QAC5C,OAAO3B,OAAO,CAAC4B,OAAO,IAAI,EAAE,CAAC;MAC9B;IACD,CAAyB;IAEzB7B,YAAY,GAAG;MACd8B,MAAM,EAAEb,MAAM;MACdb,QAAQ,EAAEE,kBAAkB;MAC5BD,KAAK;MACLG;IACD,CAAC,CAAC;IAEF,OAAOS,MAAM;EACd,CAAoB;EAEpB,OAAO;IACNd;EACD,CAAC;AACF,CAAC;AAEM,MAAM4B,wBAAwB,GACpCC,MAAsC,IAClB;EACpB,SAAS;;EAET,MAAM;IAAE7B;EAAmB,CAAC,GAAGL,yBAAyB,CAACkC,MAAM,CAAC;EAEhE,OAAO7B,kBAAkB;AAC1B,CAAC;AAAC8B,OAAA,CAAAF,wBAAA,GAAAA,wBAAA","ignoreList":[]}
|
|
@@ -4,7 +4,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.createLinkAccessor = void 0;
|
|
7
|
+
var _coordinator = require("../../../stores/bounds/internals/coordinator");
|
|
7
8
|
var _links = require("../../../stores/bounds/internals/links");
|
|
9
|
+
var _resolveBoundsPairKey = require("./resolve-bounds-pair-key");
|
|
8
10
|
const createLinkAccessor = getProps => {
|
|
9
11
|
"worklet";
|
|
10
12
|
|
|
@@ -13,6 +15,15 @@ const createLinkAccessor = getProps => {
|
|
|
13
15
|
|
|
14
16
|
const props = getProps();
|
|
15
17
|
const stringTag = String(tag);
|
|
18
|
+
const requestedPairKey = (0, _resolveBoundsPairKey.resolveBoundsPairKey)(props);
|
|
19
|
+
if (requestedPairKey) {
|
|
20
|
+
(0, _coordinator.requestBoundaryMeasurements)({
|
|
21
|
+
pairKey: requestedPairKey,
|
|
22
|
+
tag: stringTag,
|
|
23
|
+
destination: true,
|
|
24
|
+
refresh: !!props.active.willAnimate
|
|
25
|
+
});
|
|
26
|
+
}
|
|
16
27
|
const destinationScreenKey = props.next?.route.key ?? props.current?.route.key;
|
|
17
28
|
const pairKey = destinationScreenKey ? (0, _links.getPairKeyForDestination)(stringTag, destinationScreenKey) : null;
|
|
18
29
|
if (!pairKey) return null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["_coordinator","require","_links","_resolveBoundsPairKey","createLinkAccessor","getProps","getLink","tag","props","stringTag","String","requestedPairKey","resolveBoundsPairKey","requestBoundaryMeasurements","pairKey","destination","refresh","active","willAnimate","destinationScreenKey","next","route","key","current","getPairKeyForDestination","resolved","getResolvedLink","link","id","exports"],"sourceRoot":"../../../../../../src","sources":["shared/utils/bounds/helpers/create-link-accessor.ts"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AASA,IAAAE,qBAAA,GAAAF,OAAA;AAQO,MAAMG,kBAAkB,GAAIC,QAAkB,IAAmB;EACvE,SAAS;;EAET,MAAMC,OAAO,GAAIC,GAAY,IAAwB;IACpD,SAAS;;IACT,MAAMC,KAAK,GAAGH,QAAQ,CAAC,CAAC;IACxB,MAAMI,SAAS,GAAGC,MAAM,CAACH,GAAG,CAAC;IAC7B,MAAMI,gBAAgB,GAAG,IAAAC,0CAAoB,EAACJ,KAAK,CAAC;IACpD,IAAIG,gBAAgB,EAAE;MACrB,IAAAE,wCAA2B,EAAC;QAC3BC,OAAO,EAAEH,gBAAgB;QACzBJ,GAAG,EAAEE,SAAS;QACdM,WAAW,EAAE,IAAI;QACjBC,OAAO,EAAE,CAAC,CAACR,KAAK,CAACS,MAAM,CAACC;MACzB,CAAC,CAAC;IACH;IACA,MAAMC,oBAAoB,GACzBX,KAAK,CAACY,IAAI,EAAEC,KAAK,CAACC,GAAG,IAAId,KAAK,CAACe,OAAO,EAAEF,KAAK,CAACC,GAAG;IAClD,MAAMR,OAAO,GAAGK,oBAAoB,GACjC,IAAAK,+BAAwB,EAACf,SAAS,EAAEU,oBAAoB,CAAC,GACzD,IAAI;IACP,IAAI,CAACL,OAAO,EAAE,OAAO,IAAI;IAEzB,MAAMW,QAAQ,GAAG,IAAAC,sBAAe,EAACZ,OAAO,EAAEL,SAAS,CAAC;IACpD,OAAOgB,QAAQ,CAACE,IAAI,GACjB;MACAC,EAAE,EAAEH,QAAQ,CAAClB,GAAG;MAChB,GAAGkB,QAAQ,CAACE;IACb,CAAC,GACA,IAAI;EACR,CAAC;EAED,OAAO;IACNrB;EACD,CAAC;AACF,CAAC;AAACuB,OAAA,CAAAzB,kBAAA,GAAAA,kBAAA","ignoreList":[]}
|
|
@@ -42,10 +42,14 @@ const syncActiveGroupId = params => {
|
|
|
42
42
|
group
|
|
43
43
|
} = params;
|
|
44
44
|
if (id == null || id === "" || !group) return;
|
|
45
|
-
const
|
|
45
|
+
const tag = (0, _createBoundTag.createBoundTag)({
|
|
46
|
+
id,
|
|
47
|
+
group
|
|
48
|
+
});
|
|
49
|
+
const pairKey = tag ? (0, _resolveBoundsPairKey.resolveBoundsPairKey)(props) : null;
|
|
46
50
|
if (!pairKey) return;
|
|
47
51
|
const activeId = String(id);
|
|
48
|
-
if ((0, _links.getActiveGroupId)(pairKey, group)
|
|
52
|
+
if ((0, _links.getActiveGroupId)(pairKey, group) !== null) return;
|
|
49
53
|
(0, _links.setActiveGroupId)(pairKey, group, activeId);
|
|
50
54
|
};
|
|
51
55
|
exports.syncActiveGroupId = syncActiveGroupId;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_entries","require","_links","_constants","_createBoundTag","_resolveBoundsPairKey","_compute","buildBoundsOptions","props","id","group","overrides","tag","createBoundTag","currentScreenKey","current","route","key","boundaryConfig","getEntry","resolved","DEFAULT_BOUNDS_OPTIONS","syncActiveGroupId","params","pairKey","resolveBoundsPairKey","activeId","String","getActiveGroupId","setActiveGroupId","exports","prepareBoundStyles","options","resolvedPair","computeBoundStyles","previous","next","progress","dimensions","layouts","screen","interpolationProps"],"sourceRoot":"../../../../../../src","sources":["shared/utils/bounds/helpers/prepare-bound-styles.ts"],"mappings":";;;;;;AAAA,IAAAA,QAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AAMA,IAAAE,UAAA,GAAAF,OAAA;AAMA,IAAAG,eAAA,GAAAH,OAAA;AACA,IAAAI,qBAAA,GAAAJ,OAAA;AACA,IAAAK,QAAA,GAAAL,OAAA;AAiBA,MAAMM,kBAAkB,GAAGA,CAAC;EAC3BC,KAAK;EACLC,EAAE;EACFC,KAAK;EACLC;AACyB,CAAC,KAAoB;EAC9C,SAAS;;EAET,MAAMC,GAAG,GAAG,IAAAC,8BAAc,EAAC;IAAEJ,EAAE;IAAEC;EAAM,CAAC,CAAC;EACzC,MAAMI,gBAAgB,GAAGN,KAAK,CAACO,OAAO,EAAEC,KAAK,CAACC,GAAG;EAEjD,MAAMC,cAAc,GACnBN,GAAG,IAAIE,gBAAgB,GACnB,IAAAK,iBAAQ,EAACP,GAAG,EAAEE,gBAAgB,CAAC,EAAEI,cAAc,IAAI,IAAI,GACxD,IAAI;EAER,MAAME,QAAQ,GAAG;IAChB,GAAGC,iCAAsB;IACzB,IAAIH,cAAc,IAAI,CAAC,CAAC,CAAC;IACzB,IAAIP,SAAS,IAAI,CAAC,CAAC,CAAC;IACpBF,EAAE,EAAEG,GAAG,IAAI,EAAE;IACbF;EACD,CAAC;EAED,OAAOU,QAAQ;AAChB,CAAC;AAEM,MAAME,iBAAiB,GAAIC,MAIjC,IAAK;EACL,SAAS;;EACT,MAAM;IAAEf,KAAK;IAAEC,EAAE;IAAEC;EAAM,CAAC,GAAGa,MAAM;EACnC,IAAId,EAAE,IAAI,IAAI,IAAIA,EAAE,KAAK,EAAE,IAAI,CAACC,KAAK,EAAE;EAEvC,MAAMc,OAAO,GAAG,
|
|
1
|
+
{"version":3,"names":["_entries","require","_links","_constants","_createBoundTag","_resolveBoundsPairKey","_compute","buildBoundsOptions","props","id","group","overrides","tag","createBoundTag","currentScreenKey","current","route","key","boundaryConfig","getEntry","resolved","DEFAULT_BOUNDS_OPTIONS","syncActiveGroupId","params","pairKey","resolveBoundsPairKey","activeId","String","getActiveGroupId","setActiveGroupId","exports","prepareBoundStyles","options","resolvedPair","computeBoundStyles","previous","next","progress","dimensions","layouts","screen","interpolationProps"],"sourceRoot":"../../../../../../src","sources":["shared/utils/bounds/helpers/prepare-bound-styles.ts"],"mappings":";;;;;;AAAA,IAAAA,QAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AAMA,IAAAE,UAAA,GAAAF,OAAA;AAMA,IAAAG,eAAA,GAAAH,OAAA;AACA,IAAAI,qBAAA,GAAAJ,OAAA;AACA,IAAAK,QAAA,GAAAL,OAAA;AAiBA,MAAMM,kBAAkB,GAAGA,CAAC;EAC3BC,KAAK;EACLC,EAAE;EACFC,KAAK;EACLC;AACyB,CAAC,KAAoB;EAC9C,SAAS;;EAET,MAAMC,GAAG,GAAG,IAAAC,8BAAc,EAAC;IAAEJ,EAAE;IAAEC;EAAM,CAAC,CAAC;EACzC,MAAMI,gBAAgB,GAAGN,KAAK,CAACO,OAAO,EAAEC,KAAK,CAACC,GAAG;EAEjD,MAAMC,cAAc,GACnBN,GAAG,IAAIE,gBAAgB,GACnB,IAAAK,iBAAQ,EAACP,GAAG,EAAEE,gBAAgB,CAAC,EAAEI,cAAc,IAAI,IAAI,GACxD,IAAI;EAER,MAAME,QAAQ,GAAG;IAChB,GAAGC,iCAAsB;IACzB,IAAIH,cAAc,IAAI,CAAC,CAAC,CAAC;IACzB,IAAIP,SAAS,IAAI,CAAC,CAAC,CAAC;IACpBF,EAAE,EAAEG,GAAG,IAAI,EAAE;IACbF;EACD,CAAC;EAED,OAAOU,QAAQ;AAChB,CAAC;AAEM,MAAME,iBAAiB,GAAIC,MAIjC,IAAK;EACL,SAAS;;EACT,MAAM;IAAEf,KAAK;IAAEC,EAAE;IAAEC;EAAM,CAAC,GAAGa,MAAM;EACnC,IAAId,EAAE,IAAI,IAAI,IAAIA,EAAE,KAAK,EAAE,IAAI,CAACC,KAAK,EAAE;EAEvC,MAAME,GAAG,GAAG,IAAAC,8BAAc,EAAC;IAAEJ,EAAE;IAAEC;EAAM,CAAC,CAAC;EACzC,MAAMc,OAAO,GAAGZ,GAAG,GAAG,IAAAa,0CAAoB,EAACjB,KAAK,CAAC,GAAG,IAAI;EACxD,IAAI,CAACgB,OAAO,EAAE;EAEd,MAAME,QAAQ,GAAGC,MAAM,CAAClB,EAAE,CAAC;EAC3B,IAAI,IAAAmB,uBAAgB,EAACJ,OAAO,EAAEd,KAAK,CAAC,KAAK,IAAI,EAAE;EAE/C,IAAAmB,uBAAgB,EAACL,OAAO,EAAEd,KAAK,EAAEgB,QAAQ,CAAC;AAC3C,CAAC;AAACI,OAAA,CAAAR,iBAAA,GAAAA,iBAAA;AAEK,MAAMS,kBAAkB,GAAGA,CAA0B;EAC3DvB,KAAK;EACLwB,OAAO;EACPC;AACqC,CAAC,KAA6B;EACnE,SAAS;;EAET,MAAMb,QAAQ,GAAGb,kBAAkB,CAAC;IACnCC,KAAK;IACLC,EAAE,EAAEuB,OAAO,CAACvB,EAAE;IACdC,KAAK,EAAEsB,OAAO,CAACtB,KAAK;IACpBC,SAAS,EAAEqB;EACZ,CAAC,CAAC;EAEF,OAAO,IAAAE,2BAAkB,EACxB;IACCzB,EAAE,EAAEW,QAAQ,CAACX,EAAE;IACf0B,QAAQ,EAAE3B,KAAK,CAAC2B,QAAQ;IACxBpB,OAAO,EAAEP,KAAK,CAACO,OAAO;IACtBqB,IAAI,EAAE5B,KAAK,CAAC4B,IAAI;IAChBC,QAAQ,EAAEjB,QAAQ,CAACiB,QAAQ,IAAI7B,KAAK,CAAC6B,QAAQ;IAC7CC,UAAU,EAAE9B,KAAK,CAAC+B,OAAO,CAACC,MAAM;IAChCC,kBAAkB,EAAEjC;EACrB,CAAC,EACDY,QAAQ,EACRa,YACD,CAAC;AACF,CAAC;AAACH,OAAA,CAAAC,kBAAA,GAAAA,kBAAA","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_linkPairs","require","resolveBoundsPairKey","props","currentScreenKey","current","route","key","previousScreenKey","previous","nextScreenKey","next","createScreenPairKey","exports"],"sourceRoot":"../../../../../../src","sources":["shared/utils/bounds/helpers/resolve-bounds-pair-key.ts"],"mappings":";;;;;;AAAA,IAAAA,UAAA,GAAAC,OAAA;AAIO,MAAMC,oBAAoB,GAChCC,KAA+B,IACL;EAC1B,SAAS;;EACT,MAAMC,gBAAgB,GAAGD,KAAK,CAACE,OAAO,EAAEC,KAAK,CAACC,GAAG;EACjD,MAAMC,iBAAiB,GAAGL,KAAK,CAACM,QAAQ,EAAEH,KAAK,CAACC,GAAG;EACnD,MAAMG,aAAa,GAAGP,KAAK,CAACQ,IAAI,EAAEL,KAAK,CAACC,GAAG;
|
|
1
|
+
{"version":3,"names":["_linkPairs","require","resolveBoundsPairKey","props","currentScreenKey","current","route","key","previousScreenKey","previous","nextScreenKey","next","createScreenPairKey","exports"],"sourceRoot":"../../../../../../src","sources":["shared/utils/bounds/helpers/resolve-bounds-pair-key.ts"],"mappings":";;;;;;AAAA,IAAAA,UAAA,GAAAC,OAAA;AAIO,MAAMC,oBAAoB,GAChCC,KAA+B,IACL;EAC1B,SAAS;;EACT,MAAMC,gBAAgB,GAAGD,KAAK,CAACE,OAAO,EAAEC,KAAK,CAACC,GAAG;EACjD,MAAMC,iBAAiB,GAAGL,KAAK,CAACM,QAAQ,EAAEH,KAAK,CAACC,GAAG;EACnD,MAAMG,aAAa,GAAGP,KAAK,CAACQ,IAAI,EAAEL,KAAK,CAACC,GAAG;EAC3C,IAAIG,aAAa,IAAIN,gBAAgB,EAAE;IACtC,OAAO,IAAAQ,8BAAmB,EAACR,gBAAgB,EAAEM,aAAa,CAAC;EAC5D;EAEA,IAAIF,iBAAiB,IAAIJ,gBAAgB,EAAE;IAC1C,OAAO,IAAAQ,8BAAmB,EAACJ,iBAAiB,EAAEJ,gBAAgB,CAAC;EAChE;EAEA,OAAO,IAAI;AACZ,CAAC;AAACS,OAAA,CAAAX,oBAAA,GAAAA,oBAAA","ignoreList":[]}
|
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.computeBoundStyles = void 0;
|
|
7
7
|
var _constants = require("../../../../constants");
|
|
8
8
|
var _linkPairs = require("../../../../stores/bounds/helpers/link-pairs.helpers");
|
|
9
|
-
var
|
|
9
|
+
var _coordinator = require("../../../../stores/bounds/internals/coordinator");
|
|
10
10
|
var _resolver = require("../../../../stores/bounds/internals/resolver");
|
|
11
11
|
var _geometry = require("../geometry");
|
|
12
12
|
var _composers = require("./composers");
|
|
@@ -23,6 +23,14 @@ const resolveStartEnd = params => {
|
|
|
23
23
|
const previousScreenKey = params.previous?.route.key;
|
|
24
24
|
const nextScreenKey = params.next?.route.key;
|
|
25
25
|
const sourceMeasurePairKey = entering && previousScreenKey && currentScreenKey ? (0, _linkPairs.createScreenPairKey)(previousScreenKey, currentScreenKey) : !entering && currentScreenKey && nextScreenKey ? (0, _linkPairs.createScreenPairKey)(currentScreenKey, nextScreenKey) : null;
|
|
26
|
+
if (sourceMeasurePairKey) {
|
|
27
|
+
(0, _coordinator.requestBoundaryMeasurements)({
|
|
28
|
+
pairKey: sourceMeasurePairKey,
|
|
29
|
+
tag: String(params.id),
|
|
30
|
+
destination: !hasTargetOverride,
|
|
31
|
+
refresh: params.refresh
|
|
32
|
+
});
|
|
33
|
+
}
|
|
26
34
|
const resolvedPair = params.resolvedPair ?? (0, _resolver.resolveTransitionPair)(String(params.id), {
|
|
27
35
|
currentScreenKey,
|
|
28
36
|
previousScreenKey,
|
|
@@ -32,9 +40,6 @@ const resolveStartEnd = params => {
|
|
|
32
40
|
const sourceBounds = resolvedPair.sourceBounds;
|
|
33
41
|
const destinationBounds = resolvedPair.destinationBounds;
|
|
34
42
|
if (!sourceBounds) {
|
|
35
|
-
if (hasTargetOverride && sourceMeasurePairKey) {
|
|
36
|
-
(0, _links.requestSourceMeasure)(sourceMeasurePairKey, String(params.id));
|
|
37
|
-
}
|
|
38
43
|
return {
|
|
39
44
|
start: null,
|
|
40
45
|
end: null,
|
|
@@ -107,7 +112,8 @@ const computeBoundStyles = ({
|
|
|
107
112
|
next,
|
|
108
113
|
computeOptions,
|
|
109
114
|
dimensions,
|
|
110
|
-
resolvedPair
|
|
115
|
+
resolvedPair,
|
|
116
|
+
refresh: !!interpolationProps?.active?.willAnimate
|
|
111
117
|
});
|
|
112
118
|
if (!start || !end) {
|
|
113
119
|
return _constants.NO_STYLES;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_constants","require","_linkPairs","
|
|
1
|
+
{"version":3,"names":["_constants","require","_linkPairs","_coordinator","_resolver","_geometry","_composers","_localTransform","resolveStartEnd","params","entering","next","fullscreen","FULLSCREEN_DIMENSIONS","dimensions","isFullscreenTarget","computeOptions","target","hasCustomTarget","hasTargetOverride","currentScreenKey","current","route","key","previousScreenKey","previous","nextScreenKey","sourceMeasurePairKey","createScreenPairKey","requestBoundaryMeasurements","pairKey","tag","String","id","destination","refresh","resolvedPair","resolveTransitionPair","sourceBounds","destinationBounds","start","end","sourceScreenKey","destinationScreenKey","customTarget","computeBoundStyles","progress","interpolationProps","NO_STYLES","active","willAnimate","ranges","ENTER_RANGE","EXIT_RANGE","method","currentOwnsSource","contentStart","contentEnd","geometry","computeContentTransformGeometry","anchor","scaleMode","composeContentStyle","computeRelativeGeometry","common","isSize","isAbsolute","space","style","composeSizeAbsolute","composeSizeRelative","composeTransformAbsolute","composeTransformRelative","attachBoundsLocalTransform","destinationStyles","sourceStyles","exports"],"sourceRoot":"../../../../../../../src","sources":["shared/utils/bounds/helpers/styles/compute.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -22,6 +22,10 @@ var _jsxRuntime = require("react/jsx-runtime");
|
|
|
22
22
|
* - `children`: passed-through children keep their identity across
|
|
23
23
|
* provider-local renders. Factories that wrap children should use a
|
|
24
24
|
* module-level memoized component for the wrapper.
|
|
25
|
+
*
|
|
26
|
+
* Providers created with `global: true` return a `key` from their factory.
|
|
27
|
+
* Their generated store hook accepts that key to subscribe to the original
|
|
28
|
+
* provider store from outside its React context.
|
|
25
29
|
*/
|
|
26
30
|
|
|
27
31
|
const NullProviderStore = {
|
|
@@ -72,41 +76,134 @@ const createProviderStore = initialSnapshot => {
|
|
|
72
76
|
}
|
|
73
77
|
};
|
|
74
78
|
};
|
|
79
|
+
const createProviderStoreRegistry = () => {
|
|
80
|
+
const listenersByKey = new Map();
|
|
81
|
+
const registrationsByKey = new Map();
|
|
82
|
+
const getStore = key => {
|
|
83
|
+
const registrations = registrationsByKey.get(key);
|
|
84
|
+
return registrations?.[registrations.length - 1]?.store ?? null;
|
|
85
|
+
};
|
|
86
|
+
const notify = key => {
|
|
87
|
+
for (const listener of listenersByKey.get(key) ?? []) {
|
|
88
|
+
listener();
|
|
89
|
+
}
|
|
90
|
+
};
|
|
91
|
+
return {
|
|
92
|
+
getStore,
|
|
93
|
+
register: (key, store) => {
|
|
94
|
+
const registration = {
|
|
95
|
+
store
|
|
96
|
+
};
|
|
97
|
+
const registrations = registrationsByKey.get(key) ?? [];
|
|
98
|
+
registrationsByKey.set(key, [...registrations, registration]);
|
|
99
|
+
notify(key);
|
|
100
|
+
return () => {
|
|
101
|
+
const currentRegistrations = registrationsByKey.get(key);
|
|
102
|
+
if (!currentRegistrations?.includes(registration)) {
|
|
103
|
+
return;
|
|
104
|
+
}
|
|
105
|
+
const previousStore = getStore(key);
|
|
106
|
+
const nextRegistrations = currentRegistrations.filter(currentRegistration => currentRegistration !== registration);
|
|
107
|
+
if (nextRegistrations.length === 0) {
|
|
108
|
+
registrationsByKey.delete(key);
|
|
109
|
+
} else {
|
|
110
|
+
registrationsByKey.set(key, nextRegistrations);
|
|
111
|
+
}
|
|
112
|
+
if (getStore(key) !== previousStore) {
|
|
113
|
+
notify(key);
|
|
114
|
+
}
|
|
115
|
+
};
|
|
116
|
+
},
|
|
117
|
+
subscribe: (key, listener) => {
|
|
118
|
+
const listeners = listenersByKey.get(key) ?? new Set();
|
|
119
|
+
listeners.add(listener);
|
|
120
|
+
listenersByKey.set(key, listeners);
|
|
121
|
+
return () => {
|
|
122
|
+
listeners.delete(listener);
|
|
123
|
+
if (listeners.size === 0) {
|
|
124
|
+
listenersByKey.delete(key);
|
|
125
|
+
}
|
|
126
|
+
};
|
|
127
|
+
}
|
|
128
|
+
};
|
|
129
|
+
};
|
|
75
130
|
function createProvider(name, options) {
|
|
76
131
|
return factory => {
|
|
77
132
|
const {
|
|
78
|
-
guarded = true
|
|
133
|
+
guarded = true,
|
|
134
|
+
global = false
|
|
79
135
|
} = options ?? {};
|
|
80
136
|
const providerDisplayName = `${name}Provider`;
|
|
137
|
+
const globalRegistry = global ? createProviderStoreRegistry() : null;
|
|
138
|
+
const keyByStore = global ? new WeakMap() : null;
|
|
81
139
|
const StoreContext = /*#__PURE__*/(0, _react.createContext)(null);
|
|
82
140
|
StoreContext.displayName = `${name}Store`;
|
|
83
|
-
const
|
|
84
|
-
|
|
85
|
-
|
|
141
|
+
const useRegisteredStore = (key, fallbackStore = null) => {
|
|
142
|
+
const subscribe = (0, _react.useCallback)(listener => {
|
|
143
|
+
if (key === null || !globalRegistry) {
|
|
144
|
+
return () => {};
|
|
145
|
+
}
|
|
146
|
+
return globalRegistry.subscribe(key, listener);
|
|
147
|
+
}, [key]);
|
|
148
|
+
const getSnapshot = (0, _react.useCallback)(() => key !== null && globalRegistry ? globalRegistry.getStore(key) ?? fallbackStore : null, [key, fallbackStore]);
|
|
149
|
+
return (0, _react.useSyncExternalStore)(subscribe, getSnapshot, getSnapshot);
|
|
150
|
+
};
|
|
151
|
+
const createStoreHook = (strict, allowGlobalLookup) => {
|
|
152
|
+
if (!allowGlobalLookup || !globalRegistry) {
|
|
153
|
+
return selector => {
|
|
154
|
+
const store = (0, _react.useContext)(StoreContext);
|
|
155
|
+
const resolvedStore = store ?? NullProviderStore;
|
|
156
|
+
const selectorRef = (0, _react.useRef)(selector);
|
|
157
|
+
selectorRef.current = selector;
|
|
158
|
+
const getSelectedSnapshot = (0, _react.useCallback)(() => {
|
|
159
|
+
if (strict && store === null) {
|
|
160
|
+
throw new Error(`${name} store must be used within a ${name}Provider`);
|
|
161
|
+
}
|
|
162
|
+
const snapshot = resolvedStore.getSnapshot();
|
|
163
|
+
if (strict && snapshot === null) {
|
|
164
|
+
throw new Error(`${name} store must be used within an enabled ${name}Provider`);
|
|
165
|
+
}
|
|
166
|
+
return selectorRef.current ? selectorRef.current(snapshot) : snapshot;
|
|
167
|
+
}, [resolvedStore, store]);
|
|
168
|
+
return (0, _react.useSyncExternalStore)(resolvedStore.subscribe, getSelectedSnapshot, getSelectedSnapshot);
|
|
169
|
+
};
|
|
170
|
+
}
|
|
171
|
+
return (selectorOrKey, globalSelector) => {
|
|
172
|
+
const isGlobalLookup = typeof selectorOrKey === "string";
|
|
173
|
+
const key = isGlobalLookup ? selectorOrKey : null;
|
|
174
|
+
const selector = isGlobalLookup ? globalSelector : selectorOrKey;
|
|
175
|
+
const contextStore = (0, _react.useContext)(StoreContext);
|
|
176
|
+
const matchingContextStore = key !== null && contextStore !== null && keyByStore?.get(contextStore) === key ? contextStore : null;
|
|
177
|
+
const registeredStore = useRegisteredStore(key, matchingContextStore);
|
|
178
|
+
const store = isGlobalLookup ? registeredStore : contextStore;
|
|
86
179
|
const resolvedStore = store ?? NullProviderStore;
|
|
87
180
|
const selectorRef = (0, _react.useRef)(selector);
|
|
88
181
|
selectorRef.current = selector;
|
|
89
182
|
const getSelectedSnapshot = (0, _react.useCallback)(() => {
|
|
90
|
-
if (strict && store === null) {
|
|
183
|
+
if (!isGlobalLookup && strict && store === null) {
|
|
91
184
|
throw new Error(`${name} store must be used within a ${name}Provider`);
|
|
92
185
|
}
|
|
93
186
|
const snapshot = resolvedStore.getSnapshot();
|
|
94
|
-
if (
|
|
187
|
+
if (isGlobalLookup && snapshot === null) {
|
|
188
|
+
return null;
|
|
189
|
+
}
|
|
190
|
+
if (!isGlobalLookup && strict && snapshot === null) {
|
|
95
191
|
throw new Error(`${name} store must be used within an enabled ${name}Provider`);
|
|
96
192
|
}
|
|
97
|
-
return selectorRef.current ? selectorRef.current(snapshot) : snapshot;
|
|
98
|
-
}, [resolvedStore, store]);
|
|
193
|
+
return typeof selectorRef.current === "function" ? selectorRef.current(snapshot) : snapshot;
|
|
194
|
+
}, [isGlobalLookup, resolvedStore, store]);
|
|
99
195
|
return (0, _react.useSyncExternalStore)(resolvedStore.subscribe, getSelectedSnapshot, getSelectedSnapshot);
|
|
100
196
|
};
|
|
101
197
|
};
|
|
102
|
-
const useStoreSelector = createStoreHook(guarded);
|
|
198
|
+
const useStoreSelector = createStoreHook(guarded, global);
|
|
103
199
|
const factoryInternals = {
|
|
104
|
-
useParentStore: createStoreHook(false)
|
|
200
|
+
useParentStore: createStoreHook(false, false)
|
|
105
201
|
};
|
|
106
202
|
const Provider = props => {
|
|
107
203
|
const {
|
|
108
204
|
children = props.children,
|
|
109
205
|
enabled = true,
|
|
206
|
+
key,
|
|
110
207
|
value
|
|
111
208
|
} = factory(props, factoryInternals);
|
|
112
209
|
if (!value) {
|
|
@@ -119,6 +216,18 @@ function createProvider(name, options) {
|
|
|
119
216
|
storeRef.current = createProviderStore(snapshotValue);
|
|
120
217
|
}
|
|
121
218
|
const store = storeRef.current;
|
|
219
|
+
if (keyByStore && typeof key === "string") {
|
|
220
|
+
keyByStore.set(store, key);
|
|
221
|
+
}
|
|
222
|
+
(0, _react.useLayoutEffect)(() => {
|
|
223
|
+
if (!globalRegistry) {
|
|
224
|
+
return;
|
|
225
|
+
}
|
|
226
|
+
if (typeof key !== "string") {
|
|
227
|
+
throw new Error(`${name}Provider must return a key when global mode is enabled`);
|
|
228
|
+
}
|
|
229
|
+
return globalRegistry.register(key, store);
|
|
230
|
+
}, [key, store]);
|
|
122
231
|
pendingNotifyRef.current = store.setSnapshot(snapshotValue) || pendingNotifyRef.current;
|
|
123
232
|
(0, _react.useLayoutEffect)(() => {
|
|
124
233
|
if (!pendingNotifyRef.current) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","require","_jsxRuntime","NullProviderStore","getSnapshot","subscribe","shallowEqual","a","b","Object","is","aKeys","keys","bKeys","length","key","createProviderStore","initialSnapshot","snapshot","listeners","Set","notify","listener","setSnapshot","nextSnapshot","add","delete","createProvider","name","options","factory","guarded","providerDisplayName","StoreContext","createContext","displayName","createStoreHook","strict","
|
|
1
|
+
{"version":3,"names":["_react","require","_jsxRuntime","NullProviderStore","getSnapshot","subscribe","shallowEqual","a","b","Object","is","aKeys","keys","bKeys","length","key","createProviderStore","initialSnapshot","snapshot","listeners","Set","notify","listener","setSnapshot","nextSnapshot","add","delete","createProviderStoreRegistry","listenersByKey","Map","registrationsByKey","getStore","registrations","get","store","register","registration","set","currentRegistrations","includes","previousStore","nextRegistrations","filter","currentRegistration","size","createProvider","name","options","factory","guarded","global","providerDisplayName","globalRegistry","keyByStore","WeakMap","StoreContext","createContext","displayName","useRegisteredStore","fallbackStore","useCallback","useSyncExternalStore","createStoreHook","strict","allowGlobalLookup","selector","useContext","resolvedStore","selectorRef","useRef","current","getSelectedSnapshot","Error","selectorOrKey","globalSelector","isGlobalLookup","contextStore","matchingContextStore","registeredStore","useStoreSelector","factoryInternals","useParentStore","Provider","props","children","enabled","value","snapshotValue","storeRef","pendingNotifyRef","useLayoutEffect","jsx"],"sourceRoot":"../../../../src","sources":["shared/utils/create-provider.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -50,9 +50,8 @@ const BlankSceneRow = /*#__PURE__*/memo(function BlankSceneRow({
|
|
|
50
50
|
});
|
|
51
51
|
const StackViewContent = /*#__PURE__*/memo(function StackViewContent() {
|
|
52
52
|
const routeKeys = useBlankStackStore(store => store?.routeKeys ?? EMPTY_ROUTE_KEYS);
|
|
53
|
-
const shouldShowFloatOverlay = useBlankStackStore(store => store?.shouldShowFloatOverlay ?? false);
|
|
54
53
|
return /*#__PURE__*/_jsxs(PortalProvider, {
|
|
55
|
-
children: [
|
|
54
|
+
children: [/*#__PURE__*/_jsx(Overlay.Float, {}), /*#__PURE__*/_jsx(ActivityContainer, {
|
|
56
55
|
children: routeKeys.map(routeKey => /*#__PURE__*/_jsx(BlankSceneRow, {
|
|
57
56
|
routeKey: routeKey
|
|
58
57
|
}, routeKey))
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["NavigationContext","NavigationRouteContext","memo","ActivityContainer","ActivityScreen","PortalProvider","Overlay","ScreenComposer","BlankStackProvider","useBlankStackStore","StackCoreProvider","jsx","_jsx","jsxs","_jsxs","BlankNavigationProvider","children","routeKey","navigation","store","scenesByKey","descriptor","route","Error","Provider","value","BlankSceneContent","render","BlankSceneRow","StackViewContent","routeKeys","EMPTY_ROUTE_KEYS","
|
|
1
|
+
{"version":3,"names":["NavigationContext","NavigationRouteContext","memo","ActivityContainer","ActivityScreen","PortalProvider","Overlay","ScreenComposer","BlankStackProvider","useBlankStackStore","StackCoreProvider","jsx","_jsx","jsxs","_jsxs","BlankNavigationProvider","children","routeKey","navigation","store","scenesByKey","descriptor","route","Error","Provider","value","BlankSceneContent","render","BlankSceneRow","StackViewContent","routeKeys","EMPTY_ROUTE_KEYS","Float","map","StackView","DISABLE_NATIVE_SCREENS","DISABLE_NATIVE_SCREEN_CONTAINER","TRANSITIONS_ALWAYS_ON","STACK_TYPE","state","descriptors","describe","config"],"sourceRoot":"../../../../src","sources":["blank-stack/components/stack-view.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -36,9 +36,8 @@ const ComponentSceneRow = /*#__PURE__*/memo(function ComponentSceneRow({
|
|
|
36
36
|
});
|
|
37
37
|
const StackViewContent = /*#__PURE__*/memo(function StackViewContent() {
|
|
38
38
|
const routeKeys = useBlankStackStore(store => store?.routeKeys ?? EMPTY_ROUTE_KEYS);
|
|
39
|
-
const shouldShowFloatOverlay = useBlankStackStore(store => store?.shouldShowFloatOverlay ?? false);
|
|
40
39
|
return /*#__PURE__*/_jsxs(Fragment, {
|
|
41
|
-
children: [
|
|
40
|
+
children: [/*#__PURE__*/_jsx(Overlay.Float, {}), routeKeys.map(routeKey => /*#__PURE__*/_jsx(ComponentSceneRow, {
|
|
42
41
|
routeKey: routeKey
|
|
43
42
|
}, routeKey))]
|
|
44
43
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Fragment","memo","Overlay","SceneView","ScreenComposer","BlankStackProvider","useBlankStackStore","StackCoreProvider","StackType","ComponentScreen","jsx","_jsx","jsxs","_jsxs","EMPTY_ROUTE_KEYS","ComponentSceneContent","routeKey","descriptor","store","scenesByKey","Error","ComponentSceneRow","children","StackViewContent","routeKeys","
|
|
1
|
+
{"version":3,"names":["Fragment","memo","Overlay","SceneView","ScreenComposer","BlankStackProvider","useBlankStackStore","StackCoreProvider","StackType","ComponentScreen","jsx","_jsx","jsxs","_jsxs","EMPTY_ROUTE_KEYS","ComponentSceneContent","routeKey","descriptor","store","scenesByKey","Error","ComponentSceneRow","children","StackViewContent","routeKeys","Float","map","StackView","DISABLE_NATIVE_SCREENS","DISABLE_NATIVE_SCREEN_CONTAINER","TRANSITIONS_ALWAYS_ON","state","navigation","descriptors","describe","config","STACK_TYPE","COMPONENT"],"sourceRoot":"../../../../src","sources":["component-stack/components/stack-view.tsx"],"mappings":";;AAAA,SAASA,QAAQ,EAAEC,IAAI,QAAQ,OAAO;AACtC,SAASC,OAAO,QAAQ,iCAAiC;AACzD,SAASC,SAAS,QAAQ,oCAAoC;AAC9D,SAASC,cAAc,QAAQ,+CAA+C;AAC9E,SACCC,kBAAkB,EAClBC,kBAAkB,QACZ,mDAAmD;AAC1D,SAECC,iBAAiB,QACX,4CAA4C;AAEnD,SAASC,SAAS,QAAQ,gCAAgC;AAK1D,SAASC,eAAe,QAAQ,oBAAoB;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAErD,MAAMC,gBAA0B,GAAG,EAAE;AAErC,MAAMC,qBAAqB,gBAAGd,IAAI,CAAC,SAASc,qBAAqBA,CAAC;EACjEC;AAGD,CAAC,EAAE;EACF,MAAMC,UAAU,GAAGX,kBAAkB,CACnCY,KAAK,IAAKA,KAAK,EAAEC,WAAW,CAACH,QAAQ,CAAC,EAAEC,UAC1C,CAAyC;EAEzC,IAAI,CAACA,UAAU,EAAE;IAChB,MAAM,IAAIG,KAAK,CAAC,0BAA0BJ,QAAQ,kBAAkB,CAAC;EACtE;EAEA,oBAAOL,IAAA,CAACR,SAAS;IAACc,UAAU,EAAEA;EAAW,CAAE,CAAC;AAC7C,CAAC,CAAC;AAEF,MAAMI,iBAAiB,gBAAGpB,IAAI,CAAC,SAASoB,iBAAiBA,CAAC;EACzDL;AAGD,CAAC,EAAE;EACF,oBACCL,IAAA,CAACF,eAAe;IAACO,QAAQ,EAAEA,QAAS;IAAAM,QAAA,eACnCX,IAAA,CAACP,cAAc;MAACY,QAAQ,EAAEA,QAAS;MAAAM,QAAA,eAClCX,IAAA,CAACI,qBAAqB;QAACC,QAAQ,EAAEA;MAAS,CAAE;IAAC,CAC9B;EAAC,CACD,CAAC;AAEpB,CAAC,CAAC;AAEF,MAAMO,gBAAgB,gBAAGtB,IAAI,CAAC,SAASsB,gBAAgBA,CAAA,EAAG;EACzD,MAAMC,SAAS,GAAGlB,kBAAkB,CAClCY,KAAK,IAAKA,KAAK,EAAEM,SAAS,IAAIV,gBAChC,CAAC;EAED,oBACCD,KAAA,CAACb,QAAQ;IAAAsB,QAAA,gBACRX,IAAA,CAACT,OAAO,CAACuB,KAAK,IAAE,CAAC,EAEhBD,SAAS,CAACE,GAAG,CAAEV,QAAQ,iBACvBL,IAAA,CAACU,iBAAiB;MAAgBL,QAAQ,EAAEA;IAAS,GAA7BA,QAA+B,CACvD,CAAC;EAAA,CACO,CAAC;AAEb,CAAC,CAAC;AAQF,OAAO,MAAMW,SAAS,gBAAG1B,IAAI,CAAC,SAAS0B,SAASA,CAAC;EAChDC,sBAAsB;EACtBC,+BAA+B;EAC/BC,qBAAqB;EACrBC,KAAK;EACLC,UAAU;EACVC,WAAW;EACXC;AACe,CAAC,EAAE;EAClB,oBACCvB,IAAA,CAACJ,iBAAiB;IACjB4B,MAAM,EAAE;MACPL,qBAAqB,EAAEA,qBAAqB,IAAI,IAAI;MACpDM,UAAU,EAAE5B,SAAS,CAAC6B,SAAS;MAC/BT,sBAAsB;MACtBC;IACD,CAAE;IAAAP,QAAA,eAEFX,IAAA,CAACN,kBAAkB;MAClB0B,KAAK,EAAEA,KAAM;MACbC,UAAU,EAAEA,UAAW;MACvBC,WAAW,EAAEA,WAAY;MACzBC,QAAQ,EAAEA,QAAS;MAAAZ,QAAA,eAEnBX,IAAA,CAACY,gBAAgB,IAAE;IAAC,CACD;EAAC,CACH,CAAC;AAEtB,CAAC,CAAC","ignoreList":[]}
|
|
@@ -343,8 +343,7 @@ function NativeStackViewContent() {
|
|
|
343
343
|
navigation,
|
|
344
344
|
descriptors,
|
|
345
345
|
scenes,
|
|
346
|
-
focusedIndex
|
|
347
|
-
shouldShowFloatOverlay
|
|
346
|
+
focusedIndex
|
|
348
347
|
} = useDirectStackStore();
|
|
349
348
|
const {
|
|
350
349
|
setNextDismissedKey
|
|
@@ -352,7 +351,7 @@ function NativeStackViewContent() {
|
|
|
352
351
|
useInvalidPreventRemoveError(descriptors);
|
|
353
352
|
const modalRouteKeys = getModalRouteKeys(state.routes, descriptors);
|
|
354
353
|
return /*#__PURE__*/_jsxs(_Fragment, {
|
|
355
|
-
children: [
|
|
354
|
+
children: [/*#__PURE__*/_jsx(Overlay.Float, {}), /*#__PURE__*/_jsx(ScreenStack, {
|
|
356
355
|
style: styles.container,
|
|
357
356
|
children: scenes.map((scene, index) => {
|
|
358
357
|
const {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["getDefaultHeaderHeight","getHeaderTitle","HeaderBackContext","HeaderHeightContext","HeaderShownContext","useFrameSize","NavigationContext","NavigationRouteContext","StackActions","usePreventRemoveContext","useTheme","React","Animated","Platform","StatusBar","StyleSheet","useAnimatedValue","View","useSafeAreaInsets","ScreenStack","ScreenStackItem","Overlay","ScreenComposer","StackCoreProvider","DirectStackProvider","useDirectStackStore","StackType","isFabric","debounce","getModalRouteKeys","AnimatedHeaderHeightContext","useDismissedRouteError","useInvalidPreventRemoveError","useHeaderConfigProps","jsx","_jsx","jsxs","_jsxs","Fragment","_Fragment","ANDROID_DEFAULT_HEADER_HEIGHT","useNativeDriver","OS","SceneView","index","focused","shouldFreeze","descriptor","previousDescriptor","nextDescriptor","isPresentationModal","isPreloaded","onWillDisappear","onWillAppear","onAppear","onDisappear","onDismissed","onHeaderBackButtonClicked","onNativeDismissCancelled","onGestureCancel","onSheetDetentChanged","route","navigation","options","render","animation","animationMatchesGesture","presentation","fullScreenGestureEnabled","animationDuration","animationTypeForReplace","fullScreenGestureShadowEnabled","nativeGestureEnabled","nativeGestureDirection","nativeGestureResponseDistance","header","headerBackButtonMenuEnabled","headerShown","headerBackground","headerTransparent","autoHideHomeIndicator","keyboardHandlingEnabled","navigationBarColor","navigationBarTranslucent","navigationBarHidden","orientation","sheetAllowedDetents","sheetLargestUndimmedDetentIndex","sheetGrabberVisible","sheetCornerRadius","sheetElevation","sheetExpandsWhenScrolledToEdge","sheetInitialDetentIndex","statusBarAnimation","statusBarHidden","statusBarStyle","statusBarTranslucent","statusBarBackgroundColor","unstable_sheetFooter","freezeOnBlur","contentStyle","enableTransitions","undefined","nextGestureDirection","gestureDirectionOverride","colors","insets","isModal","isIPhone","isPad","isTV","isParentHeaderShown","useContext","parentHeaderHeight","parentHeaderBack","isLandscape","frame","width","height","topInset","top","defaultHeaderHeight","select","android","default","preventedRoutes","headerHeight","setHeaderHeight","useState","setHeaderHeightDebounced","useCallback","hasCustomHeader","headerHeightCorrectionOffset","statusBarHeight","currentHeight","rawAnimatedHeaderHeight","animatedHeaderHeight","useMemo","add","headerTopInsetEnabled","canGoBack","backTitle","name","title","headerBack","href","isRemovePrevented","key","preventRemove","modifiedPresentation","modifiedAnimation","modifiedHeaderShown","headerConfig","headerBackTitle","Provider","value","children","screenId","activityState","style","absoluteFill","customAnimationOnSwipe","fullScreenSwipeEnabled","fullScreenSwipeShadowEnabled","gestureEnabled","homeIndicatorHidden","hideKeyboardOnSwipe","replaceAnimation","stackPresentation","stackAnimation","screenOrientation","statusBarColor","swipeDirection","transitionDuration","gestureResponseDistance","nativeBackButtonDismissalEnabled","preventNativeDismiss","onHeaderHeightChange","event","nativeEvent","listener","e","doesHeaderAnimate","headerLargeTitle","headerSearchBarOptions","backgroundColor","background","styles","translucent","onLayout","layout","setValue","absolute","back","previous","current","next","NativeStackViewContent","state","descriptors","scenes","focusedIndex","shouldShowFloatOverlay","setNextDismissedKey","modalRouteKeys","routes","Float","container","map","scene","isFocused","isBelowFocused","previousKey","nextKey","includes","emit","type","data","closing","target","dispatch","pop","dismissCount","source","stable","isStable","NativeStackView","props","config","TRANSITIONS_ALWAYS_ON","STACK_TYPE","NATIVE","create","flex","zIndex","position","start","end","elevation","overflow"],"sourceRoot":"../../../../src","sources":["native-stack/views/NativeStackView.native.tsx"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["getDefaultHeaderHeight","getHeaderTitle","HeaderBackContext","HeaderHeightContext","HeaderShownContext","useFrameSize","NavigationContext","NavigationRouteContext","StackActions","usePreventRemoveContext","useTheme","React","Animated","Platform","StatusBar","StyleSheet","useAnimatedValue","View","useSafeAreaInsets","ScreenStack","ScreenStackItem","Overlay","ScreenComposer","StackCoreProvider","DirectStackProvider","useDirectStackStore","StackType","isFabric","debounce","getModalRouteKeys","AnimatedHeaderHeightContext","useDismissedRouteError","useInvalidPreventRemoveError","useHeaderConfigProps","jsx","_jsx","jsxs","_jsxs","Fragment","_Fragment","ANDROID_DEFAULT_HEADER_HEIGHT","useNativeDriver","OS","SceneView","index","focused","shouldFreeze","descriptor","previousDescriptor","nextDescriptor","isPresentationModal","isPreloaded","onWillDisappear","onWillAppear","onAppear","onDisappear","onDismissed","onHeaderBackButtonClicked","onNativeDismissCancelled","onGestureCancel","onSheetDetentChanged","route","navigation","options","render","animation","animationMatchesGesture","presentation","fullScreenGestureEnabled","animationDuration","animationTypeForReplace","fullScreenGestureShadowEnabled","nativeGestureEnabled","nativeGestureDirection","nativeGestureResponseDistance","header","headerBackButtonMenuEnabled","headerShown","headerBackground","headerTransparent","autoHideHomeIndicator","keyboardHandlingEnabled","navigationBarColor","navigationBarTranslucent","navigationBarHidden","orientation","sheetAllowedDetents","sheetLargestUndimmedDetentIndex","sheetGrabberVisible","sheetCornerRadius","sheetElevation","sheetExpandsWhenScrolledToEdge","sheetInitialDetentIndex","statusBarAnimation","statusBarHidden","statusBarStyle","statusBarTranslucent","statusBarBackgroundColor","unstable_sheetFooter","freezeOnBlur","contentStyle","enableTransitions","undefined","nextGestureDirection","gestureDirectionOverride","colors","insets","isModal","isIPhone","isPad","isTV","isParentHeaderShown","useContext","parentHeaderHeight","parentHeaderBack","isLandscape","frame","width","height","topInset","top","defaultHeaderHeight","select","android","default","preventedRoutes","headerHeight","setHeaderHeight","useState","setHeaderHeightDebounced","useCallback","hasCustomHeader","headerHeightCorrectionOffset","statusBarHeight","currentHeight","rawAnimatedHeaderHeight","animatedHeaderHeight","useMemo","add","headerTopInsetEnabled","canGoBack","backTitle","name","title","headerBack","href","isRemovePrevented","key","preventRemove","modifiedPresentation","modifiedAnimation","modifiedHeaderShown","headerConfig","headerBackTitle","Provider","value","children","screenId","activityState","style","absoluteFill","customAnimationOnSwipe","fullScreenSwipeEnabled","fullScreenSwipeShadowEnabled","gestureEnabled","homeIndicatorHidden","hideKeyboardOnSwipe","replaceAnimation","stackPresentation","stackAnimation","screenOrientation","statusBarColor","swipeDirection","transitionDuration","gestureResponseDistance","nativeBackButtonDismissalEnabled","preventNativeDismiss","onHeaderHeightChange","event","nativeEvent","listener","e","doesHeaderAnimate","headerLargeTitle","headerSearchBarOptions","backgroundColor","background","styles","translucent","onLayout","layout","setValue","absolute","back","previous","current","next","NativeStackViewContent","state","descriptors","scenes","focusedIndex","setNextDismissedKey","modalRouteKeys","routes","Float","container","map","scene","isFocused","isBelowFocused","previousKey","nextKey","includes","emit","type","data","closing","target","dispatch","pop","dismissCount","source","stable","isStable","NativeStackView","props","config","TRANSITIONS_ALWAYS_ON","STACK_TYPE","NATIVE","create","flex","zIndex","position","start","end","elevation","overflow"],"sourceRoot":"../../../../src","sources":["native-stack/views/NativeStackView.native.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -94,7 +94,7 @@ function ScreenTransitionsStackContent({
|
|
|
94
94
|
value: adapterContextValue,
|
|
95
95
|
children: /*#__PURE__*/_jsxs(StackProvider, {
|
|
96
96
|
value: stackContextValue,
|
|
97
|
-
children: [
|
|
97
|
+
children: [/*#__PURE__*/_jsx(Overlay.Float, {}), children]
|
|
98
98
|
})
|
|
99
99
|
});
|
|
100
100
|
}
|