Svelte Library
Moved
@webgui/svelte has been replaced by @webgui/client, one package covering plain JS, React, Vue and Svelte.
bash
npm install @webgui/clientdiff
- import { ... } from '@webgui/svelte'
+ import { ... } from '@webgui/client/svelte'The names are unchanged. @webgui/svelte still installs and still works — it now re-exports @webgui/client/svelte — but new events and hooks land in @webgui/client only.