From ae1716d4c16875ef55441df10a2e3d99ccac7058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel?= Date: Sun, 17 May 2026 23:25:47 -0400 Subject: [PATCH] feat(registry): add spain-map block + fix MDX preview paths MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New block: spain-map — animated Spain choropleth by autonomous community using D3 conic conformal projection with GDP per capita data and red-to-amber color scale. Also switches all map MDX preview URLs from S3 to local paths so they render in mintlify dev without needing S3 upload first. --- docs/catalog/blocks/spain-map.mdx | 44 +++ docs/catalog/blocks/us-map-bubble.mdx | 2 +- docs/catalog/blocks/us-map-flow.mdx | 2 +- docs/catalog/blocks/us-map-hex.mdx | 2 +- docs/catalog/blocks/us-map.mdx | 2 +- docs/catalog/blocks/world-map.mdx | 2 +- docs/docs.json | 3 +- registry/blocks/spain-map/registry-item.json | 17 + registry/blocks/spain-map/spain-map.html | 393 +++++++++++++++++++ registry/registry.json | 4 + 10 files changed, 465 insertions(+), 6 deletions(-) create mode 100644 docs/catalog/blocks/spain-map.mdx create mode 100644 registry/blocks/spain-map/registry-item.json create mode 100644 registry/blocks/spain-map/spain-map.html diff --git a/docs/catalog/blocks/spain-map.mdx b/docs/catalog/blocks/spain-map.mdx new file mode 100644 index 000000000..572d76558 --- /dev/null +++ b/docs/catalog/blocks/spain-map.mdx @@ -0,0 +1,44 @@ +--- +title: "Spain Map" +description: "Animated Spain choropleth by autonomous community with staggered reveals and gradient legend" +--- + +# Spain Map + +Animated Spain choropleth by autonomous community with staggered reveals and gradient legend — D3 conic conformal projection with GSAP timeline. GDP per capita data with warm red-to-amber color scale. + +`data` `map` `geography` `spain` `europe` `choropleth` + +