From 7faee5fd793c8c87aeb36d304bf892d315b7c038 Mon Sep 17 00:00:00 2001 From: ISA Date: Wed, 17 Sep 2025 14:00:27 +0200 Subject: [PATCH] style: "Zu Marker zoomen" remove hover Button , only littwin-blue --- .env.development | 2 +- .env.production | 2 +- components/uiWidgets/CoordinateInput.js | 5 +---- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.env.development b/.env.development index b5d141be8..0232dc9d9 100644 --- a/.env.development +++ b/.env.development @@ -23,4 +23,4 @@ NEXT_PUBLIC_USE_MOCKS=true # z.B. http://10.10.0.13/xyz/index.aspx -> basePath in config.json auf /xyz setzen # basePath wird jetzt in public/config.json gepflegt # App-Versionsnummer -NEXT_PUBLIC_APP_VERSION=1.1.389 +NEXT_PUBLIC_APP_VERSION=1.1.390 diff --git a/.env.production b/.env.production index 3f3f59b06..09a658b6a 100644 --- a/.env.production +++ b/.env.production @@ -24,4 +24,4 @@ NEXT_PUBLIC_USE_MOCKS=false # basePath wird jetzt in public/config.json gepflegt # App-Versionsnummer -NEXT_PUBLIC_APP_VERSION=1.1.389 +NEXT_PUBLIC_APP_VERSION=1.1.390 diff --git a/components/uiWidgets/CoordinateInput.js b/components/uiWidgets/CoordinateInput.js index fb46dd89b..ff65a9a77 100644 --- a/components/uiWidgets/CoordinateInput.js +++ b/components/uiWidgets/CoordinateInput.js @@ -23,10 +23,7 @@ const CoordinateInput = ({ onCoordinatesSubmit }) => { onChange={e => setCoordinates(e.target.value)} className="border p-2 rounded w-full mb-2" /> - diff --git a/package-lock.json b/package-lock.json index eb14f643f..f198c6084 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nodemap", - "version": "1.1.389", + "version": "1.1.390", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nodemap", - "version": "1.1.389", + "version": "1.1.390", "dependencies": { "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", diff --git a/package.json b/package.json index b617f0521..6a5cd4561 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodemap", - "version": "1.1.389", + "version": "1.1.390", "dependencies": { "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0",