@mapcomponents/react-maplibre 0.1.69 → 0.1.70

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 (522) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/README.md +3 -2
  3. package/dist/components/MlCreatePdfButton/MlCreatePdfButton.d.ts +3 -3
  4. package/dist/components/MlCreatePdfForm/MlCreatePdfForm.d.ts +7 -2
  5. package/dist/components/MlCreatePngButton/MlCreatePngButton.d.ts +22 -0
  6. package/dist/components/MlCreatePngButton/MlCreatePngButton.stories.d.ts +14 -0
  7. package/dist/components/MlGpxViewer/util/{MetadataDrawer.d.ts → Metadata.d.ts} +1 -2
  8. package/dist/components/MlGpxViewer/util/MlGpxDemoLoader.d.ts +1 -1
  9. package/dist/hooks/useExportMap/lib.d.ts +16 -1
  10. package/dist/index.d.ts +2 -0
  11. package/dist/index.esm.js +284 -276
  12. package/dist/index.esm.js.map +1 -1
  13. package/dist/ui_components/Sidebar.d.ts +5 -3
  14. package/dist/ui_components/TopToolbar.d.ts +8 -7
  15. package/package.json +1 -2
  16. package/.babelrc +0 -22
  17. package/.editorconfig +0 -19
  18. package/.eslintignore +0 -12
  19. package/.eslintrc.js +0 -30
  20. package/.github/ISSUE_TEMPLATE/bug_report.md +0 -41
  21. package/.github/ISSUE_TEMPLATE/feature_request.md +0 -22
  22. package/.github/workflows/check-catalogue-metadata-schema.yml +0 -19
  23. package/.github/workflows/check-formatting.yml +0 -46
  24. package/.github/workflows/node_version_test.yml +0 -26
  25. package/.github/workflows/publish.yml +0 -21
  26. package/.github/workflows/storybook.yml +0 -28
  27. package/.prettierignore +0 -11
  28. package/.prettierrc.json +0 -6
  29. package/.storybook/.babelrc +0 -26
  30. package/.storybook/main.js +0 -40
  31. package/.storybook/manager.js +0 -6
  32. package/.storybook/mapcomponents_logo.png +0 -0
  33. package/.storybook/preview.js +0 -33
  34. package/.storybook/style.css +0 -15
  35. package/.storybook/wheregroupTheme.js +0 -9
  36. package/config/env.js +0 -106
  37. package/config/jest/babelTransform.js +0 -29
  38. package/config/jest/cssTransform.js +0 -14
  39. package/config/jest/fileTransform.js +0 -40
  40. package/config/paths.js +0 -75
  41. package/coverage/clover.xml +0 -2018
  42. package/coverage/coverage-final.json +0 -60
  43. package/coverage/lcov-report/base.css +0 -224
  44. package/coverage/lcov-report/block-navigation.js +0 -87
  45. package/coverage/lcov-report/favicon.png +0 -0
  46. package/coverage/lcov-report/index.html +0 -731
  47. package/coverage/lcov-report/prettify.css +0 -1
  48. package/coverage/lcov-report/prettify.js +0 -2
  49. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  50. package/coverage/lcov-report/sorter.js +0 -196
  51. package/coverage/lcov-report/src/components/MapLibreMap/MapLibreMap.tsx.html +0 -466
  52. package/coverage/lcov-report/src/components/MapLibreMap/index.html +0 -116
  53. package/coverage/lcov-report/src/components/MlCenterPosition/MlCenterPosition.tsx.html +0 -322
  54. package/coverage/lcov-report/src/components/MlCenterPosition/index.html +0 -116
  55. package/coverage/lcov-report/src/components/MlCreatePdfButton/MlCreatePdfButton.tsx.html +0 -238
  56. package/coverage/lcov-report/src/components/MlCreatePdfButton/index.html +0 -116
  57. package/coverage/lcov-report/src/components/MlCreatePdfForm/MlCreatePdfForm.cy.tsx.html +0 -148
  58. package/coverage/lcov-report/src/components/MlCreatePdfForm/MlCreatePdfForm.tsx.html +0 -196
  59. package/coverage/lcov-report/src/components/MlCreatePdfForm/index.html +0 -131
  60. package/coverage/lcov-report/src/components/MlFeatureEditor/MlFeatureEditor.tsx.html +0 -535
  61. package/coverage/lcov-report/src/components/MlFeatureEditor/index.html +0 -116
  62. package/coverage/lcov-report/src/components/MlFillExtrusionLayer/MlFillExtrusionLayer.tsx.html +0 -340
  63. package/coverage/lcov-report/src/components/MlFillExtrusionLayer/index.html +0 -116
  64. package/coverage/lcov-report/src/components/MlFollowGps/MlFollowGps.tsx.html +0 -808
  65. package/coverage/lcov-report/src/components/MlFollowGps/index.html +0 -116
  66. package/coverage/lcov-report/src/components/MlGeoJsonLayer/MlGeoJsonLayer.tsx.html +0 -469
  67. package/coverage/lcov-report/src/components/MlGeoJsonLayer/index.html +0 -116
  68. package/coverage/lcov-report/src/components/MlGeoJsonLayer/story_utils/MlGeoJsonLayer.lineStyler.js.html +0 -652
  69. package/coverage/lcov-report/src/components/MlGeoJsonLayer/story_utils/MlGeoJsonLayer.polygonStyler.js.html +0 -649
  70. package/coverage/lcov-report/src/components/MlGeoJsonLayer/story_utils/MlGeojsonLayerCircleStyler.tsx.html +0 -112
  71. package/coverage/lcov-report/src/components/MlGeoJsonLayer/story_utils/MlGeojsonLayerHeatMapStyler.tsx.html +0 -115
  72. package/coverage/lcov-report/src/components/MlGeoJsonLayer/story_utils/index.html +0 -161
  73. package/coverage/lcov-report/src/components/MlGeojsonLayerWithSource/MlGeojsonLayerWithSource.tsx.html +0 -469
  74. package/coverage/lcov-report/src/components/MlGeojsonLayerWithSource/index.html +0 -116
  75. package/coverage/lcov-report/src/components/MlGpxViewer/MlGpxViewer.tsx.html +0 -394
  76. package/coverage/lcov-report/src/components/MlGpxViewer/index.html +0 -116
  77. package/coverage/lcov-report/src/components/MlImageMarkerLayer/MlImageMarkerLayer.tsx.html +0 -385
  78. package/coverage/lcov-report/src/components/MlImageMarkerLayer/index.html +0 -116
  79. package/coverage/lcov-report/src/components/MlLayer/MlLayer.tsx.html +0 -247
  80. package/coverage/lcov-report/src/components/MlLayer/index.html +0 -116
  81. package/coverage/lcov-report/src/components/MlLayerMagnify/MlLayerMagnify.tsx.html +0 -745
  82. package/coverage/lcov-report/src/components/MlLayerMagnify/index.html +0 -116
  83. package/coverage/lcov-report/src/components/MlLayerSwipe/MlLayerSwipe.tsx.html +0 -520
  84. package/coverage/lcov-report/src/components/MlLayerSwipe/index.html +0 -116
  85. package/coverage/lcov-report/src/components/MlLayerSwitcher/MlLayerSwitcher.js.html +0 -736
  86. package/coverage/lcov-report/src/components/MlLayerSwitcher/components/LayerBox.js.html +0 -316
  87. package/coverage/lcov-report/src/components/MlLayerSwitcher/components/index.html +0 -116
  88. package/coverage/lcov-report/src/components/MlLayerSwitcher/index.html +0 -116
  89. package/coverage/lcov-report/src/components/MlMarker/MlMarker.tsx.html +0 -505
  90. package/coverage/lcov-report/src/components/MlMarker/index.html +0 -116
  91. package/coverage/lcov-report/src/components/MlMeasureTool/MlMeasureTool.tsx.html +0 -265
  92. package/coverage/lcov-report/src/components/MlMeasureTool/index.html +0 -116
  93. package/coverage/lcov-report/src/components/MlNavigationCompass/MlNavigationCompass.tsx.html +0 -763
  94. package/coverage/lcov-report/src/components/MlNavigationCompass/index.html +0 -116
  95. package/coverage/lcov-report/src/components/MlNavigationTools/MlNavigationTools.tsx.html +0 -613
  96. package/coverage/lcov-report/src/components/MlNavigationTools/index.html +0 -116
  97. package/coverage/lcov-report/src/components/MlOsmLayer/MlOsmLayer.js.html +0 -298
  98. package/coverage/lcov-report/src/components/MlOsmLayer/MlOsmLayer.stories_.js.html +0 -232
  99. package/coverage/lcov-report/src/components/MlOsmLayer/index.html +0 -131
  100. package/coverage/lcov-report/src/components/MlScaleReference/MlScaleReference.tsx.html +0 -412
  101. package/coverage/lcov-report/src/components/MlScaleReference/index.html +0 -116
  102. package/coverage/lcov-report/src/components/MlShareMapState/MlShareMapState.tsx.html +0 -892
  103. package/coverage/lcov-report/src/components/MlShareMapState/index.html +0 -116
  104. package/coverage/lcov-report/src/components/MlSketchTool/LayerList/ColorPicker.tsx.html +0 -214
  105. package/coverage/lcov-report/src/components/MlSketchTool/LayerList/LayerList.tsx.html +0 -121
  106. package/coverage/lcov-report/src/components/MlSketchTool/LayerList/LayerListItem.tsx.html +0 -412
  107. package/coverage/lcov-report/src/components/MlSketchTool/LayerList/LayerPropertyForm.tsx.html +0 -463
  108. package/coverage/lcov-report/src/components/MlSketchTool/LayerList/index.html +0 -161
  109. package/coverage/lcov-report/src/components/MlSketchTool/MlSketchTool.tsx.html +0 -898
  110. package/coverage/lcov-report/src/components/MlSketchTool/index.html +0 -116
  111. package/coverage/lcov-report/src/components/MlSpatialElevationProfile/MlSpatialElevationProfile.tsx.html +0 -514
  112. package/coverage/lcov-report/src/components/MlSpatialElevationProfile/index.html +0 -116
  113. package/coverage/lcov-report/src/components/MlThreeJsLayer/MlThreeJsLayer.js.html +0 -703
  114. package/coverage/lcov-report/src/components/MlThreeJsLayer/MlThreejsLayer.tsx.html +0 -769
  115. package/coverage/lcov-report/src/components/MlThreeJsLayer/index.html +0 -131
  116. package/coverage/lcov-report/src/components/MlTransitionGeoJsonLayer/MlTransitionGeoJsonLayer.tsx.html +0 -406
  117. package/coverage/lcov-report/src/components/MlTransitionGeoJsonLayer/index.html +0 -116
  118. package/coverage/lcov-report/src/components/MlUseMapDebugger/MlUseMapDebugger.js.html +0 -310
  119. package/coverage/lcov-report/src/components/MlUseMapDebugger/index.html +0 -116
  120. package/coverage/lcov-report/src/components/MlVectorTileLayer/MlVectorTileLayer.tsx.html +0 -517
  121. package/coverage/lcov-report/src/components/MlVectorTileLayer/index.html +0 -116
  122. package/coverage/lcov-report/src/components/MlWmsFeatureInfoPopup/MlWmsFeatureInfoPopup.js.html +0 -277
  123. package/coverage/lcov-report/src/components/MlWmsFeatureInfoPopup/index.html +0 -116
  124. package/coverage/lcov-report/src/components/MlWmsLayer/MlWmsLayer.tsx.html +0 -739
  125. package/coverage/lcov-report/src/components/MlWmsLayer/index.html +0 -116
  126. package/coverage/lcov-report/src/components/MlWmsLoader/MlWmsLoader.tsx.html +0 -1102
  127. package/coverage/lcov-report/src/components/MlWmsLoader/index.html +0 -116
  128. package/coverage/lcov-report/src/contexts/MapContext.tsx.html +0 -403
  129. package/coverage/lcov-report/src/contexts/SimpleDataContext.js.html +0 -103
  130. package/coverage/lcov-report/src/contexts/SimpleDataProvider.js.html +0 -277
  131. package/coverage/lcov-report/src/contexts/index.html +0 -146
  132. package/coverage/lcov-report/src/hooks/index.html +0 -191
  133. package/coverage/lcov-report/src/hooks/useCameraFollowPath/index.html +0 -116
  134. package/coverage/lcov-report/src/hooks/useCameraFollowPath/useCameraFollowPath.tsx.html +0 -661
  135. package/coverage/lcov-report/src/hooks/useExportMap/index.html +0 -131
  136. package/coverage/lcov-report/src/hooks/useExportMap/index.ts.html +0 -175
  137. package/coverage/lcov-report/src/hooks/useExportMap/lib.ts.html +0 -559
  138. package/coverage/lcov-report/src/hooks/useGpx/index.html +0 -116
  139. package/coverage/lcov-report/src/hooks/useGpx/useGpx.tsx.html +0 -295
  140. package/coverage/lcov-report/src/hooks/useLayer.ts.html +0 -787
  141. package/coverage/lcov-report/src/hooks/useLayerEvent.js.html +0 -232
  142. package/coverage/lcov-report/src/hooks/useLayerFilter/index.html +0 -116
  143. package/coverage/lcov-report/src/hooks/useLayerFilter/useLayerFilter.ts.html +0 -184
  144. package/coverage/lcov-report/src/hooks/useLayerHoverPopup/index.html +0 -116
  145. package/coverage/lcov-report/src/hooks/useLayerHoverPopup/useLayerHoverPopup.tsx.html +0 -334
  146. package/coverage/lcov-report/src/hooks/useMap.ts.html +0 -358
  147. package/coverage/lcov-report/src/hooks/useMapState.ts.html +0 -631
  148. package/coverage/lcov-report/src/hooks/useSource.ts.html +0 -337
  149. package/coverage/lcov-report/src/hooks/useWms.ts.html +0 -397
  150. package/coverage/lcov-report/src/index.html +0 -116
  151. package/coverage/lcov-report/src/index.ts.html +0 -316
  152. package/coverage/lcov.info +0 -3987
  153. package/cypress/support/commands.ts +0 -37
  154. package/cypress/support/component-index.html +0 -12
  155. package/cypress/support/component.ts +0 -46
  156. package/cypress.config.ts +0 -101
  157. package/dist/components/MlCreatePdfButton/lib/createPdf.d.ts +0 -2
  158. package/dist/components/MlCreatePdfButton/lib/nominatimMap.d.ts +0 -2
  159. package/eslintErrorTest.js +0 -10
  160. package/public/assets/3D/godzilla_simple.glb +0 -0
  161. package/public/assets/dop.png +0 -0
  162. package/public/assets/historic.png +0 -0
  163. package/public/assets/marker.png +0 -0
  164. package/public/assets/osm.png +0 -0
  165. package/public/assets/sample.gpx +0 -716
  166. package/public/assets/sample1.gpx +0 -3003
  167. package/public/assets/sample2.gpx +0 -1264
  168. package/public/assets/sample3.gpx +0 -912
  169. package/public/assets/wg-marker.png +0 -0
  170. package/public/catalogue/.gitkeep +0 -0
  171. package/public/catalogue/mc_meta.json +0 -1
  172. package/public/favicon.ico +0 -0
  173. package/public/index.html +0 -39
  174. package/public/logo.png +0 -0
  175. package/public/manifest.json +0 -25
  176. package/public/robots.txt +0 -3
  177. package/public/thumbnails/MapLibreMap.png +0 -0
  178. package/public/thumbnails/MlCameraFollowPath.png +0 -0
  179. package/public/thumbnails/MlCreatePdfButton.png +0 -0
  180. package/public/thumbnails/MlCreatePdfForm.png +0 -0
  181. package/public/thumbnails/MlDeckGlLayer.png +0 -0
  182. package/public/thumbnails/MlDeckGlTerrainLayer.png +0 -0
  183. package/public/thumbnails/MlDemoDashboard.png +0 -0
  184. package/public/thumbnails/MlFeatureEditor.png +0 -0
  185. package/public/thumbnails/MlFillExtrusionLayer.png +0 -0
  186. package/public/thumbnails/MlFollowGps.png +0 -0
  187. package/public/thumbnails/MlGeoJsonLayer.png +0 -0
  188. package/public/thumbnails/MlGpxViewer.png +0 -0
  189. package/public/thumbnails/MlHillshadeLayer.png +0 -0
  190. package/public/thumbnails/MlIconLayer.png +0 -0
  191. package/public/thumbnails/MlLaermkarte.png +0 -0
  192. package/public/thumbnails/MlLayerMagnify.png +0 -0
  193. package/public/thumbnails/MlLayerSwipe.png +0 -0
  194. package/public/thumbnails/MlMapDrawTools.png +0 -0
  195. package/public/thumbnails/MlMeasureTool.png +0 -0
  196. package/public/thumbnails/MlMobilerImker.png +0 -0
  197. package/public/thumbnails/MlNavigationCompass.png +0 -0
  198. package/public/thumbnails/MlNavigationTools.png +0 -0
  199. package/public/thumbnails/MlOsmLayer.png +0 -0
  200. package/public/thumbnails/MlScaleReference.png +0 -0
  201. package/public/thumbnails/MlSketchTool.png +0 -0
  202. package/public/thumbnails/MlSpatialElevationProfile.png +0 -0
  203. package/public/thumbnails/MlThreeJsLayer.png +0 -0
  204. package/public/thumbnails/MlTransitionGeoJsonLayer.png +0 -0
  205. package/public/thumbnails/MlVectorTileLayer.png +0 -0
  206. package/public/thumbnails/MlWanderApp.png +0 -0
  207. package/public/thumbnails/MlWmsLayer.png +0 -0
  208. package/public/thumbnails/MlWmsLoader.png +0 -0
  209. package/public/thumbnails/useCameraFollowPath.png +0 -0
  210. package/rollup.config.js +0 -74
  211. package/scripts/build-catalogue-markdown-docs.js +0 -28
  212. package/scripts/build-catalogue-meta.js +0 -42
  213. package/scripts/create-map-component.sh +0 -36
  214. package/scripts/test.js +0 -53
  215. package/src/@types/assets/index.d.ts +0 -20
  216. package/src/App.css +0 -0
  217. package/src/components/MapLibreMap/MapLibreMap.stories.js +0 -106
  218. package/src/components/MapLibreMap/MapLibreMap.test.js +0 -84
  219. package/src/components/MapLibreMap/MapLibreMap.tsx +0 -127
  220. package/src/components/MapLibreMap/lib/MapLibreGlWrapper.test.js +0 -395
  221. package/src/components/MapLibreMap/lib/MapLibreGlWrapper.ts +0 -691
  222. package/src/components/MlBasicComponent.js +0 -39
  223. package/src/components/MlCenterPosition/MlCenterPosition.doc.de.md +0 -3
  224. package/src/components/MlCenterPosition/MlCenterPosition.meta_.json +0 -14
  225. package/src/components/MlCenterPosition/MlCenterPosition.stories.tsx +0 -20
  226. package/src/components/MlCenterPosition/MlCenterPosition.tsx +0 -79
  227. package/src/components/MlComponentTemplate/MlComponentTemplate.doc.de.md +0 -3
  228. package/src/components/MlComponentTemplate/MlComponentTemplate.meta_.json +0 -14
  229. package/src/components/MlComponentTemplate/MlComponentTemplate.stories.tsx +0 -20
  230. package/src/components/MlComponentTemplate/MlComponentTemplate.tsx +0 -42
  231. package/src/components/MlCreatePdfButton/MlCreatePdfButton.doc.de.md +0 -1
  232. package/src/components/MlCreatePdfButton/MlCreatePdfButton.doc.en.md +0 -1
  233. package/src/components/MlCreatePdfButton/MlCreatePdfButton.meta_.json +0 -14
  234. package/src/components/MlCreatePdfButton/MlCreatePdfButton.stories.tsx +0 -35
  235. package/src/components/MlCreatePdfButton/MlCreatePdfButton.tsx +0 -51
  236. package/src/components/MlCreatePdfButton/lib/createPdf.ts +0 -189
  237. package/src/components/MlCreatePdfButton/lib/nominatimMap.ts +0 -57
  238. package/src/components/MlCreatePdfForm/MlCreatePdfForm.cy.tsx +0 -21
  239. package/src/components/MlCreatePdfForm/MlCreatePdfForm.doc.de.md +0 -3
  240. package/src/components/MlCreatePdfForm/MlCreatePdfForm.meta.json +0 -14
  241. package/src/components/MlCreatePdfForm/MlCreatePdfForm.stories.tsx +0 -165
  242. package/src/components/MlCreatePdfForm/MlCreatePdfForm.tsx +0 -37
  243. package/src/components/MlCreatePdfForm/lib/PdfContext.tsx +0 -51
  244. package/src/components/MlCreatePdfForm/lib/PdfForm.tsx +0 -257
  245. package/src/components/MlCreatePdfForm/lib/PdfPreview.tsx +0 -327
  246. package/src/components/MlCreatePdfForm/lib/_PdfPreview.tsx +0 -399
  247. package/src/components/MlCreatePdfForm/lib/pdf.templates.ts +0 -82
  248. package/src/components/MlCreatePdfForm/lib/pdfContext.d.ts +0 -24
  249. package/src/components/MlCreatePdfForm/lib/preview.css +0 -114
  250. package/src/components/MlFeatureEditor/MlFeatureEditor.css +0 -0
  251. package/src/components/MlFeatureEditor/MlFeatureEditor.doc.de.md +0 -1
  252. package/src/components/MlFeatureEditor/MlFeatureEditor.doc.en.md +0 -1
  253. package/src/components/MlFeatureEditor/MlFeatureEditor.meta.json +0 -14
  254. package/src/components/MlFeatureEditor/MlFeatureEditor.stories.js +0 -91
  255. package/src/components/MlFeatureEditor/MlFeatureEditor.test.js +0 -126
  256. package/src/components/MlFeatureEditor/MlFeatureEditor.tsx +0 -150
  257. package/src/components/MlFeatureEditor/custom-direct-select-mode.js +0 -303
  258. package/src/components/MlFeatureEditor/custom-polygon-mode.js +0 -188
  259. package/src/components/MlFeatureEditor/custom-select-mode.js +0 -406
  260. package/src/components/MlFeatureEditor/lib/LICENSE.md +0 -18
  261. package/src/components/MlFeatureEditor/lib/common_selectors.js +0 -72
  262. package/src/components/MlFeatureEditor/lib/constants.js +0 -104
  263. package/src/components/MlFeatureEditor/lib/constrain_feature_movement.js +0 -72
  264. package/src/components/MlFeatureEditor/lib/create_midpoint.js +0 -42
  265. package/src/components/MlFeatureEditor/lib/create_supplementary_points.js +0 -102
  266. package/src/components/MlFeatureEditor/lib/create_vertex.js +0 -35
  267. package/src/components/MlFeatureEditor/lib/double_click_zoom.js +0 -30
  268. package/src/components/MlFeatureEditor/lib/euclidean_distance.js +0 -9
  269. package/src/components/MlFeatureEditor/lib/features_at.js +0 -52
  270. package/src/components/MlFeatureEditor/lib/get_features_and_set_cursor.js +0 -28
  271. package/src/components/MlFeatureEditor/lib/is_click.js +0 -22
  272. package/src/components/MlFeatureEditor/lib/is_event_at_coordinates.js +0 -10
  273. package/src/components/MlFeatureEditor/lib/is_tap.js +0 -19
  274. package/src/components/MlFeatureEditor/lib/map_event_to_bounding_box.js +0 -18
  275. package/src/components/MlFeatureEditor/lib/mode_handler.js +0 -120
  276. package/src/components/MlFeatureEditor/lib/mouse_event_point.js +0 -23
  277. package/src/components/MlFeatureEditor/lib/move_features.js +0 -47
  278. package/src/components/MlFeatureEditor/lib/sort_features.js +0 -45
  279. package/src/components/MlFeatureEditor/lib/string_set.js +0 -59
  280. package/src/components/MlFeatureEditor/lib/string_sets_are_equal.js +0 -8
  281. package/src/components/MlFeatureEditor/lib/theme.js +0 -236
  282. package/src/components/MlFeatureEditor/lib/to_dense_array.js +0 -15
  283. package/src/components/MlFeatureEditor/lib/utils.js +0 -51
  284. package/src/components/MlFillExtrusionLayer/MlFillExtrusionLayer.doc.de.md +0 -1
  285. package/src/components/MlFillExtrusionLayer/MlFillExtrusionLayer.doc.en.md +0 -1
  286. package/src/components/MlFillExtrusionLayer/MlFillExtrusionLayer.meta.json +0 -14
  287. package/src/components/MlFillExtrusionLayer/MlFillExtrusionLayer.stories.js +0 -24
  288. package/src/components/MlFillExtrusionLayer/MlFillExtrusionLayer.test.js +0 -15
  289. package/src/components/MlFillExtrusionLayer/MlFillExtrusionLayer.tsx +0 -85
  290. package/src/components/MlFollowGps/MlFollowGps.doc.de.md +0 -1
  291. package/src/components/MlFollowGps/MlFollowGps.doc.en.md +0 -1
  292. package/src/components/MlFollowGps/MlFollowGps.meta.json +0 -14
  293. package/src/components/MlFollowGps/MlFollowGps.stories.js +0 -40
  294. package/src/components/MlFollowGps/MlFollowGps.test.js +0 -63
  295. package/src/components/MlFollowGps/MlFollowGps.tsx +0 -241
  296. package/src/components/MlGeoJsonLayer/MlGeoJsonLayer.doc.de.md +0 -1
  297. package/src/components/MlGeoJsonLayer/MlGeoJsonLayer.doc.en.md +0 -1
  298. package/src/components/MlGeoJsonLayer/MlGeoJsonLayer.meta.json +0 -14
  299. package/src/components/MlGeoJsonLayer/MlGeoJsonLayer.stories.tsx +0 -191
  300. package/src/components/MlGeoJsonLayer/MlGeoJsonLayer.test.js +0 -20
  301. package/src/components/MlGeoJsonLayer/MlGeoJsonLayer.tsx +0 -128
  302. package/src/components/MlGeoJsonLayer/assets/earthquake.json +0 -109937
  303. package/src/components/MlGeoJsonLayer/assets/sample_1.json +0 -140
  304. package/src/components/MlGeoJsonLayer/assets/sample_2.json +0 -142
  305. package/src/components/MlGeoJsonLayer/assets/sample_polygon_1.json +0 -33
  306. package/src/components/MlGeoJsonLayer/assets/wg_locations.json +0 -65
  307. package/src/components/MlGeoJsonLayer/story_utils/MlGeoJsonLayer.lineStyler.js +0 -189
  308. package/src/components/MlGeoJsonLayer/story_utils/MlGeoJsonLayer.polygonStyler.js +0 -188
  309. package/src/components/MlGeoJsonLayer/story_utils/MlGeojsonLayerCircleStyler.tsx +0 -9
  310. package/src/components/MlGeoJsonLayer/story_utils/MlGeojsonLayerHeatMapStyler.tsx +0 -10
  311. package/src/components/MlGeoJsonLayer/util/getDefaultLayerTypeByGeometry.ts +0 -31
  312. package/src/components/MlGeoJsonLayer/util/getDefaultPaintPropsByType.ts +0 -37
  313. package/src/components/MlGeojsonLayerWithSource/MlGeojsonLayerWithSource.doc.de.md +0 -3
  314. package/src/components/MlGeojsonLayerWithSource/MlGeojsonLayerWithSource.meta_.json +0 -14
  315. package/src/components/MlGeojsonLayerWithSource/MlGeojsonLayerWithSource.stories.tsx +0 -19
  316. package/src/components/MlGeojsonLayerWithSource/MlGeojsonLayerWithSource.tsx +0 -128
  317. package/src/components/MlGpxViewer/MlGpxViewer.doc.de.md +0 -1
  318. package/src/components/MlGpxViewer/MlGpxViewer.doc.en.md +0 -1
  319. package/src/components/MlGpxViewer/MlGpxViewer.meta.json +0 -14
  320. package/src/components/MlGpxViewer/MlGpxViewer.stories.tsx +0 -100
  321. package/src/components/MlGpxViewer/MlGpxViewer.test.js +0 -53
  322. package/src/components/MlGpxViewer/MlGpxViewer.tsx +0 -103
  323. package/src/components/MlGpxViewer/util/GeoJsonContext.ts +0 -13
  324. package/src/components/MlGpxViewer/util/GeoJsonProvider.tsx +0 -25
  325. package/src/components/MlGpxViewer/util/MetadataDrawer.tsx +0 -38
  326. package/src/components/MlGpxViewer/util/MlGpxDemoLoader.tsx +0 -130
  327. package/src/components/MlGpxViewer/util/MlGpxViewerInstructions.tsx +0 -71
  328. package/src/components/MlImageMarkerLayer/MlImageMarkerLayer.doc.de.md +0 -3
  329. package/src/components/MlImageMarkerLayer/MlImageMarkerLayer.meta_.json +0 -14
  330. package/src/components/MlImageMarkerLayer/MlImageMarkerLayer.stories.tsx +0 -41
  331. package/src/components/MlImageMarkerLayer/MlImageMarkerLayer.test.js +0 -38
  332. package/src/components/MlImageMarkerLayer/MlImageMarkerLayer.tsx +0 -100
  333. package/src/components/MlLayer/MlLayer.doc.de.md +0 -3
  334. package/src/components/MlLayer/MlLayer.meta_.json +0 -14
  335. package/src/components/MlLayer/MlLayer.test.js +0 -117
  336. package/src/components/MlLayer/MlLayer.tsx +0 -54
  337. package/src/components/MlLayerMagnify/MlLayerMagnify.doc.de.md +0 -1
  338. package/src/components/MlLayerMagnify/MlLayerMagnify.doc.en.md +0 -1
  339. package/src/components/MlLayerMagnify/MlLayerMagnify.meta.json +0 -14
  340. package/src/components/MlLayerMagnify/MlLayerMagnify.stories.tsx +0 -44
  341. package/src/components/MlLayerMagnify/MlLayerMagnify.test.tsx +0 -83
  342. package/src/components/MlLayerMagnify/MlLayerMagnify.tsx +0 -220
  343. package/src/components/MlLayerMagnify/style.css +0 -48
  344. package/src/components/MlLayerSwipe/MlLayerSwipe.doc.de.md +0 -1
  345. package/src/components/MlLayerSwipe/MlLayerSwipe.doc.en.md +0 -1
  346. package/src/components/MlLayerSwipe/MlLayerSwipe.meta.json +0 -14
  347. package/src/components/MlLayerSwipe/MlLayerSwipe.stories.tsx +0 -36
  348. package/src/components/MlLayerSwipe/MlLayerSwipe.test.js +0 -86
  349. package/src/components/MlLayerSwipe/MlLayerSwipe.tsx +0 -145
  350. package/src/components/MlLayerSwipe/style.css +0 -48
  351. package/src/components/MlLayerSwitcher/MlLayerSwitcher.css +0 -17
  352. package/src/components/MlLayerSwitcher/MlLayerSwitcher.doc.de.md +0 -3
  353. package/src/components/MlLayerSwitcher/MlLayerSwitcher.js +0 -217
  354. package/src/components/MlLayerSwitcher/MlLayerSwitcher.meta_.json +0 -14
  355. package/src/components/MlLayerSwitcher/MlLayerSwitcher.stories.js +0 -103
  356. package/src/components/MlLayerSwitcher/assets/sample_1.json +0 -26
  357. package/src/components/MlLayerSwitcher/assets/sample_2.json +0 -22
  358. package/src/components/MlLayerSwitcher/components/LayerBox.js +0 -77
  359. package/src/components/MlMarker/MlMarker.doc.de.md +0 -3
  360. package/src/components/MlMarker/MlMarker.meta_.json +0 -14
  361. package/src/components/MlMarker/MlMarker.stories.js +0 -22
  362. package/src/components/MlMarker/MlMarker.tsx +0 -140
  363. package/src/components/MlMeasureTool/MlMeasureTool.doc.de.md +0 -3
  364. package/src/components/MlMeasureTool/MlMeasureTool.meta.json +0 -14
  365. package/src/components/MlMeasureTool/MlMeasureTool.stories.js +0 -96
  366. package/src/components/MlMeasureTool/MlMeasureTool.tsx +0 -60
  367. package/src/components/MlNavigationCompass/MlNavigationCompass.doc.de.md +0 -1
  368. package/src/components/MlNavigationCompass/MlNavigationCompass.doc.en.md +0 -1
  369. package/src/components/MlNavigationCompass/MlNavigationCompass.meta.json +0 -14
  370. package/src/components/MlNavigationCompass/MlNavigationCompass.stories.js +0 -63
  371. package/src/components/MlNavigationCompass/MlNavigationCompass.test.js +0 -68
  372. package/src/components/MlNavigationCompass/MlNavigationCompass.tsx +0 -226
  373. package/src/components/MlNavigationCompass/assets/needle.svg +0 -17
  374. package/src/components/MlNavigationCompass/assets/needle__.svg +0 -19
  375. package/src/components/MlNavigationCompass/assets/rotate_left.svg +0 -13
  376. package/src/components/MlNavigationCompass/assets/rotate_right.svg +0 -15
  377. package/src/components/MlNavigationTools/MlNavigationTools.doc.de.md +0 -1
  378. package/src/components/MlNavigationTools/MlNavigationTools.doc.en.md +0 -1
  379. package/src/components/MlNavigationTools/MlNavigationTools.meta.json +0 -14
  380. package/src/components/MlNavigationTools/MlNavigationTools.stories.js +0 -64
  381. package/src/components/MlNavigationTools/MlNavigationTools.tsx +0 -176
  382. package/src/components/MlOsmLayer/MlOsmLayer.js +0 -71
  383. package/src/components/MlOsmLayer/MlOsmLayer.stories_.js +0 -49
  384. package/src/components/MlOsmLayer/MlOsmLayer.test.js +0 -19
  385. package/src/components/MlScaleReference/MlScaleReference.doc.de.md +0 -1
  386. package/src/components/MlScaleReference/MlScaleReference.doc.en.md +0 -1
  387. package/src/components/MlScaleReference/MlScaleReference.meta.json +0 -14
  388. package/src/components/MlScaleReference/MlScaleReference.stories.js +0 -51
  389. package/src/components/MlScaleReference/MlScaleReference.tsx +0 -109
  390. package/src/components/MlShareMapState/MlShareMapState.doc.de.md +0 -3
  391. package/src/components/MlShareMapState/MlShareMapState.meta_.json +0 -14
  392. package/src/components/MlShareMapState/MlShareMapState.stories.tsx +0 -100
  393. package/src/components/MlShareMapState/MlShareMapState.tsx +0 -269
  394. package/src/components/MlSketchTool/LayerList/ColorPicker.tsx +0 -43
  395. package/src/components/MlSketchTool/LayerList/LayerList.tsx +0 -12
  396. package/src/components/MlSketchTool/LayerList/LayerListItem.tsx +0 -109
  397. package/src/components/MlSketchTool/LayerList/LayerPropertyForm.tsx +0 -126
  398. package/src/components/MlSketchTool/MlSketchTool.doc.de.md +0 -3
  399. package/src/components/MlSketchTool/MlSketchTool.meta.json +0 -14
  400. package/src/components/MlSketchTool/MlSketchTool.stories.tsx +0 -26
  401. package/src/components/MlSketchTool/MlSketchTool.tsx +0 -271
  402. package/src/components/MlSpatialElevationProfile/MlSpatialElevationProfile.doc.de.md +0 -1
  403. package/src/components/MlSpatialElevationProfile/MlSpatialElevationProfile.doc.en.md +0 -1
  404. package/src/components/MlSpatialElevationProfile/MlSpatialElevationProfile.meta.json +0 -14
  405. package/src/components/MlSpatialElevationProfile/MlSpatialElevationProfile.stories.tsx +0 -121
  406. package/src/components/MlSpatialElevationProfile/MlSpatialElevationProfile.test.js +0 -48
  407. package/src/components/MlSpatialElevationProfile/MlSpatialElevationProfile.tsx +0 -143
  408. package/src/components/MlSpatialElevationProfile/util/getElevationData.tsx +0 -103
  409. package/src/components/MlThreeJsLayer/MlThreeJsLayer.doc.de.md +0 -1
  410. package/src/components/MlThreeJsLayer/MlThreeJsLayer.doc.en.md +0 -1
  411. package/src/components/MlThreeJsLayer/MlThreeJsLayer.js +0 -207
  412. package/src/components/MlThreeJsLayer/MlThreeJsLayer.meta.json +0 -14
  413. package/src/components/MlThreeJsLayer/MlThreeJsLayer.stories.tsx +0 -37
  414. package/src/components/MlThreeJsLayer/MlThreeJsLayer.test.js +0 -33
  415. package/src/components/MlThreeJsLayer/MlThreejsLayer.tsx +0 -228
  416. package/src/components/MlThreeJsLayer/lib/GLTFLoader.js +0 -3331
  417. package/src/components/MlTransitionGeoJsonLayer/MlTransitionGeoJsonLayer.doc.de.md +0 -3
  418. package/src/components/MlTransitionGeoJsonLayer/MlTransitionGeoJsonLayer.meta.json +0 -14
  419. package/src/components/MlTransitionGeoJsonLayer/MlTransitionGeoJsonLayer.stories.js +0 -52
  420. package/src/components/MlTransitionGeoJsonLayer/MlTransitionGeoJsonLayer.test.js +0 -20
  421. package/src/components/MlTransitionGeoJsonLayer/MlTransitionGeoJsonLayer.tsx +0 -107
  422. package/src/components/MlTransitionGeoJsonLayer/assets/sample_1.json +0 -26
  423. package/src/components/MlTransitionGeoJsonLayer/assets/sample_2.json +0 -22
  424. package/src/components/MlTransitionGeoJsonLayer/assets/sample_polygon_1.json +0 -33
  425. package/src/components/MlTransitionGeoJsonLayer/util/transitionFunctions.js +0 -221
  426. package/src/components/MlUseMapDebugger/MlUseMapDebugger.doc.de.md +0 -3
  427. package/src/components/MlUseMapDebugger/MlUseMapDebugger.js +0 -75
  428. package/src/components/MlUseMapDebugger/MlUseMapDebugger.meta_.json +0 -14
  429. package/src/components/MlUseMapDebugger/MlUseMapDebugger.stories.js +0 -30
  430. package/src/components/MlVectorTileLayer/MlVectorTileLayer.doc.de.md +0 -1
  431. package/src/components/MlVectorTileLayer/MlVectorTileLayer.doc.en.md +0 -1
  432. package/src/components/MlVectorTileLayer/MlVectorTileLayer.meta.json +0 -14
  433. package/src/components/MlVectorTileLayer/MlVectorTileLayer.stories.js +0 -52
  434. package/src/components/MlVectorTileLayer/MlVectorTileLayer.test.js +0 -40
  435. package/src/components/MlVectorTileLayer/MlVectorTileLayer.tsx +0 -144
  436. package/src/components/MlWmsFeatureInfoPopup/MlWmsFeatureInfoPopup.doc.de.md +0 -3
  437. package/src/components/MlWmsFeatureInfoPopup/MlWmsFeatureInfoPopup.js +0 -64
  438. package/src/components/MlWmsFeatureInfoPopup/MlWmsFeatureInfoPopup.meta_.json +0 -14
  439. package/src/components/MlWmsFeatureInfoPopup/MlWmsFeatureInfoPopup.stories.tsx +0 -22
  440. package/src/components/MlWmsLayer/MlWmsLayer.stories.js +0 -49
  441. package/src/components/MlWmsLayer/MlWmsLayer.test.js +0 -19
  442. package/src/components/MlWmsLayer/MlWmsLayer.tsx +0 -218
  443. package/src/components/MlWmsLoader/MlWmsLoader.doc.de.md +0 -1
  444. package/src/components/MlWmsLoader/MlWmsLoader.doc.en.md +0 -1
  445. package/src/components/MlWmsLoader/MlWmsLoader.meta.json +0 -14
  446. package/src/components/MlWmsLoader/MlWmsLoader.stories.tsx +0 -81
  447. package/src/components/MlWmsLoader/MlWmsLoader.tsx +0 -339
  448. package/src/components/MlWmsLoader/utils/MlWmsLoaderInstructions.tsx +0 -50
  449. package/src/components/MlWmsLoader/utils/WMSLinks.tsx +0 -128
  450. package/src/contexts/MapComponentsProvider.test.js +0 -260
  451. package/src/contexts/MapContext.tsx +0 -106
  452. package/src/contexts/SimpleDataContext.js +0 -6
  453. package/src/contexts/SimpleDataProvider.js +0 -64
  454. package/src/contexts/SimpleDataProvider.test.js +0 -68
  455. package/src/custom.d.ts +0 -4
  456. package/src/decorators/EmptyMapDecorator.js +0 -38
  457. package/src/decorators/MapContextDecorator.js +0 -39
  458. package/src/decorators/MapContextDecoratorHooks.js +0 -39
  459. package/src/decorators/MultiMapContextDecorator.js +0 -80
  460. package/src/decorators/NoNavToolsDecorator.js +0 -33
  461. package/src/decorators/ThemeDecorator.js +0 -24
  462. package/src/decorators/style.css +0 -34
  463. package/src/hooks/assets/pointWG.json +0 -13
  464. package/src/hooks/useCameraFollowPath/useCameraFollowPath.doc.de.md +0 -4
  465. package/src/hooks/useCameraFollowPath/useCameraFollowPath.doc.en.md +0 -1
  466. package/src/hooks/useCameraFollowPath/useCameraFollowPath.meta.json +0 -14
  467. package/src/hooks/useCameraFollowPath/useCameraFollowPath.stories.tsx +0 -192
  468. package/src/hooks/useCameraFollowPath/useCameraFollowPath.tsx +0 -192
  469. package/src/hooks/useExportMap/index.ts +0 -30
  470. package/src/hooks/useExportMap/lib.ts +0 -158
  471. package/src/hooks/useGpx/lib/gpxConverter.js +0 -521
  472. package/src/hooks/useGpx/useGpx.doc.de.md +0 -3
  473. package/src/hooks/useGpx/useGpx.meta_.json +0 -15
  474. package/src/hooks/useGpx/useGpx.stories.js +0 -20
  475. package/src/hooks/useGpx/useGpx.tsx +0 -70
  476. package/src/hooks/useLayer.test.js +0 -205
  477. package/src/hooks/useLayer.ts +0 -234
  478. package/src/hooks/useLayerEvent.js +0 -49
  479. package/src/hooks/useLayerFilter/useLayerFilter.doc.de.md +0 -3
  480. package/src/hooks/useLayerFilter/useLayerFilter.meta_.json +0 -14
  481. package/src/hooks/useLayerFilter/useLayerFilter.stories.tsx +0 -40
  482. package/src/hooks/useLayerFilter/useLayerFilter.ts +0 -33
  483. package/src/hooks/useLayerHoverPopup/useLayerHoverPopup.doc.de.md +0 -3
  484. package/src/hooks/useLayerHoverPopup/useLayerHoverPopup.meta_.json +0 -15
  485. package/src/hooks/useLayerHoverPopup/useLayerHoverPopup.stories.js +0 -20
  486. package/src/hooks/useLayerHoverPopup/useLayerHoverPopup.tsx +0 -83
  487. package/src/hooks/useMap.test.tsx +0 -48
  488. package/src/hooks/useMap.ts +0 -91
  489. package/src/hooks/useMapState.stories.js +0 -120
  490. package/src/hooks/useMapState.ts +0 -182
  491. package/src/hooks/useSource.ts +0 -84
  492. package/src/hooks/useSources.stories.js +0 -232
  493. package/src/hooks/useWms.ts +0 -104
  494. package/src/index.ts +0 -78
  495. package/src/setupTests.js +0 -113
  496. package/src/stories/components/Readme.js +0 -7
  497. package/src/ui_components/Dropzone.tsx +0 -104
  498. package/src/ui_components/ImageLoader.tsx +0 -83
  499. package/src/ui_components/LayerList/LayerList.stories.tsx +0 -136
  500. package/src/ui_components/LayerList/LayerList.tsx +0 -12
  501. package/src/ui_components/LayerList/LayerListFolder.tsx +0 -82
  502. package/src/ui_components/LayerList/LayerListItem.tsx +0 -180
  503. package/src/ui_components/LayerList/assets/sample_1.json +0 -26
  504. package/src/ui_components/LayerList/assets/sample_2.json +0 -22
  505. package/src/ui_components/LayerList/assets/sample_polygon_1.json +0 -33
  506. package/src/ui_components/LayerList/assets/style.json +0 -2599
  507. package/src/ui_components/LayerList/util/LayerListItemVectorLayer.tsx +0 -92
  508. package/src/ui_components/LayerList/util/LayerPropertyForm.tsx +0 -125
  509. package/src/ui_components/LayerList/util/input/ColorPicker.tsx +0 -44
  510. package/src/ui_components/LoadingOverlay.css +0 -9
  511. package/src/ui_components/LoadingOverlayContext.tsx +0 -79
  512. package/src/ui_components/MapcomponentsTheme.tsx +0 -133
  513. package/src/ui_components/Sidebar.tsx +0 -87
  514. package/src/ui_components/Tooltip.tsx +0 -17
  515. package/src/ui_components/TopToolbar.tsx +0 -24
  516. package/src/ui_components/UploadButton.tsx +0 -57
  517. package/src/util/BubbleForInstructions.js +0 -48
  518. package/src/util/Instructions.tsx +0 -60
  519. package/src/util/index.js +0 -4
  520. package/src/util/layerRemovalTest.js +0 -121
  521. package/src/util/sourceRemovalTest.js +0 -113
  522. package/tsconfig.json +0 -34
