chore: v11 Toggle

This removes legacy `ToggleSkeleton`.
This commit is contained in:
Gregor Wassmann 2023-03-27 23:59:15 +02:00 committed by Enrico Sacchetti
commit 9a0a790e19
No known key found for this signature in database
GPG key ID: 3374B89ECA60D796
10 changed files with 60 additions and 199 deletions

View file

@ -1,5 +1,5 @@
<script lang="ts">
import { Toggle, ToggleSkeleton } from "../types";
import { Toggle } from "../types";
</script>
<Toggle labelText="Push notifications" hideLabel />
@ -15,5 +15,3 @@
<Toggle labelText="Push notifications" labelA="No" labelB="Yes" />
<Toggle labelText="Push notifications" disabled />
<ToggleSkeleton />