docs: uiWidget

This commit is contained in:
ISA
2025-06-24 12:01:49 +02:00
parent fe3cc48769
commit 12fec717d8
6 changed files with 11 additions and 6 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.292 NEXT_PUBLIC_APP_VERSION=1.1.293

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.292 NEXT_PUBLIC_APP_VERSION=1.1.293

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 MiB

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "nodemap", "name": "nodemap",
"version": "1.1.292", "version": "1.1.293",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "nodemap", "name": "nodemap",
"version": "1.1.292", "version": "1.1.293",
"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.292", "version": "1.1.293",
"dependencies": { "dependencies": {
"@emotion/react": "^11.13.3", "@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0", "@emotion/styled": "^11.13.0",