From 7ffa351e34532f0d48e42dc51eec39652fc2fd7b Mon Sep 17 00:00:00 2001 From: Sandra Hoang Date: Tue, 10 Sep 2024 15:06:32 -0400 Subject: [PATCH 01/38] Expose ExplorationAndAnalysis component, update date-fns for building library, and get to render in nextJs instance --- .../common/map/style-generators/basemap.tsx | 2 +- .../exploration/components/map/index.tsx | 22 +++++++++---------- .../components/timeline/date-axis.tsx | 7 +++--- .../components/timeline/timeline-controls.tsx | 4 +++- .../components/timeline/timeline.tsx | 22 +++++++++---------- app/scripts/components/exploration/index.tsx | 6 ++--- app/scripts/index.ts | 8 ++++++- 7 files changed, 39 insertions(+), 32 deletions(-) diff --git a/app/scripts/components/common/map/style-generators/basemap.tsx b/app/scripts/components/common/map/style-generators/basemap.tsx index b5e037b98..6da325f03 100644 --- a/app/scripts/components/common/map/style-generators/basemap.tsx +++ b/app/scripts/components/common/map/style-generators/basemap.tsx @@ -33,7 +33,7 @@ export function Basemap({ boundariesOption = true }: BasemapProps) { const { updateStyle } = useMapStyle(); - + console.log(`inBasemap`) const [baseStyle, setBaseStyle] = useState