* docs: Animations
* docs: add confetti gun
* docs: update basic example on home page
* docs(deps): Add stackblitz sdk to deps
* chore: update yarn.lock
* docs: use vue repl
* docs: remove stackblitz sdk
* docs: basic repl example
* docs: use repl for examples/index.md (basic example)
* docs: pass ext to repl
* docs: add copy plugin
* docs: use import map instead of dynamic imports
* docs: use repl for custom node example
* docs: hide repl errors
* docs: use repl for custom connectionline example
* docs: use repl for edges example
* docs: exclude repl from ssr
* docs: use repl for nested example
* docs: use repl for stress example
* docs: rename customNode to custom-node
* docs: use repl for update-edge example
* docs: use repl for update-node example
* docs: use repl for validation example
* docs: use repl for save-restore example
* docs: scale down minimap in repl examples
* docs: use repl for dnd example
* docs: use repl for empty example
* docs: use repl for hidden example
* docs: use repl for interaction example
* docs: use repl for multi example
* docs: add pinia example with stackblitz
* docs: update basic example
* docs: update examples
* docs: remove transition from intro
* docs: update features
* update: README.md
* docs: scope css
* when we're not in ssr environment we use a web worker to parse the elements as this blocks the main thread when there's a good amount of nodes/edges to parse
* when in ssr we don't really care about the main thread blocking so we just parse them like usual
* update vite to latest
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
* Add typescript-transform-paths plugin as dev-dep
* Add ts-patch as dev-dep
* Use tsc instead of vue-tsc to build declaration files
* Update tsconfig.json to emit declaration and use transform plugin
* Remove vue-tsc from dev-deps
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
* to enable overwriting the default theme export it separately
* add rollup plugin copy for copying the css file
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>