mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 19:01:05 +00:00
Run npm run lint
This commit is contained in:
parent
b982387a8c
commit
2031cb7585
480 changed files with 8985 additions and 9048 deletions
|
@ -1,19 +1,19 @@
|
|||
<script lang="ts">
|
||||
import {
|
||||
StructuredList,
|
||||
StructuredListBody,
|
||||
StructuredListHead,
|
||||
StructuredListCell,
|
||||
StructuredListRow,
|
||||
StructuredListInput,
|
||||
} from "carbon-components-svelte";
|
||||
import CheckmarkFilled from "carbon-icons-svelte/lib/CheckmarkFilled.svelte";
|
||||
import type { ComponentProps } from "svelte";
|
||||
import {
|
||||
StructuredList,
|
||||
StructuredListBody,
|
||||
StructuredListHead,
|
||||
StructuredListCell,
|
||||
StructuredListRow,
|
||||
StructuredListInput,
|
||||
} from "carbon-components-svelte";
|
||||
import CheckmarkFilled from "carbon-icons-svelte/lib/CheckmarkFilled.svelte";
|
||||
import type { ComponentProps } from "svelte";
|
||||
|
||||
export let selected: ComponentProps<StructuredList>["selected"] = undefined;
|
||||
export let condensed: ComponentProps<StructuredList>["condensed"] = false;
|
||||
export let flush: ComponentProps<StructuredList>["flush"] = false;
|
||||
export let selection: ComponentProps<StructuredList>["selection"] = false;
|
||||
export let selected: ComponentProps<StructuredList>["selected"] = undefined;
|
||||
export let condensed: ComponentProps<StructuredList>["condensed"] = false;
|
||||
export let flush: ComponentProps<StructuredList>["flush"] = false;
|
||||
export let selection: ComponentProps<StructuredList>["selection"] = false;
|
||||
</script>
|
||||
|
||||
<StructuredList
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<script lang="ts">
|
||||
import {
|
||||
StructuredList,
|
||||
StructuredListBody,
|
||||
StructuredListHead,
|
||||
StructuredListCell,
|
||||
StructuredListRow,
|
||||
} from "carbon-components-svelte";
|
||||
import {
|
||||
StructuredList,
|
||||
StructuredListBody,
|
||||
StructuredListHead,
|
||||
StructuredListCell,
|
||||
StructuredListRow,
|
||||
} from "carbon-components-svelte";
|
||||
</script>
|
||||
|
||||
<StructuredList>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue