docs: uiWidgets icon bug in Gitea

This commit is contained in:
ISA
2025-06-24 12:29:51 +02:00
parent 12fec717d8
commit b6c6fad3b3
6 changed files with 7 additions and 9 deletions

View File

@@ -25,4 +25,4 @@ NEXT_PUBLIC_USE_MOCKS=true
NEXT_PUBLIC_BASE_PATH=/talas5
# Oder leer lassen für direkten Zugriff -> NEXT_PUBLIC_BASE_PATH=
# App-Versionsnummer
NEXT_PUBLIC_APP_VERSION=1.1.293
NEXT_PUBLIC_APP_VERSION=1.1.294

View File

@@ -26,4 +26,4 @@ NEXT_PUBLIC_BASE_PATH=/talas5
# Oder leer lassen für direkten Zugriff -> NEXT_PUBLIC_BASE_PATH=
# App-Versionsnummer
NEXT_PUBLIC_APP_VERSION=1.1.293
NEXT_PUBLIC_APP_VERSION=1.1.294

View File

@@ -1,6 +1,6 @@
<!-- /docs/components/uiWidgets/CoordinateInput.md -->
# 📍 CoordinateInput.js
# CoordinateInput.js
Die Komponente `CoordinateInput` stellt ein einfaches Eingabefeld für geografische Koordinaten
(Latitude, Longitude) bereit.

View File

@@ -1,9 +1,7 @@
# 📄 Übersicht: docs/components/uiWidgets
# 📄 UI-Widgets
- [mapLayersControlPanel](mapLayersControlPanel/mapLayersControlPanel.md)
- [CoordinateInput](CoordinateInput.md)
- [VersionInfoModal](VersionInfoModal.md)
***
![uiWidgets.png](../../screenshots/uiWidgets.png)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "nodemap",
"version": "1.1.293",
"version": "1.1.294",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "nodemap",
"version": "1.1.293",
"version": "1.1.294",
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",

View File

@@ -1,6 +1,6 @@
{
"name": "nodemap",
"version": "1.1.293",
"version": "1.1.294",
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",