@maplibre/maplibre-react-native 11.0.0-beta.11 → 11.0.0-beta.13

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 (524) hide show
  1. package/android/src/main/java/org/maplibre/reactnative/components/annotations/pointannotation/MLRNPointAnnotation.kt +4 -0
  2. package/android/src/main/java/org/maplibre/reactnative/components/layer/style/MLRNStyleFactory.java +1 -1
  3. package/android/src/main/java/org/maplibre/reactnative/components/mapview/MLRNMapView.kt +2 -0
  4. package/ios/components/annotations/point-annotation/MLRNPointAnnotation.h +1 -0
  5. package/ios/components/annotations/point-annotation/MLRNPointAnnotation.m +3 -0
  6. package/ios/components/annotations/point-annotation/MLRNPointAnnotationComponentView.mm +18 -0
  7. package/ios/components/images/MLRNImageLoader.h +27 -0
  8. package/ios/components/images/MLRNImageLoader.m +85 -0
  9. package/ios/components/images/MLRNImageQueue.h +2 -2
  10. package/ios/components/images/MLRNImageQueue.m +2 -2
  11. package/ios/components/images/MLRNImageQueueOperation.h +2 -2
  12. package/ios/components/images/MLRNImageQueueOperation.m +3 -3
  13. package/ios/components/images/MLRNImages.h +0 -3
  14. package/ios/components/images/MLRNImages.m +6 -6
  15. package/ios/components/images/MLRNImagesComponentView.mm +0 -3
  16. package/ios/components/images/MLRNImagesModule.h +6 -0
  17. package/ios/components/images/MLRNImagesModule.mm +23 -0
  18. package/ios/components/layer/MLRNLayer.h +0 -3
  19. package/ios/components/layer/MLRNLayer.m +0 -1
  20. package/ios/components/layer/MLRNLayerComponentView.mm +0 -2
  21. package/ios/components/layer/style/MLRNStyle.h +1 -3
  22. package/ios/components/layer/style/MLRNStyle.m +68 -71
  23. package/ios/components/map-view/MLRNMapView.h +1 -0
  24. package/ios/components/sources/geojson-source/MLRNGeoJSONSource.h +0 -3
  25. package/ios/utils/MLRNUtils.h +0 -14
  26. package/ios/utils/MLRNUtils.m +0 -71
  27. package/lib/commonjs/components/annotations/view-annotation/PointAnnotationNativeComponent.ts +1 -0
  28. package/lib/commonjs/components/annotations/view-annotation/ViewAnnotation.js.map +1 -1
  29. package/lib/commonjs/components/images/Images.js +1 -0
  30. package/lib/commonjs/components/images/Images.js.map +1 -1
  31. package/lib/commonjs/components/images/NativeImagesModule.js +10 -0
  32. package/lib/commonjs/components/images/NativeImagesModule.js.map +1 -0
  33. package/lib/commonjs/components/map/AndroidTextureMapViewNativeComponent.ts +1 -1
  34. package/lib/commonjs/utils/getStylePropertyType.js +1 -1
  35. package/lib/module/components/annotations/view-annotation/PointAnnotationNativeComponent.ts +1 -0
  36. package/lib/module/components/annotations/view-annotation/ViewAnnotation.js.map +1 -1
  37. package/lib/module/components/images/Images.js +1 -0
  38. package/lib/module/components/images/Images.js.map +1 -1
  39. package/lib/module/components/images/NativeImagesModule.js +7 -0
  40. package/lib/module/components/images/NativeImagesModule.js.map +1 -0
  41. package/lib/module/components/map/AndroidTextureMapViewNativeComponent.ts +1 -1
  42. package/lib/module/utils/getStylePropertyType.js +1 -1
  43. package/lib/typescript/commonjs/components/annotations/LayerAnnotation.d.ts.map +1 -0
  44. package/lib/typescript/commonjs/components/annotations/callout/Callout.d.ts.map +1 -0
  45. package/lib/typescript/commonjs/components/annotations/callout/CalloutNativeComponent.d.ts.map +1 -0
  46. package/lib/typescript/commonjs/components/annotations/marker/Marker.d.ts.map +1 -0
  47. package/lib/typescript/commonjs/components/annotations/marker/MarkerViewNativeComponent.d.ts.map +1 -0
  48. package/lib/typescript/{module/src → commonjs}/components/annotations/view-annotation/PointAnnotationNativeComponent.d.ts +1 -0
  49. package/lib/typescript/commonjs/components/annotations/view-annotation/PointAnnotationNativeComponent.d.ts.map +1 -0
  50. package/lib/typescript/commonjs/{src/components → components}/annotations/view-annotation/ViewAnnotation.d.ts +4 -0
  51. package/lib/typescript/commonjs/components/annotations/view-annotation/ViewAnnotation.d.ts.map +1 -0
  52. package/lib/typescript/commonjs/components/camera/Camera.d.ts.map +1 -0
  53. package/lib/typescript/commonjs/components/camera/CameraNativeComponent.d.ts.map +1 -0
  54. package/lib/typescript/commonjs/components/camera/NativeCameraModule.d.ts.map +1 -0
  55. package/lib/typescript/{module/src → commonjs}/components/images/Images.d.ts +1 -0
  56. package/lib/typescript/commonjs/components/images/Images.d.ts.map +1 -0
  57. package/lib/typescript/commonjs/components/images/ImagesNativeComponent.d.ts.map +1 -0
  58. package/lib/typescript/commonjs/components/images/NativeImagesModule.d.ts +6 -0
  59. package/lib/typescript/commonjs/components/images/NativeImagesModule.d.ts.map +1 -0
  60. package/lib/typescript/commonjs/components/layer/Layer.d.ts.map +1 -0
  61. package/lib/typescript/commonjs/components/layer/LayerNativeComponent.d.ts.map +1 -0
  62. package/lib/typescript/commonjs/components/map/AndroidTextureMapViewNativeComponent.d.ts.map +1 -0
  63. package/lib/typescript/commonjs/components/map/Map.d.ts.map +1 -0
  64. package/lib/typescript/commonjs/components/map/MapViewNativeComponent.d.ts.map +1 -0
  65. package/lib/typescript/commonjs/components/map/NativeMapViewModule.d.ts.map +1 -0
  66. package/lib/typescript/commonjs/components/sources/geojson-source/GeoJSONSource.d.ts.map +1 -0
  67. package/lib/typescript/commonjs/components/sources/geojson-source/GeoJSONSourceNativeComponent.d.ts.map +1 -0
  68. package/lib/typescript/commonjs/components/sources/geojson-source/NativeGeoJSONSourceModule.d.ts.map +1 -0
  69. package/lib/typescript/commonjs/components/sources/image-source/ImageSource.d.ts.map +1 -0
  70. package/lib/typescript/commonjs/components/sources/image-source/ImageSourceNativeComponent.d.ts.map +1 -0
  71. package/lib/typescript/commonjs/components/sources/raster-source/RasterSource.d.ts.map +1 -0
  72. package/lib/typescript/commonjs/components/sources/raster-source/RasterSourceNativeComponent.d.ts.map +1 -0
  73. package/lib/typescript/commonjs/components/sources/vector-source/NativeVectorSourceModule.d.ts.map +1 -0
  74. package/lib/typescript/commonjs/components/sources/vector-source/VectorSource.d.ts.map +1 -0
  75. package/lib/typescript/commonjs/components/sources/vector-source/VectorSourceNativeComponent.d.ts.map +1 -0
  76. package/lib/typescript/commonjs/components/user-location/NativeUserLocation.d.ts.map +1 -0
  77. package/lib/typescript/commonjs/components/user-location/UserLocation.d.ts.map +1 -0
  78. package/lib/typescript/commonjs/components/user-location/UserLocationNativeComponent.d.ts.map +1 -0
  79. package/lib/typescript/commonjs/components/user-location/UserLocationPuck.d.ts.map +1 -0
  80. package/lib/typescript/commonjs/components/user-location/UserLocationPuckHeading.d.ts.map +1 -0
  81. package/lib/typescript/commonjs/hooks/useCurrentPosition.d.ts.map +1 -0
  82. package/lib/typescript/commonjs/hooks/useFrozenId.d.ts.map +1 -0
  83. package/lib/typescript/commonjs/hooks/useNativeBridge.d.ts.map +1 -0
  84. package/lib/typescript/commonjs/index.d.ts.map +1 -0
  85. package/lib/typescript/commonjs/modules/location/LocationManager.d.ts.map +1 -0
  86. package/lib/typescript/commonjs/modules/location/NativeLocationModule.d.ts.map +1 -0
  87. package/lib/typescript/commonjs/modules/log/LogManager.d.ts.map +1 -0
  88. package/lib/typescript/commonjs/modules/log/NativeLogModule.d.ts.map +1 -0
  89. package/lib/typescript/commonjs/modules/network/NativeNetworkModule.d.ts.map +1 -0
  90. package/lib/typescript/commonjs/modules/network/NetworkManager.d.ts.map +1 -0
  91. package/lib/typescript/commonjs/modules/offline/NativeOfflineModule.d.ts.map +1 -0
  92. package/lib/typescript/commonjs/modules/offline/OfflineManager.d.ts.map +1 -0
  93. package/lib/typescript/commonjs/modules/offline/OfflinePack.d.ts.map +1 -0
  94. package/lib/typescript/commonjs/modules/static-map/NativeStaticMapModule.d.ts.map +1 -0
  95. package/lib/typescript/commonjs/modules/static-map/StaticMapManager.d.ts.map +1 -0
  96. package/lib/typescript/commonjs/plugin/MapLibrePluginProps.d.ts.map +1 -0
  97. package/lib/typescript/commonjs/plugin/android.d.ts.map +1 -0
  98. package/lib/typescript/commonjs/plugin/ios.d.ts.map +1 -0
  99. package/lib/typescript/commonjs/plugin/withMapLibre.d.ts.map +1 -0
  100. package/lib/typescript/commonjs/types/Anchor.d.ts.map +1 -0
  101. package/lib/typescript/commonjs/types/BaseProps.d.ts.map +1 -0
  102. package/lib/typescript/commonjs/types/LngLat.d.ts.map +1 -0
  103. package/lib/typescript/commonjs/types/LngLatBounds.d.ts.map +1 -0
  104. package/lib/typescript/commonjs/types/MapLibreRNStyles.d.ts.map +1 -0
  105. package/lib/typescript/commonjs/types/PixelPoint.d.ts.map +1 -0
  106. package/lib/typescript/commonjs/types/PixelPointBounds.d.ts.map +1 -0
  107. package/lib/typescript/commonjs/types/PressEvent.d.ts.map +1 -0
  108. package/lib/typescript/commonjs/types/PressEventWithFeatures.d.ts.map +1 -0
  109. package/lib/typescript/commonjs/types/ViewPadding.d.ts.map +1 -0
  110. package/lib/typescript/commonjs/types/codegen/UnsafeMixed.d.ts.map +1 -0
  111. package/lib/typescript/commonjs/types/sources/PressableSourceProps.d.ts.map +1 -0
  112. package/lib/typescript/commonjs/utils/BridgeValue.d.ts.map +1 -0
  113. package/lib/typescript/commonjs/utils/StyleValue.d.ts.map +1 -0
  114. package/lib/typescript/commonjs/utils/animated/AbstractAnimatedCoordinates.d.ts.map +1 -0
  115. package/lib/typescript/commonjs/utils/animated/Animated.d.ts.map +1 -0
  116. package/lib/typescript/commonjs/utils/animated/AnimatedCoordinatesArray.d.ts.map +1 -0
  117. package/lib/typescript/commonjs/utils/animated/AnimatedExtractCoordinateFromArray.d.ts.map +1 -0
  118. package/lib/typescript/commonjs/utils/animated/AnimatedGeoJSON.d.ts.map +1 -0
  119. package/lib/typescript/commonjs/utils/animated/AnimatedPoint.d.ts.map +1 -0
  120. package/lib/typescript/commonjs/utils/animated/AnimatedRouteCoordinatesArray.d.ts.map +1 -0
  121. package/lib/typescript/commonjs/utils/convertStyleSpec.d.ts.map +1 -0
  122. package/lib/typescript/commonjs/utils/findNodeHandle.d.ts.map +1 -0
  123. package/lib/typescript/commonjs/utils/getNativeFilter.d.ts.map +1 -0
  124. package/lib/typescript/commonjs/utils/getStylePropertyType.d.ts.map +1 -0
  125. package/lib/typescript/commonjs/utils/index.d.ts.map +1 -0
  126. package/lib/typescript/module/components/annotations/LayerAnnotation.d.ts.map +1 -0
  127. package/lib/typescript/module/components/annotations/callout/Callout.d.ts.map +1 -0
  128. package/lib/typescript/module/components/annotations/callout/CalloutNativeComponent.d.ts.map +1 -0
  129. package/lib/typescript/module/components/annotations/marker/Marker.d.ts.map +1 -0
  130. package/lib/typescript/module/components/annotations/marker/MarkerViewNativeComponent.d.ts.map +1 -0
  131. package/lib/typescript/{commonjs/src → module}/components/annotations/view-annotation/PointAnnotationNativeComponent.d.ts +1 -0
  132. package/lib/typescript/module/components/annotations/view-annotation/PointAnnotationNativeComponent.d.ts.map +1 -0
  133. package/lib/typescript/module/{src/components → components}/annotations/view-annotation/ViewAnnotation.d.ts +4 -0
  134. package/lib/typescript/module/components/annotations/view-annotation/ViewAnnotation.d.ts.map +1 -0
  135. package/lib/typescript/module/components/camera/Camera.d.ts.map +1 -0
  136. package/lib/typescript/module/components/camera/CameraNativeComponent.d.ts.map +1 -0
  137. package/lib/typescript/module/components/camera/NativeCameraModule.d.ts.map +1 -0
  138. package/lib/typescript/{commonjs/src → module}/components/images/Images.d.ts +1 -0
  139. package/lib/typescript/module/components/images/Images.d.ts.map +1 -0
  140. package/lib/typescript/module/components/images/ImagesNativeComponent.d.ts.map +1 -0
  141. package/lib/typescript/module/components/images/NativeImagesModule.d.ts +6 -0
  142. package/lib/typescript/module/components/images/NativeImagesModule.d.ts.map +1 -0
  143. package/lib/typescript/module/components/layer/Layer.d.ts.map +1 -0
  144. package/lib/typescript/module/components/layer/LayerNativeComponent.d.ts.map +1 -0
  145. package/lib/typescript/module/components/map/AndroidTextureMapViewNativeComponent.d.ts.map +1 -0
  146. package/lib/typescript/module/components/map/Map.d.ts.map +1 -0
  147. package/lib/typescript/module/components/map/MapViewNativeComponent.d.ts.map +1 -0
  148. package/lib/typescript/module/components/map/NativeMapViewModule.d.ts.map +1 -0
  149. package/lib/typescript/module/components/sources/geojson-source/GeoJSONSource.d.ts.map +1 -0
  150. package/lib/typescript/module/components/sources/geojson-source/GeoJSONSourceNativeComponent.d.ts.map +1 -0
  151. package/lib/typescript/module/components/sources/geojson-source/NativeGeoJSONSourceModule.d.ts.map +1 -0
  152. package/lib/typescript/module/components/sources/image-source/ImageSource.d.ts.map +1 -0
  153. package/lib/typescript/module/components/sources/image-source/ImageSourceNativeComponent.d.ts.map +1 -0
  154. package/lib/typescript/module/components/sources/raster-source/RasterSource.d.ts.map +1 -0
  155. package/lib/typescript/module/components/sources/raster-source/RasterSourceNativeComponent.d.ts.map +1 -0
  156. package/lib/typescript/module/components/sources/vector-source/NativeVectorSourceModule.d.ts.map +1 -0
  157. package/lib/typescript/module/components/sources/vector-source/VectorSource.d.ts.map +1 -0
  158. package/lib/typescript/module/components/sources/vector-source/VectorSourceNativeComponent.d.ts.map +1 -0
  159. package/lib/typescript/module/components/user-location/NativeUserLocation.d.ts.map +1 -0
  160. package/lib/typescript/module/components/user-location/UserLocation.d.ts.map +1 -0
  161. package/lib/typescript/module/components/user-location/UserLocationNativeComponent.d.ts.map +1 -0
  162. package/lib/typescript/module/components/user-location/UserLocationPuck.d.ts.map +1 -0
  163. package/lib/typescript/module/components/user-location/UserLocationPuckHeading.d.ts.map +1 -0
  164. package/lib/typescript/module/hooks/useCurrentPosition.d.ts.map +1 -0
  165. package/lib/typescript/module/hooks/useFrozenId.d.ts.map +1 -0
  166. package/lib/typescript/module/hooks/useNativeBridge.d.ts.map +1 -0
  167. package/lib/typescript/module/index.d.ts.map +1 -0
  168. package/lib/typescript/module/modules/location/LocationManager.d.ts.map +1 -0
  169. package/lib/typescript/module/modules/location/NativeLocationModule.d.ts.map +1 -0
  170. package/lib/typescript/module/modules/log/LogManager.d.ts.map +1 -0
  171. package/lib/typescript/module/modules/log/NativeLogModule.d.ts.map +1 -0
  172. package/lib/typescript/module/modules/network/NativeNetworkModule.d.ts.map +1 -0
  173. package/lib/typescript/module/modules/network/NetworkManager.d.ts.map +1 -0
  174. package/lib/typescript/module/modules/offline/NativeOfflineModule.d.ts.map +1 -0
  175. package/lib/typescript/module/modules/offline/OfflineManager.d.ts.map +1 -0
  176. package/lib/typescript/module/modules/offline/OfflinePack.d.ts.map +1 -0
  177. package/lib/typescript/module/modules/static-map/NativeStaticMapModule.d.ts.map +1 -0
  178. package/lib/typescript/module/modules/static-map/StaticMapManager.d.ts.map +1 -0
  179. package/lib/typescript/module/plugin/MapLibrePluginProps.d.ts.map +1 -0
  180. package/lib/typescript/module/plugin/android.d.ts.map +1 -0
  181. package/lib/typescript/module/plugin/ios.d.ts.map +1 -0
  182. package/lib/typescript/module/plugin/withMapLibre.d.ts.map +1 -0
  183. package/lib/typescript/module/types/Anchor.d.ts.map +1 -0
  184. package/lib/typescript/module/types/BaseProps.d.ts.map +1 -0
  185. package/lib/typescript/module/types/LngLat.d.ts.map +1 -0
  186. package/lib/typescript/module/types/LngLatBounds.d.ts.map +1 -0
  187. package/lib/typescript/module/types/MapLibreRNStyles.d.ts.map +1 -0
  188. package/lib/typescript/module/types/PixelPoint.d.ts.map +1 -0
  189. package/lib/typescript/module/types/PixelPointBounds.d.ts.map +1 -0
  190. package/lib/typescript/module/types/PressEvent.d.ts.map +1 -0
  191. package/lib/typescript/module/types/PressEventWithFeatures.d.ts.map +1 -0
  192. package/lib/typescript/module/types/ViewPadding.d.ts.map +1 -0
  193. package/lib/typescript/module/types/codegen/UnsafeMixed.d.ts.map +1 -0
  194. package/lib/typescript/module/types/sources/PressableSourceProps.d.ts.map +1 -0
  195. package/lib/typescript/module/utils/BridgeValue.d.ts.map +1 -0
  196. package/lib/typescript/module/utils/StyleValue.d.ts.map +1 -0
  197. package/lib/typescript/module/utils/animated/AbstractAnimatedCoordinates.d.ts.map +1 -0
  198. package/lib/typescript/module/utils/animated/Animated.d.ts.map +1 -0
  199. package/lib/typescript/module/utils/animated/AnimatedCoordinatesArray.d.ts.map +1 -0
  200. package/lib/typescript/module/utils/animated/AnimatedExtractCoordinateFromArray.d.ts.map +1 -0
  201. package/lib/typescript/module/utils/animated/AnimatedGeoJSON.d.ts.map +1 -0
  202. package/lib/typescript/module/utils/animated/AnimatedPoint.d.ts.map +1 -0
  203. package/lib/typescript/module/utils/animated/AnimatedRouteCoordinatesArray.d.ts.map +1 -0
  204. package/lib/typescript/module/utils/convertStyleSpec.d.ts.map +1 -0
  205. package/lib/typescript/module/utils/findNodeHandle.d.ts.map +1 -0
  206. package/lib/typescript/module/utils/getNativeFilter.d.ts.map +1 -0
  207. package/lib/typescript/module/utils/getStylePropertyType.d.ts.map +1 -0
  208. package/lib/typescript/module/utils/index.d.ts.map +1 -0
  209. package/package.json +16 -28
  210. package/src/components/annotations/view-annotation/PointAnnotationNativeComponent.ts +1 -0
  211. package/src/components/annotations/view-annotation/ViewAnnotation.tsx +5 -0
  212. package/src/components/images/Images.tsx +1 -0
  213. package/src/components/images/NativeImagesModule.ts +11 -0
  214. package/src/components/map/AndroidTextureMapViewNativeComponent.ts +1 -1
  215. package/src/types/MapLibreRNStyles.ts +1 -1
  216. package/src/utils/getStylePropertyType.ts +1 -1
  217. package/lib/typescript/commonjs/src/components/annotations/LayerAnnotation.d.ts.map +0 -1
  218. package/lib/typescript/commonjs/src/components/annotations/callout/Callout.d.ts.map +0 -1
  219. package/lib/typescript/commonjs/src/components/annotations/callout/CalloutNativeComponent.d.ts.map +0 -1
  220. package/lib/typescript/commonjs/src/components/annotations/marker/Marker.d.ts.map +0 -1
  221. package/lib/typescript/commonjs/src/components/annotations/marker/MarkerViewNativeComponent.d.ts.map +0 -1
  222. package/lib/typescript/commonjs/src/components/annotations/view-annotation/PointAnnotationNativeComponent.d.ts.map +0 -1
  223. package/lib/typescript/commonjs/src/components/annotations/view-annotation/ViewAnnotation.d.ts.map +0 -1
  224. package/lib/typescript/commonjs/src/components/camera/Camera.d.ts.map +0 -1
  225. package/lib/typescript/commonjs/src/components/camera/CameraNativeComponent.d.ts.map +0 -1
  226. package/lib/typescript/commonjs/src/components/camera/NativeCameraModule.d.ts.map +0 -1
  227. package/lib/typescript/commonjs/src/components/images/Images.d.ts.map +0 -1
  228. package/lib/typescript/commonjs/src/components/images/ImagesNativeComponent.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/layer/Layer.d.ts.map +0 -1
  308. package/lib/typescript/module/src/components/layer/LayerNativeComponent.d.ts.map +0 -1
  309. package/lib/typescript/module/src/components/map/AndroidTextureMapViewNativeComponent.d.ts.map +0 -1
  310. package/lib/typescript/module/src/components/map/Map.d.ts.map +0 -1
  311. package/lib/typescript/module/src/components/map/MapViewNativeComponent.d.ts.map +0 -1
  312. package/lib/typescript/module/src/components/map/NativeMapViewModule.d.ts.map +0 -1
  313. package/lib/typescript/module/src/components/sources/geojson-source/GeoJSONSource.d.ts.map +0 -1
  314. package/lib/typescript/module/src/components/sources/geojson-source/GeoJSONSourceNativeComponent.d.ts.map +0 -1
  315. package/lib/typescript/module/src/components/sources/geojson-source/NativeGeoJSONSourceModule.d.ts.map +0 -1
  316. package/lib/typescript/module/src/components/sources/image-source/ImageSource.d.ts.map +0 -1
  317. package/lib/typescript/module/src/components/sources/image-source/ImageSourceNativeComponent.d.ts.map +0 -1
  318. package/lib/typescript/module/src/components/sources/raster-source/RasterSource.d.ts.map +0 -1
  319. package/lib/typescript/module/src/components/sources/raster-source/RasterSourceNativeComponent.d.ts.map +0 -1
  320. package/lib/typescript/module/src/components/sources/vector-source/NativeVectorSourceModule.d.ts.map +0 -1
  321. package/lib/typescript/module/src/components/sources/vector-source/VectorSource.d.ts.map +0 -1
  322. package/lib/typescript/module/src/components/sources/vector-source/VectorSourceNativeComponent.d.ts.map +0 -1
  323. package/lib/typescript/module/src/components/user-location/NativeUserLocation.d.ts.map +0 -1
  324. package/lib/typescript/module/src/components/user-location/UserLocation.d.ts.map +0 -1
  325. package/lib/typescript/module/src/components/user-location/UserLocationNativeComponent.d.ts.map +0 -1
  326. package/lib/typescript/module/src/components/user-location/UserLocationPuck.d.ts.map +0 -1
  327. package/lib/typescript/module/src/components/user-location/UserLocationPuckHeading.d.ts.map +0 -1
  328. package/lib/typescript/module/src/hooks/useCurrentPosition.d.ts.map +0 -1
  329. package/lib/typescript/module/src/hooks/useFrozenId.d.ts.map +0 -1
  330. package/lib/typescript/module/src/hooks/useNativeBridge.d.ts.map +0 -1
  331. package/lib/typescript/module/src/index.d.ts.map +0 -1
  332. package/lib/typescript/module/src/modules/location/LocationManager.d.ts.map +0 -1
  333. package/lib/typescript/module/src/modules/location/NativeLocationModule.d.ts.map +0 -1
  334. package/lib/typescript/module/src/modules/log/LogManager.d.ts.map +0 -1
  335. package/lib/typescript/module/src/modules/log/NativeLogModule.d.ts.map +0 -1
  336. package/lib/typescript/module/src/modules/network/NativeNetworkModule.d.ts.map +0 -1
  337. package/lib/typescript/module/src/modules/network/NetworkManager.d.ts.map +0 -1
  338. package/lib/typescript/module/src/modules/offline/NativeOfflineModule.d.ts.map +0 -1
  339. package/lib/typescript/module/src/modules/offline/OfflineManager.d.ts.map +0 -1
  340. package/lib/typescript/module/src/modules/offline/OfflinePack.d.ts.map +0 -1
  341. package/lib/typescript/module/src/modules/static-map/NativeStaticMapModule.d.ts.map +0 -1
  342. package/lib/typescript/module/src/modules/static-map/StaticMapManager.d.ts.map +0 -1
  343. package/lib/typescript/module/src/plugin/MapLibrePluginProps.d.ts.map +0 -1
  344. package/lib/typescript/module/src/plugin/android.d.ts.map +0 -1
  345. package/lib/typescript/module/src/plugin/ios.d.ts.map +0 -1
  346. package/lib/typescript/module/src/plugin/withMapLibre.d.ts.map +0 -1
  347. package/lib/typescript/module/src/types/Anchor.d.ts.map +0 -1
  348. package/lib/typescript/module/src/types/BaseProps.d.ts.map +0 -1
  349. package/lib/typescript/module/src/types/LngLat.d.ts.map +0 -1
  350. package/lib/typescript/module/src/types/LngLatBounds.d.ts.map +0 -1
  351. package/lib/typescript/module/src/types/MapLibreRNStyles.d.ts.map +0 -1
  352. package/lib/typescript/module/src/types/PixelPoint.d.ts.map +0 -1
  353. package/lib/typescript/module/src/types/PixelPointBounds.d.ts.map +0 -1
  354. package/lib/typescript/module/src/types/PressEvent.d.ts.map +0 -1
  355. package/lib/typescript/module/src/types/PressEventWithFeatures.d.ts.map +0 -1
  356. package/lib/typescript/module/src/types/ViewPadding.d.ts.map +0 -1
  357. package/lib/typescript/module/src/types/codegen/UnsafeMixed.d.ts.map +0 -1
  358. package/lib/typescript/module/src/types/sources/PressableSourceProps.d.ts.map +0 -1
  359. package/lib/typescript/module/src/utils/BridgeValue.d.ts.map +0 -1
  360. package/lib/typescript/module/src/utils/StyleValue.d.ts.map +0 -1
  361. package/lib/typescript/module/src/utils/animated/AbstractAnimatedCoordinates.d.ts.map +0 -1
  362. package/lib/typescript/module/src/utils/animated/Animated.d.ts.map +0 -1
  363. package/lib/typescript/module/src/utils/animated/AnimatedCoordinatesArray.d.ts.map +0 -1
  364. package/lib/typescript/module/src/utils/animated/AnimatedExtractCoordinateFromArray.d.ts.map +0 -1
  365. package/lib/typescript/module/src/utils/animated/AnimatedGeoJSON.d.ts.map +0 -1
  366. package/lib/typescript/module/src/utils/animated/AnimatedPoint.d.ts.map +0 -1
  367. package/lib/typescript/module/src/utils/animated/AnimatedRouteCoordinatesArray.d.ts.map +0 -1
  368. package/lib/typescript/module/src/utils/convertStyleSpec.d.ts.map +0 -1
  369. package/lib/typescript/module/src/utils/findNodeHandle.d.ts.map +0 -1
  370. package/lib/typescript/module/src/utils/getNativeFilter.d.ts.map +0 -1
  371. package/lib/typescript/module/src/utils/getStylePropertyType.d.ts.map +0 -1
  372. package/lib/typescript/module/src/utils/index.d.ts.map +0 -1
  373. /package/ios/{components/images → utils}/MLRNImageUtils.h +0 -0
  374. /package/ios/{components/images → utils}/MLRNImageUtils.m +0 -0
  375. /package/lib/typescript/commonjs/{src/components → components}/annotations/LayerAnnotation.d.ts +0 -0
  376. /package/lib/typescript/commonjs/{src/components → components}/annotations/callout/Callout.d.ts +0 -0
  377. /package/lib/typescript/commonjs/{src/components → components}/annotations/callout/CalloutNativeComponent.d.ts +0 -0
  378. /package/lib/typescript/commonjs/{src/components → components}/annotations/marker/Marker.d.ts +0 -0
  379. /package/lib/typescript/commonjs/{src/components → components}/annotations/marker/MarkerViewNativeComponent.d.ts +0 -0
  380. /package/lib/typescript/commonjs/{src/components → components}/camera/Camera.d.ts +0 -0
  381. /package/lib/typescript/commonjs/{src/components → components}/camera/CameraNativeComponent.d.ts +0 -0
  382. /package/lib/typescript/commonjs/{src/components → components}/camera/NativeCameraModule.d.ts +0 -0
  383. /package/lib/typescript/commonjs/{src/components → components}/images/ImagesNativeComponent.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/Map.d.ts +0 -0
  388. /package/lib/typescript/commonjs/{src/components → components}/map/MapViewNativeComponent.d.ts +0 -0
  389. /package/lib/typescript/commonjs/{src/components → components}/map/NativeMapViewModule.d.ts +0 -0
  390. /package/lib/typescript/commonjs/{src/components → components}/sources/geojson-source/GeoJSONSource.d.ts +0 -0
  391. /package/lib/typescript/commonjs/{src/components → components}/sources/geojson-source/GeoJSONSourceNativeComponent.d.ts +0 -0
  392. /package/lib/typescript/commonjs/{src/components → components}/sources/geojson-source/NativeGeoJSONSourceModule.d.ts +0 -0
  393. /package/lib/typescript/commonjs/{src/components → components}/sources/image-source/ImageSource.d.ts +0 -0
  394. /package/lib/typescript/commonjs/{src/components → components}/sources/image-source/ImageSourceNativeComponent.d.ts +0 -0
  395. /package/lib/typescript/commonjs/{src/components → components}/sources/raster-source/RasterSource.d.ts +0 -0
  396. /package/lib/typescript/commonjs/{src/components → components}/sources/raster-source/RasterSourceNativeComponent.d.ts +0 -0
  397. /package/lib/typescript/commonjs/{src/components → components}/sources/vector-source/NativeVectorSourceModule.d.ts +0 -0
  398. /package/lib/typescript/commonjs/{src/components → components}/sources/vector-source/VectorSource.d.ts +0 -0
  399. /package/lib/typescript/commonjs/{src/components → components}/sources/vector-source/VectorSourceNativeComponent.d.ts +0 -0
  400. /package/lib/typescript/commonjs/{src/components → components}/user-location/NativeUserLocation.d.ts +0 -0
  401. /package/lib/typescript/commonjs/{src/components → components}/user-location/UserLocation.d.ts +0 -0
  402. /package/lib/typescript/commonjs/{src/components → components}/user-location/UserLocationNativeComponent.d.ts +0 -0
  403. /package/lib/typescript/commonjs/{src/components → components}/user-location/UserLocationPuck.d.ts +0 -0
  404. /package/lib/typescript/commonjs/{src/components → components}/user-location/UserLocationPuckHeading.d.ts +0 -0
  405. /package/lib/typescript/commonjs/{src/hooks → hooks}/useCurrentPosition.d.ts +0 -0
  406. /package/lib/typescript/commonjs/{src/hooks → hooks}/useFrozenId.d.ts +0 -0
  407. /package/lib/typescript/commonjs/{src/hooks → hooks}/useNativeBridge.d.ts +0 -0
  408. /package/lib/typescript/commonjs/{src/index.d.ts → index.d.ts} +0 -0
  409. /package/lib/typescript/commonjs/{src/modules → modules}/location/LocationManager.d.ts +0 -0
  410. /package/lib/typescript/commonjs/{src/modules → modules}/location/NativeLocationModule.d.ts +0 -0
  411. /package/lib/typescript/commonjs/{src/modules → modules}/log/LogManager.d.ts +0 -0
  412. /package/lib/typescript/commonjs/{src/modules → modules}/log/NativeLogModule.d.ts +0 -0
  413. /package/lib/typescript/commonjs/{src/modules → modules}/network/NativeNetworkModule.d.ts +0 -0
  414. /package/lib/typescript/commonjs/{src/modules → modules}/network/NetworkManager.d.ts +0 -0
  415. /package/lib/typescript/commonjs/{src/modules → modules}/offline/NativeOfflineModule.d.ts +0 -0
  416. /package/lib/typescript/commonjs/{src/modules → modules}/offline/OfflineManager.d.ts +0 -0
  417. /package/lib/typescript/commonjs/{src/modules → modules}/offline/OfflinePack.d.ts +0 -0
  418. /package/lib/typescript/commonjs/{src/modules → modules}/static-map/NativeStaticMapModule.d.ts +0 -0
  419. /package/lib/typescript/commonjs/{src/modules → modules}/static-map/StaticMapManager.d.ts +0 -0
  420. /package/lib/typescript/commonjs/{src/plugin → plugin}/MapLibrePluginProps.d.ts +0 -0
  421. /package/lib/typescript/commonjs/{src/plugin → plugin}/android.d.ts +0 -0
  422. /package/lib/typescript/commonjs/{src/plugin → plugin}/ios.d.ts +0 -0
  423. /package/lib/typescript/commonjs/{src/plugin → plugin}/withMapLibre.d.ts +0 -0
  424. /package/lib/typescript/commonjs/{src/types → types}/Anchor.d.ts +0 -0
  425. /package/lib/typescript/commonjs/{src/types → types}/BaseProps.d.ts +0 -0
  426. /package/lib/typescript/commonjs/{src/types → types}/LngLat.d.ts +0 -0
  427. /package/lib/typescript/commonjs/{src/types → types}/LngLatBounds.d.ts +0 -0
  428. /package/lib/typescript/commonjs/{src/types → types}/MapLibreRNStyles.d.ts +0 -0
  429. /package/lib/typescript/commonjs/{src/types → types}/PixelPoint.d.ts +0 -0
  430. /package/lib/typescript/commonjs/{src/types → types}/PixelPointBounds.d.ts +0 -0
  431. /package/lib/typescript/commonjs/{src/types → types}/PressEvent.d.ts +0 -0
  432. /package/lib/typescript/commonjs/{src/types → types}/PressEventWithFeatures.d.ts +0 -0
  433. /package/lib/typescript/commonjs/{src/types → types}/ViewPadding.d.ts +0 -0
  434. /package/lib/typescript/commonjs/{src/types → types}/codegen/UnsafeMixed.d.ts +0 -0
  435. /package/lib/typescript/commonjs/{src/types → types}/sources/PressableSourceProps.d.ts +0 -0
  436. /package/lib/typescript/commonjs/{src/utils → utils}/BridgeValue.d.ts +0 -0
  437. /package/lib/typescript/commonjs/{src/utils → utils}/StyleValue.d.ts +0 -0
  438. /package/lib/typescript/commonjs/{src/utils → utils}/animated/AbstractAnimatedCoordinates.d.ts +0 -0
  439. /package/lib/typescript/commonjs/{src/utils → utils}/animated/Animated.d.ts +0 -0
  440. /package/lib/typescript/commonjs/{src/utils → utils}/animated/AnimatedCoordinatesArray.d.ts +0 -0
  441. /package/lib/typescript/commonjs/{src/utils → utils}/animated/AnimatedExtractCoordinateFromArray.d.ts +0 -0
  442. /package/lib/typescript/commonjs/{src/utils → utils}/animated/AnimatedGeoJSON.d.ts +0 -0
  443. /package/lib/typescript/commonjs/{src/utils → utils}/animated/AnimatedPoint.d.ts +0 -0
  444. /package/lib/typescript/commonjs/{src/utils → utils}/animated/AnimatedRouteCoordinatesArray.d.ts +0 -0
  445. /package/lib/typescript/commonjs/{src/utils → utils}/convertStyleSpec.d.ts +0 -0
  446. /package/lib/typescript/commonjs/{src/utils → utils}/findNodeHandle.d.ts +0 -0
  447. /package/lib/typescript/commonjs/{src/utils → utils}/getNativeFilter.d.ts +0 -0
  448. /package/lib/typescript/commonjs/{src/utils → utils}/getStylePropertyType.d.ts +0 -0
  449. /package/lib/typescript/commonjs/{src/utils → utils}/index.d.ts +0 -0
  450. /package/lib/typescript/module/{src/components → components}/annotations/LayerAnnotation.d.ts +0 -0
  451. /package/lib/typescript/module/{src/components → components}/annotations/callout/Callout.d.ts +0 -0
  452. /package/lib/typescript/module/{src/components → components}/annotations/callout/CalloutNativeComponent.d.ts +0 -0
  453. /package/lib/typescript/module/{src/components → components}/annotations/marker/Marker.d.ts +0 -0
  454. /package/lib/typescript/module/{src/components → components}/annotations/marker/MarkerViewNativeComponent.d.ts +0 -0
  455. /package/lib/typescript/module/{src/components → components}/camera/Camera.d.ts +0 -0
  456. /package/lib/typescript/module/{src/components → components}/camera/CameraNativeComponent.d.ts +0 -0
  457. /package/lib/typescript/module/{src/components → components}/camera/NativeCameraModule.d.ts +0 -0
  458. /package/lib/typescript/module/{src/components → components}/images/ImagesNativeComponent.d.ts +0 -0
  459. /package/lib/typescript/module/{src/components → components}/layer/Layer.d.ts +0 -0
  460. /package/lib/typescript/module/{src/components → components}/layer/LayerNativeComponent.d.ts +0 -0
  461. /package/lib/typescript/module/{src/components → components}/map/AndroidTextureMapViewNativeComponent.d.ts +0 -0
  462. /package/lib/typescript/module/{src/components → components}/map/Map.d.ts +0 -0
  463. /package/lib/typescript/module/{src/components → components}/map/MapViewNativeComponent.d.ts +0 -0
  464. /package/lib/typescript/module/{src/components → components}/map/NativeMapViewModule.d.ts +0 -0
  465. /package/lib/typescript/module/{src/components → components}/sources/geojson-source/GeoJSONSource.d.ts +0 -0
  466. /package/lib/typescript/module/{src/components → components}/sources/geojson-source/GeoJSONSourceNativeComponent.d.ts +0 -0
  467. /package/lib/typescript/module/{src/components → components}/sources/geojson-source/NativeGeoJSONSourceModule.d.ts +0 -0
  468. /package/lib/typescript/module/{src/components → components}/sources/image-source/ImageSource.d.ts +0 -0
  469. /package/lib/typescript/module/{src/components → components}/sources/image-source/ImageSourceNativeComponent.d.ts +0 -0
  470. /package/lib/typescript/module/{src/components → components}/sources/raster-source/RasterSource.d.ts +0 -0
  471. /package/lib/typescript/module/{src/components → components}/sources/raster-source/RasterSourceNativeComponent.d.ts +0 -0
  472. /package/lib/typescript/module/{src/components → components}/sources/vector-source/NativeVectorSourceModule.d.ts +0 -0
  473. /package/lib/typescript/module/{src/components → components}/sources/vector-source/VectorSource.d.ts +0 -0
  474. /package/lib/typescript/module/{src/components → components}/sources/vector-source/VectorSourceNativeComponent.d.ts +0 -0
  475. /package/lib/typescript/module/{src/components → components}/user-location/NativeUserLocation.d.ts +0 -0
  476. /package/lib/typescript/module/{src/components → components}/user-location/UserLocation.d.ts +0 -0
  477. /package/lib/typescript/module/{src/components → components}/user-location/UserLocationNativeComponent.d.ts +0 -0
  478. /package/lib/typescript/module/{src/components → components}/user-location/UserLocationPuck.d.ts +0 -0
  479. /package/lib/typescript/module/{src/components → components}/user-location/UserLocationPuckHeading.d.ts +0 -0
  480. /package/lib/typescript/module/{src/hooks → hooks}/useCurrentPosition.d.ts +0 -0
  481. /package/lib/typescript/module/{src/hooks → hooks}/useFrozenId.d.ts +0 -0
  482. /package/lib/typescript/module/{src/hooks → hooks}/useNativeBridge.d.ts +0 -0
  483. /package/lib/typescript/module/{src/index.d.ts → index.d.ts} +0 -0
  484. /package/lib/typescript/module/{src/modules → modules}/location/LocationManager.d.ts +0 -0
  485. /package/lib/typescript/module/{src/modules → modules}/location/NativeLocationModule.d.ts +0 -0
  486. /package/lib/typescript/module/{src/modules → modules}/log/LogManager.d.ts +0 -0
  487. /package/lib/typescript/module/{src/modules → modules}/log/NativeLogModule.d.ts +0 -0
  488. /package/lib/typescript/module/{src/modules → modules}/network/NativeNetworkModule.d.ts +0 -0
  489. /package/lib/typescript/module/{src/modules → modules}/network/NetworkManager.d.ts +0 -0
  490. /package/lib/typescript/module/{src/modules → modules}/offline/NativeOfflineModule.d.ts +0 -0
  491. /package/lib/typescript/module/{src/modules → modules}/offline/OfflineManager.d.ts +0 -0
  492. /package/lib/typescript/module/{src/modules → modules}/offline/OfflinePack.d.ts +0 -0
  493. /package/lib/typescript/module/{src/modules → modules}/static-map/NativeStaticMapModule.d.ts +0 -0
  494. /package/lib/typescript/module/{src/modules → modules}/static-map/StaticMapManager.d.ts +0 -0
  495. /package/lib/typescript/module/{src/plugin → plugin}/MapLibrePluginProps.d.ts +0 -0
  496. /package/lib/typescript/module/{src/plugin → plugin}/android.d.ts +0 -0
  497. /package/lib/typescript/module/{src/plugin → plugin}/ios.d.ts +0 -0
  498. /package/lib/typescript/module/{src/plugin → plugin}/withMapLibre.d.ts +0 -0
  499. /package/lib/typescript/module/{src/types → types}/Anchor.d.ts +0 -0
  500. /package/lib/typescript/module/{src/types → types}/BaseProps.d.ts +0 -0
  501. /package/lib/typescript/module/{src/types → types}/LngLat.d.ts +0 -0
  502. /package/lib/typescript/module/{src/types → types}/LngLatBounds.d.ts +0 -0
  503. /package/lib/typescript/module/{src/types → types}/MapLibreRNStyles.d.ts +0 -0
  504. /package/lib/typescript/module/{src/types → types}/PixelPoint.d.ts +0 -0
  505. /package/lib/typescript/module/{src/types → types}/PixelPointBounds.d.ts +0 -0
  506. /package/lib/typescript/module/{src/types → types}/PressEvent.d.ts +0 -0
  507. /package/lib/typescript/module/{src/types → types}/PressEventWithFeatures.d.ts +0 -0
  508. /package/lib/typescript/module/{src/types → types}/ViewPadding.d.ts +0 -0
  509. /package/lib/typescript/module/{src/types → types}/codegen/UnsafeMixed.d.ts +0 -0
  510. /package/lib/typescript/module/{src/types → types}/sources/PressableSourceProps.d.ts +0 -0
  511. /package/lib/typescript/module/{src/utils → utils}/BridgeValue.d.ts +0 -0
  512. /package/lib/typescript/module/{src/utils → utils}/StyleValue.d.ts +0 -0
  513. /package/lib/typescript/module/{src/utils → utils}/animated/AbstractAnimatedCoordinates.d.ts +0 -0
  514. /package/lib/typescript/module/{src/utils → utils}/animated/Animated.d.ts +0 -0
  515. /package/lib/typescript/module/{src/utils → utils}/animated/AnimatedCoordinatesArray.d.ts +0 -0
  516. /package/lib/typescript/module/{src/utils → utils}/animated/AnimatedExtractCoordinateFromArray.d.ts +0 -0
  517. /package/lib/typescript/module/{src/utils → utils}/animated/AnimatedGeoJSON.d.ts +0 -0
  518. /package/lib/typescript/module/{src/utils → utils}/animated/AnimatedPoint.d.ts +0 -0
  519. /package/lib/typescript/module/{src/utils → utils}/animated/AnimatedRouteCoordinatesArray.d.ts +0 -0
  520. /package/lib/typescript/module/{src/utils → utils}/convertStyleSpec.d.ts +0 -0
  521. /package/lib/typescript/module/{src/utils → utils}/findNodeHandle.d.ts +0 -0
  522. /package/lib/typescript/module/{src/utils → utils}/getNativeFilter.d.ts +0 -0
  523. /package/lib/typescript/module/{src/utils → utils}/getStylePropertyType.d.ts +0 -0
  524. /package/lib/typescript/module/{src/utils → utils}/index.d.ts +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"file":"MapLibreRNStyles.d.ts","sourceRoot":"","sources":["../../../../../src/types/MapLibreRNStyles.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"PixelPoint.d.ts","sourceRoot":"","sources":["../../../../../src/types/PixelPoint.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,CAAC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"PixelPointBounds.d.ts","sourceRoot":"","sources":["../../../../../src/types/PixelPointBounds.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B,OAAO,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,CAAC;IACpC,WAAW,EAAE,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC;CAC7C,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"PressEvent.d.ts","sourceRoot":"","sources":["../../../../../src/types/PressEvent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AACvC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,MAAM,WAAW,UAAU;IACzB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,KAAK,EAAE,UAAU,CAAC;CACnB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"PressEventWithFeatures.d.ts","sourceRoot":"","sources":["../../../../../src/types/PressEventWithFeatures.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,MAAM,WAAW,sBAAuB,SAAQ,UAAU;IACxD,QAAQ,EAAE,OAAO,CAAC,OAAO,EAAE,CAAC;CAC7B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ViewPadding.d.ts","sourceRoot":"","sources":["../../../../../src/types/ViewPadding.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GAAG;IACxB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"UnsafeMixed.d.ts","sourceRoot":"","sources":["../../../../../../src/types/codegen/UnsafeMixed.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,MAAM,MAAM,WAAW,CAAC,CAAC,IAAI,CAAC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"PressableSourceProps.d.ts","sourceRoot":"","sources":["../../../../../../src/types/sources/PressableSourceProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC;AAEzD,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,2BAA2B,CAAC;AACxE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAElD,MAAM,WAAW,oBAAoB;IACnC;;;;;OAKG;IACH,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,oBAAoB,CAAC,sBAAsB,CAAC,KAAK,IAAI,CAAC;IAExE;;OAEG;IACH,MAAM,CAAC,EAAE,WAAW,CAAC;CACtB"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
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"}