@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