react-native-maplibre-gl-js 1.0.1 → 1.0.3

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 (65) hide show
  1. package/lib/module/index.js +4 -4
  2. package/lib/module/index.js.map +1 -1
  3. package/lib/module/react-native/components/Map/Map.js +1 -1
  4. package/lib/module/react-native/components/Map/Map.js.map +1 -1
  5. package/lib/module/react-native/components/MapProvider/MapProvider.js +5 -5
  6. package/lib/module/react-native/components/MapProvider/MapProvider.js.map +1 -1
  7. package/lib/module/react-native/components/Marker/Marker.js +1 -1
  8. package/lib/module/react-native/components/Marker/Marker.js.map +1 -1
  9. package/lib/module/react-native/components/Popup/Popup.js +1 -2
  10. package/lib/module/react-native/components/Popup/Popup.js.map +1 -1
  11. package/lib/module/react-native/components-factory/createWebObjectAsComponent.js +2 -2
  12. package/lib/module/react-native/components-factory/createWebObjectAsComponent.js.map +1 -1
  13. package/lib/module/react-native/components-factory/hooks/useWebObjectMethodsProxy.js +2 -1
  14. package/lib/module/react-native/components-factory/hooks/useWebObjectMethodsProxy.js.map +1 -1
  15. package/lib/module/react-native/components-factory/hooks/useWebObjectMountOnLaunch.js +2 -1
  16. package/lib/module/react-native/components-factory/hooks/useWebObjectMountOnLaunch.js.map +1 -1
  17. package/lib/module/react-native/hooks/atoms/useMapAtoms.js +2 -1
  18. package/lib/module/react-native/hooks/atoms/useMapAtoms.js.map +1 -1
  19. package/lib/module/web/bridge/ReactNativeBridge.js +1 -2
  20. package/lib/module/web/bridge/ReactNativeBridge.js.map +1 -1
  21. package/lib/module/web/generated/index.js +2 -2
  22. package/lib/module/web/generated/index.js.map +1 -1
  23. package/lib/module/web/generated/webview_static_html.js +32 -32
  24. package/lib/module/web/logger/web-logger.js +1 -0
  25. package/lib/module/web/logger/web-logger.js.map +1 -1
  26. package/lib/module/web/maplibre-gl-js/MapController.js +2 -2
  27. package/lib/module/web/maplibre-gl-js/MapController.js.map +1 -1
  28. package/lib/typescript/src/communication/messages.types.d.ts +1 -1
  29. package/lib/typescript/src/communication/messages.types.d.ts.map +1 -1
  30. package/lib/typescript/src/communication/messages.utils.d.ts +1 -1
  31. package/lib/typescript/src/communication/messages.utils.d.ts.map +1 -1
  32. package/lib/typescript/src/index.d.ts +8 -8
  33. package/lib/typescript/src/index.d.ts.map +1 -1
  34. package/lib/typescript/src/react-native/components/Map/Map.d.ts +1 -1
  35. package/lib/typescript/src/react-native/components/Map/Map.d.ts.map +1 -1
  36. package/lib/typescript/src/react-native/components/Map/Map.types.d.ts +1 -1
  37. package/lib/typescript/src/react-native/components/Map/Map.types.d.ts.map +1 -1
  38. package/lib/typescript/src/react-native/components/MapProvider/MapProvider.d.ts +1 -1
  39. package/lib/typescript/src/react-native/components/MapProvider/MapProvider.d.ts.map +1 -1
  40. package/lib/typescript/src/react-native/components/Marker/Marker.d.ts +1 -1
  41. package/lib/typescript/src/react-native/components/Marker/Marker.d.ts.map +1 -1
  42. package/lib/typescript/src/react-native/components/Marker/Marker.types.d.ts +2 -2
  43. package/lib/typescript/src/react-native/components/Marker/Marker.types.d.ts.map +1 -1
  44. package/lib/typescript/src/react-native/components/Popup/Popup.d.ts +1 -1
  45. package/lib/typescript/src/react-native/components/Popup/Popup.d.ts.map +1 -1
  46. package/lib/typescript/src/react-native/components/Popup/Popup.types.d.ts +1 -1
  47. package/lib/typescript/src/react-native/components/Popup/Popup.types.d.ts.map +1 -1
  48. package/lib/typescript/src/react-native/components-factory/createWebObjectAsComponent.d.ts +2 -2
  49. package/lib/typescript/src/react-native/components-factory/createWebObjectAsComponent.d.ts.map +1 -1
  50. package/lib/typescript/src/react-native/components-factory/hooks/useWebObjectMethodsProxy.d.ts +1 -1
  51. package/lib/typescript/src/react-native/components-factory/hooks/useWebObjectMethodsProxy.d.ts.map +1 -1
  52. package/lib/typescript/src/react-native/components-factory/hooks/useWebObjectMountOnLaunch.d.ts +2 -2
  53. package/lib/typescript/src/react-native/components-factory/hooks/useWebObjectMountOnLaunch.d.ts.map +1 -1
  54. package/lib/typescript/src/react-native/components-factory/hooks/useWebObjectOptionsUpdater.d.ts +2 -2
  55. package/lib/typescript/src/react-native/components-factory/hooks/useWebObjectOptionsUpdater.d.ts.map +1 -1
  56. package/lib/typescript/src/react-native/hooks/atoms/useMapAtoms.d.ts +2 -2
  57. package/lib/typescript/src/react-native/hooks/atoms/useMapAtoms.d.ts.map +1 -1
  58. package/lib/typescript/src/typedoc.d.ts +1 -1
  59. package/lib/typescript/src/typedoc.d.ts.map +1 -1
  60. package/lib/typescript/src/web/bridge/ReactNativeBridge.d.ts +2 -2
  61. package/lib/typescript/src/web/bridge/ReactNativeBridge.d.ts.map +1 -1
  62. package/lib/typescript/src/web/generated/webview_static_html.d.ts +1 -1
  63. package/lib/typescript/src/web/maplibre-gl-js/MapController.d.ts +2 -2
  64. package/lib/typescript/src/web/maplibre-gl-js/MapController.d.ts.map +1 -1
  65. package/package.json +2 -33
