mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
test: remove tests for deprecated components
This commit is contained in:
parent
2e0dd0bce0
commit
7901eb1316
2 changed files with 0 additions and 36 deletions
|
@ -1,23 +0,0 @@
|
||||||
<script lang="ts">
|
|
||||||
import { Icon } from "../types";
|
|
||||||
import Add16 from "carbon-icons-svelte/lib/Add16";
|
|
||||||
import Add20 from "carbon-icons-svelte/lib/Add20";
|
|
||||||
import Add24 from "carbon-icons-svelte/lib/Add24";
|
|
||||||
import Add32 from "carbon-icons-svelte/lib/Add32";
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<Icon render="{Add16}" />
|
|
||||||
|
|
||||||
<Icon render="{Add20}" />
|
|
||||||
|
|
||||||
<Icon render="{Add24}" />
|
|
||||||
|
|
||||||
<Icon render="{Add32}" />
|
|
||||||
|
|
||||||
<Icon skeleton render="{Add16}" />
|
|
||||||
|
|
||||||
<Icon skeleton size="{20}" render="{Add20}" />
|
|
||||||
|
|
||||||
<Icon skeleton size="{24}" render="{Add24}" />
|
|
||||||
|
|
||||||
<Icon skeleton size="{32}" render="{Add32}" />
|
|
|
@ -1,13 +0,0 @@
|
||||||
<script lang="ts">
|
|
||||||
import { ToggleSmall, ToggleSmallSkeleton } from "../types";
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<ToggleSmall labelText="Push notifications" />
|
|
||||||
|
|
||||||
<ToggleSmall labelText="Push notifications" toggled />
|
|
||||||
|
|
||||||
<ToggleSmall labelText="Push notifications" labelA="No" labelB="Yes" />
|
|
||||||
|
|
||||||
<ToggleSmall labelText="Push notifications" disabled />
|
|
||||||
|
|
||||||
<ToggleSmallSkeleton />
|
|
Loading…
Add table
Add a link
Reference in a new issue