expo-router 7.0.0-canary-20251211-7da85ea → 7.0.0-canary-20251216-6e1f9a7

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 (147) hide show
  1. package/android/build.gradle +2 -2
  2. package/build/exports.d.ts +1 -0
  3. package/build/exports.d.ts.map +1 -1
  4. package/build/exports.js +1 -0
  5. package/build/exports.js.map +1 -1
  6. package/build/layouts/StackClient.d.ts +9 -1
  7. package/build/layouts/StackClient.d.ts.map +1 -1
  8. package/build/layouts/stack-utils/StackHeaderButton.d.ts +39 -0
  9. package/build/layouts/stack-utils/StackHeaderButton.d.ts.map +1 -0
  10. package/build/layouts/stack-utils/StackHeaderButton.js +46 -0
  11. package/build/layouts/stack-utils/StackHeaderButton.js.map +1 -0
  12. package/build/layouts/stack-utils/StackHeaderComponent.d.ts.map +1 -1
  13. package/build/layouts/stack-utils/StackHeaderComponent.js +5 -6
  14. package/build/layouts/stack-utils/StackHeaderComponent.js.map +1 -1
  15. package/build/layouts/stack-utils/StackHeaderItem.d.ts +45 -0
  16. package/build/layouts/stack-utils/StackHeaderItem.d.ts.map +1 -0
  17. package/build/layouts/stack-utils/StackHeaderItem.js +52 -0
  18. package/build/layouts/stack-utils/StackHeaderItem.js.map +1 -0
  19. package/build/layouts/stack-utils/StackHeaderLeftRight.d.ts +15 -0
  20. package/build/layouts/stack-utils/StackHeaderLeftRight.d.ts.map +1 -0
  21. package/build/layouts/stack-utils/StackHeaderLeftRight.js +111 -0
  22. package/build/layouts/stack-utils/StackHeaderLeftRight.js.map +1 -0
  23. package/build/layouts/stack-utils/StackHeaderMenu.d.ts +191 -0
  24. package/build/layouts/stack-utils/StackHeaderMenu.d.ts.map +1 -0
  25. package/build/layouts/stack-utils/StackHeaderMenu.js +203 -0
  26. package/build/layouts/stack-utils/StackHeaderMenu.js.map +1 -0
  27. package/build/layouts/stack-utils/StackHeaderSpacer.d.ts +40 -0
  28. package/build/layouts/stack-utils/StackHeaderSpacer.d.ts.map +1 -0
  29. package/build/layouts/stack-utils/StackHeaderSpacer.js +41 -0
  30. package/build/layouts/stack-utils/StackHeaderSpacer.js.map +1 -0
  31. package/build/layouts/stack-utils/common-primitives.d.ts +24 -0
  32. package/build/layouts/stack-utils/common-primitives.d.ts.map +1 -0
  33. package/build/layouts/stack-utils/common-primitives.js +8 -0
  34. package/build/layouts/stack-utils/common-primitives.js.map +1 -0
  35. package/build/layouts/stack-utils/index.d.ts +16 -3
  36. package/build/layouts/stack-utils/index.d.ts.map +1 -1
  37. package/build/layouts/stack-utils/index.js +27 -8
  38. package/build/layouts/stack-utils/index.js.map +1 -1
  39. package/build/layouts/stack-utils/shared.d.ts +62 -0
  40. package/build/layouts/stack-utils/shared.d.ts.map +1 -0
  41. package/build/layouts/stack-utils/shared.js +78 -0
  42. package/build/layouts/stack-utils/shared.js.map +1 -0
  43. package/build/link/ExpoLink.d.ts.map +1 -1
  44. package/build/link/ExpoLink.js +10 -9
  45. package/build/link/ExpoLink.js.map +1 -1
  46. package/build/link/preview/native.d.ts +4 -2
  47. package/build/link/preview/native.d.ts.map +1 -1
  48. package/build/link/preview/native.js +3 -1
  49. package/build/link/preview/native.js.map +1 -1
  50. package/build/link/zoom/ZoomTransitionEnabler.ios.d.ts.map +1 -1
  51. package/build/link/zoom/ZoomTransitionEnabler.ios.js +4 -2
  52. package/build/link/zoom/ZoomTransitionEnabler.ios.js.map +1 -1
  53. package/build/link/zoom/link-apple-zoom.js +10 -3
  54. package/build/link/zoom/link-apple-zoom.js.map +1 -1
  55. package/build/link/zoom/useZoomHref.d.ts +3 -0
  56. package/build/link/zoom/useZoomHref.d.ts.map +1 -0
  57. package/build/link/zoom/useZoomHref.ios.d.ts +3 -0
  58. package/build/link/zoom/useZoomHref.ios.d.ts.map +1 -0
  59. package/build/link/zoom/useZoomHref.ios.js +38 -0
  60. package/build/link/zoom/useZoomHref.ios.js.map +1 -0
  61. package/build/link/zoom/useZoomHref.js +8 -0
  62. package/build/link/zoom/useZoomHref.js.map +1 -0
  63. package/build/link/zoom/zoom-transition-context-providers.d.ts +4 -0
  64. package/build/link/zoom/zoom-transition-context-providers.d.ts.map +1 -0
  65. package/build/link/zoom/zoom-transition-context-providers.ios.d.ts +4 -0
  66. package/build/link/zoom/zoom-transition-context-providers.ios.d.ts.map +1 -0
  67. package/build/link/zoom/zoom-transition-context-providers.ios.js +71 -0
  68. package/build/link/zoom/zoom-transition-context-providers.ios.js.map +1 -0
  69. package/build/link/zoom/zoom-transition-context-providers.js +11 -0
  70. package/build/link/zoom/zoom-transition-context-providers.js.map +1 -0
  71. package/build/link/zoom/zoom-transition-context-providers.types.d.ts +9 -0
  72. package/build/link/zoom/zoom-transition-context-providers.types.d.ts.map +1 -0
  73. package/build/link/zoom/zoom-transition-context-providers.types.js +3 -0
  74. package/build/link/zoom/zoom-transition-context-providers.types.js.map +1 -0
  75. package/build/link/zoom/zoom-transition-context.d.ts +4 -6
  76. package/build/link/zoom/zoom-transition-context.d.ts.map +1 -1
  77. package/build/link/zoom/zoom-transition-context.js +0 -27
  78. package/build/link/zoom/zoom-transition-context.js.map +1 -1
  79. package/build/primitives/types.d.ts +6 -5
  80. package/build/primitives/types.d.ts.map +1 -1
  81. package/build/primitives/types.js.map +1 -1
  82. package/build/split-view/elements.d.ts +4 -5
  83. package/build/split-view/elements.d.ts.map +1 -1
  84. package/build/split-view/elements.js +3 -0
  85. package/build/split-view/elements.js.map +1 -1
  86. package/build/split-view/index.d.ts +2 -0
  87. package/build/split-view/index.d.ts.map +1 -1
  88. package/build/split-view/index.js +15 -0
  89. package/build/split-view/index.js.map +1 -1
  90. package/build/split-view/split-view.d.ts +3 -0
  91. package/build/split-view/split-view.d.ts.map +1 -1
  92. package/build/split-view/split-view.js.map +1 -1
  93. package/build/useScreens.js +3 -3
  94. package/build/useScreens.js.map +1 -1
  95. package/expo-module.config.json +1 -1
  96. package/ios/LinkPreview/LinkPreviewNativeModule.swift +4 -1
  97. package/ios/LinkPreview/LinkZoomTransition.swift +121 -43
  98. package/local-maven-repo/expo/modules/router/expo.modules.router/{7.0.0-canary-20251211-7da85ea/expo.modules.router-7.0.0-canary-20251211-7da85ea.module → 7.0.0-canary-20251216-6e1f9a7/expo.modules.router-7.0.0-canary-20251216-6e1f9a7.module} +7 -7
  99. package/local-maven-repo/expo/modules/router/expo.modules.router/7.0.0-canary-20251216-6e1f9a7/expo.modules.router-7.0.0-canary-20251216-6e1f9a7.module.md5 +1 -0
  100. package/local-maven-repo/expo/modules/router/expo.modules.router/7.0.0-canary-20251216-6e1f9a7/expo.modules.router-7.0.0-canary-20251216-6e1f9a7.module.sha1 +1 -0
  101. package/local-maven-repo/expo/modules/router/expo.modules.router/7.0.0-canary-20251216-6e1f9a7/expo.modules.router-7.0.0-canary-20251216-6e1f9a7.module.sha256 +1 -0
  102. package/local-maven-repo/expo/modules/router/expo.modules.router/7.0.0-canary-20251216-6e1f9a7/expo.modules.router-7.0.0-canary-20251216-6e1f9a7.module.sha512 +1 -0
  103. package/local-maven-repo/expo/modules/router/expo.modules.router/{7.0.0-canary-20251211-7da85ea/expo.modules.router-7.0.0-canary-20251211-7da85ea.pom → 7.0.0-canary-20251216-6e1f9a7/expo.modules.router-7.0.0-canary-20251216-6e1f9a7.pom} +1 -1
  104. package/local-maven-repo/expo/modules/router/expo.modules.router/7.0.0-canary-20251216-6e1f9a7/expo.modules.router-7.0.0-canary-20251216-6e1f9a7.pom.md5 +1 -0
  105. package/local-maven-repo/expo/modules/router/expo.modules.router/7.0.0-canary-20251216-6e1f9a7/expo.modules.router-7.0.0-canary-20251216-6e1f9a7.pom.sha1 +1 -0
  106. package/local-maven-repo/expo/modules/router/expo.modules.router/7.0.0-canary-20251216-6e1f9a7/expo.modules.router-7.0.0-canary-20251216-6e1f9a7.pom.sha256 +1 -0
  107. package/local-maven-repo/expo/modules/router/expo.modules.router/7.0.0-canary-20251216-6e1f9a7/expo.modules.router-7.0.0-canary-20251216-6e1f9a7.pom.sha512 +1 -0
  108. package/local-maven-repo/expo/modules/router/expo.modules.router/maven-metadata.xml +4 -4
  109. package/local-maven-repo/expo/modules/router/expo.modules.router/maven-metadata.xml.md5 +1 -1
  110. package/local-maven-repo/expo/modules/router/expo.modules.router/maven-metadata.xml.sha1 +1 -1
  111. package/local-maven-repo/expo/modules/router/expo.modules.router/maven-metadata.xml.sha256 +1 -1
  112. package/local-maven-repo/expo/modules/router/expo.modules.router/maven-metadata.xml.sha512 +1 -1
  113. package/package.json +12 -12
  114. package/build/layouts/stack-utils/StackHeaderLeft.d.ts +0 -9
  115. package/build/layouts/stack-utils/StackHeaderLeft.d.ts.map +0 -1
  116. package/build/layouts/stack-utils/StackHeaderLeft.js +0 -17
  117. package/build/layouts/stack-utils/StackHeaderLeft.js.map +0 -1
  118. package/build/layouts/stack-utils/StackHeaderRight.d.ts +0 -9
  119. package/build/layouts/stack-utils/StackHeaderRight.d.ts.map +0 -1
  120. package/build/layouts/stack-utils/StackHeaderRight.js +0 -17
  121. package/build/layouts/stack-utils/StackHeaderRight.js.map +0 -1
  122. package/build/link/zoom/useZoomTransitionPrimitives.d.ts +0 -6
  123. package/build/link/zoom/useZoomTransitionPrimitives.d.ts.map +0 -1
  124. package/build/link/zoom/useZoomTransitionPrimitives.ios.d.ts +0 -11
  125. package/build/link/zoom/useZoomTransitionPrimitives.ios.d.ts.map +0 -1
  126. package/build/link/zoom/useZoomTransitionPrimitives.ios.js +0 -69
  127. package/build/link/zoom/useZoomTransitionPrimitives.ios.js.map +0 -1
  128. package/build/link/zoom/useZoomTransitionPrimitives.js +0 -9
  129. package/build/link/zoom/useZoomTransitionPrimitives.js.map +0 -1
  130. package/local-maven-repo/expo/modules/router/expo.modules.router/7.0.0-canary-20251211-7da85ea/expo.modules.router-7.0.0-canary-20251211-7da85ea.module.md5 +0 -1
  131. package/local-maven-repo/expo/modules/router/expo.modules.router/7.0.0-canary-20251211-7da85ea/expo.modules.router-7.0.0-canary-20251211-7da85ea.module.sha1 +0 -1
  132. package/local-maven-repo/expo/modules/router/expo.modules.router/7.0.0-canary-20251211-7da85ea/expo.modules.router-7.0.0-canary-20251211-7da85ea.module.sha256 +0 -1
  133. package/local-maven-repo/expo/modules/router/expo.modules.router/7.0.0-canary-20251211-7da85ea/expo.modules.router-7.0.0-canary-20251211-7da85ea.module.sha512 +0 -1
  134. package/local-maven-repo/expo/modules/router/expo.modules.router/7.0.0-canary-20251211-7da85ea/expo.modules.router-7.0.0-canary-20251211-7da85ea.pom.md5 +0 -1
  135. package/local-maven-repo/expo/modules/router/expo.modules.router/7.0.0-canary-20251211-7da85ea/expo.modules.router-7.0.0-canary-20251211-7da85ea.pom.sha1 +0 -1
  136. package/local-maven-repo/expo/modules/router/expo.modules.router/7.0.0-canary-20251211-7da85ea/expo.modules.router-7.0.0-canary-20251211-7da85ea.pom.sha256 +0 -1
  137. package/local-maven-repo/expo/modules/router/expo.modules.router/7.0.0-canary-20251211-7da85ea/expo.modules.router-7.0.0-canary-20251211-7da85ea.pom.sha512 +0 -1
  138. /package/local-maven-repo/expo/modules/router/expo.modules.router/{7.0.0-canary-20251211-7da85ea/expo.modules.router-7.0.0-canary-20251211-7da85ea-sources.jar → 7.0.0-canary-20251216-6e1f9a7/expo.modules.router-7.0.0-canary-20251216-6e1f9a7-sources.jar} +0 -0
  139. /package/local-maven-repo/expo/modules/router/expo.modules.router/{7.0.0-canary-20251211-7da85ea/expo.modules.router-7.0.0-canary-20251211-7da85ea-sources.jar.md5 → 7.0.0-canary-20251216-6e1f9a7/expo.modules.router-7.0.0-canary-20251216-6e1f9a7-sources.jar.md5} +0 -0
  140. /package/local-maven-repo/expo/modules/router/expo.modules.router/{7.0.0-canary-20251211-7da85ea/expo.modules.router-7.0.0-canary-20251211-7da85ea-sources.jar.sha1 → 7.0.0-canary-20251216-6e1f9a7/expo.modules.router-7.0.0-canary-20251216-6e1f9a7-sources.jar.sha1} +0 -0
  141. /package/local-maven-repo/expo/modules/router/expo.modules.router/{7.0.0-canary-20251211-7da85ea/expo.modules.router-7.0.0-canary-20251211-7da85ea-sources.jar.sha256 → 7.0.0-canary-20251216-6e1f9a7/expo.modules.router-7.0.0-canary-20251216-6e1f9a7-sources.jar.sha256} +0 -0
  142. /package/local-maven-repo/expo/modules/router/expo.modules.router/{7.0.0-canary-20251211-7da85ea/expo.modules.router-7.0.0-canary-20251211-7da85ea-sources.jar.sha512 → 7.0.0-canary-20251216-6e1f9a7/expo.modules.router-7.0.0-canary-20251216-6e1f9a7-sources.jar.sha512} +0 -0
  143. /package/local-maven-repo/expo/modules/router/expo.modules.router/{7.0.0-canary-20251211-7da85ea/expo.modules.router-7.0.0-canary-20251211-7da85ea.aar → 7.0.0-canary-20251216-6e1f9a7/expo.modules.router-7.0.0-canary-20251216-6e1f9a7.aar} +0 -0
  144. /package/local-maven-repo/expo/modules/router/expo.modules.router/{7.0.0-canary-20251211-7da85ea/expo.modules.router-7.0.0-canary-20251211-7da85ea.aar.md5 → 7.0.0-canary-20251216-6e1f9a7/expo.modules.router-7.0.0-canary-20251216-6e1f9a7.aar.md5} +0 -0
  145. /package/local-maven-repo/expo/modules/router/expo.modules.router/{7.0.0-canary-20251211-7da85ea/expo.modules.router-7.0.0-canary-20251211-7da85ea.aar.sha1 → 7.0.0-canary-20251216-6e1f9a7/expo.modules.router-7.0.0-canary-20251216-6e1f9a7.aar.sha1} +0 -0
  146. /package/local-maven-repo/expo/modules/router/expo.modules.router/{7.0.0-canary-20251211-7da85ea/expo.modules.router-7.0.0-canary-20251211-7da85ea.aar.sha256 → 7.0.0-canary-20251216-6e1f9a7/expo.modules.router-7.0.0-canary-20251216-6e1f9a7.aar.sha256} +0 -0
  147. /package/local-maven-repo/expo/modules/router/expo.modules.router/{7.0.0-canary-20251211-7da85ea/expo.modules.router-7.0.0-canary-20251211-7da85ea.aar.sha512 → 7.0.0-canary-20251216-6e1f9a7/expo.modules.router-7.0.0-canary-20251216-6e1f9a7.aar.sha512} +0 -0