@@ -1 +1 @@
1
- {"version":3,"file":"Marker.types.d.ts","sourceRoot":"","sources":["../../../../../../src/react-native/components/Marker/Marker.types.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,KAAK,EACV,KAAK,MAAM,IAAI,cAAc,EAC7B,KAAK,aAAa,IAAI,qBAAqB,EAC5C,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,0DAA0D,CAAA;AACrG,OAAO,KAAK,EACV,wBAAwB,EACxB,wBAAwB,EACxB,8BAA8B,EAC9B,yBAAyB,EACzB,qBAAqB,EACrB,cAAc,EACd,YAAY,EACb,MAAM,8FAA8F,CAAA;AAErG;;;GAGG;AACH,MAAM,MAAM,SAAS,GAAG,YAAY,CAAC,aAAa,CAAC,CAAA;AAEnD;;;GAGG;AACH,MAAM,MAAM,WAAW,GAAG,cAAc,CAAC,aAAa,EAAE,eAAe,CAAC,CAAA;AAExE,KAAK,aAAa,GAAG,wBAAwB,CAC3C,cAAc,EACd;IACE,KAAK,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAA;IAC1B,gBAAgB,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAA;IACrD,QAAQ,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAA;CAC7C,CACF,CAAA;AAED,KAAK,aAAa,GAAG,wBAAwB,CAC3C,qBAAqB,EACrB;IACE,OAAO,CAAC,EAAE,qBAAqB,CAAA;CAChC,CACF,CAAA;AAED,KAAK,eAAe,GAAG;IAErB,KAAK,EAAE,qBAAqB,CAAC,IAAI,CAAC,CAAA;IAClC,OAAO,EAAE,qBAAqB,CAAC,IAAI,CAAC,CAAA;IAGpC,SAAS,EAAE,yBAAyB,CAAC,KAAK,CAAC,CAAA;IAC3C,IAAI,EAAE,yBAAyB,CAAC,KAAK,CAAC,CAAA;IACtC,OAAO,EAAE,yBAAyB,CAAC,KAAK,CAAC,CAAA;IAEzC,KAAK,EAAE,8BAA8B,CAAC,UAAU,CAAC,CAAA;CAClD,CAAA"}
1
+ {"version":3,"file":"Marker.types.d.ts","sourceRoot":"","sources":["../../../../../../src/react-native/components/Marker/Marker.types.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,KAAK,EACV,KAAK,MAAM,IAAI,cAAc,EAC7B,KAAK,aAAa,IAAI,qBAAqB,EAC5C,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EACV,8BAA8B,EAC9B,yBAAyB,EACzB,qBAAqB,EACrB,wBAAwB,EACxB,wBAAwB,EACxB,cAAc,EACd,YAAY,EACb,MAAM,2DAA2D,CAAA;AAClE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,uCAAuC,CAAA;AAElF;;;GAGG;AACH,MAAM,MAAM,SAAS,GAAG,YAAY,CAAC,aAAa,CAAC,CAAA;AAEnD;;;GAGG;AACH,MAAM,MAAM,WAAW,GAAG,cAAc,CAAC,aAAa,EAAE,eAAe,CAAC,CAAA;AAExE,KAAK,aAAa,GAAG,wBAAwB,CAC3C,cAAc,EACd;IACE,KAAK,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAA;IAC1B,gBAAgB,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAA;IACrD,QAAQ,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAA;CAC7C,CACF,CAAA;AAED,KAAK,aAAa,GAAG,wBAAwB,CAC3C,qBAAqB,EACrB;IACE,OAAO,CAAC,EAAE,qBAAqB,CAAA;CAChC,CACF,CAAA;AAED,KAAK,eAAe,GAAG;IAErB,KAAK,EAAE,qBAAqB,CAAC,IAAI,CAAC,CAAA;IAClC,OAAO,EAAE,qBAAqB,CAAC,IAAI,CAAC,CAAA;IAGpC,SAAS,EAAE,yBAAyB,CAAC,KAAK,CAAC,CAAA;IAC3C,IAAI,EAAE,yBAAyB,CAAC,KAAK,CAAC,CAAA;IACtC,OAAO,EAAE,yBAAyB,CAAC,KAAK,CAAC,CAAA;IAEzC,KAAK,EAAE,8BAA8B,CAAC,UAAU,CAAC,CAAA;CAClD,CAAA"}
@@ -1,4 +1,4 @@
1
- import type { PopupProps, PopupRef } from 'react-native-maplibre-gl-js/react-native/components/Popup/Popup.types';
1
+ import type { PopupProps, PopupRef } from './Popup.types';
2
2
  /**
3
3
  * MapLibre Popup view.
4
4
  * @see {@link https://maplibre.org/maplibre-gl-js/docs/API/classes/Popup/ MapLibre GL JS docs}
@@ -1 +1 @@
1
- {"version":3,"file":"Popup.d.ts","sourceRoot":"","sources":["../../../../../../src/react-native/components/Popup/Popup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,UAAU,EACV,QAAQ,EACT,MAAM,uEAAuE,CAAA;AAG9E;;;;GAIG;AACH,QAAA,MAAM,KAAK,8GAA4D,CAAA;AAEvE,eAAe,KAAK,CAAA"}
1
+ {"version":3,"file":"Popup.d.ts","sourceRoot":"","sources":["../../../../../../src/react-native/components/Popup/Popup.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAEzD;;;;GAIG;AACH,QAAA,MAAM,KAAK,8GAA4D,CAAA;AAEvE,eAAe,KAAK,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import { type Event, type Popup as MapLibrePopup, type PopupOptions as MapLibrePopupOptions } from 'maplibre-gl';
2
- import type { WebObjectMethodsInferred, WebObjectOptionsInferred, WebObjectListenerOnObject, WebObjectListenerOnRN, WebObjectProps, WebObjectRef } from 'react-native-maplibre-gl-js/react-native/components-factory/createWebObjectAsComponent.types';
2
+ import type { WebObjectListenerOnObject, WebObjectListenerOnRN, WebObjectMethodsInferred, WebObjectOptionsInferred, WebObjectProps, WebObjectRef } from '../../components-factory/createWebObjectAsComponent.types';
3
3
  /**
4
4
  * TODO
5
5
  * @group Types
@@ -1 +1 @@
1
- {"version":3,"file":"Popup.types.d.ts","sourceRoot":"","sources":["../../../../../../src/react-native/components/Popup/Popup.types.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,KAAK,EACV,KAAK,KAAK,IAAI,aAAa,EAC3B,KAAK,YAAY,IAAI,oBAAoB,EAC1C,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EACV,wBAAwB,EACxB,wBAAwB,EACxB,yBAAyB,EACzB,qBAAqB,EACrB,cAAc,EACd,YAAY,EACb,MAAM,8FAA8F,CAAA;AAErG;;;GAGG;AACH,MAAM,MAAM,QAAQ,GAAG,YAAY,CAAC,YAAY,CAAC,CAAA;AAEjD;;;GAGG;AACH,MAAM,MAAM,UAAU,GAAG,cAAc,CAAC,YAAY,EAAE,cAAc,CAAC,CAAA;AAErE,KAAK,YAAY,GAAG,wBAAwB,CAC1C,aAAa,EACb;IACE,KAAK,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAA;IAC1B,gBAAgB,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAA;CACtD,CACF,CAAA;AACD,KAAK,YAAY,GAAG,wBAAwB,CAAC,oBAAoB,CAAC,CAAA;AAClE,KAAK,cAAc,GAAG;IAEpB,KAAK,EAAE,qBAAqB,CAAC,IAAI,CAAC,CAAA;IAClC,OAAO,EAAE,qBAAqB,CAAC,IAAI,CAAC,CAAA;IAGpC,IAAI,EAAE,yBAAyB,CAAC,KAAK,CAAC,CAAA;IACtC,KAAK,EAAE,yBAAyB,CAAC,KAAK,CAAC,CAAA;CACxC,CAAA"}
1
+ {"version":3,"file":"Popup.types.d.ts","sourceRoot":"","sources":["../../../../../../src/react-native/components/Popup/Popup.types.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,KAAK,EACV,KAAK,KAAK,IAAI,aAAa,EAC3B,KAAK,YAAY,IAAI,oBAAoB,EAC1C,MAAM,aAAa,CAAA;AACpB,OAAO,KAAK,EACV,yBAAyB,EACzB,qBAAqB,EACrB,wBAAwB,EACxB,wBAAwB,EACxB,cAAc,EACd,YAAY,EACb,MAAM,2DAA2D,CAAA;AAElE;;;GAGG;AACH,MAAM,MAAM,QAAQ,GAAG,YAAY,CAAC,YAAY,CAAC,CAAA;AAEjD;;;GAGG;AACH,MAAM,MAAM,UAAU,GAAG,cAAc,CAAC,YAAY,EAAE,cAAc,CAAC,CAAA;AAErE,KAAK,YAAY,GAAG,wBAAwB,CAC1C,aAAa,EACb;IACE,KAAK,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAA;IAC1B,gBAAgB,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAA;CACtD,CACF,CAAA;AACD,KAAK,YAAY,GAAG,wBAAwB,CAAC,oBAAoB,CAAC,CAAA;AAClE,KAAK,cAAc,GAAG;IAEpB,KAAK,EAAE,qBAAqB,CAAC,IAAI,CAAC,CAAA;IAClC,OAAO,EAAE,qBAAqB,CAAC,IAAI,CAAC,CAAA;IAGpC,IAAI,EAAE,yBAAyB,CAAC,KAAK,CAAC,CAAA;IACtC,KAAK,EAAE,yBAAyB,CAAC,KAAK,CAAC,CAAA;CACxC,CAAA"}
@@ -1,5 +1,5 @@
1
- import type { WebObjectType } from 'react-native-maplibre-gl-js/communication/messages.types';
2
- import type { WebObjectProps, WebObjectComponent, WebObjectRef } from 'react-native-maplibre-gl-js/react-native/components-factory/createWebObjectAsComponent.types';
1
+ import type { WebObjectComponent, WebObjectProps, WebObjectRef } from './createWebObjectAsComponent.types';
2
+ import type { WebObjectType } from '../../communication/messages.types';
3
3
  declare const createWebObjectAsComponent: <Ref extends WebObjectRef<any>, Props extends WebObjectProps<any, any>>(objectType: WebObjectType) => WebObjectComponent<Ref, Props>;
4
4
  export default createWebObjectAsComponent;
5
5
  //# sourceMappingURL=createWebObjectAsComponent.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"createWebObjectAsComponent.d.ts","sourceRoot":"","sources":["../../../../../src/react-native/components-factory/createWebObjectAsComponent.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0DAA0D,CAAA;AAC7F,OAAO,KAAK,EACV,cAAc,EACd,kBAAkB,EAClB,YAAY,EACb,MAAM,8FAA8F,CAAA;AAIrG,QAAA,MAAM,0BAA0B,GAC9B,GAAG,SAAS,YAAY,CAAC,GAAG,CAAC,EAC7B,KAAK,SAAS,cAAc,CAAC,GAAG,EAAE,GAAG,CAAC,EAEtC,YAAY,aAAa,KACxB,kBAAkB,CAAC,GAAG,EAAE,KAAK,CAe/B,CAAA;AAED,eAAe,0BAA0B,CAAA"}
1
+ {"version":3,"file":"createWebObjectAsComponent.d.ts","sourceRoot":"","sources":["../../../../../src/react-native/components-factory/createWebObjectAsComponent.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,kBAAkB,EAClB,cAAc,EACd,YAAY,EACb,MAAM,oCAAoC,CAAA;AAC3C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAA;AAIvE,QAAA,MAAM,0BAA0B,GAC9B,GAAG,SAAS,YAAY,CAAC,GAAG,CAAC,EAC7B,KAAK,SAAS,cAAc,CAAC,GAAG,EAAE,GAAG,CAAC,EAEtC,YAAY,aAAa,KACxB,kBAAkB,CAAC,GAAG,EAAE,KAAK,CAe/B,CAAA;AAED,eAAe,0BAA0B,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import { type ForwardedRef } from 'react';
2
- import type { WebObjectRef } from 'react-native-maplibre-gl-js/react-native/components-factory/createWebObjectAsComponent.types';
2
+ import type { WebObjectRef } from '../createWebObjectAsComponent.types';
3
3
  /**
4
4
  * Create a proxy to call the methods of the corresponding web world object,
5
5
  * then expose it as the given `ref`.
@@ -1 +1 @@
1
- {"version":3,"file":"useWebObjectMethodsProxy.d.ts","sourceRoot":"","sources":["../../../../../../src/react-native/components-factory/hooks/useWebObjectMethodsProxy.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,YAAY,EAIlB,MAAM,OAAO,CAAA;AAEd,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8FAA8F,CAAA;AAEhI;;;;;;GAMG;AACH,eAAO,MAAM,wBAAwB,GAAI,GAAG,SAAS,YAAY,CAAC,GAAG,CAAC,EACpE,KAAK,YAAY,CAAC,GAAG,CAAC,EACtB,UAAU,MAAM,SAwCjB,CAAA;AAED,eAAe,wBAAwB,CAAA"}
1
+ {"version":3,"file":"useWebObjectMethodsProxy.d.ts","sourceRoot":"","sources":["../../../../../../src/react-native/components-factory/hooks/useWebObjectMethodsProxy.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,YAAY,EAIlB,MAAM,OAAO,CAAA;AACd,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qCAAqC,CAAA;AAGvE;;;;;;GAMG;AACH,eAAO,MAAM,wBAAwB,GAAI,GAAG,SAAS,YAAY,CAAC,GAAG,CAAC,EACpE,KAAK,YAAY,CAAC,GAAG,CAAC,EACtB,UAAU,MAAM,SAwCjB,CAAA;AAED,eAAe,wBAAwB,CAAA"}
@@ -1,6 +1,6 @@
1
1
  import { type PropsWithoutRef } from 'react';
2
- import type { WebObjectType } from 'react-native-maplibre-gl-js/communication/messages.types';
3
- import type { WebObjectProps } from 'react-native-maplibre-gl-js/react-native/components-factory/createWebObjectAsComponent.types';
2
+ import type { WebObjectProps } from '../createWebObjectAsComponent.types';
3
+ import type { WebObjectType } from '../../../communication/messages.types';
4
4
  /**
5
5
  * Mount the web object once the React Native one is mounted.
6
6
  * @param props - The RN object props.
@@ -1 +1 @@
1
- {"version":3,"file":"useWebObjectMountOnLaunch.d.ts","sourceRoot":"","sources":["../../../../../../src/react-native/components-factory/hooks/useWebObjectMountOnLaunch.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,eAAe,EAAkC,MAAM,OAAO,CAAA;AAE5E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0DAA0D,CAAA;AAC7F,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,8FAA8F,CAAA;AAElI;;;;;GAKG;AACH,QAAA,MAAM,yBAAyB,GAAI,KAAK,SAAS,cAAc,CAAC,GAAG,EAAE,GAAG,CAAC,EACvE,OAAO,eAAe,CAAC,KAAK,CAAC,EAC7B,UAAU,MAAM,EAChB,YAAY,aAAa,SA8D1B,CAAA;AAED,eAAe,yBAAyB,CAAA"}
1
+ {"version":3,"file":"useWebObjectMountOnLaunch.d.ts","sourceRoot":"","sources":["../../../../../../src/react-native/components-factory/hooks/useWebObjectMountOnLaunch.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,eAAe,EAAkC,MAAM,OAAO,CAAA;AAC5E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAA;AACzE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAA;AAG1E;;;;;GAKG;AACH,QAAA,MAAM,yBAAyB,GAAI,KAAK,SAAS,cAAc,CAAC,GAAG,EAAE,GAAG,CAAC,EACvE,OAAO,eAAe,CAAC,KAAK,CAAC,EAC7B,UAAU,MAAM,EAChB,YAAY,aAAa,SA8D1B,CAAA;AAED,eAAe,yBAAyB,CAAA"}
@@ -1,5 +1,5 @@
1
- import type { WebObjectType } from 'react-native-maplibre-gl-js/communication/messages.types';
2
- import type { WebObjectOptionsInferred, WebObjectProps, WebObjectListeners } from 'react-native-maplibre-gl-js/react-native/components-factory/createWebObjectAsComponent.types';
1
+ import type { WebObjectListeners, WebObjectOptionsInferred, WebObjectProps } from '../createWebObjectAsComponent.types';
2
+ import type { WebObjectType } from '../../../communication/messages.types';
3
3
  export declare const useWebObjectOptionsUpdater: <Options extends WebObjectOptionsInferred<WebObjectType>, Listeners extends WebObjectListeners>(props: WebObjectProps<Options, Listeners>, id: string, dispatchMessage: (msg: any) => void) => void;
4
4
  export default useWebObjectOptionsUpdater;
5
5
  //# sourceMappingURL=useWebObjectOptionsUpdater.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useWebObjectOptionsUpdater.d.ts","sourceRoot":"","sources":["../../../../../../src/react-native/components-factory/hooks/useWebObjectOptionsUpdater.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,0DAA0D,CAAA;AAC7F,OAAO,KAAK,EACV,wBAAwB,EACxB,cAAc,EACd,kBAAkB,EACnB,MAAM,8FAA8F,CAAA;AAErG,eAAO,MAAM,0BAA0B,GACrC,OAAO,SAAS,wBAAwB,CAAC,aAAa,CAAC,EACvD,SAAS,SAAS,kBAAkB,EAEpC,OAAO,cAAc,CAAC,OAAO,EAAE,SAAS,CAAC,EACzC,IAAI,MAAM,EACV,iBAAiB,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,SAYpC,CAAA;AAED,eAAe,0BAA0B,CAAA"}
1
+ {"version":3,"file":"useWebObjectOptionsUpdater.d.ts","sourceRoot":"","sources":["../../../../../../src/react-native/components-factory/hooks/useWebObjectOptionsUpdater.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,kBAAkB,EAClB,wBAAwB,EACxB,cAAc,EACf,MAAM,qCAAqC,CAAA;AAC5C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAA;AAE1E,eAAO,MAAM,0BAA0B,GACrC,OAAO,SAAS,wBAAwB,CAAC,aAAa,CAAC,EACvD,SAAS,SAAS,kBAAkB,EAEpC,OAAO,cAAc,CAAC,OAAO,EAAE,SAAS,CAAC,EACzC,IAAI,MAAM,EACV,iBAAiB,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,SAYpC,CAAA;AAED,eAAe,0BAA0B,CAAA"}
@@ -1,6 +1,6 @@
1
1
  import type { WebView } from 'react-native-webview';
2
- import type { MessageFromRNToWeb, WebObjectId } from 'react-native-maplibre-gl-js/communication/messages.types';
3
- import type { WebObjectListeners } from 'react-native-maplibre-gl-js/react-native/components-factory/createWebObjectAsComponent.types';
2
+ import type { MessageFromRNToWeb, WebObjectId } from '../../../communication/messages.types';
3
+ import type { WebObjectListeners } from '../../components-factory/createWebObjectAsComponent.types';
4
4
  /**
5
5
  * The callbacks registered to react to web objects events.
6
6
  */
@@ -1 +1 @@
1
- {"version":3,"file":"useMapAtoms.d.ts","sourceRoot":"","sources":["../../../../../../src/react-native/hooks/atoms/useMapAtoms.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AAEnD,OAAO,KAAK,EACV,kBAAkB,EAClB,WAAW,EACZ,MAAM,0DAA0D,CAAA;AAEjE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,8FAA8F,CAAA;AAqCtI;;GAEG;AACH,eAAO,MAAM,uBAAuB;;CAEnC,CAAA;AAiLD,QAAA,MAAM,WAAW;;;;;;;;;;mBAnFG,MAAM;iBAAW,CAAC,MAAM,EAAE,GAAG,KAAK,IAAI;;;mBAaT,MAAM;gBAAU,GAAG;;;;kBAmCjD,WAAW;mBAAa,kBAAkB;;;kBAgB/B,WAAW;;;kBAYF,WAAW;;CAsCjD,CAAA;AAED,eAAe,WAAW,CAAA"}
1
+ {"version":3,"file":"useMapAtoms.d.ts","sourceRoot":"","sources":["../../../../../../src/react-native/hooks/atoms/useMapAtoms.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AAEnD,OAAO,KAAK,EACV,kBAAkB,EAClB,WAAW,EACZ,MAAM,uCAAuC,CAAA;AAC9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2DAA2D,CAAA;AAsCnG;;GAEG;AACH,eAAO,MAAM,uBAAuB;;CAEnC,CAAA;AAiLD,QAAA,MAAM,WAAW;;;;;;;;;;mBAnFG,MAAM;iBAAW,CAAC,MAAM,EAAE,GAAG,KAAK,IAAI;;;mBAaT,MAAM;gBAAU,GAAG;;;;kBAmCjD,WAAW;mBAAa,kBAAkB;;;kBAgB/B,WAAW;;;kBAYF,WAAW;;CAsCjD,CAAA;AAED,eAAe,WAAW,CAAA"}
@@ -3,6 +3,6 @@
3
3
  * @module Internal types
4
4
  * @packageDocumentation
5
5
  */
6
- import type { WebObjectComponent, WebObjectRef, WebObjectProps, WebObjectListeners, WebObjectListenersDefault, WebObjectListenersWeb, WebObjectListenerOnRN, WebObjectListenerOnObject, WebObjectListenerOnMapLayer, WebObjectListenerOnHTMLElement, WebObjectOptionsInferred, WebObjectMethodsInferred } from 'react-native-maplibre-gl-js/react-native/components-factory/createWebObjectAsComponent.types';
6
+ import type { WebObjectComponent, WebObjectRef, WebObjectProps, WebObjectListeners, WebObjectListenersDefault, WebObjectListenersWeb, WebObjectListenerOnRN, WebObjectListenerOnObject, WebObjectListenerOnMapLayer, WebObjectListenerOnHTMLElement, WebObjectOptionsInferred, WebObjectMethodsInferred } from './react-native/components-factory/createWebObjectAsComponent.types';
7
7
  export type { WebObjectComponent, WebObjectRef, WebObjectProps, WebObjectListeners, WebObjectListenersDefault, WebObjectListenersWeb, WebObjectListenerOnRN, WebObjectListenerOnObject, WebObjectListenerOnMapLayer, WebObjectListenerOnHTMLElement, WebObjectOptionsInferred, WebObjectMethodsInferred, };
8
8
  //# sourceMappingURL=typedoc.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"typedoc.d.ts","sourceRoot":"","sources":["../../../src/typedoc.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EACV,kBAAkB,EAClB,YAAY,EACZ,cAAc,EACd,kBAAkB,EAClB,yBAAyB,EACzB,qBAAqB,EACrB,qBAAqB,EACrB,yBAAyB,EACzB,2BAA2B,EAC3B,8BAA8B,EAC9B,wBAAwB,EACxB,wBAAwB,EACzB,MAAM,8FAA8F,CAAA;AAErG,YAAY,EACV,kBAAkB,EAClB,YAAY,EACZ,cAAc,EACd,kBAAkB,EAClB,yBAAyB,EACzB,qBAAqB,EACrB,qBAAqB,EACrB,yBAAyB,EACzB,2BAA2B,EAC3B,8BAA8B,EAC9B,wBAAwB,EACxB,wBAAwB,GACzB,CAAA"}
1
+ {"version":3,"file":"typedoc.d.ts","sourceRoot":"","sources":["../../../src/typedoc.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EACV,kBAAkB,EAClB,YAAY,EACZ,cAAc,EACd,kBAAkB,EAClB,yBAAyB,EACzB,qBAAqB,EACrB,qBAAqB,EACrB,yBAAyB,EACzB,2BAA2B,EAC3B,8BAA8B,EAC9B,wBAAwB,EACxB,wBAAwB,EACzB,MAAM,oEAAoE,CAAA;AAE3E,YAAY,EACV,kBAAkB,EAClB,YAAY,EACZ,cAAc,EACd,kBAAkB,EAClB,yBAAyB,EACzB,qBAAqB,EACrB,qBAAqB,EACrB,yBAAyB,EACzB,2BAA2B,EAC3B,8BAA8B,EAC9B,wBAAwB,EACxB,wBAAwB,GACzB,CAAA"}
@@ -1,5 +1,5 @@
1
- import type MapController from 'react-native-maplibre-gl-js/web/maplibre-gl-js/MapController';
2
- import type { MessageFromWebToRN } from 'react-native-maplibre-gl-js/communication/messages.types';
1
+ import type MapController from '../maplibre-gl-js/MapController';
2
+ import type { MessageFromWebToRN } from '../../communication/messages.types';
3
3
  /**
4
4
  * From the web world, manage bidirectional communication with the React Native
5
5
  * one by receiving and sending messages.
@@ -1 +1 @@
1
- {"version":3,"file":"ReactNativeBridge.d.ts","sourceRoot":"","sources":["../../../../../src/web/bridge/ReactNativeBridge.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,8DAA8D,CAAA;AAC7F,OAAO,KAAK,EAEV,kBAAkB,EACnB,MAAM,0DAA0D,CAAA;AAGjE;;;GAGG;AACH,MAAM,CAAC,OAAO,OAAO,iBAAiB;;;IAmBpC,IAAI,aAAa,CAAC,UAAU,EAAE,aAAa,EAE1C;IAED,IAAI,aAAa,IAAI,aAAa,GAAG,SAAS,CAE7C;IAED,WAAW,CAAC,OAAO,EAAE,kBAAkB;CAKxC"}
1
+ {"version":3,"file":"ReactNativeBridge.d.ts","sourceRoot":"","sources":["../../../../../src/web/bridge/ReactNativeBridge.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,aAAa,MAAM,iCAAiC,CAAA;AAEhE,OAAO,KAAK,EAEV,kBAAkB,EACnB,MAAM,oCAAoC,CAAA;AAE3C;;;GAGG;AACH,MAAM,CAAC,OAAO,OAAO,iBAAiB;;;IAmBpC,IAAI,aAAa,CAAC,UAAU,EAAE,aAAa,EAE1C;IAED,IAAI,aAAa,IAAI,aAAa,GAAG,SAAS,CAE7C;IAED,WAAW,CAAC,OAAO,EAAE,kBAAkB;CAKxC"}