@@ -1,10 +1,12 @@
1
1
  import React from 'react';
2
- import { PaperProps, SxProps, DrawerProps } from '@mui/material';
2
+ import { PaperProps, DrawerProps } from '@mui/material';
3
3
  interface SidebarProps {
4
4
  drawerPaperProps?: PaperProps;
5
5
  drawerHeaderProps?: Headers;
6
- drawerButtonStyle?: SxProps | undefined;
7
6
  children?: React.ReactNode;
7
+ open?: boolean;
8
+ setOpen?: (val: boolean) => void;
9
+ name?: string;
8
10
  }
9
- export default function Sidebar({ drawerPaperProps, drawerHeaderProps, drawerButtonStyle, ...props }: SidebarProps & DrawerProps): JSX.Element;
11
+ export default function Sidebar({ drawerPaperProps, drawerHeaderProps, ...props }: SidebarProps & DrawerProps): JSX.Element;
10
12
  export {};
@@ -1,8 +1,9 @@
1
- /// <reference types="react" />
2
- import { AppBarProps, ToolbarProps, SxProps } from '@mui/material';
3
- interface TopToolbarProps extends AppBarProps {
4
- toolbarProps?: ToolbarProps;
5
- appBarStyle?: SxProps;
1
+ import * as React from 'react';
2
+ export interface TopToolbarProps {
3
+ children?: React.ReactNode;
4
+ unmovableButtons?: React.ReactNode;
5
+ buttons?: React.ReactNode;
6
+ logo?: React.ReactNode;
6
7
  }
7
- export default function TopToolbar({ toolbarProps, appBarStyle, ...props }: TopToolbarProps): JSX.Element;
8
- export {};
8
+ declare function TopToolbar(props: TopToolbarProps): JSX.Element;
9
+ export default TopToolbar;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mapcomponents/react-maplibre",
3
- "version": "0.1.69",
3
+ "version": "0.1.70",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.esm.js",
@@ -16,7 +16,6 @@
16
16
  "build-storybook": "build-storybook -o docs-build -s public",
17
17
  "storybook-docs": "start-storybook --docs --no-manager-cache",
18
18
  "build-catalogue-meta": "node scripts/build-catalogue-meta.js",
19
- "build-catalogue-markdown-docs": "node scripts/build-catalogue-markdown-docs.js",
20
19
  "create-component": "./scripts/create-map-component.sh"
21
20
  },
