9 Commits

Author SHA1 Message Date
feae3dc482
fix(source): type export via rollup plugin by using the correct input (#122)
* fix typeexport via rollup plugin by using the correct input

The rollup plugin dts requires a d.ts tree as input not the txs sources.

This change points the plugin into the right direction and removes the
type export hacks.

* corrected types path

apparently this was not properly adjusted accross the board when moving
the folder

* fix rollup config

properly export types

* use export * where needed

Since we now export types alongside with defintions we use the `export *
from` syntax to simplify things

* export types alongside with interfaces

export types so we can properly use them in external projects alongside
the exported function/module/...

* fix type-problems uncovered by utopia-map

When including types properly in the utopia-map several missing typings
showed up.

* fix typing

fix an inhereted type

* dummy restructure code

to properly be able to compile things we are not allowed to have unsed
parameters/props

* assigne types to category types
2025-02-19 12:05:42 +00:00
9546b2e9f4
autofixes 2024-10-29 17:42:04 +01:00
3e8ac0758f code cleanup 2024-07-23 12:32:22 +02:00
3f88f3a801 /src/Components/Profile cleanup 2024-07-23 11:49:36 +02:00
7e613be019 add button for index page 2024-03-21 15:45:30 +01:00
1e8e68302c a lot of things 2024-03-21 12:24:29 +01:00
a0113d0fc5 MapOverlay Pages and Advanced Profiles 2024-02-05 10:06:38 +01:00
0267a2f91f split Settings in UserSettings and ProfileSettings 2024-01-03 18:26:46 +01:00
AT
0c39ffa6f9 more components 2023-05-18 23:48:46 +02:00