@uploadista/react 0.0.20-beta.6 → 0.0.20-beta.8

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.
package/dist/index.d.mts CHANGED
@@ -3,7 +3,7 @@ import { A as FlowInputPreviewProps, B as FlowStatusProps, C as FlowDropZoneProp
3
3
  import { _ as UseFlowEventsOptions, a as UseUploadMetricsReturn, b as isUploadEvent, c as UploadFileEventData, d as UploadValidationSuccessEventData, f as UploadValidationWarningEventData, g as useMultiFlowUpload, h as UseMultiFlowUploadReturn, i as UseUploadMetricsOptions, l as UploadProgressEventData, m as useUploadEvents, n as FileUploadMetrics, o as useUploadMetrics, p as UseUploadEventsOptions, r as UploadMetrics, s as UploadFailedEventData, t as useUploadistaEvents, u as UploadValidationFailedEventData, v as useFlowEvents, y as isFlowEvent } from "./use-uploadista-events-CtDXJYrR.mjs";
4
4
  import { ReactNode } from "react";
5
5
  import { FlowManager, FlowManagerCallbacks } from "@uploadista/client-core";
6
- import * as react_jsx_runtime18 from "react/jsx-runtime";
6
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
7
7
  import { FlowUploadOptions } from "@uploadista/client-browser";
8
8
 
9
9
  //#region src/contexts/flow-manager-context.d.ts
@@ -54,7 +54,7 @@ interface FlowManagerProviderProps {
54
54
  */
55
55
  declare function FlowManagerProvider({
56
56
  children
57
- }: FlowManagerProviderProps): react_jsx_runtime18.JSX.Element;
57
+ }: FlowManagerProviderProps): react_jsx_runtime0.JSX.Element;
58
58
  /**
59
59
  * Hook to access the FlowManager context.
60
60
  * Must be used within a FlowManagerProvider.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","names":[],"sources":["../src/contexts/flow-manager-context.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;;;UAkDU,uBAAA;;;AAvC6B;;;;;AAqDrB;AAuClB;EAAsC,UAAA,EAAA,CAAA,MAAA,EAAA,MAAA,EAAA,SAAA,EAzCvB,oBAyCuB,EAAA,OAAA,EAxCzB,iBAwCyB,EAAA,GAvC/B,WAuC+B,CAAA,OAAA,CAAA;EAAY;;;AAuGlD;;;;;;;;UA5HU,wBAAA;YACE;;;;;;;;;;;;;;;;;;;iBAoBI,mBAAA;;GAAkC,2BAAwB,mBAAA,CAAA,GAAA,CAAA;;;;;;;;;;;;;;;;iBAuG1D,qBAAA,CAAA,GAAyB"}
1
+ {"version":3,"file":"index.d.mts","names":[],"sources":["../src/contexts/flow-manager-context.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;;;UAkDU,uBAAA;;;AAvC6B;;;;;AAqDrB;AAuClB;EAAsC,UAAA,EAAA,CAAA,MAAA,EAAA,MAAA,EAAA,SAAA,EAzCvB,oBAyCuB,EAAA,OAAA,EAxCzB,iBAwCyB,EAAA,GAvC/B,WAuC+B,CAAA,OAAA,CAAA;EAAY;;;AAuGlD;;;;;;;;UA5HU,wBAAA;YACE;;;;;;;;;;;;;;;;;;;iBAoBI,mBAAA;;GAAkC,2BAAwB,kBAAA,CAAA,GAAA,CAAA;;;;;;;;;;;;;;;;iBAuG1D,qBAAA,CAAA,GAAyB"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uploadista/react",
3
3
  "type": "module",
4
- "version": "0.0.20-beta.6",
4
+ "version": "0.0.20-beta.8",
5
5
  "description": "React client for Uploadista",
6
6
  "license": "MIT",
7
7
  "author": "Uploadista",
@@ -20,21 +20,21 @@
20
20
  }
21
21
  },
22
22
  "dependencies": {
23
- "react": "19.2.1",
24
- "react-dom": "19.2.1",
25
- "@uploadista/client-core": "0.0.20-beta.6",
26
- "@uploadista/core": "0.0.20-beta.6",
27
- "@uploadista/client-browser": "0.0.20-beta.6"
23
+ "react": "19.2.3",
24
+ "react-dom": "19.2.3",
25
+ "@uploadista/core": "0.0.20-beta.8",
26
+ "@uploadista/client-core": "0.0.20-beta.8",
27
+ "@uploadista/client-browser": "0.0.20-beta.8"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/react": "19.2.7",
31
31
  "@types/react-dom": "19.2.3",
32
- "tsdown": "0.17.2",
32
+ "tsdown": "0.18.0",
33
33
  "vitest": "4.0.15",
34
- "@uploadista/typescript-config": "0.0.20-beta.6"
34
+ "@uploadista/typescript-config": "0.0.20-beta.8"
35
35
  },
36
36
  "scripts": {
37
- "build": "tsdown",
37
+ "build": "tsc --noEmit && tsdown",
38
38
  "format": "biome format --write ./src",
39
39
  "lint": "biome lint --write ./src",
40
40
  "check": "biome check --write ./src",