@maplibre/maplibre-react-native 11.0.0-beta.12 → 11.0.0-beta.14

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 (517) hide show
  1. package/android/src/main/java/org/maplibre/reactnative/components/annotations/markerview/MLRNMarkerView.kt +2 -29
  2. package/android/src/main/java/org/maplibre/reactnative/components/annotations/pointannotation/MLRNPointAnnotation.kt +4 -0
  3. package/android/src/main/java/org/maplibre/reactnative/components/layer/style/MLRNStyleFactory.java +1 -1
  4. package/android/src/main/java/org/maplibre/reactnative/components/mapview/MLRNMapView.kt +2 -0
  5. package/ios/components/annotations/point-annotation/MLRNPointAnnotation.h +1 -0
  6. package/ios/components/annotations/point-annotation/MLRNPointAnnotation.m +3 -0
  7. package/ios/components/annotations/point-annotation/MLRNPointAnnotationComponentView.mm +18 -0
  8. package/ios/components/layer/style/MLRNStyle.h +1 -1
  9. package/ios/components/layer/style/MLRNStyle.m +1 -1
  10. package/lib/commonjs/components/annotations/view-annotation/PointAnnotationNativeComponent.ts +1 -0
  11. package/lib/commonjs/components/annotations/view-annotation/ViewAnnotation.js.map +1 -1
  12. package/lib/commonjs/components/camera/Camera.js +4 -3
  13. package/lib/commonjs/components/camera/Camera.js.map +1 -1
  14. package/lib/commonjs/components/map/AndroidTextureMapViewNativeComponent.ts +1 -1
  15. package/lib/commonjs/components/map/Map.js +4 -3
  16. package/lib/commonjs/components/map/Map.js.map +1 -1
  17. package/lib/commonjs/components/sources/geojson-source/GeoJSONSource.js +4 -3
  18. package/lib/commonjs/components/sources/geojson-source/GeoJSONSource.js.map +1 -1
  19. package/lib/commonjs/components/sources/vector-source/VectorSource.js +4 -3
  20. package/lib/commonjs/components/sources/vector-source/VectorSource.js.map +1 -1
  21. package/lib/commonjs/utils/getStylePropertyType.js +1 -1
  22. package/lib/module/components/annotations/view-annotation/PointAnnotationNativeComponent.ts +1 -0
  23. package/lib/module/components/annotations/view-annotation/ViewAnnotation.js.map +1 -1
  24. package/lib/module/components/camera/Camera.js +5 -4
  25. package/lib/module/components/camera/Camera.js.map +1 -1
  26. package/lib/module/components/map/AndroidTextureMapViewNativeComponent.ts +1 -1
  27. package/lib/module/components/map/Map.js +5 -4
  28. package/lib/module/components/map/Map.js.map +1 -1
  29. package/lib/module/components/sources/geojson-source/GeoJSONSource.js +5 -4
  30. package/lib/module/components/sources/geojson-source/GeoJSONSource.js.map +1 -1
  31. package/lib/module/components/sources/vector-source/VectorSource.js +5 -4
  32. package/lib/module/components/sources/vector-source/VectorSource.js.map +1 -1
  33. package/lib/module/utils/getStylePropertyType.js +1 -1
  34. package/lib/typescript/commonjs/components/annotations/LayerAnnotation.d.ts.map +1 -0
  35. package/lib/typescript/commonjs/components/annotations/callout/Callout.d.ts.map +1 -0
  36. package/lib/typescript/commonjs/components/annotations/callout/CalloutNativeComponent.d.ts.map +1 -0
  37. package/lib/typescript/commonjs/components/annotations/marker/Marker.d.ts.map +1 -0
  38. package/lib/typescript/commonjs/components/annotations/marker/MarkerViewNativeComponent.d.ts.map +1 -0
  39. package/lib/typescript/{module/src → commonjs}/components/annotations/view-annotation/PointAnnotationNativeComponent.d.ts +1 -0
  40. package/lib/typescript/commonjs/components/annotations/view-annotation/PointAnnotationNativeComponent.d.ts.map +1 -0
  41. package/lib/typescript/commonjs/{src/components → components}/annotations/view-annotation/ViewAnnotation.d.ts +4 -0
  42. package/lib/typescript/commonjs/components/annotations/view-annotation/ViewAnnotation.d.ts.map +1 -0
  43. package/lib/typescript/commonjs/{src/components → components}/camera/Camera.d.ts +6 -1
  44. package/lib/typescript/commonjs/components/camera/Camera.d.ts.map +1 -0
  45. package/lib/typescript/commonjs/components/camera/CameraNativeComponent.d.ts.map +1 -0
  46. package/lib/typescript/commonjs/components/camera/NativeCameraModule.d.ts.map +1 -0
  47. package/lib/typescript/commonjs/components/images/Images.d.ts.map +1 -0
  48. package/lib/typescript/commonjs/components/images/ImagesNativeComponent.d.ts.map +1 -0
  49. package/lib/typescript/commonjs/components/images/NativeImagesModule.d.ts.map +1 -0
  50. package/lib/typescript/commonjs/components/layer/Layer.d.ts.map +1 -0
  51. package/lib/typescript/commonjs/components/layer/LayerNativeComponent.d.ts.map +1 -0
  52. package/lib/typescript/commonjs/components/map/AndroidTextureMapViewNativeComponent.d.ts.map +1 -0
  53. package/lib/typescript/commonjs/{src/components → components}/map/Map.d.ts +6 -1
  54. package/lib/typescript/commonjs/components/map/Map.d.ts.map +1 -0
  55. package/lib/typescript/commonjs/components/map/MapViewNativeComponent.d.ts.map +1 -0
  56. package/lib/typescript/commonjs/components/map/NativeMapViewModule.d.ts.map +1 -0
  57. package/lib/typescript/{module/src → commonjs}/components/sources/geojson-source/GeoJSONSource.d.ts +6 -2
  58. package/lib/typescript/commonjs/components/sources/geojson-source/GeoJSONSource.d.ts.map +1 -0
  59. package/lib/typescript/commonjs/components/sources/geojson-source/GeoJSONSourceNativeComponent.d.ts.map +1 -0
  60. package/lib/typescript/commonjs/components/sources/geojson-source/NativeGeoJSONSourceModule.d.ts.map +1 -0
  61. package/lib/typescript/commonjs/components/sources/image-source/ImageSource.d.ts.map +1 -0
  62. package/lib/typescript/commonjs/components/sources/image-source/ImageSourceNativeComponent.d.ts.map +1 -0
  63. package/lib/typescript/commonjs/components/sources/raster-source/RasterSource.d.ts.map +1 -0
  64. package/lib/typescript/commonjs/components/sources/raster-source/RasterSourceNativeComponent.d.ts.map +1 -0
  65. package/lib/typescript/commonjs/components/sources/vector-source/NativeVectorSourceModule.d.ts.map +1 -0
  66. package/lib/typescript/commonjs/{src/components → components}/sources/vector-source/VectorSource.d.ts +6 -2
  67. package/lib/typescript/commonjs/components/sources/vector-source/VectorSource.d.ts.map +1 -0
  68. package/lib/typescript/commonjs/components/sources/vector-source/VectorSourceNativeComponent.d.ts.map +1 -0
  69. package/lib/typescript/commonjs/components/user-location/NativeUserLocation.d.ts.map +1 -0
  70. package/lib/typescript/commonjs/components/user-location/UserLocation.d.ts.map +1 -0
  71. package/lib/typescript/commonjs/components/user-location/UserLocationNativeComponent.d.ts.map +1 -0
  72. package/lib/typescript/commonjs/components/user-location/UserLocationPuck.d.ts.map +1 -0
  73. package/lib/typescript/commonjs/components/user-location/UserLocationPuckHeading.d.ts.map +1 -0
  74. package/lib/typescript/commonjs/hooks/useCurrentPosition.d.ts.map +1 -0
  75. package/lib/typescript/commonjs/hooks/useFrozenId.d.ts.map +1 -0
  76. package/lib/typescript/commonjs/hooks/useNativeBridge.d.ts.map +1 -0
  77. package/lib/typescript/commonjs/index.d.ts.map +1 -0
  78. package/lib/typescript/commonjs/modules/location/LocationManager.d.ts.map +1 -0
  79. package/lib/typescript/commonjs/modules/location/NativeLocationModule.d.ts.map +1 -0
  80. package/lib/typescript/commonjs/modules/log/LogManager.d.ts.map +1 -0
  81. package/lib/typescript/commonjs/modules/log/NativeLogModule.d.ts.map +1 -0
  82. package/lib/typescript/commonjs/modules/network/NativeNetworkModule.d.ts.map +1 -0
  83. package/lib/typescript/commonjs/modules/network/NetworkManager.d.ts.map +1 -0
  84. package/lib/typescript/commonjs/modules/offline/NativeOfflineModule.d.ts.map +1 -0
  85. package/lib/typescript/commonjs/modules/offline/OfflineManager.d.ts.map +1 -0
  86. package/lib/typescript/commonjs/modules/offline/OfflinePack.d.ts.map +1 -0
  87. package/lib/typescript/commonjs/modules/static-map/NativeStaticMapModule.d.ts.map +1 -0
  88. package/lib/typescript/commonjs/modules/static-map/StaticMapManager.d.ts.map +1 -0
  89. package/lib/typescript/commonjs/plugin/MapLibrePluginProps.d.ts.map +1 -0
  90. package/lib/typescript/commonjs/plugin/android.d.ts.map +1 -0
  91. package/lib/typescript/commonjs/plugin/ios.d.ts.map +1 -0
  92. package/lib/typescript/commonjs/plugin/withMapLibre.d.ts.map +1 -0
  93. package/lib/typescript/commonjs/types/Anchor.d.ts.map +1 -0
  94. package/lib/typescript/commonjs/types/BaseProps.d.ts.map +1 -0
  95. package/lib/typescript/commonjs/types/LngLat.d.ts.map +1 -0
  96. package/lib/typescript/commonjs/types/LngLatBounds.d.ts.map +1 -0
  97. package/lib/typescript/commonjs/types/MapLibreRNStyles.d.ts.map +1 -0
  98. package/lib/typescript/commonjs/types/PixelPoint.d.ts.map +1 -0
  99. package/lib/typescript/commonjs/types/PixelPointBounds.d.ts.map +1 -0
  100. package/lib/typescript/commonjs/types/PressEvent.d.ts.map +1 -0
  101. package/lib/typescript/commonjs/types/PressEventWithFeatures.d.ts.map +1 -0
  102. package/lib/typescript/commonjs/types/ViewPadding.d.ts.map +1 -0
  103. package/lib/typescript/commonjs/types/codegen/UnsafeMixed.d.ts.map +1 -0
  104. package/lib/typescript/commonjs/types/sources/PressableSourceProps.d.ts.map +1 -0
  105. package/lib/typescript/commonjs/utils/BridgeValue.d.ts.map +1 -0
  106. package/lib/typescript/commonjs/utils/StyleValue.d.ts.map +1 -0
  107. package/lib/typescript/commonjs/utils/animated/AbstractAnimatedCoordinates.d.ts.map +1 -0
  108. package/lib/typescript/{module/src → commonjs}/utils/animated/Animated.d.ts +1 -1
  109. package/lib/typescript/commonjs/utils/animated/Animated.d.ts.map +1 -0
  110. package/lib/typescript/commonjs/utils/animated/AnimatedCoordinatesArray.d.ts.map +1 -0
  111. package/lib/typescript/commonjs/utils/animated/AnimatedExtractCoordinateFromArray.d.ts.map +1 -0
  112. package/lib/typescript/commonjs/utils/animated/AnimatedGeoJSON.d.ts.map +1 -0
  113. package/lib/typescript/commonjs/utils/animated/AnimatedPoint.d.ts.map +1 -0
  114. package/lib/typescript/commonjs/utils/animated/AnimatedRouteCoordinatesArray.d.ts.map +1 -0
  115. package/lib/typescript/commonjs/utils/convertStyleSpec.d.ts.map +1 -0
  116. package/lib/typescript/commonjs/utils/findNodeHandle.d.ts.map +1 -0
  117. package/lib/typescript/commonjs/utils/getNativeFilter.d.ts.map +1 -0
  118. package/lib/typescript/commonjs/utils/getStylePropertyType.d.ts.map +1 -0
  119. package/lib/typescript/commonjs/utils/index.d.ts.map +1 -0
  120. package/lib/typescript/module/components/annotations/LayerAnnotation.d.ts.map +1 -0
  121. package/lib/typescript/module/components/annotations/callout/Callout.d.ts.map +1 -0
  122. package/lib/typescript/module/components/annotations/callout/CalloutNativeComponent.d.ts.map +1 -0
  123. package/lib/typescript/module/components/annotations/marker/Marker.d.ts.map +1 -0
  124. package/lib/typescript/module/components/annotations/marker/MarkerViewNativeComponent.d.ts.map +1 -0
  125. package/lib/typescript/{commonjs/src → module}/components/annotations/view-annotation/PointAnnotationNativeComponent.d.ts +1 -0
  126. package/lib/typescript/module/components/annotations/view-annotation/PointAnnotationNativeComponent.d.ts.map +1 -0
  127. package/lib/typescript/module/{src/components → components}/annotations/view-annotation/ViewAnnotation.d.ts +4 -0
  128. package/lib/typescript/module/components/annotations/view-annotation/ViewAnnotation.d.ts.map +1 -0
  129. package/lib/typescript/module/{src/components → components}/camera/Camera.d.ts +6 -1
  130. package/lib/typescript/module/components/camera/Camera.d.ts.map +1 -0
  131. package/lib/typescript/module/components/camera/CameraNativeComponent.d.ts.map +1 -0
  132. package/lib/typescript/module/components/camera/NativeCameraModule.d.ts.map +1 -0
  133. package/lib/typescript/module/components/images/Images.d.ts.map +1 -0
  134. package/lib/typescript/module/components/images/ImagesNativeComponent.d.ts.map +1 -0
  135. package/lib/typescript/module/components/images/NativeImagesModule.d.ts.map +1 -0
  136. package/lib/typescript/module/components/layer/Layer.d.ts.map +1 -0
  137. package/lib/typescript/module/components/layer/LayerNativeComponent.d.ts.map +1 -0
  138. package/lib/typescript/module/components/map/AndroidTextureMapViewNativeComponent.d.ts.map +1 -0
  139. package/lib/typescript/module/{src/components → components}/map/Map.d.ts +6 -1
  140. package/lib/typescript/module/components/map/Map.d.ts.map +1 -0
  141. package/lib/typescript/module/components/map/MapViewNativeComponent.d.ts.map +1 -0
  142. package/lib/typescript/module/components/map/NativeMapViewModule.d.ts.map +1 -0
  143. package/lib/typescript/{commonjs/src → module}/components/sources/geojson-source/GeoJSONSource.d.ts +6 -2
  144. package/lib/typescript/module/components/sources/geojson-source/GeoJSONSource.d.ts.map +1 -0
  145. package/lib/typescript/module/components/sources/geojson-source/GeoJSONSourceNativeComponent.d.ts.map +1 -0
  146. package/lib/typescript/module/components/sources/geojson-source/NativeGeoJSONSourceModule.d.ts.map +1 -0
  147. package/lib/typescript/module/components/sources/image-source/ImageSource.d.ts.map +1 -0
  148. package/lib/typescript/module/components/sources/image-source/ImageSourceNativeComponent.d.ts.map +1 -0
  149. package/lib/typescript/module/components/sources/raster-source/RasterSource.d.ts.map +1 -0
  150. package/lib/typescript/module/components/sources/raster-source/RasterSourceNativeComponent.d.ts.map +1 -0
  151. package/lib/typescript/module/components/sources/vector-source/NativeVectorSourceModule.d.ts.map +1 -0
  152. package/lib/typescript/module/{src/components → components}/sources/vector-source/VectorSource.d.ts +6 -2
  153. package/lib/typescript/module/components/sources/vector-source/VectorSource.d.ts.map +1 -0
  154. package/lib/typescript/module/components/sources/vector-source/VectorSourceNativeComponent.d.ts.map +1 -0
  155. package/lib/typescript/module/components/user-location/NativeUserLocation.d.ts.map +1 -0
  156. package/lib/typescript/module/components/user-location/UserLocation.d.ts.map +1 -0
  157. package/lib/typescript/module/components/user-location/UserLocationNativeComponent.d.ts.map +1 -0
  158. package/lib/typescript/module/components/user-location/UserLocationPuck.d.ts.map +1 -0
  159. package/lib/typescript/module/components/user-location/UserLocationPuckHeading.d.ts.map +1 -0
  160. package/lib/typescript/module/hooks/useCurrentPosition.d.ts.map +1 -0
  161. package/lib/typescript/module/hooks/useFrozenId.d.ts.map +1 -0
  162. package/lib/typescript/module/hooks/useNativeBridge.d.ts.map +1 -0
  163. package/lib/typescript/module/index.d.ts.map +1 -0
  164. package/lib/typescript/module/modules/location/LocationManager.d.ts.map +1 -0
  165. package/lib/typescript/module/modules/location/NativeLocationModule.d.ts.map +1 -0
  166. package/lib/typescript/module/modules/log/LogManager.d.ts.map +1 -0
  167. package/lib/typescript/module/modules/log/NativeLogModule.d.ts.map +1 -0
  168. package/lib/typescript/module/modules/network/NativeNetworkModule.d.ts.map +1 -0
  169. package/lib/typescript/module/modules/network/NetworkManager.d.ts.map +1 -0
  170. package/lib/typescript/module/modules/offline/NativeOfflineModule.d.ts.map +1 -0
  171. package/lib/typescript/module/modules/offline/OfflineManager.d.ts.map +1 -0
  172. package/lib/typescript/module/modules/offline/OfflinePack.d.ts.map +1 -0
  173. package/lib/typescript/module/modules/static-map/NativeStaticMapModule.d.ts.map +1 -0
  174. package/lib/typescript/module/modules/static-map/StaticMapManager.d.ts.map +1 -0
  175. package/lib/typescript/module/plugin/MapLibrePluginProps.d.ts.map +1 -0
  176. package/lib/typescript/module/plugin/android.d.ts.map +1 -0
  177. package/lib/typescript/module/plugin/ios.d.ts.map +1 -0
  178. package/lib/typescript/module/plugin/withMapLibre.d.ts.map +1 -0
  179. package/lib/typescript/module/types/Anchor.d.ts.map +1 -0
  180. package/lib/typescript/module/types/BaseProps.d.ts.map +1 -0
  181. package/lib/typescript/module/types/LngLat.d.ts.map +1 -0
  182. package/lib/typescript/module/types/LngLatBounds.d.ts.map +1 -0
  183. package/lib/typescript/module/types/MapLibreRNStyles.d.ts.map +1 -0
  184. package/lib/typescript/module/types/PixelPoint.d.ts.map +1 -0
  185. package/lib/typescript/module/types/PixelPointBounds.d.ts.map +1 -0
  186. package/lib/typescript/module/types/PressEvent.d.ts.map +1 -0
  187. package/lib/typescript/module/types/PressEventWithFeatures.d.ts.map +1 -0
  188. package/lib/typescript/module/types/ViewPadding.d.ts.map +1 -0
  189. package/lib/typescript/module/types/codegen/UnsafeMixed.d.ts.map +1 -0
  190. package/lib/typescript/module/types/sources/PressableSourceProps.d.ts.map +1 -0
  191. package/lib/typescript/module/utils/BridgeValue.d.ts.map +1 -0
  192. package/lib/typescript/module/utils/StyleValue.d.ts.map +1 -0
  193. package/lib/typescript/module/utils/animated/AbstractAnimatedCoordinates.d.ts.map +1 -0
  194. package/lib/typescript/{commonjs/src → module}/utils/animated/Animated.d.ts +1 -1
  195. package/lib/typescript/module/utils/animated/Animated.d.ts.map +1 -0
  196. package/lib/typescript/module/utils/animated/AnimatedCoordinatesArray.d.ts.map +1 -0
  197. package/lib/typescript/module/utils/animated/AnimatedExtractCoordinateFromArray.d.ts.map +1 -0
  198. package/lib/typescript/module/utils/animated/AnimatedGeoJSON.d.ts.map +1 -0
  199. package/lib/typescript/module/utils/animated/AnimatedPoint.d.ts.map +1 -0
  200. package/lib/typescript/module/utils/animated/AnimatedRouteCoordinatesArray.d.ts.map +1 -0
  201. package/lib/typescript/module/utils/convertStyleSpec.d.ts.map +1 -0
  202. package/lib/typescript/module/utils/findNodeHandle.d.ts.map +1 -0
  203. package/lib/typescript/module/utils/getNativeFilter.d.ts.map +1 -0
  204. package/lib/typescript/module/utils/getStylePropertyType.d.ts.map +1 -0
  205. package/lib/typescript/module/utils/index.d.ts.map +1 -0
  206. package/package.json +11 -24
  207. package/src/components/annotations/view-annotation/PointAnnotationNativeComponent.ts +1 -0
  208. package/src/components/annotations/view-annotation/ViewAnnotation.tsx +5 -0
  209. package/src/components/camera/Camera.tsx +69 -68
  210. package/src/components/map/AndroidTextureMapViewNativeComponent.ts +1 -1
  211. package/src/components/map/Map.tsx +147 -154
  212. package/src/components/sources/geojson-source/GeoJSONSource.tsx +64 -61
  213. package/src/components/sources/vector-source/VectorSource.tsx +39 -36
  214. package/src/types/MapLibreRNStyles.ts +1 -1
  215. package/src/utils/getStylePropertyType.ts +1 -1
  216. package/lib/typescript/commonjs/src/components/annotations/LayerAnnotation.d.ts.map +0 -1
  217. package/lib/typescript/commonjs/src/components/annotations/callout/Callout.d.ts.map +0 -1
  218. package/lib/typescript/commonjs/src/components/annotations/callout/CalloutNativeComponent.d.ts.map +0 -1
  219. package/lib/typescript/commonjs/src/components/annotations/marker/Marker.d.ts.map +0 -1
  220. package/lib/typescript/commonjs/src/components/annotations/marker/MarkerViewNativeComponent.d.ts.map +0 -1
  221. package/lib/typescript/commonjs/src/components/annotations/view-annotation/PointAnnotationNativeComponent.d.ts.map +0 -1
  222. package/lib/typescript/commonjs/src/components/annotations/view-annotation/ViewAnnotation.d.ts.map +0 -1
  223. package/lib/typescript/commonjs/src/components/camera/Camera.d.ts.map +0 -1
  224. package/lib/typescript/commonjs/src/components/camera/CameraNativeComponent.d.ts.map +0 -1
  225. package/lib/typescript/commonjs/src/components/camera/NativeCameraModule.d.ts.map +0 -1
  226. package/lib/typescript/commonjs/src/components/images/Images.d.ts.map +0 -1
  227. package/lib/typescript/commonjs/src/components/images/ImagesNativeComponent.d.ts.map +0 -1
  228. package/lib/typescript/commonjs/src/components/images/NativeImagesModule.d.ts.map +0 -1
  229. package/lib/typescript/commonjs/src/components/layer/Layer.d.ts.map +0 -1
  230. package/lib/typescript/commonjs/src/components/layer/LayerNativeComponent.d.ts.map +0 -1
  231. package/lib/typescript/commonjs/src/components/map/AndroidTextureMapViewNativeComponent.d.ts.map +0 -1
  232. package/lib/typescript/commonjs/src/components/map/Map.d.ts.map +0 -1
  233. package/lib/typescript/commonjs/src/components/map/MapViewNativeComponent.d.ts.map +0 -1
  234. package/lib/typescript/commonjs/src/components/map/NativeMapViewModule.d.ts.map +0 -1
  235. package/lib/typescript/commonjs/src/components/sources/geojson-source/GeoJSONSource.d.ts.map +0 -1
  236. package/lib/typescript/commonjs/src/components/sources/geojson-source/GeoJSONSourceNativeComponent.d.ts.map +0 -1
  237. package/lib/typescript/commonjs/src/components/sources/geojson-source/NativeGeoJSONSourceModule.d.ts.map +0 -1
  238. package/lib/typescript/commonjs/src/components/sources/image-source/ImageSource.d.ts.map +0 -1
  239. package/lib/typescript/commonjs/src/components/sources/image-source/ImageSourceNativeComponent.d.ts.map +0 -1
  240. package/lib/typescript/commonjs/src/components/sources/raster-source/RasterSource.d.ts.map +0 -1
  241. package/lib/typescript/commonjs/src/components/sources/raster-source/RasterSourceNativeComponent.d.ts.map +0 -1
  242. package/lib/typescript/commonjs/src/components/sources/vector-source/NativeVectorSourceModule.d.ts.map +0 -1
  243. package/lib/typescript/commonjs/src/components/sources/vector-source/VectorSource.d.ts.map +0 -1
  244. package/lib/typescript/commonjs/src/components/sources/vector-source/VectorSourceNativeComponent.d.ts.map +0 -1
  245. package/lib/typescript/commonjs/src/components/user-location/NativeUserLocation.d.ts.map +0 -1
  246. package/lib/typescript/commonjs/src/components/user-location/UserLocation.d.ts.map +0 -1
  247. package/lib/typescript/commonjs/src/components/user-location/UserLocationNativeComponent.d.ts.map +0 -1
  248. package/lib/typescript/commonjs/src/components/user-location/UserLocationPuck.d.ts.map +0 -1
  249. package/lib/typescript/commonjs/src/components/user-location/UserLocationPuckHeading.d.ts.map +0 -1
  250. package/lib/typescript/commonjs/src/hooks/useCurrentPosition.d.ts.map +0 -1
  251. package/lib/typescript/commonjs/src/hooks/useFrozenId.d.ts.map +0 -1
  252. package/lib/typescript/commonjs/src/hooks/useNativeBridge.d.ts.map +0 -1
  253. package/lib/typescript/commonjs/src/index.d.ts.map +0 -1
  254. package/lib/typescript/commonjs/src/modules/location/LocationManager.d.ts.map +0 -1
  255. package/lib/typescript/commonjs/src/modules/location/NativeLocationModule.d.ts.map +0 -1
  256. package/lib/typescript/commonjs/src/modules/log/LogManager.d.ts.map +0 -1
  257. package/lib/typescript/commonjs/src/modules/log/NativeLogModule.d.ts.map +0 -1
  258. package/lib/typescript/commonjs/src/modules/network/NativeNetworkModule.d.ts.map +0 -1
  259. package/lib/typescript/commonjs/src/modules/network/NetworkManager.d.ts.map +0 -1
  260. package/lib/typescript/commonjs/src/modules/offline/NativeOfflineModule.d.ts.map +0 -1
  261. package/lib/typescript/commonjs/src/modules/offline/OfflineManager.d.ts.map +0 -1
  262. package/lib/typescript/commonjs/src/modules/offline/OfflinePack.d.ts.map +0 -1
  263. package/lib/typescript/commonjs/src/modules/static-map/NativeStaticMapModule.d.ts.map +0 -1
  264. package/lib/typescript/commonjs/src/modules/static-map/StaticMapManager.d.ts.map +0 -1
  265. package/lib/typescript/commonjs/src/plugin/MapLibrePluginProps.d.ts.map +0 -1
  266. package/lib/typescript/commonjs/src/plugin/android.d.ts.map +0 -1
  267. package/lib/typescript/commonjs/src/plugin/ios.d.ts.map +0 -1
  268. package/lib/typescript/commonjs/src/plugin/withMapLibre.d.ts.map +0 -1
  269. package/lib/typescript/commonjs/src/types/Anchor.d.ts.map +0 -1
  270. package/lib/typescript/commonjs/src/types/BaseProps.d.ts.map +0 -1
  271. package/lib/typescript/commonjs/src/types/LngLat.d.ts.map +0 -1
  272. package/lib/typescript/commonjs/src/types/LngLatBounds.d.ts.map +0 -1
  273. package/lib/typescript/commonjs/src/types/MapLibreRNStyles.d.ts.map +0 -1
  274. package/lib/typescript/commonjs/src/types/PixelPoint.d.ts.map +0 -1
  275. package/lib/typescript/commonjs/src/types/PixelPointBounds.d.ts.map +0 -1
  276. package/lib/typescript/commonjs/src/types/PressEvent.d.ts.map +0 -1
  277. package/lib/typescript/commonjs/src/types/PressEventWithFeatures.d.ts.map +0 -1
  278. package/lib/typescript/commonjs/src/types/ViewPadding.d.ts.map +0 -1
  279. package/lib/typescript/commonjs/src/types/codegen/UnsafeMixed.d.ts.map +0 -1
  280. package/lib/typescript/commonjs/src/types/sources/PressableSourceProps.d.ts.map +0 -1
  281. package/lib/typescript/commonjs/src/utils/BridgeValue.d.ts.map +0 -1
  282. package/lib/typescript/commonjs/src/utils/StyleValue.d.ts.map +0 -1
  283. package/lib/typescript/commonjs/src/utils/animated/AbstractAnimatedCoordinates.d.ts.map +0 -1
  284. package/lib/typescript/commonjs/src/utils/animated/Animated.d.ts.map +0 -1
  285. package/lib/typescript/commonjs/src/utils/animated/AnimatedCoordinatesArray.d.ts.map +0 -1
  286. package/lib/typescript/commonjs/src/utils/animated/AnimatedExtractCoordinateFromArray.d.ts.map +0 -1
  287. package/lib/typescript/commonjs/src/utils/animated/AnimatedGeoJSON.d.ts.map +0 -1
  288. package/lib/typescript/commonjs/src/utils/animated/AnimatedPoint.d.ts.map +0 -1
  289. package/lib/typescript/commonjs/src/utils/animated/AnimatedRouteCoordinatesArray.d.ts.map +0 -1
  290. package/lib/typescript/commonjs/src/utils/convertStyleSpec.d.ts.map +0 -1
  291. package/lib/typescript/commonjs/src/utils/findNodeHandle.d.ts.map +0 -1
  292. package/lib/typescript/commonjs/src/utils/getNativeFilter.d.ts.map +0 -1
  293. package/lib/typescript/commonjs/src/utils/getStylePropertyType.d.ts.map +0 -1
  294. package/lib/typescript/commonjs/src/utils/index.d.ts.map +0 -1
  295. package/lib/typescript/module/src/components/annotations/LayerAnnotation.d.ts.map +0 -1
  296. package/lib/typescript/module/src/components/annotations/callout/Callout.d.ts.map +0 -1
  297. package/lib/typescript/module/src/components/annotations/callout/CalloutNativeComponent.d.ts.map +0 -1
  298. package/lib/typescript/module/src/components/annotations/marker/Marker.d.ts.map +0 -1
  299. package/lib/typescript/module/src/components/annotations/marker/MarkerViewNativeComponent.d.ts.map +0 -1
  300. package/lib/typescript/module/src/components/annotations/view-annotation/PointAnnotationNativeComponent.d.ts.map +0 -1
  301. package/lib/typescript/module/src/components/annotations/view-annotation/ViewAnnotation.d.ts.map +0 -1
  302. package/lib/typescript/module/src/components/camera/Camera.d.ts.map +0 -1
  303. package/lib/typescript/module/src/components/camera/CameraNativeComponent.d.ts.map +0 -1
  304. package/lib/typescript/module/src/components/camera/NativeCameraModule.d.ts.map +0 -1
  305. package/lib/typescript/module/src/components/images/Images.d.ts.map +0 -1
  306. package/lib/typescript/module/src/components/images/ImagesNativeComponent.d.ts.map +0 -1
  307. package/lib/typescript/module/src/components/images/NativeImagesModule.d.ts.map +0 -1
  308. package/lib/typescript/module/src/components/layer/Layer.d.ts.map +0 -1
  309. package/lib/typescript/module/src/components/layer/LayerNativeComponent.d.ts.map +0 -1
  310. package/lib/typescript/module/src/components/map/AndroidTextureMapViewNativeComponent.d.ts.map +0 -1
  311. package/lib/typescript/module/src/components/map/Map.d.ts.map +0 -1
  312. package/lib/typescript/module/src/components/map/MapViewNativeComponent.d.ts.map +0 -1
  313. package/lib/typescript/module/src/components/map/NativeMapViewModule.d.ts.map +0 -1
  314. package/lib/typescript/module/src/components/sources/geojson-source/GeoJSONSource.d.ts.map +0 -1
  315. package/lib/typescript/module/src/components/sources/geojson-source/GeoJSONSourceNativeComponent.d.ts.map +0 -1
  316. package/lib/typescript/module/src/components/sources/geojson-source/NativeGeoJSONSourceModule.d.ts.map +0 -1
  317. package/lib/typescript/module/src/components/sources/image-source/ImageSource.d.ts.map +0 -1
  318. package/lib/typescript/module/src/components/sources/image-source/ImageSourceNativeComponent.d.ts.map +0 -1
  319. package/lib/typescript/module/src/components/sources/raster-source/RasterSource.d.ts.map +0 -1
  320. package/lib/typescript/module/src/components/sources/raster-source/RasterSourceNativeComponent.d.ts.map +0 -1
  321. package/lib/typescript/module/src/components/sources/vector-source/NativeVectorSourceModule.d.ts.map +0 -1
  322. package/lib/typescript/module/src/components/sources/vector-source/VectorSource.d.ts.map +0 -1
  323. package/lib/typescript/module/src/components/sources/vector-source/VectorSourceNativeComponent.d.ts.map +0 -1
  324. package/lib/typescript/module/src/components/user-location/NativeUserLocation.d.ts.map +0 -1
  325. package/lib/typescript/module/src/components/user-location/UserLocation.d.ts.map +0 -1
  326. package/lib/typescript/module/src/components/user-location/UserLocationNativeComponent.d.ts.map +0 -1
  327. package/lib/typescript/module/src/components/user-location/UserLocationPuck.d.ts.map +0 -1
  328. package/lib/typescript/module/src/components/user-location/UserLocationPuckHeading.d.ts.map +0 -1
  329. package/lib/typescript/module/src/hooks/useCurrentPosition.d.ts.map +0 -1
  330. package/lib/typescript/module/src/hooks/useFrozenId.d.ts.map +0 -1
  331. package/lib/typescript/module/src/hooks/useNativeBridge.d.ts.map +0 -1
  332. package/lib/typescript/module/src/index.d.ts.map +0 -1
  333. package/lib/typescript/module/src/modules/location/LocationManager.d.ts.map +0 -1
  334. package/lib/typescript/module/src/modules/location/NativeLocationModule.d.ts.map +0 -1
  335. package/lib/typescript/module/src/modules/log/LogManager.d.ts.map +0 -1
  336. package/lib/typescript/module/src/modules/log/NativeLogModule.d.ts.map +0 -1
  337. package/lib/typescript/module/src/modules/network/NativeNetworkModule.d.ts.map +0 -1
  338. package/lib/typescript/module/src/modules/network/NetworkManager.d.ts.map +0 -1
  339. package/lib/typescript/module/src/modules/offline/NativeOfflineModule.d.ts.map +0 -1
  340. package/lib/typescript/module/src/modules/offline/OfflineManager.d.ts.map +0 -1
  341. package/lib/typescript/module/src/modules/offline/OfflinePack.d.ts.map +0 -1
  342. package/lib/typescript/module/src/modules/static-map/NativeStaticMapModule.d.ts.map +0 -1
  343. package/lib/typescript/module/src/modules/static-map/StaticMapManager.d.ts.map +0 -1
  344. package/lib/typescript/module/src/plugin/MapLibrePluginProps.d.ts.map +0 -1
  345. package/lib/typescript/module/src/plugin/android.d.ts.map +0 -1
  346. package/lib/typescript/module/src/plugin/ios.d.ts.map +0 -1
  347. package/lib/typescript/module/src/plugin/withMapLibre.d.ts.map +0 -1
  348. package/lib/typescript/module/src/types/Anchor.d.ts.map +0 -1
  349. package/lib/typescript/module/src/types/BaseProps.d.ts.map +0 -1
  350. package/lib/typescript/module/src/types/LngLat.d.ts.map +0 -1
  351. package/lib/typescript/module/src/types/LngLatBounds.d.ts.map +0 -1
  352. package/lib/typescript/module/src/types/MapLibreRNStyles.d.ts.map +0 -1
  353. package/lib/typescript/module/src/types/PixelPoint.d.ts.map +0 -1
  354. package/lib/typescript/module/src/types/PixelPointBounds.d.ts.map +0 -1
  355. package/lib/typescript/module/src/types/PressEvent.d.ts.map +0 -1
  356. package/lib/typescript/module/src/types/PressEventWithFeatures.d.ts.map +0 -1
  357. package/lib/typescript/module/src/types/ViewPadding.d.ts.map +0 -1
  358. package/lib/typescript/module/src/types/codegen/UnsafeMixed.d.ts.map +0 -1
  359. package/lib/typescript/module/src/types/sources/PressableSourceProps.d.ts.map +0 -1
  360. package/lib/typescript/module/src/utils/BridgeValue.d.ts.map +0 -1
  361. package/lib/typescript/module/src/utils/StyleValue.d.ts.map +0 -1
  362. package/lib/typescript/module/src/utils/animated/AbstractAnimatedCoordinates.d.ts.map +0 -1
  363. package/lib/typescript/module/src/utils/animated/Animated.d.ts.map +0 -1
  364. package/lib/typescript/module/src/utils/animated/AnimatedCoordinatesArray.d.ts.map +0 -1
  365. package/lib/typescript/module/src/utils/animated/AnimatedExtractCoordinateFromArray.d.ts.map +0 -1
  366. package/lib/typescript/module/src/utils/animated/AnimatedGeoJSON.d.ts.map +0 -1
  367. package/lib/typescript/module/src/utils/animated/AnimatedPoint.d.ts.map +0 -1
  368. package/lib/typescript/module/src/utils/animated/AnimatedRouteCoordinatesArray.d.ts.map +0 -1
  369. package/lib/typescript/module/src/utils/convertStyleSpec.d.ts.map +0 -1
  370. package/lib/typescript/module/src/utils/findNodeHandle.d.ts.map +0 -1
  371. package/lib/typescript/module/src/utils/getNativeFilter.d.ts.map +0 -1
  372. package/lib/typescript/module/src/utils/getStylePropertyType.d.ts.map +0 -1
  373. package/lib/typescript/module/src/utils/index.d.ts.map +0 -1
  374. /package/lib/typescript/commonjs/{src/components → components}/annotations/LayerAnnotation.d.ts +0 -0
  375. /package/lib/typescript/commonjs/{src/components → components}/annotations/callout/Callout.d.ts +0 -0
  376. /package/lib/typescript/commonjs/{src/components → components}/annotations/callout/CalloutNativeComponent.d.ts +0 -0
  377. /package/lib/typescript/commonjs/{src/components → components}/annotations/marker/Marker.d.ts +0 -0
  378. /package/lib/typescript/commonjs/{src/components → components}/annotations/marker/MarkerViewNativeComponent.d.ts +0 -0
  379. /package/lib/typescript/commonjs/{src/components → components}/camera/CameraNativeComponent.d.ts +0 -0
  380. /package/lib/typescript/commonjs/{src/components → components}/camera/NativeCameraModule.d.ts +0 -0
  381. /package/lib/typescript/commonjs/{src/components → components}/images/Images.d.ts +0 -0
  382. /package/lib/typescript/commonjs/{src/components → components}/images/ImagesNativeComponent.d.ts +0 -0
  383. /package/lib/typescript/commonjs/{src/components → components}/images/NativeImagesModule.d.ts +0 -0
  384. /package/lib/typescript/commonjs/{src/components → components}/layer/Layer.d.ts +0 -0
  385. /package/lib/typescript/commonjs/{src/components → components}/layer/LayerNativeComponent.d.ts +0 -0
  386. /package/lib/typescript/commonjs/{src/components → components}/map/AndroidTextureMapViewNativeComponent.d.ts +0 -0
  387. /package/lib/typescript/commonjs/{src/components → components}/map/MapViewNativeComponent.d.ts +0 -0
  388. /package/lib/typescript/commonjs/{src/components → components}/map/NativeMapViewModule.d.ts +0 -0
  389. /package/lib/typescript/commonjs/{src/components → components}/sources/geojson-source/GeoJSONSourceNativeComponent.d.ts +0 -0
  390. /package/lib/typescript/commonjs/{src/components → components}/sources/geojson-source/NativeGeoJSONSourceModule.d.ts +0 -0
  391. /package/lib/typescript/commonjs/{src/components → components}/sources/image-source/ImageSource.d.ts +0 -0
  392. /package/lib/typescript/commonjs/{src/components → components}/sources/image-source/ImageSourceNativeComponent.d.ts +0 -0
  393. /package/lib/typescript/commonjs/{src/components → components}/sources/raster-source/RasterSource.d.ts +0 -0
  394. /package/lib/typescript/commonjs/{src/components → components}/sources/raster-source/RasterSourceNativeComponent.d.ts +0 -0
  395. /package/lib/typescript/commonjs/{src/components → components}/sources/vector-source/NativeVectorSourceModule.d.ts +0 -0
  396. /package/lib/typescript/commonjs/{src/components → components}/sources/vector-source/VectorSourceNativeComponent.d.ts +0 -0
  397. /package/lib/typescript/commonjs/{src/components → components}/user-location/NativeUserLocation.d.ts +0 -0
  398. /package/lib/typescript/commonjs/{src/components → components}/user-location/UserLocation.d.ts +0 -0
  399. /package/lib/typescript/commonjs/{src/components → components}/user-location/UserLocationNativeComponent.d.ts +0 -0
  400. /package/lib/typescript/commonjs/{src/components → components}/user-location/UserLocationPuck.d.ts +0 -0
  401. /package/lib/typescript/commonjs/{src/components → components}/user-location/UserLocationPuckHeading.d.ts +0 -0
  402. /package/lib/typescript/commonjs/{src/hooks → hooks}/useCurrentPosition.d.ts +0 -0
  403. /package/lib/typescript/commonjs/{src/hooks → hooks}/useFrozenId.d.ts +0 -0
  404. /package/lib/typescript/commonjs/{src/hooks → hooks}/useNativeBridge.d.ts +0 -0
  405. /package/lib/typescript/commonjs/{src/index.d.ts → index.d.ts} +0 -0
  406. /package/lib/typescript/commonjs/{src/modules → modules}/location/LocationManager.d.ts +0 -0
  407. /package/lib/typescript/commonjs/{src/modules → modules}/location/NativeLocationModule.d.ts +0 -0
  408. /package/lib/typescript/commonjs/{src/modules → modules}/log/LogManager.d.ts +0 -0
  409. /package/lib/typescript/commonjs/{src/modules → modules}/log/NativeLogModule.d.ts +0 -0
  410. /package/lib/typescript/commonjs/{src/modules → modules}/network/NativeNetworkModule.d.ts +0 -0
  411. /package/lib/typescript/commonjs/{src/modules → modules}/network/NetworkManager.d.ts +0 -0
  412. /package/lib/typescript/commonjs/{src/modules → modules}/offline/NativeOfflineModule.d.ts +0 -0
  413. /package/lib/typescript/commonjs/{src/modules → modules}/offline/OfflineManager.d.ts +0 -0
  414. /package/lib/typescript/commonjs/{src/modules → modules}/offline/OfflinePack.d.ts +0 -0
  415. /package/lib/typescript/commonjs/{src/modules → modules}/static-map/NativeStaticMapModule.d.ts +0 -0
  416. /package/lib/typescript/commonjs/{src/modules → modules}/static-map/StaticMapManager.d.ts +0 -0
  417. /package/lib/typescript/commonjs/{src/plugin → plugin}/MapLibrePluginProps.d.ts +0 -0
  418. /package/lib/typescript/commonjs/{src/plugin → plugin}/android.d.ts +0 -0
  419. /package/lib/typescript/commonjs/{src/plugin → plugin}/ios.d.ts +0 -0
  420. /package/lib/typescript/commonjs/{src/plugin → plugin}/withMapLibre.d.ts +0 -0
  421. /package/lib/typescript/commonjs/{src/types → types}/Anchor.d.ts +0 -0
  422. /package/lib/typescript/commonjs/{src/types → types}/BaseProps.d.ts +0 -0
  423. /package/lib/typescript/commonjs/{src/types → types}/LngLat.d.ts +0 -0
  424. /package/lib/typescript/commonjs/{src/types → types}/LngLatBounds.d.ts +0 -0
  425. /package/lib/typescript/commonjs/{src/types → types}/MapLibreRNStyles.d.ts +0 -0
  426. /package/lib/typescript/commonjs/{src/types → types}/PixelPoint.d.ts +0 -0
  427. /package/lib/typescript/commonjs/{src/types → types}/PixelPointBounds.d.ts +0 -0
  428. /package/lib/typescript/commonjs/{src/types → types}/PressEvent.d.ts +0 -0
  429. /package/lib/typescript/commonjs/{src/types → types}/PressEventWithFeatures.d.ts +0 -0
  430. /package/lib/typescript/commonjs/{src/types → types}/ViewPadding.d.ts +0 -0
  431. /package/lib/typescript/commonjs/{src/types → types}/codegen/UnsafeMixed.d.ts +0 -0
  432. /package/lib/typescript/commonjs/{src/types → types}/sources/PressableSourceProps.d.ts +0 -0
  433. /package/lib/typescript/commonjs/{src/utils → utils}/BridgeValue.d.ts +0 -0
  434. /package/lib/typescript/commonjs/{src/utils → utils}/StyleValue.d.ts +0 -0
  435. /package/lib/typescript/commonjs/{src/utils → utils}/animated/AbstractAnimatedCoordinates.d.ts +0 -0
  436. /package/lib/typescript/commonjs/{src/utils → utils}/animated/AnimatedCoordinatesArray.d.ts +0 -0
  437. /package/lib/typescript/commonjs/{src/utils → utils}/animated/AnimatedExtractCoordinateFromArray.d.ts +0 -0
  438. /package/lib/typescript/commonjs/{src/utils → utils}/animated/AnimatedGeoJSON.d.ts +0 -0
  439. /package/lib/typescript/commonjs/{src/utils → utils}/animated/AnimatedPoint.d.ts +0 -0
  440. /package/lib/typescript/commonjs/{src/utils → utils}/animated/AnimatedRouteCoordinatesArray.d.ts +0 -0
  441. /package/lib/typescript/commonjs/{src/utils → utils}/convertStyleSpec.d.ts +0 -0
  442. /package/lib/typescript/commonjs/{src/utils → utils}/findNodeHandle.d.ts +0 -0
  443. /package/lib/typescript/commonjs/{src/utils → utils}/getNativeFilter.d.ts +0 -0
  444. /package/lib/typescript/commonjs/{src/utils → utils}/getStylePropertyType.d.ts +0 -0
  445. /package/lib/typescript/commonjs/{src/utils → utils}/index.d.ts +0 -0
  446. /package/lib/typescript/module/{src/components → components}/annotations/LayerAnnotation.d.ts +0 -0
  447. /package/lib/typescript/module/{src/components → components}/annotations/callout/Callout.d.ts +0 -0
  448. /package/lib/typescript/module/{src/components → components}/annotations/callout/CalloutNativeComponent.d.ts +0 -0
  449. /package/lib/typescript/module/{src/components → components}/annotations/marker/Marker.d.ts +0 -0
  450. /package/lib/typescript/module/{src/components → components}/annotations/marker/MarkerViewNativeComponent.d.ts +0 -0
  451. /package/lib/typescript/module/{src/components → components}/camera/CameraNativeComponent.d.ts +0 -0
  452. /package/lib/typescript/module/{src/components → components}/camera/NativeCameraModule.d.ts +0 -0
  453. /package/lib/typescript/module/{src/components → components}/images/Images.d.ts +0 -0
  454. /package/lib/typescript/module/{src/components → components}/images/ImagesNativeComponent.d.ts +0 -0
  455. /package/lib/typescript/module/{src/components → components}/images/NativeImagesModule.d.ts +0 -0
  456. /package/lib/typescript/module/{src/components → components}/layer/Layer.d.ts +0 -0
  457. /package/lib/typescript/module/{src/components → components}/layer/LayerNativeComponent.d.ts +0 -0
  458. /package/lib/typescript/module/{src/components → components}/map/AndroidTextureMapViewNativeComponent.d.ts +0 -0
  459. /package/lib/typescript/module/{src/components → components}/map/MapViewNativeComponent.d.ts +0 -0
  460. /package/lib/typescript/module/{src/components → components}/map/NativeMapViewModule.d.ts +0 -0
  461. /package/lib/typescript/module/{src/components → components}/sources/geojson-source/GeoJSONSourceNativeComponent.d.ts +0 -0
  462. /package/lib/typescript/module/{src/components → components}/sources/geojson-source/NativeGeoJSONSourceModule.d.ts +0 -0
  463. /package/lib/typescript/module/{src/components → components}/sources/image-source/ImageSource.d.ts +0 -0
  464. /package/lib/typescript/module/{src/components → components}/sources/image-source/ImageSourceNativeComponent.d.ts +0 -0
  465. /package/lib/typescript/module/{src/components → components}/sources/raster-source/RasterSource.d.ts +0 -0
  466. /package/lib/typescript/module/{src/components → components}/sources/raster-source/RasterSourceNativeComponent.d.ts +0 -0
  467. /package/lib/typescript/module/{src/components → components}/sources/vector-source/NativeVectorSourceModule.d.ts +0 -0
  468. /package/lib/typescript/module/{src/components → components}/sources/vector-source/VectorSourceNativeComponent.d.ts +0 -0
  469. /package/lib/typescript/module/{src/components → components}/user-location/NativeUserLocation.d.ts +0 -0
  470. /package/lib/typescript/module/{src/components → components}/user-location/UserLocation.d.ts +0 -0
  471. /package/lib/typescript/module/{src/components → components}/user-location/UserLocationNativeComponent.d.ts +0 -0
  472. /package/lib/typescript/module/{src/components → components}/user-location/UserLocationPuck.d.ts +0 -0
  473. /package/lib/typescript/module/{src/components → components}/user-location/UserLocationPuckHeading.d.ts +0 -0
  474. /package/lib/typescript/module/{src/hooks → hooks}/useCurrentPosition.d.ts +0 -0
  475. /package/lib/typescript/module/{src/hooks → hooks}/useFrozenId.d.ts +0 -0
  476. /package/lib/typescript/module/{src/hooks → hooks}/useNativeBridge.d.ts +0 -0
  477. /package/lib/typescript/module/{src/index.d.ts → index.d.ts} +0 -0
  478. /package/lib/typescript/module/{src/modules → modules}/location/LocationManager.d.ts +0 -0
  479. /package/lib/typescript/module/{src/modules → modules}/location/NativeLocationModule.d.ts +0 -0
  480. /package/lib/typescript/module/{src/modules → modules}/log/LogManager.d.ts +0 -0
  481. /package/lib/typescript/module/{src/modules → modules}/log/NativeLogModule.d.ts +0 -0
  482. /package/lib/typescript/module/{src/modules → modules}/network/NativeNetworkModule.d.ts +0 -0
  483. /package/lib/typescript/module/{src/modules → modules}/network/NetworkManager.d.ts +0 -0
  484. /package/lib/typescript/module/{src/modules → modules}/offline/NativeOfflineModule.d.ts +0 -0
  485. /package/lib/typescript/module/{src/modules → modules}/offline/OfflineManager.d.ts +0 -0
  486. /package/lib/typescript/module/{src/modules → modules}/offline/OfflinePack.d.ts +0 -0
  487. /package/lib/typescript/module/{src/modules → modules}/static-map/NativeStaticMapModule.d.ts +0 -0
  488. /package/lib/typescript/module/{src/modules → modules}/static-map/StaticMapManager.d.ts +0 -0
  489. /package/lib/typescript/module/{src/plugin → plugin}/MapLibrePluginProps.d.ts +0 -0
  490. /package/lib/typescript/module/{src/plugin → plugin}/android.d.ts +0 -0
  491. /package/lib/typescript/module/{src/plugin → plugin}/ios.d.ts +0 -0
  492. /package/lib/typescript/module/{src/plugin → plugin}/withMapLibre.d.ts +0 -0
  493. /package/lib/typescript/module/{src/types → types}/Anchor.d.ts +0 -0
  494. /package/lib/typescript/module/{src/types → types}/BaseProps.d.ts +0 -0
  495. /package/lib/typescript/module/{src/types → types}/LngLat.d.ts +0 -0
  496. /package/lib/typescript/module/{src/types → types}/LngLatBounds.d.ts +0 -0
  497. /package/lib/typescript/module/{src/types → types}/MapLibreRNStyles.d.ts +0 -0
  498. /package/lib/typescript/module/{src/types → types}/PixelPoint.d.ts +0 -0
  499. /package/lib/typescript/module/{src/types → types}/PixelPointBounds.d.ts +0 -0
  500. /package/lib/typescript/module/{src/types → types}/PressEvent.d.ts +0 -0
  501. /package/lib/typescript/module/{src/types → types}/PressEventWithFeatures.d.ts +0 -0
  502. /package/lib/typescript/module/{src/types → types}/ViewPadding.d.ts +0 -0
  503. /package/lib/typescript/module/{src/types → types}/codegen/UnsafeMixed.d.ts +0 -0
  504. /package/lib/typescript/module/{src/types → types}/sources/PressableSourceProps.d.ts +0 -0
  505. /package/lib/typescript/module/{src/utils → utils}/BridgeValue.d.ts +0 -0
  506. /package/lib/typescript/module/{src/utils → utils}/StyleValue.d.ts +0 -0
  507. /package/lib/typescript/module/{src/utils → utils}/animated/AbstractAnimatedCoordinates.d.ts +0 -0
  508. /package/lib/typescript/module/{src/utils → utils}/animated/AnimatedCoordinatesArray.d.ts +0 -0
  509. /package/lib/typescript/module/{src/utils → utils}/animated/AnimatedExtractCoordinateFromArray.d.ts +0 -0
  510. /package/lib/typescript/module/{src/utils → utils}/animated/AnimatedGeoJSON.d.ts +0 -0
  511. /package/lib/typescript/module/{src/utils → utils}/animated/AnimatedPoint.d.ts +0 -0
  512. /package/lib/typescript/module/{src/utils → utils}/animated/AnimatedRouteCoordinatesArray.d.ts +0 -0
  513. /package/lib/typescript/module/{src/utils → utils}/convertStyleSpec.d.ts +0 -0
  514. /package/lib/typescript/module/{src/utils → utils}/findNodeHandle.d.ts +0 -0
  515. /package/lib/typescript/module/{src/utils → utils}/getNativeFilter.d.ts +0 -0
  516. /package/lib/typescript/module/{src/utils → utils}/getStylePropertyType.d.ts +0 -0
  517. /package/lib/typescript/module/{src/utils → utils}/index.d.ts +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BridgeValue.d.ts","sourceRoot":"","sources":["../../../../src/utils/BridgeValue.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,YAAY,GACpB,MAAM,GACN,MAAM,GACN,OAAO,GACP,YAAY,EAAE,GACd;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,YAAY,CAAA;CAAE,CAAC;AAEpC,MAAM,MAAM,cAAc,GACtB;IAAE,IAAI,EAAE,SAAS,CAAC;IAAC,KAAK,EAAE,OAAO,CAAA;CAAE,GACnC;IAAE,IAAI,EAAE,QAAQ,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,GACjC;IAAE,IAAI,EAAE,QAAQ,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,GACjC;IAAE,IAAI,EAAE,SAAS,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,GAClC;IAAE,IAAI,EAAE,OAAO,CAAC;IAAC,KAAK,EAAE,OAAO,EAAE,CAAA;CAAE,CAAC;AAExC,KAAK,eAAe,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,OAAO,CAAC;AAE7E,qBAAa,WAAW;IACtB,QAAQ,EAAE,YAAY,CAAC;gBAEX,QAAQ,EAAE,YAAY;IAIlC,IAAI,IAAI,IAAI,eAAe,CAmB1B;IAED,IAAI,KAAK,IACL,CAAC,cAAc,EAAE,cAAc,CAAC,EAAE,GAClC,cAAc,EAAE,GAChB,YAAY,CA+Bf;IAED,MAAM,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,KAAK,CAAC,GAAG,cAAc;CAOtD"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StyleValue.d.ts","sourceRoot":"","sources":["../../../../src/utils/StyleValue.ts"],"names":[],"mappings":"AAEA,OAAO,EAGL,KAAK,cAAc,EACpB,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAE/D,MAAM,MAAM,UAAU,GAAG;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,cAAc,CAAC;CAC5B,CAAC;AAEF,wBAAgB,cAAc,CAC5B,KAAK,EAAE,aAAa,GAAG,SAAS,GAC/B,SAAS,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAA;CAAE,CAkC3C"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AbstractAnimatedCoordinates.d.ts","sourceRoot":"","sources":["../../../../../src/utils/animated/AbstractAnimatedCoordinates.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAExC,QAAA,MAAM,oBAAoB,KAA0C,CAAC;AAErE,MAAM,MAAM,mBAAmB,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;AAMnD,8BAAsB,2BAA2B,CAC/C,KAAK,EACL,OAAO,GAAG,mBAAmB,EAAE,CAC/B,SAAQ,oBAAoB;gBAChB,WAAW,EAAE,mBAAmB,EAAE;IAM9C;;;;OAIG;IACH,SAAS,CAAC,QAAQ,CAAC,cAAc,CAAC,WAAW,EAAE,mBAAmB,EAAE,GAAG,KAAK;IAE5E;;;;;;OAMG;IACH,SAAS,CAAC,QAAQ,CAAC,WAAW,CAAC,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,MAAM,GAAG,KAAK;IAErE;;;;;OAKG;IACH,SAAS,CAAC,QAAQ,CAAC,UAAU,CAAC,KAAK,EAAE,KAAK,GAAG,mBAAmB,EAAE;IAElE,OAAO,CACL,aAAa,EAAE,QAAQ,CAAC,KAAK,EAC7B,iBAAiB,EAAE,QAAQ,CAAC,kBAAkB,EAC9C,MAAM,EAAE,IAAI,CACR,QAAQ,CAAC,qBAAqB,GAC9B,QAAQ,CAAC,qBAAqB,GAC9B,QAAQ,CAAC,oBAAoB,EAC/B,SAAS,CACV,GAAG;QAAE,OAAO,EAAE,OAAO,CAAA;KAAE,GACvB,QAAQ,CAAC,kBAAkB;IA0B9B,MAAM,CACJ,MAAM,EAAE,IAAI,CACV,QAAQ,CAAC,qBAAqB,EAC9B,SAAS,GAAG,iBAAiB,CAC9B,GAAG;QACF,OAAO,EAAE,OAAO,CAAC;KAClB,GACA,QAAQ,CAAC,kBAAkB;IAgB9B,MAAM,CACJ,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC,qBAAqB,EAAE,SAAS,CAAC,GAAG;QACxD,OAAO,EAAE,OAAO,CAAC;KAClB,GACA,QAAQ,CAAC,kBAAkB;IAa9B,KAAK,CACH,MAAM,EAAE,IAAI,CAAC,QAAQ,CAAC,oBAAoB,EAAE,SAAS,CAAC,GAAG;QACvD,OAAO,EAAE,OAAO,CAAC;KAClB,GACA,QAAQ,CAAC,kBAAkB;IAY9B,UAAU,IAAI,mBAAmB,EAAE;CASpC"}
