From 0face208456937cbd7273657db963151d83fad43 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Fri, 29 Nov 2024 18:11:15 +0100 Subject: [PATCH 1/3] 3.0.33 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2d00810e..eeeffbbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "utopia-ui", - "version": "3.0.32", + "version": "3.0.33", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "utopia-ui", - "version": "3.0.32", + "version": "3.0.33", "license": "GPL-3.0-only", "dependencies": { "@heroicons/react": "^2.0.17", diff --git a/package.json b/package.json index afbb5f8a..2a350d55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "utopia-ui", - "version": "3.0.32", + "version": "3.0.33", "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/", From c0f0349628601b7b4f3e57dda905a0509f6bbf8d Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Tue, 7 Jan 2025 15:40:27 +0000 Subject: [PATCH 2/3] 3.0.34 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index eeeffbbc..eae7d0dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "utopia-ui", - "version": "3.0.33", + "version": "3.0.34", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "utopia-ui", - "version": "3.0.33", + "version": "3.0.34", "license": "GPL-3.0-only", "dependencies": { "@heroicons/react": "^2.0.17", diff --git a/package.json b/package.json index 2a350d55..dbf275f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "utopia-ui", - "version": "3.0.33", + "version": "3.0.34", "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/", From 70b85f455577ebedaa01b598753574da0e3c76c3 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Thu, 23 Jan 2025 12:28:05 +0000 Subject: [PATCH 3/3] added component diagram --- Components.svg | 3 +++ README.md | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 Components.svg diff --git a/Components.svg b/Components.svg new file mode 100644 index 00000000..f617789f --- /dev/null +++ b/Components.svg @@ -0,0 +1,3 @@ + + +
AppShell
AppShell
Content
Content
MapContainer
MapContainer
Tags
Tags
Permissions
Permissions
Layer
Layer
Layer
Layer
Layer
Layer
Sidebar
Sidebar
Settings
Settings
Profile
Profile
another Page
another Page
NavBar
NavBar
ViewPopup
ViewPopup
FormPopup
FormPopup
Text is not SVG - cannot display
\ No newline at end of file diff --git a/README.md b/README.md index 713adc23..423d62ea 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,9 @@ and than we create our two `` inside of our `` component ``` +## Components + +![Utopia UI Components](Components.svg) ## Map Component The map shows various Layers (like places, events, profiles ...) of Items at their respective position whith nice and informative Popup and Profiles.