chore(deps-dev): upgrade sveld to v0.15.0 (#1247)

* chore(deps-dev): upgrade sveld to v0.15.0

* Run "yarn build:docs"
This commit is contained in:
metonym 2022-04-15 08:28:00 -07:00 committed by GitHub
commit 2d26ce115d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 139 additions and 53 deletions

View file

@ -36,10 +36,18 @@ export interface ClickableTileProps
*/
"sveltekit:prefetch"?: boolean;
/**
* SvelteKit attribute to trigger a full page
* reload after the link is clicked.
* @see https://kit.svelte.dev/docs/a-options#sveltekit-reload
* @default false
*/
"sveltekit:reload"?: boolean;
/**
* SvelteKit attribute to prevent scrolling
* after the link is clicked.
* @see https://kit.svelte.dev/docs/a-options#sveltekit-prefetch
* @see https://kit.svelte.dev/docs/a-options#sveltekit-noscroll
* @default false
*/
"sveltekit:noscroll"?: boolean;