@@ -6,7 +6,7 @@ import { AnimatedGeoJSON } from "./AnimatedGeoJSON";
6
6
  import { AnimatedPoint } from "./AnimatedPoint";
7
7
  import { AnimatedRouteCoordinatesArray } from "./AnimatedRouteCoordinatesArray";
8
8
  export declare const Animated: {
9
- GeoJSONSource: RNAnimated.AnimatedComponent<ComponentType<Omit<import("../..").GeoJSONSourceProps & import("react").RefAttributes<import("../..").GeoJSONSourceRef>, "data"> & {
9
+ GeoJSONSource: RNAnimated.AnimatedComponent<ComponentType<Omit<import("../..").GeoJSONSourceProps, "data"> & {
10
10
  data: string | GeoJSON.GeoJSON | AnimatedGeoJSON;
11
11
  }>>;
12
12
  ImageSource: RNAnimated.AnimatedComponent<import("react").MemoExoticComponent<({ id, url, ...props }: import("../..").ImageSourceProps) => import("react/jsx-runtime").JSX.Element>>;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Animated.d.ts","sourceRoot":"","sources":["../../../../../src/utils/animated/Animated.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAkB,aAAa,EAAE,MAAM,OAAO,CAAC;AAC3D,OAAO,EAAE,QAAQ,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AAEtD,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAC;AAC1F,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAMhF,eAAO,MAAM,QAAQ;;cAKP,MAAM,GAAG,OAAO,CAAC,OAAO,GAAG,eAAe;;;;;;;;;;CAcvD,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnimatedCoordinatesArray.d.ts","sourceRoot":"","sources":["../../../../../src/utils/animated/AnimatedCoordinatesArray.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,2BAA2B,EAC3B,KAAK,mBAAmB,EACzB,MAAM,+BAA+B,CAAC;AAEvC,UAAU,gBAAgB;IACxB,MAAM,EAAE,mBAAmB,EAAE,CAAC;IAC9B,YAAY,EAAE,mBAAmB,EAAE,CAAC;CACrC;AAED,qBAAa,wBAAyB,SAAQ,2BAA2B,CAAC,gBAAgB,CAAC;IACzF;;;;;OAKG;IACH,SAAS,CAAC,cAAc,CACtB,gBAAgB,EAAE,mBAAmB,EAAE,GACtC,gBAAgB;IAUnB;;;;;;OAMG;IACH,SAAS,CAAC,UAAU,CAAC,KAAK,EAAE,gBAAgB,GAAG,gBAAgB,CAAC,QAAQ,CAAC;IAIzE;;;;;;OAMG;IACH,WAAW,CAAC,KAAK,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,GAAG,gBAAgB;IA+CxE;;;;;;OAMG;IACH,SAAS,CAAC,OAAO,CACf,KAAK,EAAE,gBAAgB,EACvB,OAAO,EAAE,mBAAmB,EAAE,GAC7B,gBAAgB;CASpB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnimatedExtractCoordinateFromArray.d.ts","sourceRoot":"","sources":["../../../../../src/utils/animated/AnimatedExtractCoordinateFromArray.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,+BAA+B,CAAC;AACzE,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAEhF,QAAA,MAAM,oBAAoB,KAA0C,CAAC;AAErE,qBAAa,kCAAmC,SAAQ,oBAAoB;IAC1E,OAAO,CAAC,KAAK,CAAgC;IAC7C,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAS;gBAEnB,KAAK,EAAE,6BAA6B,EAAE,KAAK,EAAE,MAAM;IAM/D,UAAU,IAAI,mBAAmB;IAWjC,QAAQ,IAAI,IAAI;IAIhB,QAAQ,IAAI,IAAI;CAIjB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnimatedGeoJSON.d.ts","sourceRoot":"","sources":["../../../../../src/utils/animated/AnimatedGeoJSON.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AAC3E,OAAO,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAC;AAC1F,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAEhF,QAAA,MAAM,oBAAoB,KAA0C,CAAC;AAErE,KAAK,sBAAsB,GACvB;IACE,IAAI,EAAE,OAAO,CAAC;IACd,WAAW,EAAE,kCAAkC,CAAC;CACjD,GACD;IACE,IAAI,EAAE,YAAY,CAAC;IACnB,WAAW,EAAE,wBAAwB,GAAG,6BAA6B,CAAC;CACvE,CAAC;AAEN;;;;;;;;GAQG;AACH,qBAAa,eAAgB,SAAQ,oBAAoB;gBAC3C,OAAO,EAAE,sBAAsB;IAK3C,OAAO,CAAC,uBAAuB;IAsB/B,OAAO,CAAC,cAAc;IAetB,UAAU,IAAI,OAAO,CAAC,KAAK,GAAG,OAAO,CAAC,UAAU;IAUhD,QAAQ,IAAI,IAAI;IAIhB,QAAQ,IAAI,IAAI;CAIjB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnimatedPoint.d.ts","sourceRoot":"","sources":["../../../../../src/utils/animated/AnimatedPoint.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAIxC,KAAK,oBAAoB,GACrB,OAAO,CAAC,KAAK,GACb;IAAE,IAAI,EAAE,OAAO,CAAC;IAAC,WAAW,EAAE,QAAQ,CAAC,aAAa,EAAE,CAAA;CAAE,CAAC;AAE7D,QAAA,MAAM,oBAAoB,EAErB,OAAO,QAAQ,CAAC,oBAAoB,CAAC;AAE1C,qBAAa,aAAc,SAAQ,oBAAoB;IACrD,SAAS,EAAE,QAAQ,CAAC,KAAK,CAAC;IAC1B,QAAQ,EAAE,QAAQ,CAAC,KAAK,CAAC;IAEzB,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE;QAAE,SAAS,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;gBAE9D,OAAO,CAAC,EAAE,oBAAoB;IAqB1C,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC,KAAK,GAAG,IAAI;IAKpC,SAAS,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,GAAG,IAAI;IAKtC,aAAa,IAAI,IAAI;IAKrB,aAAa,CAAC,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,CAAC,KAAK,KAAK,IAAI,GAAG,IAAI;IAS9D,WAAW,CAAC,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,CAAC,KAAK,KAAK,IAAI,GAAG,MAAM;IAkB9D,cAAc,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI;IAUhC,MAAM,CAAC,EACL,OAAO,EACP,GAAG,MAAM,EACV,EAAE,IAAI,CAAC,QAAQ,CAAC,qBAAqB,EAAE,iBAAiB,GAAG,SAAS,CAAC,GAAG;QACvE,OAAO,EAAE,OAAO,CAAC,KAAK,CAAC;KACxB,GAAG,QAAQ,CAAC,kBAAkB;IAe/B,MAAM,CAAC,EACL,OAAO,EACP,GAAG,MAAM,EACV,EAAE,IAAI,CAAC,QAAQ,CAAC,qBAAqB,EAAE,iBAAiB,GAAG,SAAS,CAAC,GAAG;QACvE,OAAO,EAAE,OAAO,CAAC,KAAK,CAAC;KACxB,GAAG,QAAQ,CAAC,kBAAkB;IAe/B,UAAU,IAAI,OAAO,CAAC,KAAK;IAU3B,QAAQ,IAAI,IAAI;IAKhB,QAAQ,IAAI,IAAI;CAMjB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnimatedRouteCoordinatesArray.d.ts","sourceRoot":"","sources":["../../../../../src/utils/animated/AnimatedRouteCoordinatesArray.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,KAAK,KAAK,EAGV,KAAK,KAAK,EACX,MAAM,eAAe,CAAC;AAIvB,OAAO,EACL,2BAA2B,EAC3B,KAAK,mBAAmB,EACzB,MAAM,+BAA+B,CAAC;AAEvC,UAAU,oBAAoB;IAC5B,GAAG,EAGC;QAAE,KAAK,EAAE,KAAK,GAAG,mBAAmB,CAAA;KAAE;IACxC;;OAEG;OACD;QACE,KAAK,EAAE,MAAM,CAAC;QACd,KAAK,CAAC,EAAE,KAAK,CAAC;KACf,CAAC;CACP;AAED,UAAU,kBAAkB;IAC1B,QAAQ,CAAC,EAAE,mBAAmB,EAAE,CAAC;IACjC,SAAS,EAAE,mBAAmB,EAAE,CAAC;IACjC,GAAG,EAAE;QACH,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,EAAE,EAAE,MAAM,CAAC;KACZ,GAAG,CAAC;QAAE,KAAK,CAAC,EAAE,KAAK,GAAG,mBAAmB,CAAA;KAAE,GAAG;QAAE,KAAK,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;CACpE;AAED,qBAAa,6BAA8B,SAAQ,2BAA2B,CAC5E,kBAAkB,EAClB,oBAAoB,CACrB;IACC;;;;;OAKG;IACH,SAAS,CAAC,cAAc,CACtB,gBAAgB,EAAE,mBAAmB,EAAE,GACtC,kBAAkB;IASrB;;;;;OAKG;IACH,SAAS,CAAC,UAAU,CAAC,KAAK,EAAE,kBAAkB,GAAG,mBAAmB,EAAE;IAItE;;;;;;OAMG;IACH,SAAS,CAAC,WAAW,CACnB,KAAK,EAAE,kBAAkB,EACzB,QAAQ,EAAE,MAAM,GACf,kBAAkB;IAgCrB;;;;;;OAMG;IACH,SAAS,CAAC,OAAO,CACf,KAAK,EAAE,kBAAkB,EACzB,OAAO,EAAE,oBAAoB,GAC5B,kBAAkB;IA4BrB,IAAI,aAAa,IAAI,mBAAmB,EAAE,CAEzC;CACF"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"convertStyleSpec.d.ts","sourceRoot":"","sources":["../../../../src/utils/convertStyleSpec.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAa/D;;;;;;;GAOG;AACH,wBAAgB,sBAAsB,CACpC,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,GAC7C,OAAO,CAAC,aAAa,CAAC,GAAG,SAAS,CAYpC;AAED;;;GAGG;AACH,wBAAgB,eAAe,CAC7B,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,EAC1C,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,SAAS,EAC3C,eAAe,EAAE,aAAa,GAAG,SAAS,GACzC,aAAa,GAAG,SAAS,CAe3B"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"findNodeHandle.d.ts","sourceRoot":"","sources":["../../../../src/utils/findNodeHandle.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGlC,eAAO,MAAM,cAAc,GAAI,KAAK,SAAS,GAAG,IAAI,WAUnD,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getNativeFilter.d.ts","sourceRoot":"","sources":["../../../../src/utils/getNativeFilter.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AAE5E,wBAAgB,eAAe,CAC7B,MAAM,EAAE,mBAAmB,GAAG,SAAS,GACtC,OAAO,EAAE,CAUX"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getStylePropertyType.d.ts","sourceRoot":"","sources":["../../../../src/utils/getStylePropertyType.ts"],"names":[],"mappings":"AAsNA,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoCpB,CAAC;AAEF,wBAAgB,oBAAoB,CAClC,aAAa,EAAE,MAAM,OAAO,eAAe,GAC1C,MAAM,CAUR"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,SAAS,EACT,KAAK,YAAY,EACjB,KAAK,SAAS,EACf,MAAM,OAAO,CAAC;AACf,OAAO,EAKL,KAAK,mBAAmB,EAEzB,MAAM,cAAc,CAAC;AAEtB,wBAAgB,SAAS,IAAI,OAAO,CAEnC;AAED,wBAAgB,UAAU,CAAC,EAAE,EAAE,OAAO,GAAG,EAAE,IAAI,QAAQ,CAEtD;AAED,wBAAgB,QAAQ,CAAC,GAAG,EAAE,OAAO,GAAG,GAAG,IAAI,MAAM,CAEpD;AAED,wBAAgB,WAAW,CAAC,GAAG,EAAE,OAAO,GAAG,GAAG,IAAI,SAAS,CAE1D;AAED,wBAAgB,QAAQ,CAAC,GAAG,EAAE,OAAO,GAAG,GAAG,IAAI,MAAM,CAEpD;AAED,wBAAgB,SAAS,CAAC,IAAI,EAAE,OAAO,GAAG,IAAI,IAAI,OAAO,CAExD;AAED,MAAM,MAAM,SAAS,GACjB,MAAM,GACN,MAAM,GACN,OAAO,GACP,IAAI,GACJ;IAAE,CAAC,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CAAE,GAC1B,SAAS,EAAE,CAAC;AAEhB,wBAAgB,gBAAgB,CAAC,UAAU,GAAG,SAAS,EACrD,MAAM,EAAE,MAAM,EACd,IAAI,EAAE,MAAM,EACZ,SAAS,EAAE,SAAS,EACpB,IAAI,GAAE,SAAS,EAAO,GACrB,UAAU,CA0BZ;AAED,wBAAgB,2BAA2B,CACzC,QAAQ,EAAE,SAAS,EACnB,UAAU,GAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;CAAO,GACzC,YAAY,EAAE,GAAG,IAAI,CAWvB;AAED,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,mBAAmB,GAAG,MAAM,CAGtE;AAED,wBAAgB,YAAY,CAAC,IAAI,GAAE,MAAM,GAAG,MAAW,GAAG,MAAM,CAE/D"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@maplibre/maplibre-react-native",
3
3
  "description": "React Native library for creating maps with MapLibre Native for Android & iOS",
4
- "version": "11.0.0-beta.12",
4
+ "version": "11.0.0-beta.14",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "provenance": true
@@ -25,37 +25,30 @@
25
25
  "url": "https://github.com/maplibre/maplibre-react-native/issues"
26
26
  },
27
27
  "scripts": {
28
- "codegen": "tsx scripts/codegen.ts",
29
28
  "format": "prettier --write .",
30
29
  "lint": "yarn lint:tsc && yarn lint:eslint",
31
- "lint:tsc": "tsc --project ./ && tsc --project ./src/__tests__ && tsc --project ./examples/shared && yarn docs lint:tsc",
30
+ "lint:tsc": "tsc --project ./ && tsc --project ./src/__tests__",
32
31
  "lint:eslint": "eslint ./ --max-warnings 0",
33
32
  "lint:eslint:fix": "eslint ./ --fix",
34
33
  "test": "jest",
35
- "prepack": "bob build",
36
- "docs": "yarn workspace docs",
37
- "examples:react-native": "yarn workspace react-native-app",
38
- "examples:expo": "yarn workspace expo-app"
34
+ "prepack": "cp ../LICENSE.md ./LICENSE.md && cp ../README.md ./README.md && bob build",
35
+ "postpack": "rm ./LICENSE.md && rm ./README.md"
39
36
  },
40
- "workspaces": [
41
- "docs",
42
- "examples/*"
43
- ],
44
37
  "packageManager": "yarn@4.10.3",
45
38
  "main": "./lib/commonjs/index.js",
46
39
  "module": "./lib/module/index.js",
47
40
  "source": "./src/index.ts",
48
- "types": "./lib/typescript/module/src/index.d.ts",
41
+ "types": "./lib/typescript/module/index.d.ts",
49
42
  "exports": {
50
43
  ".": {
51
44
  "import": {
52
45
  "source": "./src/index.ts",
53
- "types": "./lib/typescript/module/src/index.d.ts",
46
+ "types": "./lib/typescript/module/index.d.ts",
54
47
  "default": "./lib/module/index.js"
55
48
  },
56
49
  "require": {
57
50
  "source": "./src/index.ts",
58
- "types": "./lib/typescript/commonjs/src/index.d.ts",
51
+ "types": "./lib/typescript/commonjs/index.d.ts",
59
52
  "default": "./lib/commonjs/index.js"
60
53
  }
61
54
  },
@@ -67,11 +60,11 @@
67
60
  },
68
61
  "./plugin": {
69
62
  "import": {
70
- "types": "./lib/typescript/module/src/plugin/withMapLibre.d.ts",
63
+ "types": "./lib/typescript/module/plugin/withMapLibre.d.ts",
71
64
  "default": "./lib/module/plugin/withMapLibre.js"
72
65
  },
73
66
  "require": {
74
- "types": "./lib/typescript/commonjs/src/plugin/withMapLibre.d.ts",
67
+ "types": "./lib/typescript/commonjs/plugin/withMapLibre.d.ts",
75
68
  "default": "./lib/commonjs/plugin/withMapLibre.js"
76
69
  }
77
70
  }
@@ -186,26 +179,20 @@
186
179
  "@semantic-release/exec": "^7.1.0",
187
180
  "@semantic-release/git": "^10.0.1",
188
181
  "@testing-library/react-native": "^13.3.3",
189
- "@types/ejs": "^3.1.5",
190
182
  "@types/geojson": "^7946.0.16",
191
- "@types/node": "^24.10.0",
183
+ "@types/jest": "^29.5.14",
192
184
  "@types/react": "^19.2.14",
193
- "documentation": "^14.0.0",
194
- "ejs": "^4.0.1",
195
185
  "eslint": "^8.57.1",
196
186
  "eslint-config-universe": "15.0.3",
197
- "expo-module-scripts": "^5.0.8",
198
187
  "jest": "^29.7.0",
199
188
  "prettier": "3.8.1",
200
189
  "react": "19.2.3",
201
- "react-docgen": "^8.0.1",
202
190
  "react-native": "0.84.1",
203
191
  "react-native-builder-bob": "0.40.17",
204
192
  "react-test-renderer": "19.2.3",
205
193
  "semantic-release": "^25.0.1",
206
194
  "snapshot-diff": "^0.10.0",
207
- "ts-node": "^10.9.2",
208
- "tsx": "^4.20.5",
195
+ "ts-node": "10.9.2",
209
196
  "typescript": "^5.9.2"
210
197
  }
