From 04e0808d6d6ffc02726ea3bdfc0e2d7aee207c47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kate=20Mih=C3=A1likov=C3=A1?= Date: Fri, 5 Dec 2025 22:41:57 +0100 Subject: [PATCH 1/2] RD-1496 Fix global styles --- demos/01-standalone.html | 1 + demos/02-maptiler-sdk.html | 7 +-- demos/03-maplibregl.html | 7 +-- demos/04-react.html | 1 + src/components/marker.css | 47 ++++++++------------- src/controls/leaflet-control.ts | 6 ++- src/controls/maplibregl-control.ts | 19 ++++++--- src/geocoder/geocoder-options.ts | 14 +++--- src/geocoder/geocoder.css | 68 ++++++++++++++---------------- src/geocoder/geocoder.ts | 9 ++-- 10 files changed, 81 insertions(+), 98 deletions(-) diff --git a/demos/01-standalone.html b/demos/01-standalone.html index a99de33..91a9135 100644 --- a/demos/01-standalone.html +++ b/demos/01-standalone.html @@ -2,6 +2,7 @@ MapTiler Geocoding Control example + diff --git a/demos/03-maplibregl.html b/demos/03-maplibregl.html index ba8124e..a57b663 100644 --- a/demos/03-maplibregl.html +++ b/demos/03-maplibregl.html @@ -2,6 +2,7 @@ MapTiler Geocoding Control example + diff --git a/demos/04-react.html b/demos/04-react.html index c3f7450..7710923 100644 --- a/demos/04-react.html +++ b/demos/04-react.html @@ -2,6 +2,7 @@ MapTiler Geocoding Control example +