@orca-pt/orca-components 1.0.6 → 1.0.7

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.
@@ -1,7 +1,6 @@
1
- import "mapbox-gl/dist/mapbox-gl.css";
2
1
  /**
3
- * OrcaLocation - Renders map/location content using Mapbox GL JS
4
- * Displays interactive map with marker and navigation controls
2
+ * OrcaLocation - Renders location content
3
+ * Mapbox integration disabled displays coordinates only
5
4
  */
6
5
  type __VLS_Props = {
7
6
  latitude: number;