react-native-screen-transitions 3.6.0-alpha.2 → 3.6.0-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (119) hide show
  1. package/lib/commonjs/shared/components/screen-container/layers/content.js +11 -1
  2. package/lib/commonjs/shared/components/screen-container/layers/content.js.map +1 -1
  3. package/lib/commonjs/shared/constants.js +3 -5
  4. package/lib/commonjs/shared/constants.js.map +1 -1
  5. package/lib/commonjs/shared/providers/screen/animation/helpers/build-screen-transition-options.js +1 -0
  6. package/lib/commonjs/shared/providers/screen/animation/helpers/build-screen-transition-options.js.map +1 -1
  7. package/lib/commonjs/shared/providers/screen/animation/helpers/hydrate-transition-state/index.js +25 -2
  8. package/lib/commonjs/shared/providers/screen/animation/helpers/hydrate-transition-state/index.js.map +1 -1
  9. package/lib/commonjs/shared/providers/screen/animation/helpers/pipeline.js +1 -2
  10. package/lib/commonjs/shared/providers/screen/animation/helpers/pipeline.js.map +1 -1
  11. package/lib/commonjs/shared/providers/screen/animation/helpers/selected-interpolator-options.js +1 -1
  12. package/lib/commonjs/shared/providers/screen/animation/helpers/selected-interpolator-options.js.map +1 -1
  13. package/lib/commonjs/shared/providers/screen/animation/helpers/use-build-transition-state.js +3 -4
  14. package/lib/commonjs/shared/providers/screen/animation/helpers/use-build-transition-state.js.map +1 -1
  15. package/lib/commonjs/shared/providers/screen/options/helpers.js +3 -1
  16. package/lib/commonjs/shared/providers/screen/options/helpers.js.map +1 -1
  17. package/lib/commonjs/shared/utils/bounds/index.js +3 -2
  18. package/lib/commonjs/shared/utils/bounds/index.js.map +1 -1
  19. package/lib/commonjs/shared/utils/bounds/navigation/reveal/build.js +38 -15
  20. package/lib/commonjs/shared/utils/bounds/navigation/reveal/build.js.map +1 -1
  21. package/lib/commonjs/shared/utils/bounds/navigation/reveal/math.js +24 -4
  22. package/lib/commonjs/shared/utils/bounds/navigation/reveal/math.js.map +1 -1
  23. package/lib/commonjs/shared/utils/bounds/navigation/zoom/build.js +2 -2
  24. package/lib/commonjs/shared/utils/bounds/navigation/zoom/build.js.map +1 -1
  25. package/lib/module/shared/components/screen-container/layers/content.js +13 -3
  26. package/lib/module/shared/components/screen-container/layers/content.js.map +1 -1
  27. package/lib/module/shared/constants.js +3 -5
  28. package/lib/module/shared/constants.js.map +1 -1
  29. package/lib/module/shared/providers/screen/animation/helpers/build-screen-transition-options.js +1 -0
  30. package/lib/module/shared/providers/screen/animation/helpers/build-screen-transition-options.js.map +1 -1
  31. package/lib/module/shared/providers/screen/animation/helpers/hydrate-transition-state/index.js +25 -2
  32. package/lib/module/shared/providers/screen/animation/helpers/hydrate-transition-state/index.js.map +1 -1
  33. package/lib/module/shared/providers/screen/animation/helpers/pipeline.js +1 -2
  34. package/lib/module/shared/providers/screen/animation/helpers/pipeline.js.map +1 -1
  35. package/lib/module/shared/providers/screen/animation/helpers/selected-interpolator-options.js +1 -1
  36. package/lib/module/shared/providers/screen/animation/helpers/selected-interpolator-options.js.map +1 -1
  37. package/lib/module/shared/providers/screen/animation/helpers/use-build-transition-state.js +3 -4
  38. package/lib/module/shared/providers/screen/animation/helpers/use-build-transition-state.js.map +1 -1
  39. package/lib/module/shared/providers/screen/options/helpers.js +3 -1
  40. package/lib/module/shared/providers/screen/options/helpers.js.map +1 -1
  41. package/lib/module/shared/providers/stack/direct.provider.js.map +1 -1
  42. package/lib/module/shared/providers/stack/managed.provider.js.map +1 -1
  43. package/lib/module/shared/types/animation.types.js.map +1 -1
  44. package/lib/module/shared/types/bounds.types.js.map +1 -1
  45. package/lib/module/shared/utils/bounds/index.js +3 -2
  46. package/lib/module/shared/utils/bounds/index.js.map +1 -1
  47. package/lib/module/shared/utils/bounds/navigation/reveal/build.js +40 -17
  48. package/lib/module/shared/utils/bounds/navigation/reveal/build.js.map +1 -1
  49. package/lib/module/shared/utils/bounds/navigation/reveal/math.js +24 -5
  50. package/lib/module/shared/utils/bounds/navigation/reveal/math.js.map +1 -1
  51. package/lib/module/shared/utils/bounds/navigation/zoom/build.js +2 -2
  52. package/lib/module/shared/utils/bounds/navigation/zoom/build.js.map +1 -1
  53. package/lib/typescript/shared/components/create-boundary-component/components/boundary-target.d.ts +4 -207
  54. package/lib/typescript/shared/components/create-boundary-component/components/boundary-target.d.ts.map +1 -1
  55. package/lib/typescript/shared/components/create-boundary-component/index.d.ts +2 -2
  56. package/lib/typescript/shared/components/overlay/variations/overlay-host.d.ts +1 -1
  57. package/lib/typescript/shared/components/overlay/variations/overlay-host.d.ts.map +1 -1
  58. package/lib/typescript/shared/components/scene-view.d.ts +1 -1
  59. package/lib/typescript/shared/components/scene-view.d.ts.map +1 -1
  60. package/lib/typescript/shared/components/screen-container/layers/backdrop.d.ts +2 -2
  61. package/lib/typescript/shared/components/screen-container/layers/backdrop.d.ts.map +1 -1
  62. package/lib/typescript/shared/components/screen-container/layers/content.d.ts.map +1 -1
  63. package/lib/typescript/shared/constants.d.ts +1 -1
  64. package/lib/typescript/shared/constants.d.ts.map +1 -1
  65. package/lib/typescript/shared/index.d.ts +2 -2
  66. package/lib/typescript/shared/providers/screen/animation/helpers/build-screen-transition-options.d.ts.map +1 -1
  67. package/lib/typescript/shared/providers/screen/animation/helpers/hydrate-transition-state/index.d.ts +1 -1
  68. package/lib/typescript/shared/providers/screen/animation/helpers/hydrate-transition-state/index.d.ts.map +1 -1
  69. package/lib/typescript/shared/providers/screen/animation/helpers/hydrate-transition-state/types.d.ts +1 -1
  70. package/lib/typescript/shared/providers/screen/animation/helpers/hydrate-transition-state/types.d.ts.map +1 -1
  71. package/lib/typescript/shared/providers/screen/animation/helpers/selected-interpolator-options.d.ts.map +1 -1
  72. package/lib/typescript/shared/providers/screen/animation/helpers/use-build-transition-state.d.ts +1 -1
  73. package/lib/typescript/shared/providers/screen/animation/helpers/use-build-transition-state.d.ts.map +1 -1
  74. package/lib/typescript/shared/providers/screen/options/helpers.d.ts.map +1 -1
  75. package/lib/typescript/shared/providers/screen/options/types.d.ts +1 -0
  76. package/lib/typescript/shared/providers/screen/options/types.d.ts.map +1 -1
  77. package/lib/typescript/shared/providers/screen/styles/components/maybe-floating-container.d.ts +1 -1
  78. package/lib/typescript/shared/providers/screen/styles/components/maybe-floating-container.d.ts.map +1 -1
  79. package/lib/typescript/shared/providers/stack/direct.provider.d.ts +1 -1
  80. package/lib/typescript/shared/providers/stack/direct.provider.d.ts.map +1 -1
  81. package/lib/typescript/shared/providers/stack/managed.provider.d.ts +1 -1
  82. package/lib/typescript/shared/providers/stack/managed.provider.d.ts.map +1 -1
  83. package/lib/typescript/shared/types/animation.types.d.ts +4 -1
  84. package/lib/typescript/shared/types/animation.types.d.ts.map +1 -1
  85. package/lib/typescript/shared/types/bounds.types.d.ts +69 -1
  86. package/lib/typescript/shared/types/bounds.types.d.ts.map +1 -1
  87. package/lib/typescript/shared/types/index.d.ts +1 -1
  88. package/lib/typescript/shared/types/index.d.ts.map +1 -1
  89. package/lib/typescript/shared/types/screen.types.d.ts +4 -14
  90. package/lib/typescript/shared/types/screen.types.d.ts.map +1 -1
  91. package/lib/typescript/shared/utils/bounds/index.d.ts.map +1 -1
  92. package/lib/typescript/shared/utils/bounds/navigation/reveal/build.d.ts +1 -1
  93. package/lib/typescript/shared/utils/bounds/navigation/reveal/build.d.ts.map +1 -1
  94. package/lib/typescript/shared/utils/bounds/navigation/reveal/math.d.ts +12 -2
  95. package/lib/typescript/shared/utils/bounds/navigation/reveal/math.d.ts.map +1 -1
  96. package/lib/typescript/shared/utils/bounds/navigation/reveal/types.d.ts +2 -1
  97. package/lib/typescript/shared/utils/bounds/navigation/reveal/types.d.ts.map +1 -1
  98. package/package.json +4 -3
  99. package/src/shared/components/screen-container/layers/content.tsx +21 -2
  100. package/src/shared/constants.ts +0 -3
  101. package/src/shared/providers/screen/animation/helpers/build-screen-transition-options.ts +1 -0
  102. package/src/shared/providers/screen/animation/helpers/hydrate-transition-state/index.ts +48 -2
  103. package/src/shared/providers/screen/animation/helpers/hydrate-transition-state/types.ts +1 -1
  104. package/src/shared/providers/screen/animation/helpers/pipeline.ts +1 -1
  105. package/src/shared/providers/screen/animation/helpers/selected-interpolator-options.ts +1 -0
  106. package/src/shared/providers/screen/animation/helpers/use-build-transition-state.ts +3 -12
  107. package/src/shared/providers/screen/options/helpers.ts +9 -0
  108. package/src/shared/providers/screen/options/types.ts +1 -0
  109. package/src/shared/providers/stack/direct.provider.tsx +1 -1
  110. package/src/shared/providers/stack/managed.provider.tsx +1 -1
  111. package/src/shared/types/animation.types.ts +4 -0
  112. package/src/shared/types/bounds.types.ts +72 -1
  113. package/src/shared/types/index.ts +1 -0
  114. package/src/shared/types/screen.types.ts +4 -14
  115. package/src/shared/utils/bounds/index.ts +3 -1
  116. package/src/shared/utils/bounds/navigation/reveal/build.ts +58 -24
  117. package/src/shared/utils/bounds/navigation/reveal/math.ts +34 -4
  118. package/src/shared/utils/bounds/navigation/reveal/types.ts +2 -0
  119. package/src/shared/utils/bounds/navigation/zoom/build.ts +2 -2
