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 NEXT_PUBLIC_BASE_PATH=/talas5
# Oder leer lassen für direkten Zugriff -> NEXT_PUBLIC_BASE_PATH= # Oder leer lassen für direkten Zugriff -> NEXT_PUBLIC_BASE_PATH=
# App-Versionsnummer # 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= # Oder leer lassen für direkten Zugriff -> NEXT_PUBLIC_BASE_PATH=
# App-Versionsnummer # 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 --> <!-- /docs/components/uiWidgets/CoordinateInput.md -->
# 📍 CoordinateInput.js # CoordinateInput.js
Die Komponente `CoordinateInput` stellt ein einfaches Eingabefeld für geografische Koordinaten Die Komponente `CoordinateInput` stellt ein einfaches Eingabefeld für geografische Koordinaten
(Latitude, Longitude) bereit. (Latitude, Longitude) bereit.

View File

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

4
package-lock.json generated
View File

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

View File

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