@page-speed/maps 0.1.0 → 0.1.1

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.
@@ -38,6 +38,11 @@ type BasicMarkerInput = {
38
38
  };
39
39
  type MapLibreProps = {
40
40
  stadiaApiKey: string;
41
+ /**
42
+ * Optional stylesheet URL override for MapLibre CSS auto-loading.
43
+ * Defaults to jsDelivr maplibre-gl stylesheet for the bundled version.
44
+ */
45
+ mapLibreCssHref?: string;
41
46
  viewState?: Partial<MapViewState>;
42
47
  onViewStateChange?: (state: Partial<MapViewState>) => void;
43
48
  mapStyle?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@page-speed/maps",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Performance-optimized MapLibre React components and style utilities for DashTrack.",
5
5
  "keywords": [
6
6
  "react",