10 Commits

Author SHA1 Message Date
6e92713cb9 feat: handle adding vertical lanes
Related to #2086

---------

Co-authored-by: Maciej Barelkowski <maciej.barelkowski@camunda.com>
2024-01-30 18:16:03 +01:00
fa217fbfe4 fix: import types as type (#1897)
Fix issues for clients which have enabled `verbatimModuleSyntax` in TS projects enabled.
2023-04-20 21:49:46 +02:00
3ea2852221 chore: simplify element type names 2023-04-19 12:18:42 +02:00
bd1fa49de0 fix(modeling): fix Modeling types 2023-04-19 12:18:42 +02:00
bc80225030 chore: move model types to dedicated model directory 2023-04-19 12:18:42 +02:00
168527323b chore: remove outdated type declarations 2023-04-19 12:18:42 +02:00
7999cc15f2 feat(model): add shape / connection like 2023-04-19 12:18:42 +02:00
22eb477be6 feat(model): add base model types 2023-04-19 12:18:42 +02:00
423c757f1d chore(testsuite): organize tests into node/browser
This commit introduces a clean separation of node and browser tests.

ALL tests should be organized according to where they are run

non browser (áka node tests): `test/spec/node`
browser tests: `test/spec/browser`
2014-03-13 11:33:25 +01:00
01a5f28e2d chore(project): initial import 2014-03-11 15:54:36 +01:00