@chunkflowjs/upload-component-react 0.0.1-alpha.4 → 0.0.1-alpha.6

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.
Files changed (2) hide show
  1. package/dist/index.d.mts +5 -5
  2. package/package.json +4 -4
package/dist/index.d.mts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { CSSProperties, ReactNode } from "react";
2
- import * as react_jsx_runtime0 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime1 from "react/jsx-runtime";
3
3
  import { UploadTask } from "@chunkflowjs/core";
4
4
 
5
5
  //#region src/UploadButton.d.ts
@@ -27,7 +27,7 @@ declare function UploadButton({
27
27
  children,
28
28
  className,
29
29
  disabled
30
- }: UploadButtonProps): react_jsx_runtime0.JSX.Element;
30
+ }: UploadButtonProps): react_jsx_runtime1.JSX.Element;
31
31
  //#endregion
32
32
  //#region src/UploadProgress.d.ts
33
33
  interface UploadProgressProps {
@@ -49,7 +49,7 @@ declare function UploadProgress({
49
49
  progressBarClassName,
50
50
  progressFillClassName,
51
51
  progressInfoClassName
52
- }: UploadProgressProps): react_jsx_runtime0.JSX.Element;
52
+ }: UploadProgressProps): react_jsx_runtime1.JSX.Element;
53
53
  //#endregion
54
54
  //#region src/UploadList.d.ts
55
55
  interface UploadListProps {
@@ -79,7 +79,7 @@ declare function UploadList({
79
79
  showCancelled,
80
80
  maxItems,
81
81
  emptyMessage
82
- }: UploadListProps): react_jsx_runtime0.JSX.Element;
82
+ }: UploadListProps): react_jsx_runtime1.JSX.Element;
83
83
  //#endregion
84
84
  //#region src/UploadDropzone.d.ts
85
85
  interface UploadDropzoneProps {
@@ -110,7 +110,7 @@ declare function UploadDropzone({
110
110
  style,
111
111
  draggingClassName,
112
112
  disabled
113
- }: UploadDropzoneProps): react_jsx_runtime0.JSX.Element;
113
+ }: UploadDropzoneProps): react_jsx_runtime1.JSX.Element;
114
114
  //#endregion
115
115
  //#region src/index.d.ts
116
116
  declare const UPLOAD_COMPONENT_REACT_VERSION = "0.0.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chunkflowjs/upload-component-react",
3
- "version": "0.0.1-alpha.4",
3
+ "version": "0.0.1-alpha.6",
4
4
  "description": "React UI components for ChunkFlow Upload SDK",
5
5
  "keywords": [
6
6
  "components",
@@ -25,9 +25,9 @@
25
25
  }
26
26
  },
27
27
  "dependencies": {
28
- "@chunkflowjs/core": "0.0.1-alpha.4",
29
- "@chunkflowjs/shared": "0.0.1-alpha.4",
30
- "@chunkflowjs/upload-client-react": "0.0.1-alpha.4"
28
+ "@chunkflowjs/shared": "0.0.1-alpha.6",
29
+ "@chunkflowjs/core": "0.0.1-alpha.6",
30
+ "@chunkflowjs/upload-client-react": "0.0.1-alpha.6"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@testing-library/jest-dom": "^6.9.1",