5 Commits

Author SHA1 Message Date
Anton Tranelis
97442f6788
Merge branch 'main' into more-examples 2025-02-19 14:50:37 +00:00
e2beb712bf
refactor(source): export point type (#138)
* bind the local utopia-ui lib

To ensure the examples still work with the latest utopia-ui, it is now
bound to the current code and does no longer depend on publishing the
library first

* replaced number by uuid as item ids in examples

* remove link mechanic from workflow

* also build utopia-ui

* fix example2

for some reason this stopped working on maaster.

* export geojson point to remove this external dependency

By exporting this type another package is not needed. This is especially
important, since there are different Point definitions which are
partially incompatible.

---------

Co-authored-by: Anton Tranelis <31516529+antontranelis@users.noreply.github.com>
Co-authored-by: Anton Tranelis <mail@antontranelis.de>
2025-02-19 14:44:56 +00:00
f43e421b37 fixed packagenames in package.json 2025-02-18 16:48:16 +00:00
152016d50a added tags example 2025-02-18 15:52:44 +00:00
3afb9f184b cleanup examples 2025-01-24 12:30:17 +00:00