22
21
  "dependencies": {
package/.babelrc DELETED
@@ -1,22 +0,0 @@
1
- {
2
- "plugins": [
3
- "@babel/plugin-transform-typescript",
4
- "babel-plugin-styled-components",
5
- [
6
- "inline-react-svg",
7
- {
8
- "svgo": {
9
- "plugins": [
10
- {
11
- "name": "preset-default",
12
- "params": {
13
- "overrides": { "mergePaths": false }
14
- }
15
- }
16
- ]
17
- }
18
- }
19
- ]
20
- ],
21
- "presets": ["@babel/preset-env", "@babel/preset-react", "@babel/preset-typescript"]
22
- }
package/.editorconfig DELETED
@@ -1,19 +0,0 @@
1
- # EditorConfig is awesome: https://editorconfig.org/
2
-
3
- # top-most EditorConfig file
4
- root = true
5
-
6
- [*.md]
7
- trim_trailing_whitespace = false
8
-
9
- [*.js]
10
- trim_trailing_whitespace = true
11
-
12
- # Unix-style newlines with a newline ending every file
13
- [*]
14
- indent_style = tab
15
- indent_size = 2
16
- end_of_line = lf
17
- charset = utf-8
18
- insert_final_newline = true
19
- max_line_length = 100
package/.eslintignore DELETED
@@ -1,12 +0,0 @@
1
- .cache
2
- .github
3
- .storybook
4
- .vscode
5
- coverage
6
- dist
7
- docs
8
- docs-build
9
- js-docs
10
- node_modules
11
- storybook-static
12
- scripts
package/.eslintrc.js DELETED
@@ -1,30 +0,0 @@
1
- module.exports = {
2
- env: {
3
- browser: true,
4
- node: true,
5
- es2021: true,
6
- },
7
- extends: [
8
- 'eslint:recommended',
9
- 'plugin:react/recommended',
10
- 'plugin:@typescript-eslint/recommended',
11
- 'prettier',
12
- ],
13
- overrides: [],
14
- parser: '@typescript-eslint/parser',
15
- parserOptions: {
16
- ecmaVersion: 'latest',
17
- sourceType: 'module',
18
- },
19
- plugins: ['react', '@typescript-eslint'],
20
- rules: {
21
- 'react/prop-types': 'off',
22
- // empty functions can sometimes be set intentionally. e.g. with useRef/useState, if we want an empty function first
23
- '@typescript-eslint/no-empty-function': 'off',
24
- },
25
- settings: {
26
- react: {
27
- version: 'detect',
28
- },
29
- },
30
- };
@@ -1,41 +0,0 @@
1
- ---
2
- name: "🐛 Bug Report"
3
- about: Report a reproducible bug.
4
- title: 'Bug: '
5
- labels: 'Status: Unconfirmed'
6
-
7
- ---
8
-
9
- <!--
10
- Please provide a clear and concise description of what the bug is. Include
11
- screenshots if needed. Please test using the latest version of the relevant
12
- @mapcomponents/react-maplibre package to make sure your issue has not already been fixed.
13
- -->
14
-
15
- @mapcomponents/react-maplibre version:
16
-
17
- ## Steps To Reproduce
18
-
19
- 1.
20
- 2.
21
-
22
- <!--
23
- Your bug will get fixed much faster if we can run your code and it doesn't
24
- have dependencies other than react-map-components-maplibre. Issues without reproduction steps or
25
- code examples may be immediately closed as not actionable.
26
- -->
27
-
28
- Link to code example:
29
-
30
- <!--
31
- Please provide a CodeSandbox (https://codesandbox.io/s/new), a link to a
32
- repository on GitHub, or provide a minimal code example that reproduces the
33
- problem. You may provide a screenshot of the application if you think it is
34
- relevant to your bug report. Here are some tips for providing a minimal
35
- example: https://stackoverflow.com/help/mcve.
36
- -->
37
-
38
- ## The current behavior
39
-
40
-
41
- ## The expected behavior
@@ -1,22 +0,0 @@
1
- ---
2
- name: "💕 Feature request"
3
- about: Suggest a new idea for @mapcomponents/react-maplibre.
4
- title: 'Feature: '
5
- labels: 'Status: needs print'
6
- Assignees: ''
7
- ---
8
-
9
- <!--
10
- Please provide a clear and concise description of what the feature does.
11
- -->
12
-
13
-
14
- @mapcomponents/react-maplibre version:
15
-
16
- ## Feature description
17
-
18
-
19
- ## Example
20
-
21
-
22
- ## Summary
@@ -1,19 +0,0 @@
1
- name: catalogue-meta-schema-check
2
- on:
3
- push:
4
- branches:
5
- - "main"
6
- pull_request:
7
-
8
- jobs:
9
- check-catalogue-meta-schema:
10
- runs-on: ubuntu-latest
11
- steps:
12
- - name: Checkout 🛎️
13
- uses: actions/checkout@v2.3.1
14
- with:
15
- persist-credentials: false
16
- - name: Install and build 🔧
17
- run: | # Install packages and build the catalogue meta.json file for schema checks only
18
- yarn
19
- yarn build-catalogue-meta
@@ -1,46 +0,0 @@
1
- name: formatting-check
2
- on:
3
- push:
4
- branches:
5
- - "main"
6
- pull_request:
7
-
8
- jobs:
9
- check_formatting:
10
- runs-on: ubuntu-latest
11
-
12
- strategy:
13
- matrix:
14
- node-versions: [16.x]
15
-
16
- steps:
17
- - uses: actions/checkout@v2
18
-
19
- - name: Use Node.js ${{ matrix.node-version }}
20
- uses: actions/setup-node@v2
21
- with:
22
- node-version: ${{ matrix.node-version }}
23
-
24
- - name: Node cache
25
- id: yarn-cache
26
- uses: actions/cache@v2
27
- with:
28
- path: "**/node_modules"
29
- key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
30
-
31
- - name: Install dependencies
32
- if: steps.yarn-cache.outputs.cache-hit != 'true'
33
- run: yarn install
34
-
35
- - id: files
36
- uses: jitterbit/get-changed-files@v1
37
- with:
38
- format: csv
39
-
40
- - name: Run scoped actions
41
- uses: DukeManh/scoped-actions@v1
42
- with:
43
- files: ${{ steps.files.outputs.added_modified}}
44
- eslintTarget: "**/*.{jsx,tsx,ts,js}"
45
- s0: "yarn run eslint"
46
- s1: "yarn run prettier --check"
@@ -1,26 +0,0 @@
1
- name: tests
2
- on:
3
- push:
4
- branches:
5
- - main
6
- pull_request:
7
- branches:
8
- - main
9
- jobs:
10
- test:
11
- runs-on: ubuntu-latest
12
-
13
- strategy:
14
- matrix:
15
- node-versions: [16.x,18.x]
16
-
17
- steps:
18
- - uses: actions/checkout@v2
19
- - name: Use Node.js ${{ matrix.node-version }}
20
- # Setup .npmrc file to publish to npm
21
- uses: actions/setup-node@v2
22
- with:
23
- node-version: ${{ matrix.node-version }}
24
- - run: yarn
25
- - run: yarn test:noninteractive
26
- - run: yarn build
@@ -1,21 +0,0 @@
1
- name: Publish node.js Package
2
- on:
3
- push:
4
- tags:
5
- - v*
6
- jobs:
7
- build:
8
- runs-on: ubuntu-latest
9
- steps:
10
- - uses: actions/checkout@v2
11
- # Setup .npmrc file to publish to npm
12
- - uses: actions/setup-node@v2
13
- with:
14
- node-version: '16.x'
15
- registry-url: 'https://registry.npmjs.org'
16
- - run: yarn
17
- - run: yarn build
18
- - run: yarn test:noninteractive
19
- - run: yarn publish
20
- env:
21
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -1,28 +0,0 @@
1
- name: Build and deploy storybook
2
- on:
3
- push:
4
- branches:
5
- - main
6
- jobs:
7
- build-and-deploy:
8
- runs-on: ubuntu-latest
9
- steps:
10
- - name: Checkout 🛎️
11
- uses: actions/checkout@v2.3.1
12
- with:
13
- persist-credentials: false
14
- - name: Install and build 🔧
15
- run: | # Install packages and build the Storybook files
16
- yarn
17
- yarn build-catalogue-meta
18
- yarn build-catalogue-markdown-docs
19
- yarn build-storybook
20
- npx sb extract ./docs-build ./docs-build/stories.json
21
- - name: Deploy 🚀
22
- uses: JamesIves/github-pages-deploy-action@3.6.2
23
- with:
24
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
- BRANCH: main # The branch the action should deploy to.
26
- FOLDER: docs-build # The folder that the build-storybook script generates files.
27
- CLEAN: true # Automatically remove deleted files from the deploy branch
28
- TARGET_FOLDER: docs # The folder that we serve our Storybook files from
package/.prettierignore DELETED
@@ -1,11 +0,0 @@
1
- .cache
2
- .github
3
- .storybook
4
- .vscode
5
- coverage
6
- dist
7
- docs
8
- docs-build
9
- js-docs
10
- node_modules
11
- storybook-static
package/.prettierrc.json DELETED
@@ -1,6 +0,0 @@
1
- {
2
- "printWidth": 100,
3
- "singleQuote": true,
4
- "trailingComma": "es5",
5
- "useTabs": true
6
- }
@@ -1,26 +0,0 @@
1
- {
2
- "plugins": [
3
- "@babel/plugin-transform-typescript",
4
- "babel-plugin-styled-components",
5
- [
6
- "inline-react-svg",
7
- {
8
- "svgo": {
9
- "plugins": [
10
- {
11
- "name": "preset-default",
12
- "params": {
13
- "overrides": { "mergePaths": false }
14
- }
15
- }
16
- ]
17
- }
18
- }
19
- ]
20
- ],
21
- "presets": [
22
- "@babel/preset-env",
23
- "@babel/preset-typescript",
24
- "@babel/preset-react"
25
- ]
26
- }
@@ -1,40 +0,0 @@
1
- module.exports = {
2
- core: {
3
- builder: '@storybook/builder-webpack5',
4
- },
5
- stories: ['../src/**/*.stories.mdx', '../src/**/*.stories.@(js|jsx|ts|tsx)'],
6
- addons: [
7
- 'storybook-source-link',
8
- '@storybook/addon-storysource',
9
- '@storybook/addon-links',
10
- '@storybook/addon-essentials',
11
- {
12
- name: '@storybook/addon-docs',
13
- options: {
14
- configureJSX: true,
15
- },
16
- },
17
- ],
18
- framework: '@storybook/react',
19
- webpackFinal: async (config, { configType }) => {
20
- // split into more chunks
21
- config.optimization = {
22
- splitChunks: {
23
- chunks: 'all',
24
- minSize: 30 * 1024, // 30KB
25
- maxSize: 1024 * 1024, // 1MB
26
- },
27
- };
28
-
29
- return config;
30
- },
31
- typescript: {
32
- check: false,
33
- checkOptions: {},
34
- reactDocgen: 'react-docgen-typescript',
35
- reactDocgenTypescriptOptions: {
36
- shouldExtractLiteralValuesFromEnum: true,
37
- propFilter: (prop) => (prop.parent ? !/node_modules/.test(prop.parent.fileName) : true),
38
- },
39
- },
40
- };
@@ -1,6 +0,0 @@
1
- import { addons } from "@storybook/addons";
2
- import wheregroupTheme from "./wheregroupTheme";
3
-
4
- addons.setConfig({
5
- theme: wheregroupTheme,
6
- });
Binary file
@@ -1,33 +0,0 @@
1
- import React from "react";
2
-
3
- import { themes } from "@storybook/theming";
4
-
5
- import "./style.css";
6
-
7
- console.log('ReactDOM.render warning is from storybook still using react 17 to render the UI; The components shown are using 18 thoug. See https://github.com/storybookjs/storybook/issues/17831 for more info. The issue will eventually be resolved by upgrading storybook, once it fully supports React 18');
8
-
9
- export const parameters = {
10
- docs: {
11
- inlineStories: false,
12
- },
13
- actions: { argTypesRegex: "^on[A-Z].*" },
14
-
15
- sourceLinkPrefix: 'https://github.com/mapcomponents/react-map-components-maplibre/blob/main/src/'
16
- };
17
-
18
- export const globalTypes = {
19
- theme: {
20
- name: 'Theme',
21
- title: 'Theme',
22
- description: 'Theme for your components',
23
- defaultValue: 'light',
24
- toolbar: {
25
- icon: 'paintbrush',
26
- dynamicTitle: true,
27
- items: [
28
- { value: 'light', left: '☀️', title: 'Light mode' },
29
- { value: 'dark', left: '🌙', title: 'Dark mode' },
30
- ],
31
- },
32
- },
33
- };
@@ -1,15 +0,0 @@
1
- .docs-story > div:first-child{
2
- z-index:0;
3
- }
4
-
5
- .docs-story > div > div:first-child, .innerZoomElementWrapper, .innerZoomElementWrapper > div:first-child, .innerZoomElementWrapper > div:first-child > div:first-child{
6
-
7
- position: absolute;
8
- top: 0;
9
- bottom: 0;
10
- left: 0;
11
- right: 0;
12
- }
13
- .innerZoomElementWrapper > div > div > div:first-child{
14
- height: 100% !important;
15
- }
@@ -1,9 +0,0 @@
1
- import { create } from "@storybook/theming";
2
- import logo from "./mapcomponents_logo.png";
3
-
4
- export default create({
5
- base: "light",
6
- brandTitle: "WhereGroup GmbH",
7
- brandUrl: "https://wheregroup.com",
8
- brandImage: logo,
9
- });
package/config/env.js DELETED
@@ -1,106 +0,0 @@
1
- 'use strict';
2
-
3
- const fs = require('fs');
4
- const path = require('path');
5
- const paths = require('./paths');
6
-
7
- // Make sure that including paths.js after env.js will read .env variables.
8
- delete require.cache[require.resolve('./paths')];
9
-
10
- const NODE_ENV = process.env.NODE_ENV;
11
- if (!NODE_ENV) {
12
- throw new Error(
13
- 'The NODE_ENV environment variable is required but was not specified.'
14
- );
15
- }
16
-
17
- // https://github.com/bkeepers/dotenv#what-other-env-files-can-i-use
18
- const dotenvFiles = [
19
- `${paths.dotenv}.${NODE_ENV}.local`,
20
- // Don't include `.env.local` for `test` environment
21
- // since normally you expect tests to produce the same
22
- // results for everyone
23
- NODE_ENV !== 'test' && `${paths.dotenv}.local`,
24
- `${paths.dotenv}.${NODE_ENV}`,
25
- paths.dotenv,
26
- ].filter(Boolean);
27
-
28
- // Load environment variables from .env* files. Suppress warnings using silent
29
- // if this file is missing. dotenv will never modify any environment variables
30
- // that have already been set. Variable expansion is supported in .env files.
31
- // https://github.com/motdotla/dotenv
32
- // https://github.com/motdotla/dotenv-expand
33
- dotenvFiles.forEach(dotenvFile => {
34
- if (fs.existsSync(dotenvFile)) {
35
- require('dotenv-expand')(
36
- require('dotenv').config({
37
- path: dotenvFile,
38
- })
39
- );
40
- }
41
- });
42
-
43
- // We support resolving modules according to `NODE_PATH`.
44
- // This lets you use absolute paths in imports inside large monorepos:
45
- // https://github.com/facebook/create-react-app/issues/253.
46
- // It works similar to `NODE_PATH` in Node itself:
47
- // https://nodejs.org/api/modules.html#modules_loading_from_the_global_folders
48
- // Note that unlike in Node, only *relative* paths from `NODE_PATH` are honored.
49
- // Otherwise, we risk importing Node.js core modules into an app instead of webpack shims.
50
- // https://github.com/facebook/create-react-app/issues/1023#issuecomment-265344421
51
- // We also resolve them to make sure all tools using them work consistently.
52
- const appDirectory = fs.realpathSync(process.cwd());
53
- process.env.NODE_PATH = (process.env.NODE_PATH || '')
54
- .split(path.delimiter)
55
- .filter(folder => folder && !path.isAbsolute(folder))
56
- .map(folder => path.resolve(appDirectory, folder))
57
- .join(path.delimiter);
58
-
59
- // Grab NODE_ENV and REACT_APP_* environment variables and prepare them to be
60
- // injected into the application via DefinePlugin in webpack configuration.
61
- const REACT_APP = /^REACT_APP_/i;
62
-
63
- function getClientEnvironment(publicUrl) {
64
- const raw = Object.keys(process.env)
65
- .filter(key => REACT_APP.test(key))
66
- .reduce(
67
- (env, key) => {
68
- env[key] = process.env[key];
69
- return env;
70
- },
71
- {
72
- // Useful for determining whether we’re running in production mode.
73
- // Most importantly, it switches React into the correct mode.
74
- NODE_ENV: process.env.NODE_ENV || 'development',
75
- // Useful for resolving the correct path to static assets in `public`.
76
- // For example, <img src={process.env.PUBLIC_URL + '/img/logo.png'} />.
77
- // This should only be used as an escape hatch. Normally you would put
78
- // images into the `src` and `import` them in code to get their paths.
79
- PUBLIC_URL: publicUrl,
80
- // We support configuring the sockjs pathname during development.
81
- // These settings let a developer run multiple simultaneous projects.
82
- // They are used as the connection `hostname`, `pathname` and `port`
83
- // in webpackHotDevClient. They are used as the `sockHost`, `sockPath`
84
- // and `sockPort` options in webpack-dev-server.
85
- WDS_SOCKET_HOST: process.env.WDS_SOCKET_HOST,
86
- WDS_SOCKET_PATH: process.env.WDS_SOCKET_PATH,
87
- WDS_SOCKET_PORT: process.env.WDS_SOCKET_PORT,
88
- // Whether or not react-refresh is enabled.
89
- // react-refresh is not 100% stable at this time,
90
- // which is why it's disabled by default.
91
- // It is defined here so it is available in the webpackHotDevClient.
92
- FAST_REFRESH: process.env.FAST_REFRESH !== 'false',
93
- }
94
- );
95
- // Stringify all values so we can feed into webpack DefinePlugin
96
- const stringified = {
97
- 'process.env': Object.keys(raw).reduce((env, key) => {
98
- env[key] = JSON.stringify(raw[key]);
99
- return env;
100
- }, {}),
101
- };
102
-
103
- return { raw, stringified };
104
- }
105
-
106
- module.exports = getClientEnvironment;
@@ -1,29 +0,0 @@
1
- 'use strict';
2
-
3
- const babelJest = require('babel-jest');
4
-
5
- const hasJsxRuntime = (() => {
6
- if (process.env.DISABLE_NEW_JSX_TRANSFORM === 'true') {
7
- return false;
8
- }
9
-
10
- try {
11
- require.resolve('react/jsx-runtime');
12
- return true;
13
- } catch (e) {
14
- return false;
15
- }
16
- })();
17
-
18
- module.exports = babelJest.createTransformer({
19
- presets: [
20
- [
21
- require.resolve('babel-preset-react-app'),
22
- {
23
- runtime: hasJsxRuntime ? 'automatic' : 'classic',
24
- },
25
- ],
26
- ],
27
- babelrc: false,
28
- configFile: false,
29
- });
@@ -1,14 +0,0 @@
1
- 'use strict';
2
-
3
- // This is a custom Jest transformer turning style imports into empty objects.
4
- // http://facebook.github.io/jest/docs/en/webpack.html
5
-
6
- module.exports = {
7
- process() {
8
- return 'module.exports = {};';
9
- },
10
- getCacheKey() {
11
- // The output is always the same.
12
- return 'cssTransform';
13
- },
14
- };