211
198
  }
@@ -38,6 +38,7 @@ export interface NativeProps extends ViewProps {
38
38
  anchor?: NativeAnchor;
39
39
  offset?: NativeOffset;
40
40
 
41
+ onPress?: CodegenTypes.BubblingEventHandler<NativeAnnotationEvent>;
41
42
  onSelected?: CodegenTypes.DirectEventHandler<NativeAnnotationEvent>;
42
43
  onDeselected?: CodegenTypes.DirectEventHandler<NativeAnnotationEvent>;
43
44
  onDragStart?: CodegenTypes.DirectEventHandler<NativeAnnotationEvent>;
@@ -98,6 +98,11 @@ export interface ViewAnnotationProps {
98
98
  */
99
99
  offset?: PixelPoint;
100
100
 
101
+ /**
102
+ * This callback is fired when the annotation is pressed.
103
+ */
104
+ onPress?: (event: NativeSyntheticEvent<ViewAnnotationEvent>) => void;
105
+
101
106
  /**
102
107
  * This callback is fired once this annotation is selected.
103
108
  */
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  type Component,
3
3
  type ComponentProps,
4
- forwardRef,
5
4
  memo,
5
+ type Ref,
6
6
  useImperativeHandle,
7
7
  useRef,
8
8
  } from "react";
@@ -233,74 +233,75 @@ export type CameraProps = BaseProps &
233
233
  onTrackUserLocationChange?: (
234
234
  event: NativeSyntheticEvent<TrackUserLocationChangeEvent>,
235
235
  ) => void;
236
+
237
+ /**
238
+ * Ref to access Camera methods.
239
+ */
240
+ ref?: Ref<CameraRef>;
236
241
  };
