From 204444f42d8e4115d95a87a87c9ff6057713e017 Mon Sep 17 00:00:00 2001 From: Anton Tranelis <31516529+antontranelis@users.noreply.github.com> Date: Sat, 17 May 2025 10:11:43 +0200 Subject: [PATCH] fix(source): fix searchbar layout bug (#220) * 3.0.82 * version number * 3.0.84 * 3.0.85 * 3.0.86 * fix layout bug in searchbar --- package-lock.json | 4 ++-- package.json | 2 +- src/Components/Map/Subcomponents/Controls/SearchControl.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a83dd2c5..86f3a0b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "utopia-ui", - "version": "3.0.85", + "version": "3.0.86", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "utopia-ui", - "version": "3.0.85", + "version": "3.0.86", "license": "GPL-3.0-only", "dependencies": { "@heroicons/react": "^2.0.17", diff --git a/package.json b/package.json index 076bc3bf..b8309549 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "utopia-ui", - "version": "3.0.85", + "version": "3.0.86", "description": "Reuseable React Components to build mapping apps for real life communities and networks", "repository": "https://github.com/utopia-os/utopia-ui", "homepage": "https://utopia-os.org/", diff --git a/src/Components/Map/Subcomponents/Controls/SearchControl.tsx b/src/Components/Map/Subcomponents/Controls/SearchControl.tsx index f95bb82a..cb655191 100644 --- a/src/Components/Map/Subcomponents/Controls/SearchControl.tsx +++ b/src/Components/Map/Subcomponents/Controls/SearchControl.tsx @@ -180,7 +180,7 @@ export const SearchControl = () => { {item.layer?.menuIcon ? ( { code = code.replace(/fill=".*?"/g, 'fill="currentColor"') code = code.replace(/stroke=".*?"/g, 'stroke="currentColor"')