@@ -2,7 +2,7 @@
2
2
 
3
3
  import { EPSILON } from "../../../../constants";
4
4
  import { computeContentTransformGeometry } from "../../helpers/geometry";
5
- import { DISMISS_SCALE_ORBIT_DEPTH, DRAG_DIRECTIONAL_SCALE_EXPONENT, DRAG_DIRECTIONAL_SCALE_MAX, DRAG_DIRECTIONAL_SCALE_MIN } from "./config";
5
+ import { DRAG_DIRECTIONAL_SCALE_EXPONENT, DRAG_DIRECTIONAL_SCALE_MAX, DRAG_DIRECTIONAL_SCALE_MIN } from "./config";
6
6
  function clampUnit(value) {
7
7
  "worklet";
8
8
 
@@ -61,11 +61,14 @@ export function resolveUniformScale({
61
61
  const aspectDifference = Math.abs(sourceAspect - destinationAspect);
62
62
  return aspectDifference < 0.1 ? Math.max(sx, sy) : Math.min(sx, sy);
63
63
  }
64
- export function resolveRevealGestureHandoff(rawDrag) {
64
+ export function resolveRevealGestureHandoff({
65
+ rawDrag,
66
+ maxSensitivity
67
+ }) {
65
68
  "worklet";
66
69
 
67
70
  const clampedRawDrag = clampUnit(rawDrag);
68
- const gestureSensitivity = mixUnit(0.8, 0.1, clampedRawDrag);
71
+ const gestureSensitivity = mixUnit(maxSensitivity, 0.1, clampedRawDrag);
69
72
  const releaseBoost = mixUnit(1, 1.1, clampedRawDrag);
70
73
  const releaseSensitivity = interpolateClamped(gestureSensitivity, 0.28, 0.9, 0.7, 1);
71
74
  return {
@@ -77,17 +80,33 @@ export function resolveDismissScaleHandoff({
77
80
  progress,
78
81
  releaseScale,
79
82
  targetScale,
80
- velocity
83
+ velocity,
84
+ velocityDepth
81
85
  }) {
82
86
  "worklet";
83
87
 
84
88
  const closeProgress = 1 - progress;
85
89
  const scaleProgress = Math.sin(Math.PI / 2 * closeProgress);
86
90
  const baseScale = releaseScale + (targetScale - releaseScale) * scaleProgress;
87
- const orbitDepth = DISMISS_SCALE_ORBIT_DEPTH * velocity;
91
+ const orbitDepth = velocityDepth * velocity;
88
92
  const orbitScale = 1 - orbitDepth * Math.sin(Math.PI * closeProgress);
89
93
  return baseScale * orbitScale;
90
94
  }
95
+ export function resolveAspectRatioMaskHeight({
96
+ maskWidth,
97
+ maskHeight,
98
+ targetWidth,
99
+ targetHeight
100
+ }) {
101
+ "worklet";
102
+
103
+ const safeMaskWidth = Math.max(1, Math.abs(maskWidth));
104
+ const safeMaskHeight = Math.max(1, Math.abs(maskHeight));
105
+ const safeTargetWidth = Math.max(Math.abs(targetWidth), EPSILON);
106
+ const safeTargetHeight = Math.max(Math.abs(targetHeight), EPSILON);
107
+ const targetAspectHeight = safeMaskWidth * (safeTargetHeight / safeTargetWidth);
108
+ return Math.min(safeMaskHeight, Math.max(1, targetAspectHeight));
109
+ }
91
110
  function getBoundsCenterX(bounds) {
92
111
  "worklet";
93
112
 
@@ -1 +1 @@
1
- {"version":3,"names":["EPSILON","computeContentTransformGeometry","DISMISS_SCALE_ORBIT_DEPTH","DRAG_DIRECTIONAL_SCALE_EXPONENT","DRAG_DIRECTIONAL_SCALE_MAX","DRAG_DIRECTIONAL_SCALE_MIN","clampUnit","value","Math","min","max","mixUnit","from","to","progress","interpolateClamped","inputStart","inputEnd","outputStart","outputEnd","resolveSafeScale","scale","abs","resolveUnitDragTranslation","translation","dimension","baseDistance","resolveRevealDirectionalDragScale","normalized","inverted","dismissalRelative","rawScale","oppositeDrag","resolveUniformScale","sourceWidth","sourceHeight","destinationWidth","destinationHeight","sx","sy","sourceAspect","destinationAspect","aspectDifference","resolveRevealGestureHandoff","rawDrag","clampedRawDrag","gestureSensitivity","releaseBoost","releaseSensitivity","gestureReleaseVelocityScale","resolveDismissScaleHandoff","releaseScale","targetScale","velocity","closeProgress","scaleProgress","sin","PI","baseScale","orbitDepth","orbitScale","getBoundsCenterX","bounds","pageX","width","getBoundsCenterY","pageY","height","resolveRevealContentBaseTransform","sourceBounds","destinationBounds","screenLayout","geometry","start","end","entering","dimensions","scaleMode","translateX","tx","translateY","ty","s","resolveTrackedSourceElementTransform","contentTranslateX","contentTranslateY","contentScale","parentScale","screenWidth","screenHeight","screenCenterX","screenCenterY","safeParentScale","safeSourceWidth","safeSourceHeight","sourceCenterX","sourceCenterY","destinationCenterX","destinationCenterY","trackedCenterX","trackedCenterY","scaleX","scaleY"],"sourceRoot":"../../../../../../../src","sources":["shared/utils/bounds/navigation/reveal/math.ts"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["EPSILON","computeContentTransformGeometry","DRAG_DIRECTIONAL_SCALE_EXPONENT","DRAG_DIRECTIONAL_SCALE_MAX","DRAG_DIRECTIONAL_SCALE_MIN","clampUnit","value","Math","min","max","mixUnit","from","to","progress","interpolateClamped","inputStart","inputEnd","outputStart","outputEnd","resolveSafeScale","scale","abs","resolveUnitDragTranslation","translation","dimension","baseDistance","resolveRevealDirectionalDragScale","normalized","inverted","dismissalRelative","rawScale","oppositeDrag","resolveUniformScale","sourceWidth","sourceHeight","destinationWidth","destinationHeight","sx","sy","sourceAspect","destinationAspect","aspectDifference","resolveRevealGestureHandoff","rawDrag","maxSensitivity","clampedRawDrag","gestureSensitivity","releaseBoost","releaseSensitivity","gestureReleaseVelocityScale","resolveDismissScaleHandoff","releaseScale","targetScale","velocity","velocityDepth","closeProgress","scaleProgress","sin","PI","baseScale","orbitDepth","orbitScale","resolveAspectRatioMaskHeight","maskWidth","maskHeight","targetWidth","targetHeight","safeMaskWidth","safeMaskHeight","safeTargetWidth","safeTargetHeight","targetAspectHeight","getBoundsCenterX","bounds","pageX","width","getBoundsCenterY","pageY","height","resolveRevealContentBaseTransform","sourceBounds","destinationBounds","screenLayout","geometry","start","end","entering","dimensions","scaleMode","translateX","tx","translateY","ty","s","resolveTrackedSourceElementTransform","contentTranslateX","contentTranslateY","contentScale","parentScale","screenWidth","screenHeight","screenCenterX","screenCenterY","safeParentScale","safeSourceWidth","safeSourceHeight","sourceCenterX","sourceCenterY","destinationCenterX","destinationCenterY","trackedCenterX","trackedCenterY","scaleX","scaleY"],"sourceRoot":"../../../../../../../src","sources":["shared/utils/bounds/navigation/reveal/math.ts"],"mappings":"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","ignoreList":[]}
@@ -113,7 +113,7 @@ export function buildZoomStyles({
113
113
  style: VISIBLE_STYLE
114
114
  }
115
115
  };
116
- const focusedContentSlot = props.current.layouts.navigationMaskEnabled ? NAVIGATION_MASK_CONTAINER_STYLE_ID : "content";
116
+ const focusedContentSlot = props.current.options.navigationMaskEnabled ? NAVIGATION_MASK_CONTAINER_STYLE_ID : "content";
117
117
 
118
118
  /* --------------------------- Gesture / Drag Values ------------------------- */
119
119
 
@@ -235,7 +235,7 @@ export function buildZoomStyles({
235
235
  },
236
236
  ...sourceVisibilityStyle
237
237
  };
238
- if (props.current.layouts.navigationMaskEnabled) {
238
+ if (props.current.options.navigationMaskEnabled) {
239
239
  focusedStyles[NAVIGATION_MASK_ELEMENT_STYLE_ID] = {
240
240
  style: {
241
241
  width: maskWidth,
@@ -1 +1 @@
1
- {"version":3,"names":["interpolate","EPSILON","NAVIGATION_MASK_CONTAINER_STYLE_ID","NAVIGATION_MASK_ELEMENT_STYLE_ID","VISIBLE_STYLE","createLinkAccessor","getSourceBorderRadius","toNumber","combineScales","composeCompensatedTranslation","computeCenterScaleShift","resolveDirectionalDragScale","resolveOpacityRangeTuple","ZOOM_DISMISS_SCALE_ORBIT_DEPTH","ZOOM_FOCUSED_ELEMENT_CLOSE_OPACITY_RANGE","ZOOM_FOCUSED_ELEMENT_OPEN_OPACITY_RANGE","ZOOM_MASK_OUTSET","ZOOM_SHARED_OPTIONS","ZOOM_UNFOCUSED_ELEMENT_CLOSE_OPACITY_RANGE","ZOOM_UNFOCUSED_ELEMENT_OPEN_OPACITY_RANGE","getZoomContentTarget","interpolateOpacityRange","resolveBackgroundScale","resolveDragScaleTuple","resolveDragTranslationTuple","resolveDirectionalDragTranslation","IDENTITY_DRAG_SCALE_OUTPUT","resolveZoomGestureHandoff","rawDrag","gestureSensitivity","releaseBoost","releaseSensitivity","gestureReleaseVelocityScale","resolveZoomGestureOptions","activeOptions","gestureProgressMode","resolveZoomDismissScaleHandoff","progress","releaseScale","targetScale","closeProgress","scaleProgress","Math","sin","PI","baseScale","orbitDepth","orbitScale","buildZoomStyles","tag","zoomOptions","props","target","focused","layouts","screen","screenLayout","zoomAnchor","anchor","boundsAccessor","link","getLink","baseRawOptions","raw","scaleMode","buildEffectiveTag","id","sourceBorderRadius","targetBorderRadius","borderRadius","focusedElementOpacity","open","value","fallback","close","unfocusedElementOpacity","sourceVisibilityStyle","style","focusedContentSlot","current","navigationMaskEnabled","normX","active","gesture","normY","initialGesture","direction","isHorizontalDismiss","isVerticalDismiss","abs","horizontalDragTranslation","verticalDragTranslation","dragX","translation","x","dimension","width","negativeMax","positiveMax","exponent","dragY","y","height","horizontalDragScale","verticalDragScale","backgroundScale","dragXScale","normalized","dismissDirection","shrinkMin","growMax","dragYScale","dragScale","handoffDragScale","dismissing","zoomGestureOptions","options","focusedContentTarget","explicitTarget","contentRaw","compute","method","maskRaw","space","focusedFade","closing","range","shouldRemoveClipping","animating","focusedMaskBorderRadius","top","right","bottom","left","maskWidth","max","maskHeight","contentTranslateX","translateX","contentTranslateY","translateY","contentScale","scale","maskTranslateX","maskTranslateY","focusedContentStyle","opacity","debug","transform","overflow","focusedStyles","unfocusedFade","unfocusedScale","didSourceComponentVisiblyHide","shouldHideUnfocusedElement","unfocusedElementTarget","elementRaw","boundTargetCenterX","destination","bounds","pageX","undefined","boundTargetCenterY","pageY","elementCenterX","elementCenterY","unfocusedContentScale","logicallySettled","shouldTrackGestureTranslation","shouldTrackGestureScale","elementGestureScale","elementGestureX","elementGestureY","safeUnfocusedContentScale","scaleShiftX","center","containerCenter","scaleShiftY","compensatedGestureX","parentScale","centerShift","epsilon","compensatedGestureY","elementTranslateX","elementTranslateY","elementScaleX","scaleX","elementScaleY","scaleY","resolvedElementStyle","zIndex","elevation","content"],"sourceRoot":"../../../../../../../src","sources":["shared/utils/bounds/navigation/zoom/build.ts"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["interpolate","EPSILON","NAVIGATION_MASK_CONTAINER_STYLE_ID","NAVIGATION_MASK_ELEMENT_STYLE_ID","VISIBLE_STYLE","createLinkAccessor","getSourceBorderRadius","toNumber","combineScales","composeCompensatedTranslation","computeCenterScaleShift","resolveDirectionalDragScale","resolveOpacityRangeTuple","ZOOM_DISMISS_SCALE_ORBIT_DEPTH","ZOOM_FOCUSED_ELEMENT_CLOSE_OPACITY_RANGE","ZOOM_FOCUSED_ELEMENT_OPEN_OPACITY_RANGE","ZOOM_MASK_OUTSET","ZOOM_SHARED_OPTIONS","ZOOM_UNFOCUSED_ELEMENT_CLOSE_OPACITY_RANGE","ZOOM_UNFOCUSED_ELEMENT_OPEN_OPACITY_RANGE","getZoomContentTarget","interpolateOpacityRange","resolveBackgroundScale","resolveDragScaleTuple","resolveDragTranslationTuple","resolveDirectionalDragTranslation","IDENTITY_DRAG_SCALE_OUTPUT","resolveZoomGestureHandoff","rawDrag","gestureSensitivity","releaseBoost","releaseSensitivity","gestureReleaseVelocityScale","resolveZoomGestureOptions","activeOptions","gestureProgressMode","resolveZoomDismissScaleHandoff","progress","releaseScale","targetScale","closeProgress","scaleProgress","Math","sin","PI","baseScale","orbitDepth","orbitScale","buildZoomStyles","tag","zoomOptions","props","target","focused","layouts","screen","screenLayout","zoomAnchor","anchor","boundsAccessor","link","getLink","baseRawOptions","raw","scaleMode","buildEffectiveTag","id","sourceBorderRadius","targetBorderRadius","borderRadius","focusedElementOpacity","open","value","fallback","close","unfocusedElementOpacity","sourceVisibilityStyle","style","focusedContentSlot","current","options","navigationMaskEnabled","normX","active","gesture","normY","initialGesture","direction","isHorizontalDismiss","isVerticalDismiss","abs","horizontalDragTranslation","verticalDragTranslation","dragX","translation","x","dimension","width","negativeMax","positiveMax","exponent","dragY","y","height","horizontalDragScale","verticalDragScale","backgroundScale","dragXScale","normalized","dismissDirection","shrinkMin","growMax","dragYScale","dragScale","handoffDragScale","dismissing","zoomGestureOptions","focusedContentTarget","explicitTarget","contentRaw","compute","method","maskRaw","space","focusedFade","closing","range","shouldRemoveClipping","animating","focusedMaskBorderRadius","top","right","bottom","left","maskWidth","max","maskHeight","contentTranslateX","translateX","contentTranslateY","translateY","contentScale","scale","maskTranslateX","maskTranslateY","focusedContentStyle","opacity","debug","transform","overflow","focusedStyles","unfocusedFade","unfocusedScale","didSourceComponentVisiblyHide","shouldHideUnfocusedElement","unfocusedElementTarget","elementRaw","boundTargetCenterX","destination","bounds","pageX","undefined","boundTargetCenterY","pageY","elementCenterX","elementCenterY","unfocusedContentScale","logicallySettled","shouldTrackGestureTranslation","shouldTrackGestureScale","elementGestureScale","elementGestureX","elementGestureY","safeUnfocusedContentScale","scaleShiftX","center","containerCenter","scaleShiftY","compensatedGestureX","parentScale","centerShift","epsilon","compensatedGestureY","elementTranslateX","elementTranslateY","elementScaleX","scaleX","elementScaleY","scaleY","resolvedElementStyle","zIndex","elevation","content"],"sourceRoot":"../../../../../../../src","sources":["shared/utils/bounds/navigation/zoom/build.ts"],"mappings":"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","ignoreList":[]}
@@ -1,209 +1,6 @@
1
1
  import type React from "react";
2
- export declare const BoundaryTarget: React.NamedExoticComponent<{
3
- id?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
4
- pointerEvents?: "auto" | "none" | "box-none" | "box-only" | import("react-native-reanimated").SharedValue<"auto" | "none" | "box-none" | "box-only" | undefined> | undefined;
5
- children?: React.ReactNode | import("react-native-reanimated").SharedValue<React.ReactNode>;
6
- hitSlop?: number | import("react-native").Insets | import("react-native-reanimated").SharedValue<number | import("react-native").Insets | null | undefined> | null | undefined;
7
- needsOffscreenAlphaCompositing?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
8
- onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").LayoutChangeEvent) => void) | undefined> | undefined;
9
- removeClippedSubviews?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
10
- testID?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
11
- nativeID?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
12
- collapsable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
13
- collapsableChildren?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
14
- onBlur?: ((e: import("react-native").BlurEvent) => void) | import("react-native-reanimated").SharedValue<((e: import("react-native").BlurEvent) => void) | null | undefined> | null | undefined;
15
- onFocus?: ((e: import("react-native").FocusEvent) => void) | import("react-native-reanimated").SharedValue<((e: import("react-native").FocusEvent) => void) | null | undefined> | null | undefined;
16
- renderToHardwareTextureAndroid?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
17
- focusable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
18
- tabIndex?: 0 | -1 | import("react-native-reanimated").SharedValue<0 | -1 | undefined> | undefined;
19
- shouldRasterizeIOS?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
20
- isTVSelectable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
21
- hasTVPreferredFocus?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
22
- tvParallaxShiftDistanceX?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
23
- tvParallaxShiftDistanceY?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
24
- tvParallaxTiltAngle?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
25
- tvParallaxMagnification?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
26
- onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
27
- onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
28
- onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
29
- onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
30
- onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
31
- onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
32
- onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
33
- onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
34
- onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
35
- onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
36
- onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
37
- onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
38
- onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
39
- onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
40
- onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
41
- onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
42
- onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
43
- onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
44
- onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
45
- onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
46
- onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
47
- onPointerMove?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
48
- onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
49
- onPointerCancel?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
50
- onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
51
- onPointerDown?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
52
- onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
53
- onPointerUp?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
54
- onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
55
- accessible?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
56
- accessibilityActions?: readonly Readonly<{
57
- name: import("react-native").AccessibilityActionName | string;
58
- label?: string | undefined;
59
- }>[] | import("react-native-reanimated").SharedValue<readonly Readonly<{
60
- name: import("react-native").AccessibilityActionName | string;
61
- label?: string | undefined;
62
- }>[] | undefined> | undefined;
63
- accessibilityLabel?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
64
- 'aria-label'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
65
- accessibilityRole?: import("react-native").AccessibilityRole | import("react-native-reanimated").SharedValue<import("react-native").AccessibilityRole | undefined> | undefined;
66
- accessibilityState?: import("react-native").AccessibilityState | import("react-native-reanimated").SharedValue<import("react-native").AccessibilityState | undefined> | undefined;
67
- 'aria-busy'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
68
- 'aria-checked'?: boolean | "mixed" | import("react-native-reanimated").SharedValue<boolean | "mixed" | undefined> | undefined;
69
- 'aria-disabled'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
70
- 'aria-expanded'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
71
- 'aria-selected'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
72
- accessibilityHint?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
73
- accessibilityValue?: import("react-native").AccessibilityValue | import("react-native-reanimated").SharedValue<import("react-native").AccessibilityValue | undefined> | undefined;
74
- 'aria-valuemax'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
75
- 'aria-valuemin'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
76
- 'aria-valuenow'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
77
- 'aria-valuetext'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
78
- onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").AccessibilityActionEvent) => void) | undefined> | undefined;
79
- importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | import("react-native-reanimated").SharedValue<"auto" | "yes" | "no" | "no-hide-descendants" | undefined> | undefined;
80
- 'aria-hidden'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
81
- 'aria-modal'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
82
- role?: import("react-native").Role | import("react-native-reanimated").SharedValue<import("react-native").Role | undefined> | undefined;
83
- accessibilityLabelledBy?: string | string[] | import("react-native-reanimated").SharedValue<string | string[] | undefined> | undefined;
84
- 'aria-labelledby'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
85
- accessibilityLiveRegion?: "none" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"none" | "polite" | "assertive" | undefined> | undefined;
86
- 'aria-live'?: "polite" | "assertive" | "off" | import("react-native-reanimated").SharedValue<"polite" | "assertive" | "off" | undefined> | undefined;
87
- screenReaderFocusable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
88
- accessibilityElementsHidden?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
89
- accessibilityViewIsModal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
90
- onAccessibilityEscape?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
91
- onAccessibilityTap?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
92
- onMagicTap?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
93
- accessibilityIgnoresInvertColors?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
94
- accessibilityLanguage?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
95
- accessibilityShowsLargeContentViewer?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
96
- accessibilityLargeContentTitle?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
97
- accessibilityRespondsToUserInteraction?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
98
- } & {
99
- style?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
100
- } & {
101
- layout?: import("react-native-reanimated").BaseAnimationBuilder | import("react-native-reanimated").LayoutAnimationFunction | typeof import("react-native-reanimated").BaseAnimationBuilder;
102
- entering?: import("react-native-reanimated").EntryOrExitLayoutType;
103
- exiting?: import("react-native-reanimated").EntryOrExitLayoutType;
104
- } & {
105
- animatedProps?: import("react-native-reanimated/lib/typescript/css/types").AddArrayPropertyType<Partial<{
106
- id?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
107
- pointerEvents?: "auto" | "none" | "box-none" | "box-only" | import("react-native-reanimated").SharedValue<"auto" | "none" | "box-none" | "box-only" | undefined> | undefined;
108
- children?: React.ReactNode | import("react-native-reanimated").SharedValue<React.ReactNode>;
109
- hitSlop?: number | import("react-native").Insets | import("react-native-reanimated").SharedValue<number | import("react-native").Insets | null | undefined> | null | undefined;
110
- needsOffscreenAlphaCompositing?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
111
- onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").LayoutChangeEvent) => void) | undefined> | undefined;
112
- removeClippedSubviews?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
113
- testID?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
114
- nativeID?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
115
- collapsable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
116
- collapsableChildren?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
117
- onBlur?: ((e: import("react-native").BlurEvent) => void) | import("react-native-reanimated").SharedValue<((e: import("react-native").BlurEvent) => void) | null | undefined> | null | undefined;
118
- onFocus?: ((e: import("react-native").FocusEvent) => void) | import("react-native-reanimated").SharedValue<((e: import("react-native").FocusEvent) => void) | null | undefined> | null | undefined;
119
- renderToHardwareTextureAndroid?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
120
- focusable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
121
- tabIndex?: 0 | -1 | import("react-native-reanimated").SharedValue<0 | -1 | undefined> | undefined;
122
- shouldRasterizeIOS?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
123
- isTVSelectable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
124
- hasTVPreferredFocus?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
125
- tvParallaxShiftDistanceX?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
126
- tvParallaxShiftDistanceY?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
127
- tvParallaxTiltAngle?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
128
- tvParallaxMagnification?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
129
- onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
130
- onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
131
- onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
132
- onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
133
- onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
134
- onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
135
- onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
136
- onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
137
- onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
138
- onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
139
- onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
140
- onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => boolean) | undefined> | undefined;
141
- onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
142
- onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
143
- onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
144
- onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
145
- onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").GestureResponderEvent) => void) | undefined> | undefined;
146
- onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
147
- onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
148
- onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
149
- onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
150
- onPointerMove?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
151
- onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
152
- onPointerCancel?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
153
- onPointerCancelCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
154
- onPointerDown?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
155
- onPointerDownCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
156
- onPointerUp?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
157
- onPointerUpCapture?: ((event: import("react-native").PointerEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").PointerEvent) => void) | undefined> | undefined;
158
- accessible?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
159
- accessibilityActions?: readonly Readonly<{
160
- name: import("react-native").AccessibilityActionName | string;
161
- label?: string | undefined;
162
- }>[] | import("react-native-reanimated").SharedValue<readonly Readonly<{
163
- name: import("react-native").AccessibilityActionName | string;
164
- label?: string | undefined;
165
- }>[] | undefined> | undefined;
166
- accessibilityLabel?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
167
- 'aria-label'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
168
- accessibilityRole?: import("react-native").AccessibilityRole | import("react-native-reanimated").SharedValue<import("react-native").AccessibilityRole | undefined> | undefined;
169
- accessibilityState?: import("react-native").AccessibilityState | import("react-native-reanimated").SharedValue<import("react-native").AccessibilityState | undefined> | undefined;
170
- 'aria-busy'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
171
- 'aria-checked'?: boolean | "mixed" | import("react-native-reanimated").SharedValue<boolean | "mixed" | undefined> | undefined;
172
- 'aria-disabled'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
173
- 'aria-expanded'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
174
- 'aria-selected'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
175
- accessibilityHint?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
176
- accessibilityValue?: import("react-native").AccessibilityValue | import("react-native-reanimated").SharedValue<import("react-native").AccessibilityValue | undefined> | undefined;
177
- 'aria-valuemax'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
178
- 'aria-valuemin'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
179
- 'aria-valuenow'?: number | import("react-native-reanimated").SharedValue<number | undefined> | undefined;
180
- 'aria-valuetext'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
181
- onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | import("react-native-reanimated").SharedValue<((event: import("react-native").AccessibilityActionEvent) => void) | undefined> | undefined;
182
- importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | import("react-native-reanimated").SharedValue<"auto" | "yes" | "no" | "no-hide-descendants" | undefined> | undefined;
183
- 'aria-hidden'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
184
- 'aria-modal'?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
185
- role?: import("react-native").Role | import("react-native-reanimated").SharedValue<import("react-native").Role | undefined> | undefined;
186
- accessibilityLabelledBy?: string | string[] | import("react-native-reanimated").SharedValue<string | string[] | undefined> | undefined;
187
- 'aria-labelledby'?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
188
- accessibilityLiveRegion?: "none" | "polite" | "assertive" | import("react-native-reanimated").SharedValue<"none" | "polite" | "assertive" | undefined> | undefined;
189
- 'aria-live'?: "polite" | "assertive" | "off" | import("react-native-reanimated").SharedValue<"polite" | "assertive" | "off" | undefined> | undefined;
190
- screenReaderFocusable?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
191
- accessibilityElementsHidden?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
192
- accessibilityViewIsModal?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
193
- onAccessibilityEscape?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
194
- onAccessibilityTap?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
195
- onMagicTap?: (() => void) | import("react-native-reanimated").SharedValue<(() => void) | undefined> | undefined;
196
- accessibilityIgnoresInvertColors?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
197
- accessibilityLanguage?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
198
- accessibilityShowsLargeContentViewer?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
199
- accessibilityLargeContentTitle?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
200
- accessibilityRespondsToUserInteraction?: boolean | import("react-native-reanimated").SharedValue<boolean | undefined> | undefined;
201
- } & {
202
- style?: import("react-native").StyleProp<import("react-native-reanimated").AnimatedStyle<import("react-native").StyleProp<import("react-native").ViewStyle>>>;
203
- } & {
204
- layout?: import("react-native-reanimated").BaseAnimationBuilder | import("react-native-reanimated").LayoutAnimationFunction | typeof import("react-native-reanimated").BaseAnimationBuilder;
205
- entering?: import("react-native-reanimated").EntryOrExitLayoutType;
206
- exiting?: import("react-native-reanimated").EntryOrExitLayoutType;
207
- }> | import("react-native-reanimated").CSSStyle<import("react-native").ViewProps>> | undefined;
208
- }>;
2
+ import Animated from "react-native-reanimated";
3
+ type BoundaryTargetProps = React.ComponentProps<typeof Animated.View>;
4
+ export declare const BoundaryTarget: React.MemoExoticComponent<(props: BoundaryTargetProps) => import("react/jsx-runtime").JSX.Element>;
5
+ export {};
209
6
  //# sourceMappingURL=boundary-target.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"boundary-target.d.ts","sourceRoot":"","sources":["../../../../../../src/shared/components/create-boundary-component/components/boundary-target.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAY/B,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyCzB,CAAC"}
1
+ {"version":3,"file":"boundary-target.d.ts","sourceRoot":"","sources":["../../../../../../src/shared/components/create-boundary-component/components/boundary-target.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,QAA4B,MAAM,yBAAyB,CAAC;AAOnE,KAAK,mBAAmB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,IAAI,CAAC,CAAC;AAEtE,eAAO,MAAM,cAAc,oCACnB,mBAAmB,6CAwCzB,CAAC"}
@@ -31,7 +31,7 @@ export declare const Boundary: {
31
31
  /**
32
32
  * Optional nested measurement override inside a boundary owner.
33
33
  */
34
- Target: import("react").NamedExoticComponent<{
34
+ Target: import("react").MemoExoticComponent<(props: {
35
35
  id?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
36
36
  pointerEvents?: "auto" | "none" | "box-none" | "box-only" | import("react-native-reanimated").SharedValue<"auto" | "none" | "box-none" | "box-only" | undefined> | undefined;
37
37
  children?: import("react").ReactNode | import("react-native-reanimated").SharedValue<import("react").ReactNode>;
@@ -237,6 +237,6 @@ export declare const Boundary: {
237
237
  entering?: import("react-native-reanimated").EntryOrExitLayoutType;
238
238
  exiting?: import("react-native-reanimated").EntryOrExitLayoutType;
239
239
  }> | import("react-native-reanimated").CSSStyle<import("react-native").ViewProps>> | undefined;
240
- }>;
240
+ }) => import("react/jsx-runtime").JSX.Element>;
241
241
  };
242
242
  //# sourceMappingURL=index.d.ts.map
@@ -5,6 +5,6 @@ type OverlayHostProps = {
5
5
  scene: StackScene;
6
6
  overlayScreenState: OverlayScreenState<BaseDescriptor["navigation"]>;
7
7
  };
8
- export declare const OverlayHost: import("react").NamedExoticComponent<OverlayHostProps>;
8
+ export declare const OverlayHost: import("react").MemoExoticComponent<({ scene, overlayScreenState, }: OverlayHostProps) => import("react/jsx-runtime").JSX.Element | null>;
9
9
  export {};
10
10
  //# sourceMappingURL=overlay-host.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"overlay-host.d.ts","sourceRoot":"","sources":["../../../../../../src/shared/components/overlay/variations/overlay-host.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAC;AAEtE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,uCAAuC,CAAC;AAC5E,OAAO,KAAK,EAEX,kBAAkB,EAClB,MAAM,8BAA8B,CAAC;AAEtC,KAAK,gBAAgB,GAAG;IACvB,KAAK,EAAE,UAAU,CAAC;IAClB,kBAAkB,EAAE,kBAAkB,CAAC,cAAc,CAAC,YAAY,CAAC,CAAC,CAAC;CACrE,CAAC;AAEF,eAAO,MAAM,WAAW,wDAyCtB,CAAC"}
1
+ {"version":3,"file":"overlay-host.d.ts","sourceRoot":"","sources":["../../../../../../src/shared/components/overlay/variations/overlay-host.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAC;AAEtE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,uCAAuC,CAAC;AAC5E,OAAO,KAAK,EAEX,kBAAkB,EAClB,MAAM,8BAA8B,CAAC;AAEtC,KAAK,gBAAgB,GAAG;IACvB,KAAK,EAAE,UAAU,CAAC;IAClB,kBAAkB,EAAE,kBAAkB,CAAC,cAAc,CAAC,YAAY,CAAC,CAAC,CAAC;CACrE,CAAC;AAEF,eAAO,MAAM,WAAW,uEAGrB,gBAAgB,oDAsCjB,CAAC"}
@@ -8,6 +8,6 @@ type SceneViewProps = {
8
8
  * Wraps screen render output with navigation context providers
9
9
  * and optional screen overlay.
10
10
  */
11
- export declare const SceneView: React.NamedExoticComponent<SceneViewProps>;
11
+ export declare const SceneView: React.MemoExoticComponent<({ descriptor, }: SceneViewProps) => import("react/jsx-runtime").JSX.Element>;
12
12
  export {};
13
13
  //# sourceMappingURL=scene-view.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"scene-view.d.ts","sourceRoot":"","sources":["../../../../src/shared/components/scene-view.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,KAAK,cAAc,GAAG;IACrB,UAAU,EAAE,mBAAmB,CAAC;CAChC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,SAAS,4CAYpB,CAAC"}
1
+ {"version":3,"file":"scene-view.d.ts","sourceRoot":"","sources":["../../../../src/shared/components/scene-view.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAEhE,KAAK,cAAc,GAAG;IACrB,UAAU,EAAE,mBAAmB,CAAC;CAChC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,SAAS,8CAEnB,cAAc,6CAUf,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import type { BackdropBehavior } from "../../../types/screen.types";
2
- export declare const BackdropLayer: import("react").NamedExoticComponent<{
2
+ export declare const BackdropLayer: import("react").MemoExoticComponent<({ backdropBehavior, isBackdropActive, }: {
3
3
  backdropBehavior: BackdropBehavior;
4
4
  isBackdropActive: boolean;
5
- }>;
5
+ }) => import("react/jsx-runtime").JSX.Element>;
6
6
  //# sourceMappingURL=backdrop.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"backdrop.d.ts","sourceRoot":"","sources":["../../../../../../src/shared/components/screen-container/layers/backdrop.tsx"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAIpE,eAAO,MAAM,aAAa;sBAIP,gBAAgB;sBAChB,OAAO;EAsHxB,CAAC"}
1
+ {"version":3,"file":"backdrop.d.ts","sourceRoot":"","sources":["../../../../../../src/shared/components/screen-container/layers/backdrop.tsx"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAIpE,eAAO,MAAM,aAAa,gFAGvB;IACF,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,gBAAgB,EAAE,OAAO,CAAC;CAC1B,6CAqHC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"content.d.ts","sourceRoot":"","sources":["../../../../../../src/shared/components/screen-container/layers/content.tsx"],"names":[],"mappings":"AAgBA,KAAK,KAAK,GAAG;IACZ,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,aAAa,EAAE,UAAU,GAAG,SAAS,CAAC;IACtC,gBAAgB,EAAE,OAAO,CAAC;CAC1B,CAAC;AAEF,eAAO,MAAM,YAAY,sFACwB,KAAK,6CAgDrD,CAAC"}
1
+ {"version":3,"file":"content.d.ts","sourceRoot":"","sources":["../../../../../../src/shared/components/screen-container/layers/content.tsx"],"names":[],"mappings":"AAmBA,KAAK,KAAK,GAAG;IACZ,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,aAAa,EAAE,UAAU,GAAG,SAAS,CAAC;IACtC,gBAAgB,EAAE,OAAO,CAAC;CAC1B,CAAC;AAEF,eAAO,MAAM,YAAY,sFACwB,KAAK,6CAgErD,CAAC"}
@@ -26,7 +26,7 @@ export declare const DEFAULT_SCREEN_TRANSITION_OPTIONS: ScreenTransitionOptions;
26
26
  /**
27
27
  * Creates a new screen transition state object
28
28
  */
29
- export declare const createScreenTransitionState: (route: BaseStackRoute, meta?: Record<string, unknown>, navigationMaskEnabled?: boolean, options?: ScreenTransitionOptions) => ScreenTransitionState;
29
+ export declare const createScreenTransitionState: (route: BaseStackRoute, meta?: Record<string, unknown>, options?: ScreenTransitionOptions) => ScreenTransitionState;
30
30
  /**
31
31
  * Default screen transition state
32
32
  */
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/shared/constants.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAK,EACX,uBAAuB,EACvB,qBAAqB,EACrB,MAAM,yBAAyB,CAAC;AACjC,OAAO,KAAK,EACX,cAAc,EACd,mBAAmB,EACnB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,KAAK,EAAE,MAAM,EAAE,0BAA0B,EAAE,MAAM,sBAAsB,CAAC;AAC/E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAE1D;;;GAGG;AACH,eAAO,MAAM,aAAa,iBAAiB,CAAC;AAC5C,eAAO,MAAM,kBAAkB,oBAAoB,CAAC;AAEpD;;GAEG;AACH,eAAO,MAAM,gCAAgC,qCACV,CAAC;AACpC,eAAO,MAAM,kCAAkC,uCACV,CAAC;AAEtC;;GAEG;AACH,eAAO,MAAM,SAAS,cAAoB,CAAC;AAC3C,eAAO,MAAM,aAAa;;EAAgC,CAAC;AAC3D,eAAO,MAAM,QAAQ,cAAoB,CAAC;AAsC1C,eAAO,MAAM,iCAAiC,EAAE,uBAC9B,CAAC;AAEnB;;GAEG;AACH,eAAO,MAAM,2BAA2B,GACvC,OAAO,cAAc,EACrB,OAAO,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC9B,+BAA6B,EAC7B,UAAS,uBAA2D,KAClE,qBAqBD,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,+BAA+B,EAAE,qBAqB3C,CAAC;AAEJ;;GAEG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQ1B,CAAC;AACH,eAAO,MAAM,WAAW,iBAAkB,CAAC;AAC3C,eAAO,MAAM,UAAU,iBAAkB,CAAC;AAE1C,eAAO,MAAM,qBAAqB,GACjC,YAAY,MAAM,KAChB,kBAUF,CAAC;AAEF,eAAO,MAAM,+BAA+B,MAAM,CAAC;AACnD,eAAO,MAAM,oCAAoC,MAAM,CAAC;AACxD,eAAO,MAAM,2BAA2B,IAAI,CAAC;AAC7C,eAAO,MAAM,sCAAsC,IAAI,CAAC;AACxD,eAAO,MAAM,yBAAyB,eAAe,CAAC;AACtD,eAAO,MAAM,6BAA6B,EAAE,mBAC1B,CAAC;AACnB,eAAO,MAAM,2BAA2B,QAAQ,CAAC;AACjD,eAAO,MAAM,+BAA+B,EAAE,cAAyB,CAAC;AACxE,eAAO,MAAM,qCAAqC,EAAE,0BAC9B,CAAC;AAEvB,eAAO,MAAM,MAAM,SAAwB,CAAC;AAE5C,eAAO,MAAM,IAAI,IAAI,CAAC;AACtB,eAAO,MAAM,KAAK,IAAI,CAAC;AAEvB;;GAEG;AACH,eAAO,MAAM,OAAO,UAAO,CAAC;AAE5B;;;GAGG;AACH,eAAO,MAAM,8BAA8B,IAAI,CAAC;AAEhD;;GAEG;AACH,eAAO,MAAM,iCAAiC,QAAQ,CAAC"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/shared/constants.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAK,EACX,uBAAuB,EACvB,qBAAqB,EACrB,MAAM,yBAAyB,CAAC;AACjC,OAAO,KAAK,EACX,cAAc,EACd,mBAAmB,EACnB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,KAAK,EAAE,MAAM,EAAE,0BAA0B,EAAE,MAAM,sBAAsB,CAAC;AAC/E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAE1D;;;GAGG;AACH,eAAO,MAAM,aAAa,iBAAiB,CAAC;AAC5C,eAAO,MAAM,kBAAkB,oBAAoB,CAAC;AAEpD;;GAEG;AACH,eAAO,MAAM,gCAAgC,qCACV,CAAC;AACpC,eAAO,MAAM,kCAAkC,uCACV,CAAC;AAEtC;;GAEG;AACH,eAAO,MAAM,SAAS,cAAoB,CAAC;AAC3C,eAAO,MAAM,aAAa;;EAAgC,CAAC;AAC3D,eAAO,MAAM,QAAQ,cAAoB,CAAC;AAsC1C,eAAO,MAAM,iCAAiC,EAAE,uBAC9B,CAAC;AAEnB;;GAEG;AACH,eAAO,MAAM,2BAA2B,GACvC,OAAO,cAAc,EACrB,OAAO,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC9B,UAAS,uBAA2D,KAClE,qBAoBD,CAAC;AAEH;;GAEG;AACH,eAAO,MAAM,+BAA+B,EAAE,qBAoB3C,CAAC;AAEJ;;GAEG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAQ1B,CAAC;AACH,eAAO,MAAM,WAAW,iBAAkB,CAAC;AAC3C,eAAO,MAAM,UAAU,iBAAkB,CAAC;AAE1C,eAAO,MAAM,qBAAqB,GACjC,YAAY,MAAM,KAChB,kBAUF,CAAC;AAEF,eAAO,MAAM,+BAA+B,MAAM,CAAC;AACnD,eAAO,MAAM,oCAAoC,MAAM,CAAC;AACxD,eAAO,MAAM,2BAA2B,IAAI,CAAC;AAC7C,eAAO,MAAM,sCAAsC,IAAI,CAAC;AACxD,eAAO,MAAM,yBAAyB,eAAe,CAAC;AACtD,eAAO,MAAM,6BAA6B,EAAE,mBAC1B,CAAC;AACnB,eAAO,MAAM,2BAA2B,QAAQ,CAAC;AACjD,eAAO,MAAM,+BAA+B,EAAE,cAAyB,CAAC;AACxE,eAAO,MAAM,qCAAqC,EAAE,0BAC9B,CAAC;AAEvB,eAAO,MAAM,MAAM,SAAwB,CAAC;AAE5C,eAAO,MAAM,IAAI,IAAI,CAAC;AACtB,eAAO,MAAM,KAAK,IAAI,CAAC;AAEvB;;GAEG;AACH,eAAO,MAAM,OAAO,UAAO,CAAC;AAE5B;;;GAGG;AACH,eAAO,MAAM,8BAA8B,IAAI,CAAC;AAEhD;;GAEG;AACH,eAAO,MAAM,iCAAiC,QAAQ,CAAC"}
@@ -8,7 +8,7 @@ declare const _default: {
8
8
  Boundary: {
9
9
  View: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "id"> & import("./components/create-boundary-component/types").BoundaryOwnProps & import("react").RefAttributes<never>>>;
10
10
  Trigger: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<Omit<import("react-native").PressableProps & import("react").RefAttributes<View>, "id"> & import("./components/create-boundary-component/types").BoundaryOwnProps & import("react").RefAttributes<View | import("react").Component<import("react-native").PressableProps & import("react").RefAttributes<View>, any, any>>>>;
11
- Target: import("react").NamedExoticComponent<{
11
+ Target: import("react").MemoExoticComponent<(props: {
12
12
  id?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
13
13
  pointerEvents?: "auto" | "none" | "box-none" | "box-only" | import("react-native-reanimated").SharedValue<"auto" | "none" | "box-none" | "box-only" | undefined> | undefined;
14
14
  children?: import("react").ReactNode | import("react-native-reanimated").SharedValue<import("react").ReactNode>;
@@ -214,7 +214,7 @@ declare const _default: {
214
214
  entering?: import("react-native-reanimated").EntryOrExitLayoutType;
215
215
  exiting?: import("react-native-reanimated").EntryOrExitLayoutType;
216
216
  }> | import("react-native-reanimated").CSSStyle<import("react-native").ViewProps>> | undefined;
217
- }>;
217
+ }) => import("react/jsx-runtime").JSX.Element>;
218
218
  };
219
219
  View: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<{
220
220
  id?: string | import("react-native-reanimated").SharedValue<string | undefined> | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"build-screen-transition-options.d.ts","sourceRoot":"","sources":["../../../../../../../src/shared/providers/screen/animation/helpers/build-screen-transition-options.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAGX,sBAAsB,EACtB,uBAAuB,EACvB,MAAM,mBAAmB,CAAC;AAkB3B,eAAO,MAAM,4BAA4B,GACxC,SAAS,sBAAsB,KAC7B,uBAqCF,CAAC"}
1
+ {"version":3,"file":"build-screen-transition-options.d.ts","sourceRoot":"","sources":["../../../../../../../src/shared/providers/screen/animation/helpers/build-screen-transition-options.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAGX,sBAAsB,EACtB,uBAAuB,EACvB,MAAM,mBAAmB,CAAC;AAkB3B,eAAO,MAAM,4BAA4B,GACxC,SAAS,sBAAsB,KAC7B,uBAsCF,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { ScreenTransitionOptions } from "../../../../../types/animation.types";
2
2
  import type { Layout } from "../../../../../types/screen.types";
3
3
  import type { BuiltState } from "./types";
4
- export declare const hydrateTransitionState: (s: BuiltState, dimensions: Layout, effectiveOptions?: ScreenTransitionOptions) => import("../../../../../types/animation.types").ScreenTransitionState;
4
+ export declare const hydrateTransitionState: (s: BuiltState, dimensions: Layout, effectiveOptions?: ScreenTransitionOptions) => import("../../../../../types").ScreenTransitionState;
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/shared/providers/screen/animation/helpers/hydrate-transition-state/index.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,sCAAsC,CAAC;AACpF,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,mCAAmC,CAAC;AAYhE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAK1C,eAAO,MAAM,sBAAsB,GAClC,GAAG,UAAU,EACb,YAAY,MAAM,EAClB,mBAAmB,uBAAuB,yEAoI1C,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/shared/providers/screen/animation/helpers/hydrate-transition-state/index.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,sCAAsC,CAAC;AACpF,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,mCAAmC,CAAC;AAYhE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AA+C1C,eAAO,MAAM,sBAAsB,GAClC,GAAG,UAAU,EACb,YAAY,MAAM,EAClB,mBAAmB,uBAAuB,yDAwI1C,CAAC"}