@@ -1,9 +0,0 @@
1
- "use strict";
2
- 'use client';
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.useZoomTransitionPrimitives = useZoomTransitionPrimitives;
5
- function useZoomTransitionPrimitives({ href }) {
6
- const zoomTransitionSourceContextValue = undefined;
7
- return { zoomTransitionSourceContextValue, href };
8
- }
9
- //# sourceMappingURL=useZoomTransitionPrimitives.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useZoomTransitionPrimitives.js","sourceRoot":"","sources":["../../../src/link/zoom/useZoomTransitionPrimitives.tsx"],"names":[],"mappings":";AAAA,YAAY,CAAC;;AAKb,kEAGC;AAHD,SAAgB,2BAA2B,CAAC,EAAE,IAAI,EAAa;IAC7D,MAAM,gCAAgC,GAAyC,SAAS,CAAC;IACzF,OAAO,EAAE,gCAAgC,EAAE,IAAI,EAAE,CAAC;AACpD,CAAC","sourcesContent":["'use client';\n\nimport { LinkProps } from '../useLinkHooks';\nimport type { ZoomTransitionSourceContextValueType } from './zoom-transition-context';\n\nexport function useZoomTransitionPrimitives({ href }: LinkProps) {\n const zoomTransitionSourceContextValue: ZoomTransitionSourceContextValueType = undefined;\n return { zoomTransitionSourceContextValue, href };\n}\n"]}
@@ -1 +0,0 @@
1
- 80ea9f1432ce674c57fef44f91d810a80c7f6b140e651cb1da7c1210a55e4063b07fff432035bdfc3bea042007fbedc900ef4686717d3f958342e30f35b708ec
@@ -1 +0,0 @@
1
- 954efc9011c6dd13fdb6a3babac202c8ce854f4ba605388c378096e7e450ac06249946aa3f81da7d4d52eabaea7ab99e91f522937fdec3e5a2ebbbd16dc45a70