@functionalcms/svelte-components 4.8.17 → 4.8.18

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.
@@ -1,4 +1,3 @@
1
- import FileDropZone, { type FileRejectedReason, type FileDropZoneProps } from './file-drop-zone.svelte';
2
1
  export declare const displaySize: (bytes: number) => string;
3
2
  export declare const BYTE = 1;
4
3
  export declare const KILOBYTE = 1024;
@@ -7,4 +6,3 @@ export declare const GIGABYTE: number;
7
6
  export declare const ACCEPT_IMAGE = "image/*";
8
7
  export declare const ACCEPT_VIDEO = "video/*";
9
8
  export declare const ACCEPT_AUDIO = "audio/*";
10
- export { FileDropZone, type FileRejectedReason, type FileDropZoneProps };
@@ -1,4 +1,3 @@
1
- import FileDropZone, {} from './file-drop-zone.svelte';
2
1
  export const displaySize = (bytes) => {
3
2
  if (bytes < KILOBYTE)
4
3
  return `${bytes.toFixed(0)} B`;
@@ -17,4 +16,3 @@ export const GIGABYTE = 1024 * MEGABYTE;
17
16
  export const ACCEPT_IMAGE = 'image/*';
18
17
  export const ACCEPT_VIDEO = 'video/*';
19
18
  export const ACCEPT_AUDIO = 'audio/*';
20
- export { FileDropZone };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@functionalcms/svelte-components",
3
- "version": "4.8.17",
3
+ "version": "4.8.18",
4
4
  "watch": {
5
5
  "build": {
6
6
  "patterns": [