@functionalcms/svelte-components 4.8.13 → 4.8.16
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,8 +46,8 @@
|
|
|
46
46
|
</script>
|
|
47
47
|
|
|
48
48
|
<script lang="ts">
|
|
49
|
-
import { displaySize } from './dropzone.
|
|
50
|
-
import { cn } from '../../utils.
|
|
49
|
+
import { displaySize } from './dropzone.js';
|
|
50
|
+
import { cn } from '../../utils.js';
|
|
51
51
|
|
|
52
52
|
let {
|
|
53
53
|
id,
|
|
@@ -181,6 +181,8 @@
|
|
|
181
181
|
<div
|
|
182
182
|
class="flex size-14 place-items-center justify-center rounded-full border border-dashed border-border text-muted-foreground"
|
|
183
183
|
>
|
|
184
|
+
<!-- <Upload class="size-7" /> -->
|
|
185
|
+
<!-- <Icon icon="upload" class="size-7" /> -->
|
|
184
186
|
</div>
|
|
185
187
|
<div class="flex flex-col gap-0.5 text-center">
|
|
186
188
|
<span class="font-medium text-muted-foreground">
|