237
242
 
238
243
  export const Camera = memo(
239
- forwardRef<CameraRef, CameraProps>(
240
- (
241
- {
242
- testID,
243
- initialViewState,
244
- minZoom,
245
- maxZoom,
246
- maxBounds,
247
- trackUserLocation,
248
- onTrackUserLocationChange,
249
- ...stop
250
- },
251
- ref,
252
- ) => {
253
- const nativeRef = useRef<
254
- Component<ComponentProps<typeof NativeCameraComponent>> &
255
- ReactNativeElement
256
- >(null);
257
-
258
- const setStop: CameraRef["setStop"] = (stop) => {
259
- const nodeHandle = findNodeHandle(nativeRef.current);
260
-
261
- if (!nodeHandle) {
262
- throw new Error(
263
- "NativeCameraComponent ref is null, wait for the map being initialized",
264
- );
265
- }
266
-
267
- return NativeCameraModule.setStop(nodeHandle, stop);
268
- };
269
-
270
- useImperativeHandle(ref, () => ({
271
- setStop,
272
-
273
- jumpTo: ({ center, ...options }) =>
274
- setStop({ ...options, center, duration: 0, easing: undefined }),
275
-
276
- easeTo: ({ center, duration = 500, easing = "ease", ...options }) =>
277
- setStop({ ...options, center, duration, easing }),
278
-
279
- flyTo: ({ center, duration = 2000, easing = "fly", ...options }) =>
280
- setStop({ ...options, center, duration, easing }),
281
-
282
- fitBounds: (
283
- bounds,
284
- { duration = 2000, easing = "fly", ...options } = {},
285
- ) => setStop({ ...options, bounds, duration, easing }),
286
-
287
- zoomTo: (zoom, { duration = 500, easing = "ease", ...options } = {}) =>
288
- setStop({ ...options, zoom, duration, easing }),
289
- }));
290
-
291
- return (
292
- <NativeCameraComponent
293
- ref={nativeRef}
294
- testID={testID}
295
- stop={stop}
296
- initialViewState={initialViewState}
297
- minZoom={minZoom}
298
- maxZoom={maxZoom}
299
- maxBounds={maxBounds}
300
- trackUserLocation={trackUserLocation}
301
- onTrackUserLocationChange={onTrackUserLocationChange}
302
- />
303
- );
304
- },
305
- ),
244
+ ({
245
+ testID,
246
+ initialViewState,
247
+ minZoom,
248
+ maxZoom,
249
+ maxBounds,
250
+ trackUserLocation,
251
+ onTrackUserLocationChange,
252
+ ref,
253
+ ...stop
254
+ }: CameraProps) => {
255
+ const nativeRef = useRef<
256
+ Component<ComponentProps<typeof NativeCameraComponent>> &
257
+ ReactNativeElement
258
+ >(null);
259
+
260
+ const setStop: CameraRef["setStop"] = (stop) => {
261
+ const nodeHandle = findNodeHandle(nativeRef.current);
262
+
263
+ if (!nodeHandle) {
264
+ throw new Error(
265
+ "NativeCameraComponent ref is null, wait for the map being initialized",
266
+ );
267
+ }
268
+
269
+ return NativeCameraModule.setStop(nodeHandle, stop);
270
+ };
271
+
272
+ useImperativeHandle(ref, () => ({
273
+ setStop,
274
+
275
+ jumpTo: ({ center, ...options }) =>
276
+ setStop({ ...options, center, duration: 0, easing: undefined }),
277
+
278
+ easeTo: ({ center, duration = 500, easing = "ease", ...options }) =>
279
+ setStop({ ...options, center, duration, easing }),
280
+
281
+ flyTo: ({ center, duration = 2000, easing = "fly", ...options }) =>
282
+ setStop({ ...options, center, duration, easing }),
283
+
284
+ fitBounds: (
285
+ bounds,
286
+ { duration = 2000, easing = "fly", ...options } = {},
287
+ ) => setStop({ ...options, bounds, duration, easing }),
288
+
289
+ zoomTo: (zoom, { duration = 500, easing = "ease", ...options } = {}) =>
290
+ setStop({ ...options, zoom, duration, easing }),
291
+ }));
292
+
293
+ return (
294
+ <NativeCameraComponent
295
+ ref={nativeRef}
296
+ testID={testID}
297
+ stop={stop}
298
+ initialViewState={initialViewState}
299
+ minZoom={minZoom}
300
+ maxZoom={maxZoom}
301
+ maxBounds={maxBounds}
302
+ trackUserLocation={trackUserLocation}
303
+ onTrackUserLocationChange={onTrackUserLocationChange}
304
+ />
305
+ );
306
+ },
306
307
  );
@@ -1,5 +1,5 @@
1
1
  // DO NOT MODIFY
2
- // This file is auto-generated from src/components/map/MapViewNativeComponent.ts
2
+ // This file is auto-generated from package/src/components/map/MapViewNativeComponent.ts
3
3
 
4
4
  import {
5
5
  codegenNativeComponent,