@functionalcms/svelte-components 4.8.12 → 4.8.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -46,7 +46,6 @@
|
|
|
46
46
|
</script>
|
|
47
47
|
|
|
48
48
|
<script lang="ts">
|
|
49
|
-
import Upload from '@lucide/svelte/icons/upload.svelte';
|
|
50
49
|
import { displaySize } from './dropzone.ts';
|
|
51
50
|
import { cn } from '../../utils.ts';
|
|
52
51
|
|
|
@@ -182,8 +181,6 @@
|
|
|
182
181
|
<div
|
|
183
182
|
class="flex size-14 place-items-center justify-center rounded-full border border-dashed border-border text-muted-foreground"
|
|
184
183
|
>
|
|
185
|
-
<Upload class="size-7" />
|
|
186
|
-
<!-- <Icon icon="upload" class="size-7" /> -->
|
|
187
184
|
</div>
|
|
188
185
|
<div class="flex flex-col gap-0.5 text-center">
|
|
189
186
|
<span class="font-medium text-muted-foreground">
|