@uploadista/react-native-core 0.0.16-beta.2 → 0.0.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.
Files changed (2) hide show
  1. package/dist/index.d.mts +7 -7
  2. package/package.json +4 -4
package/dist/index.d.mts CHANGED
@@ -4,7 +4,7 @@ import * as _uploadista_client_core3 from "@uploadista/client-core";
4
4
  import { Base64Service, ConnectionMetrics, ConnectionPoolConfig, ConnectionPoolConfig as ConnectionPoolConfig$1, DetailedConnectionMetrics, FileReaderService, FlowManager, FlowManagerCallbacks, FlowUploadOptions, FlowUploadState, FlowUploadStatus, HttpClient, IdGenerationService, ServiceContainer, ServiceContainer as ServiceContainer$1, StorageService, UploadState, UploadStatus, UploadistaClientOptions, UploadistaEvent } from "@uploadista/client-core";
5
5
  import { TypedOutput } from "@uploadista/core/flow";
6
6
  import { UploadFile } from "@uploadista/core/types";
7
- import * as react_jsx_runtime1 from "react/jsx-runtime";
7
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
8
8
  import * as _uploadista_core0 from "@uploadista/core";
9
9
 
10
10
  //#region src/types/types.d.ts
@@ -306,7 +306,7 @@ declare function CameraUploadButton({
306
306
  onError,
307
307
  onCancel,
308
308
  showProgress
309
- }: CameraUploadButtonProps): react_jsx_runtime1.JSX.Element;
309
+ }: CameraUploadButtonProps): react_jsx_runtime0.JSX.Element;
310
310
  //#endregion
311
311
  //#region src/components/FileUploadButton.d.ts
312
312
  interface FileUploadButtonProps {
@@ -337,7 +337,7 @@ declare function FileUploadButton({
337
337
  onError,
338
338
  onCancel,
339
339
  showProgress
340
- }: FileUploadButtonProps): react_jsx_runtime1.JSX.Element;
340
+ }: FileUploadButtonProps): react_jsx_runtime0.JSX.Element;
341
341
  //#endregion
342
342
  //#region src/components/GalleryUploadButton.d.ts
343
343
  interface GalleryUploadButtonProps {
@@ -368,7 +368,7 @@ declare function GalleryUploadButton({
368
368
  onError,
369
369
  onCancel,
370
370
  showProgress
371
- }: GalleryUploadButtonProps): react_jsx_runtime1.JSX.Element;
371
+ }: GalleryUploadButtonProps): react_jsx_runtime0.JSX.Element;
372
372
  //#endregion
373
373
  //#region src/components/UploadList.d.ts
374
374
  interface UploadListProps {
@@ -390,7 +390,7 @@ declare function UploadList({
390
390
  onRemove,
391
391
  onItemPress,
392
392
  showRemoveButton
393
- }: UploadListProps): react_jsx_runtime1.JSX.Element;
393
+ }: UploadListProps): react_jsx_runtime0.JSX.Element;
394
394
  //#endregion
395
395
  //#region src/components/UploadProgress.d.ts
396
396
  interface UploadProgressProps {
@@ -405,7 +405,7 @@ interface UploadProgressProps {
405
405
  declare function UploadProgress({
406
406
  state,
407
407
  label
408
- }: UploadProgressProps): react_jsx_runtime1.JSX.Element;
408
+ }: UploadProgressProps): react_jsx_runtime0.JSX.Element;
409
409
  //#endregion
410
410
  //#region src/contexts/flow-manager-context.d.ts
411
411
  /**
@@ -455,7 +455,7 @@ interface FlowManagerProviderProps {
455
455
  */
456
456
  declare function FlowManagerProvider({
457
457
  children
458
- }: FlowManagerProviderProps): react_jsx_runtime1.JSX.Element;
458
+ }: FlowManagerProviderProps): react_jsx_runtime0.JSX.Element;
459
459
  /**
460
460
  * Hook to access the FlowManager context.
461
461
  * Must be used within a FlowManagerProvider.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uploadista/react-native-core",
3
- "version": "0.0.16-beta.2",
3
+ "version": "0.0.16",
4
4
  "type": "module",
5
5
  "description": "Core React Native client for Uploadista",
6
6
  "license": "MIT",
@@ -15,8 +15,8 @@
15
15
  "dependencies": {
16
16
  "uuid": "^13.0.0",
17
17
  "js-base64": "^3.7.7",
18
- "@uploadista/client-core": "0.0.16-beta.2",
19
- "@uploadista/core": "0.0.16-beta.2"
18
+ "@uploadista/client-core": "0.0.16",
19
+ "@uploadista/core": "0.0.16"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "react": ">=16.8.0",
@@ -31,7 +31,7 @@
31
31
  "devDependencies": {
32
32
  "@types/react": ">=18.0.0",
33
33
  "tsdown": "0.16.5",
34
- "@uploadista/typescript-config": "0.0.16-beta.2"
34
+ "@uploadista/typescript-config": "0.0.16"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "tsdown",