@react-navigation/native 7.0.0-rc.2 → 7.0.0-rc.21

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 (249) hide show
  1. package/lib/commonjs/Link.js +1 -1
  2. package/lib/commonjs/NavigationContainer.js +27 -20
  3. package/lib/commonjs/NavigationContainer.js.map +1 -1
  4. package/lib/commonjs/ServerContainer.js +17 -8
  5. package/lib/commonjs/ServerContainer.js.map +1 -1
  6. package/lib/commonjs/__stubs__/createStackNavigator.js +4 -4
  7. package/lib/commonjs/__stubs__/createStackNavigator.js.map +1 -1
  8. package/lib/commonjs/createStaticNavigation.js +31 -21
  9. package/lib/commonjs/createStaticNavigation.js.map +1 -1
  10. package/lib/commonjs/index.js +37 -13
  11. package/lib/commonjs/index.js.map +1 -1
  12. package/lib/commonjs/package.json +1 -0
  13. package/lib/commonjs/theming/DarkTheme.js +1 -1
  14. package/lib/commonjs/theming/DefaultTheme.js +1 -1
  15. package/lib/commonjs/useBackButton.js +1 -0
  16. package/lib/commonjs/useBackButton.js.map +1 -1
  17. package/lib/commonjs/useDocumentTitle.native.js +2 -1
  18. package/lib/commonjs/useDocumentTitle.native.js.map +1 -1
  19. package/lib/commonjs/useLinkBuilder.js +1 -1
  20. package/lib/commonjs/useLinkProps.js +1 -1
  21. package/lib/commonjs/useLinkTo.js +1 -1
  22. package/lib/commonjs/useLinking.js +2 -2
  23. package/lib/commonjs/useLinking.native.js +1 -1
  24. package/lib/commonjs/useLocale.js +1 -1
  25. package/lib/commonjs/useUnhandledLinking.js +2 -2
  26. package/lib/module/Link.js +3 -1
  27. package/lib/module/Link.js.map +1 -1
  28. package/lib/module/LinkingContext.js +2 -0
  29. package/lib/module/LinkingContext.js.map +1 -1
  30. package/lib/module/LocaleDirContext.js +2 -0
  31. package/lib/module/LocaleDirContext.js.map +1 -1
  32. package/lib/module/NavigationContainer.js +30 -21
  33. package/lib/module/NavigationContainer.js.map +1 -1
  34. package/lib/module/ServerContainer.js +19 -8
  35. package/lib/module/ServerContainer.js.map +1 -1
  36. package/lib/module/ServerContext.js +2 -0
  37. package/lib/module/ServerContext.js.map +1 -1
  38. package/lib/module/UnhandledLinkingContext.js +2 -0
  39. package/lib/module/UnhandledLinkingContext.js.map +1 -1
  40. package/lib/module/__stubs__/createStackNavigator.js +6 -2
  41. package/lib/module/__stubs__/createStackNavigator.js.map +1 -1
  42. package/lib/module/__stubs__/window.js +2 -0
  43. package/lib/module/__stubs__/window.js.map +1 -1
  44. package/lib/module/createMemoryHistory.js +2 -0
  45. package/lib/module/createMemoryHistory.js.map +1 -1
  46. package/lib/module/createStaticNavigation.js +33 -21
  47. package/lib/module/createStaticNavigation.js.map +1 -1
  48. package/lib/module/extractPathFromURL.js +2 -0
  49. package/lib/module/extractPathFromURL.js.map +1 -1
  50. package/lib/module/index.js +18 -13
  51. package/lib/module/index.js.map +1 -1
  52. package/lib/module/package.json +1 -0
  53. package/lib/module/theming/DarkTheme.js +3 -1
  54. package/lib/module/theming/DarkTheme.js.map +1 -1
  55. package/lib/module/theming/DefaultTheme.js +3 -1
  56. package/lib/module/theming/DefaultTheme.js.map +1 -1
  57. package/lib/module/theming/fonts.js +2 -0
  58. package/lib/module/theming/fonts.js.map +1 -1
  59. package/lib/module/types.js +2 -0
  60. package/lib/module/useBackButton.js +3 -0
  61. package/lib/module/useBackButton.js.map +1 -1
  62. package/lib/module/useBackButton.native.js +2 -0
  63. package/lib/module/useBackButton.native.js.map +1 -1
  64. package/lib/module/useDocumentTitle.js +2 -0
  65. package/lib/module/useDocumentTitle.js.map +1 -1
  66. package/lib/module/useDocumentTitle.native.js +4 -1
  67. package/lib/module/useDocumentTitle.native.js.map +1 -1
  68. package/lib/module/useLinkBuilder.js +3 -1
  69. package/lib/module/useLinkBuilder.js.map +1 -1
  70. package/lib/module/useLinkProps.js +3 -1
  71. package/lib/module/useLinkProps.js.map +1 -1
  72. package/lib/module/useLinkTo.js +3 -1
  73. package/lib/module/useLinkTo.js.map +1 -1
  74. package/lib/module/useLinking.js +4 -2
  75. package/lib/module/useLinking.js.map +1 -1
  76. package/lib/module/useLinking.native.js +3 -1
  77. package/lib/module/useLinking.native.js.map +1 -1
  78. package/lib/module/useLocale.js +3 -1
  79. package/lib/module/useLocale.js.map +1 -1
  80. package/lib/module/useScrollToTop.js +2 -0
  81. package/lib/module/useScrollToTop.js.map +1 -1
  82. package/lib/module/useThenable.js +2 -0
  83. package/lib/module/useThenable.js.map +1 -1
  84. package/lib/module/useUnhandledLinking.js +4 -2
  85. package/lib/module/useUnhandledLinking.js.map +1 -1
  86. package/lib/typescript/commonjs/package.json +1 -0
  87. package/lib/typescript/commonjs/src/Link.d.ts.map +1 -0
  88. package/lib/typescript/commonjs/src/LinkingContext.d.ts.map +1 -0
  89. package/lib/typescript/commonjs/src/LocaleDirContext.d.ts.map +1 -0
  90. package/lib/typescript/commonjs/src/NavigationContainer.d.ts.map +1 -0
  91. package/lib/typescript/commonjs/src/ServerContainer.d.ts.map +1 -0
  92. package/lib/typescript/commonjs/src/ServerContext.d.ts.map +1 -0
  93. package/lib/typescript/commonjs/src/UnhandledLinkingContext.d.ts.map +1 -0
  94. package/lib/typescript/{src → commonjs/src}/__stubs__/createStackNavigator.d.ts +1 -2
  95. package/lib/typescript/commonjs/src/__stubs__/createStackNavigator.d.ts.map +1 -0
  96. package/lib/typescript/commonjs/src/__stubs__/window.d.ts.map +1 -0
  97. package/lib/typescript/commonjs/src/createMemoryHistory.d.ts.map +1 -0
  98. package/lib/typescript/commonjs/src/createStaticNavigation.d.ts.map +1 -0
  99. package/lib/typescript/commonjs/src/extractPathFromURL.d.ts.map +1 -0
  100. package/lib/typescript/{src → commonjs/src}/index.d.ts +3 -0
  101. package/lib/typescript/commonjs/src/index.d.ts.map +1 -0
  102. package/lib/typescript/commonjs/src/theming/DarkTheme.d.ts.map +1 -0
  103. package/lib/typescript/commonjs/src/theming/DefaultTheme.d.ts.map +1 -0
  104. package/lib/typescript/commonjs/src/theming/fonts.d.ts.map +1 -0
  105. package/lib/typescript/commonjs/src/types.d.ts.map +1 -0
  106. package/lib/typescript/commonjs/src/useBackButton.d.ts.map +1 -0
  107. package/lib/typescript/commonjs/src/useBackButton.native.d.ts.map +1 -0
  108. package/lib/typescript/commonjs/src/useDocumentTitle.d.ts.map +1 -0
  109. package/lib/typescript/commonjs/src/useDocumentTitle.native.d.ts.map +1 -0
  110. package/lib/typescript/commonjs/src/useLinkBuilder.d.ts.map +1 -0
  111. package/lib/typescript/{src → commonjs/src}/useLinkProps.d.ts +9 -7
  112. package/lib/typescript/commonjs/src/useLinkProps.d.ts.map +1 -0
  113. package/lib/typescript/commonjs/src/useLinkTo.d.ts.map +1 -0
  114. package/lib/typescript/commonjs/src/useLinking.d.ts.map +1 -0
  115. package/lib/typescript/commonjs/src/useLinking.native.d.ts.map +1 -0
  116. package/lib/typescript/commonjs/src/useLocale.d.ts.map +1 -0
  117. package/lib/typescript/{src → commonjs/src}/useScrollToTop.d.ts +1 -1
  118. package/lib/typescript/commonjs/src/useScrollToTop.d.ts.map +1 -0
  119. package/lib/typescript/commonjs/src/useThenable.d.ts.map +1 -0
  120. package/lib/typescript/commonjs/src/useUnhandledLinking.d.ts.map +1 -0
  121. package/lib/typescript/commonjs/tsconfig.build.tsbuildinfo +1 -0
  122. package/lib/typescript/module/package.json +1 -0
  123. package/lib/typescript/module/src/Link.d.ts +22 -0
  124. package/lib/typescript/module/src/Link.d.ts.map +1 -0
  125. package/lib/typescript/module/src/LinkingContext.d.ts +7 -0
  126. package/lib/typescript/module/src/LinkingContext.d.ts.map +1 -0
  127. package/lib/typescript/module/src/LocaleDirContext.d.ts +4 -0
  128. package/lib/typescript/module/src/LocaleDirContext.d.ts.map +1 -0
  129. package/lib/typescript/module/src/NavigationContainer.d.ts +19 -0
  130. package/lib/typescript/module/src/NavigationContainer.d.ts.map +1 -0
  131. package/lib/typescript/module/src/ServerContainer.d.ts +14 -0
  132. package/lib/typescript/module/src/ServerContainer.d.ts.map +1 -0
  133. package/lib/typescript/module/src/ServerContext.d.ts +9 -0
  134. package/lib/typescript/module/src/ServerContext.d.ts.map +1 -0
  135. package/lib/typescript/module/src/UnhandledLinkingContext.d.ts +6 -0
  136. package/lib/typescript/module/src/UnhandledLinkingContext.d.ts.map +1 -0
  137. package/lib/typescript/module/src/__stubs__/createStackNavigator.d.ts +13 -0
  138. package/lib/typescript/module/src/__stubs__/createStackNavigator.d.ts.map +1 -0
  139. package/lib/typescript/module/src/__stubs__/window.d.ts +18 -0
  140. package/lib/typescript/module/src/__stubs__/window.d.ts.map +1 -0
  141. package/lib/typescript/module/src/createMemoryHistory.d.ts +25 -0
  142. package/lib/typescript/module/src/createMemoryHistory.d.ts.map +1 -0
  143. package/lib/typescript/module/src/createStaticNavigation.d.ts +34 -0
  144. package/lib/typescript/module/src/createStaticNavigation.d.ts.map +1 -0
  145. package/lib/typescript/module/src/extractPathFromURL.d.ts +2 -0
  146. package/lib/typescript/module/src/extractPathFromURL.d.ts.map +1 -0
  147. package/lib/typescript/module/src/index.d.ts +18 -0
  148. package/lib/typescript/module/src/index.d.ts.map +1 -0
  149. package/lib/typescript/module/src/theming/DarkTheme.d.ts +3 -0
  150. package/lib/typescript/module/src/theming/DarkTheme.d.ts.map +1 -0
  151. package/lib/typescript/module/src/theming/DefaultTheme.d.ts +3 -0
  152. package/lib/typescript/module/src/theming/DefaultTheme.d.ts.map +1 -0
  153. package/lib/typescript/module/src/theming/fonts.d.ts +53 -0
  154. package/lib/typescript/module/src/theming/fonts.d.ts.map +1 -0
  155. package/lib/typescript/module/src/types.d.ts +159 -0
  156. package/lib/typescript/module/src/types.d.ts.map +1 -0
  157. package/lib/typescript/module/src/useBackButton.d.ts +3 -0
  158. package/lib/typescript/module/src/useBackButton.d.ts.map +1 -0
  159. package/lib/typescript/module/src/useBackButton.native.d.ts +4 -0
  160. package/lib/typescript/module/src/useBackButton.native.d.ts.map +1 -0
  161. package/lib/typescript/module/src/useDocumentTitle.d.ts +8 -0
  162. package/lib/typescript/module/src/useDocumentTitle.d.ts.map +1 -0
  163. package/lib/typescript/module/src/useDocumentTitle.native.d.ts +2 -0
  164. package/lib/typescript/module/src/useDocumentTitle.native.d.ts.map +1 -0
  165. package/lib/typescript/module/src/useLinkBuilder.d.ts +25 -0
  166. package/lib/typescript/module/src/useLinkBuilder.d.ts.map +1 -0
  167. package/lib/typescript/module/src/useLinkProps.d.ts +34 -0
  168. package/lib/typescript/module/src/useLinkProps.d.ts.map +1 -0
  169. package/lib/typescript/module/src/useLinkTo.d.ts +6 -0
  170. package/lib/typescript/module/src/useLinkTo.d.ts.map +1 -0
  171. package/lib/typescript/module/src/useLinking.d.ts +14 -0
  172. package/lib/typescript/module/src/useLinking.d.ts.map +1 -0
  173. package/lib/typescript/module/src/useLinking.native.d.ts +33 -0
  174. package/lib/typescript/module/src/useLinking.native.d.ts.map +1 -0
  175. package/lib/typescript/module/src/useLocale.d.ts +7 -0
  176. package/lib/typescript/module/src/useLocale.d.ts.map +1 -0
  177. package/lib/typescript/module/src/useScrollToTop.d.ts +27 -0
  178. package/lib/typescript/module/src/useScrollToTop.d.ts.map +1 -0
  179. package/lib/typescript/module/src/useThenable.d.ts +2 -0
  180. package/lib/typescript/module/src/useThenable.d.ts.map +1 -0
  181. package/lib/typescript/module/src/useUnhandledLinking.d.ts +7 -0
  182. package/lib/typescript/module/src/useUnhandledLinking.d.ts.map +1 -0
  183. package/lib/typescript/module/tsconfig.build.tsbuildinfo +1 -0
  184. package/package.json +38 -15
  185. package/src/NavigationContainer.tsx +2 -1
  186. package/src/ServerContainer.tsx +2 -0
  187. package/src/__stubs__/createStackNavigator.tsx +0 -1
  188. package/src/createStaticNavigation.tsx +39 -27
  189. package/src/index.tsx +3 -0
  190. package/src/useBackButton.tsx +1 -0
  191. package/src/useDocumentTitle.native.tsx +2 -1
  192. package/src/useLinkProps.tsx +5 -5
  193. package/src/useScrollToTop.tsx +1 -1
  194. package/lib/typescript/src/Link.d.ts.map +0 -1
  195. package/lib/typescript/src/LinkingContext.d.ts.map +0 -1
  196. package/lib/typescript/src/LocaleDirContext.d.ts.map +0 -1
  197. package/lib/typescript/src/NavigationContainer.d.ts.map +0 -1
  198. package/lib/typescript/src/ServerContainer.d.ts.map +0 -1
  199. package/lib/typescript/src/ServerContext.d.ts.map +0 -1
  200. package/lib/typescript/src/UnhandledLinkingContext.d.ts.map +0 -1
  201. package/lib/typescript/src/__stubs__/createStackNavigator.d.ts.map +0 -1
  202. package/lib/typescript/src/__stubs__/window.d.ts.map +0 -1
  203. package/lib/typescript/src/createMemoryHistory.d.ts.map +0 -1
  204. package/lib/typescript/src/createStaticNavigation.d.ts.map +0 -1
  205. package/lib/typescript/src/extractPathFromURL.d.ts.map +0 -1
  206. package/lib/typescript/src/index.d.ts.map +0 -1
  207. package/lib/typescript/src/theming/DarkTheme.d.ts.map +0 -1
  208. package/lib/typescript/src/theming/DefaultTheme.d.ts.map +0 -1
  209. package/lib/typescript/src/theming/fonts.d.ts.map +0 -1
  210. package/lib/typescript/src/types.d.ts.map +0 -1
  211. package/lib/typescript/src/useBackButton.d.ts.map +0 -1
  212. package/lib/typescript/src/useBackButton.native.d.ts.map +0 -1
  213. package/lib/typescript/src/useDocumentTitle.d.ts.map +0 -1
  214. package/lib/typescript/src/useDocumentTitle.native.d.ts.map +0 -1
  215. package/lib/typescript/src/useLinkBuilder.d.ts.map +0 -1
  216. package/lib/typescript/src/useLinkProps.d.ts.map +0 -1
  217. package/lib/typescript/src/useLinkTo.d.ts.map +0 -1
  218. package/lib/typescript/src/useLinking.d.ts.map +0 -1
  219. package/lib/typescript/src/useLinking.native.d.ts.map +0 -1
  220. package/lib/typescript/src/useLocale.d.ts.map +0 -1
  221. package/lib/typescript/src/useScrollToTop.d.ts.map +0 -1
  222. package/lib/typescript/src/useThenable.d.ts.map +0 -1
  223. package/lib/typescript/src/useUnhandledLinking.d.ts.map +0 -1
  224. /package/lib/typescript/{src → commonjs/src}/Link.d.ts +0 -0
  225. /package/lib/typescript/{src → commonjs/src}/LinkingContext.d.ts +0 -0
  226. /package/lib/typescript/{src → commonjs/src}/LocaleDirContext.d.ts +0 -0
  227. /package/lib/typescript/{src → commonjs/src}/NavigationContainer.d.ts +0 -0
  228. /package/lib/typescript/{src → commonjs/src}/ServerContainer.d.ts +0 -0
  229. /package/lib/typescript/{src → commonjs/src}/ServerContext.d.ts +0 -0
  230. /package/lib/typescript/{src → commonjs/src}/UnhandledLinkingContext.d.ts +0 -0
  231. /package/lib/typescript/{src → commonjs/src}/__stubs__/window.d.ts +0 -0
  232. /package/lib/typescript/{src → commonjs/src}/createMemoryHistory.d.ts +0 -0
  233. /package/lib/typescript/{src → commonjs/src}/createStaticNavigation.d.ts +0 -0
  234. /package/lib/typescript/{src → commonjs/src}/extractPathFromURL.d.ts +0 -0
  235. /package/lib/typescript/{src → commonjs/src}/theming/DarkTheme.d.ts +0 -0
  236. /package/lib/typescript/{src → commonjs/src}/theming/DefaultTheme.d.ts +0 -0
  237. /package/lib/typescript/{src → commonjs/src}/theming/fonts.d.ts +0 -0
  238. /package/lib/typescript/{src → commonjs/src}/types.d.ts +0 -0
  239. /package/lib/typescript/{src → commonjs/src}/useBackButton.d.ts +0 -0
  240. /package/lib/typescript/{src → commonjs/src}/useBackButton.native.d.ts +0 -0
  241. /package/lib/typescript/{src → commonjs/src}/useDocumentTitle.d.ts +0 -0
  242. /package/lib/typescript/{src → commonjs/src}/useDocumentTitle.native.d.ts +0 -0
  243. /package/lib/typescript/{src → commonjs/src}/useLinkBuilder.d.ts +0 -0
  244. /package/lib/typescript/{src → commonjs/src}/useLinkTo.d.ts +0 -0
  245. /package/lib/typescript/{src → commonjs/src}/useLinking.d.ts +0 -0
  246. /package/lib/typescript/{src → commonjs/src}/useLinking.native.d.ts +0 -0
  247. /package/lib/typescript/{src → commonjs/src}/useLocale.d.ts +0 -0
  248. /package/lib/typescript/{src → commonjs/src}/useThenable.d.ts +0 -0
  249. /package/lib/typescript/{src → commonjs/src}/useUnhandledLinking.d.ts +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"file":"fonts.d.ts","sourceRoot":"","sources":["../../../../src/theming/fonts.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuDkC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/types.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,kBAAkB,IAAI,yBAAyB,EAC/C,gBAAgB,IAAI,uBAAuB,EAC3C,gBAAgB,IAAI,uBAAuB,EAC3C,aAAa,EACb,KAAK,EACN,MAAM,wBAAwB,CAAC;AAEhC,OAAO,CAAC,MAAM,CAAC;IAEb,UAAU,eAAe,CAAC;QACxB,UAAU,KAAM,SAAQ,WAAW;SAAG;KACvC;CACF;AAED,KAAK,SAAS,GAAG;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EACN,QAAQ,GACR,MAAM,GACN,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,CAAC;CACX,CAAC;AAEF,UAAU,WAAW;IACnB,IAAI,EAAE,OAAO,CAAC;IACd,MAAM,EAAE;QACN,OAAO,EAAE,MAAM,CAAC;QAChB,UAAU,EAAE,MAAM,CAAC;QACnB,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,MAAM,CAAC;QACb,MAAM,EAAE,MAAM,CAAC;QACf,YAAY,EAAE,MAAM,CAAC;KACtB,CAAC;IACF,KAAK,EAAE;QACL,OAAO,EAAE,SAAS,CAAC;QACnB,MAAM,EAAE,SAAS,CAAC;QAClB,IAAI,EAAE,SAAS,CAAC;QAChB,KAAK,EAAE,SAAS,CAAC;KAClB,CAAC;CACH;AAED,MAAM,MAAM,KAAK,GAAG,WAAW,CAAC;AAEhC,MAAM,MAAM,eAAe,GAAG,KAAK,GAAG,KAAK,CAAC;AAE5C,MAAM,MAAM,cAAc,CAAC,SAAS,SAAS,EAAE,IAAI;IACjD;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;;;;;;;;;;;;;;OAgBG;IACH,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB;;;;;;;;;;;;;;;;OAgBG;IACH,MAAM,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,OAAO,CAAC;IAClC;;;;;;;;;;;;OAYG;IACH,MAAM,CAAC,EAAE;QACP;;;;;WAKG;QACH,IAAI,CAAC,EAAE,MAAM,CAAC;QACd;;WAEG;QACH,OAAO,EAAE,aAAa,CAAC,SAAS,CAAC,CAAC;QAClC;;WAEG;QACH,gBAAgB,CAAC,EAAE,MAAM,SAAS,CAAC;KACpC,CAAC;IACF;;;;;;;;;;;;OAYG;IACH,aAAa,CAAC,EAAE,MACZ,MAAM,GACN,IAAI,GACJ,SAAS,GACT,OAAO,CAAC,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC,CAAC;IACvC;;;;;;;;;;;;;;;;;;OAkBG;IACH,SAAS,CAAC,EAAE,CACV,QAAQ,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,KAC5B,SAAS,GAAG,IAAI,GAAG,CAAC,MAAM,IAAI,CAAC,CAAC;IACrC;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,uBAAuB,CAAC;IAClD;;;OAGG;IACH,gBAAgB,CAAC,EAAE,OAAO,uBAAuB,CAAC;IAClD;;OAEG;IACH,kBAAkB,CAAC,EAAE,OAAO,yBAAyB,CAAC;CACvD,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,CACV,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,SAAS,EACxC,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,KAC7B,MAAM,CAAC;CACb,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,iBAAiB,IAAI,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,SAAS,CAAC;CACtD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useBackButton.d.ts","sourceRoot":"","sources":["../../../src/useBackButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,sBAAsB,EACtB,aAAa,EACd,MAAM,wBAAwB,CAAC;AAEhC,wBAAgB,aAAa,CAC3B,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,sBAAsB,CAAC,aAAa,CAAC,CAAC,QAI1D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useBackButton.native.d.ts","sourceRoot":"","sources":["../../../src/useBackButton.native.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,sBAAsB,EACtB,aAAa,EACd,MAAM,wBAAwB,CAAC;AAChC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,wBAAgB,aAAa,CAC3B,GAAG,EAAE,KAAK,CAAC,SAAS,CAAC,sBAAsB,CAAC,aAAa,CAAC,CAAC,QAwB5D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useDocumentTitle.d.ts","sourceRoot":"","sources":["../../../src/useDocumentTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,sBAAsB,EACtB,aAAa,EACd,MAAM,wBAAwB,CAAC;AAChC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAEpD;;GAEG;AACH,wBAAgB,gBAAgB,CAC9B,GAAG,EAAE,KAAK,CAAC,SAAS,CAAC,sBAAsB,CAAC,aAAa,CAAC,CAAC,EAC3D,EACE,OAAc,EACd,SAA6D,GAC9D,GAAE,oBAAyB,QAwB7B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useDocumentTitle.native.d.ts","sourceRoot":"","sources":["../../../src/useDocumentTitle.native.tsx"],"names":[],"mappings":"AAAA,wBAAgB,gBAAgB,SAE/B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useLinkBuilder.d.ts","sourceRoot":"","sources":["../../../src/useLinkBuilder.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAOb,KAAK,aAAa,EACnB,MAAM,wBAAwB,CAAC;AAqChC;;;GAGG;AACH,wBAAgB,cAAc;sBAKnB,MAAM,WAAW,MAAM;wBA6BvB,MAAM;;;;;;;;;;;;;;;;EA0BhB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useLinkProps.d.ts","sourceRoot":"","sources":["../../../src/useLinkProps.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,gBAAgB,EAKtB,MAAM,wBAAwB,CAAC;AAEhC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,KAAK,qBAAqB,EAAY,MAAM,cAAc,CAAC;AAIpE,MAAM,MAAM,SAAS,CACnB,SAAS,SAAS,eAAe,CAAC,aAAa,EAC/C,SAAS,SAAS,MAAM,SAAS,GAAG,MAAM,SAAS,IAEjD,CAAC;IACC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,gBAAgB,CAAC;CAC3B,GAAG,CAAC,SAAS,SAAS,OAAO,GAC1B,SAAS,SAAS,SAAS,CAAC,SAAS,CAAC,GACpC;IAAE,MAAM,EAAE,SAAS,CAAC;IAAC,MAAM,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAA;CAAE,GACpD;IAAE,MAAM,EAAE,SAAS,CAAC;IAAC,MAAM,EAAE,SAAS,CAAC,SAAS,CAAC,CAAA;CAAE,GACrD,KAAK,CAAC,CAAC,GACX;IACE,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,gBAAgB,CAAC;IACzB,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,MAAM,CAAC,EAAE,SAAS,CAAC;CACpB,CAAC;AA+BN;;;;;;;GAOG;AACH,wBAAgB,YAAY,CAAC,SAAS,SAAS,eAAe,CAAC,aAAa,EAAE,EAC5E,MAAM,EACN,MAAM,EACN,IAAI,EACJ,MAAM,GACP,EAAE,SAAS,CAAC,SAAS,CAAC;;;kBAMf,KAAK,CAAC,UAAU,CAAC,iBAAiB,EAAE,UAAU,CAAC,GAAG,qBAAqB;EA+D9E"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useLinkTo.d.ts","sourceRoot":"","sources":["../../../src/useLinkTo.tsx"],"names":[],"mappings":"AAKA;;;GAGG;AACH,wBAAgB,SAAS,WAKd,MAAM,UAehB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useLinking.d.ts","sourceRoot":"","sources":["../../../src/useLinking.tsx"],"names":[],"mappings":"AAAA,OAAO,EAIL,gBAAgB,IAAI,uBAAuB,EAC3C,KAAK,sBAAsB,EAE3B,KAAK,aAAa,EAEnB,MAAM,wBAAwB,CAAC;AAEhC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAE9C,KAAK,WAAW,GAAG,UAAU,CAAC,OAAO,uBAAuB,CAAC,CAAC;AA0C9D;;GAEG;AACH,eAAO,MAAM,MAAM,OAAQ,MAAM,OAAO,CAAC,IAAI,CAAC,eAO7C,CAAC;AAIF,KAAK,OAAO,GAAG,cAAc,CAAC,aAAa,CAAC,CAAC;AAE7C,wBAAgB,UAAU,CACxB,GAAG,EAAE,KAAK,CAAC,SAAS,CAAC,sBAAsB,CAAC,aAAa,CAAC,CAAC,EAC3D,EACE,OAAc,EACd,MAAM,EACN,gBAA0C,EAC1C,gBAA0C,EAC1C,kBAA8C,GAC/C,EAAE,OAAO,EACV,kBAAkB,EAAE,CAAC,mBAAmB,EAAE,MAAM,GAAG,SAAS,KAAK,IAAI;2BAmGhD,WAAW,CAAC,WAAW,GAAG,SAAS,CAAC;EAkQ1D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useLinking.native.d.ts","sourceRoot":"","sources":["../../../src/useLinking.native.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,sBAAsB,EAC3B,KAAK,aAAa,EAEnB,MAAM,wBAAwB,CAAC;AAChC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAI9C,KAAK,OAAO,GAAG,cAAc,CAAC,aAAa,CAAC,CAAC;AAI7C,wBAAgB,UAAU,CACxB,GAAG,EAAE,KAAK,CAAC,SAAS,CAAC,sBAAsB,CAAC,aAAa,CAAC,CAAC,EAC3D,EACE,OAAc,EACd,QAAQ,EACR,MAAM,EACN,MAAM,EACN,aAQI,EACJ,SAmBC,EACD,gBAA0C,EAC1C,kBAA8C,GAC/C,EAAE,OAAO,EACV,kBAAkB,EAAE,CAAC,mBAAmB,EAAE,MAAM,GAAG,SAAS,KAAK,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;EAkKtE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useLocale.d.ts","sourceRoot":"","sources":["../../../src/useLocale.tsx"],"names":[],"mappings":"AAIA;;GAEG;AACH,wBAAgB,SAAS;;EAUxB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useScrollToTop.d.ts","sourceRoot":"","sources":["../../../src/useScrollToTop.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,KAAK,aAAa,GAAG;IAAE,CAAC,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,CAAC,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AAEpE,KAAK,cAAc,GACf;IAAE,WAAW,IAAI,IAAI,CAAA;CAAE,GACvB;IAAE,QAAQ,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI,CAAA;CAAE,GAC1C;IAAE,cAAc,CAAC,OAAO,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;KAAE,GAAG,IAAI,CAAA;CAAE,GAC1E;IAAE,uBAAuB,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI,CAAA;CAAE,CAAC;AAE9D,KAAK,iBAAiB,GAClB;IAAE,kBAAkB,IAAI,KAAK,CAAC,SAAS,GAAG,UAAU,CAAA;CAAE,GACtD;IAAE,OAAO,IAAI,cAAc,CAAA;CAAE,GAC7B,cAAc,CAAC;AA8BnB,wBAAgB,cAAc,CAAC,GAAG,EAAE,KAAK,CAAC,SAAS,CAAC,iBAAiB,CAAC,QAoErE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useThenable.d.ts","sourceRoot":"","sources":["../../../src/useThenable.tsx"],"names":[],"mappings":"AAEA,wBAAgB,WAAW,CAAC,CAAC,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC,CAAC,CAAC,4BAuC1D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"useUnhandledLinking.d.ts","sourceRoot":"","sources":["../../../src/useUnhandledLinking.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,eAAe,EACpB,KAAK,YAAY,EAClB,MAAM,wBAAwB,CAAC;AA2BhC,wBAAgB,4BAA4B;;gDAU1B,eAAe,KAC5B,YAAY,CAAC,eAAe,CAAC,GAAG,SAAS;;EA+C7C"}
File without changes
File without changes