* feat(sophora-components): Add datawrapper-switcher component
* Fix issues with chart dimensions, use `fixedHeight` property when set
* Add ChartList with component demo
* Try a more robust way of rendering the component for deployment
* Load SWR fonts for preview
* Extract component into separate file, remove DevContainer for deployment
* Update embed ID for consistency
* Use local version of components
* Explicitly trigger `svelte-kit sync` before `build`
* tsconfig.json: Do not extend SvelteKit's default config
* Properly import @swr-data-lab/components
* Bump @swr-data-lab/components
* Fix problems with initialization in production (reactive state, root el)
* Add automatic triggers for deployment (open/sync PR, merge into main)
* Hide overflow for charts (workaround for overflowing annotations bug)
* Darkmode: Use 'auto' theme consistently
* Bump @swr-data-lab/components
* Add `layout` parameter for switcher
* Update README and overview page