@pagamio/frontend-commons-lib 0.8.200 → 0.8.201

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,6 +1,6 @@
1
1
  import React from 'react';
2
2
  export interface ImageUploaderProps {
3
- project: 'vas' | 'stocklink' | 'events';
3
+ project: 'vas' | 'stocklink' | 'events' | 'commerce';
4
4
  env: 'dev' | 'uat' | 'prod';
5
5
  onUploadSuccess?: (url: string) => void;
6
6
  onError?: (error: Error) => void;
@@ -3,7 +3,7 @@ export interface UploadResponse {
3
3
  publicURL: string;
4
4
  }
5
5
  export interface UseImageUploadProps {
6
- project: 'vas' | 'stocklink' | 'events';
6
+ project: 'vas' | 'stocklink' | 'events' | 'commerce';
7
7
  env: 'dev' | 'uat' | 'prod';
8
8
  endpoint?: string;
9
9
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pagamio/frontend-commons-lib",
3
3
  "description": "Pagamio library for Frontend reusable components like the form engine and table container",
4
- "version": "0.8.200",
4
+ "version": "0.8.201",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "provenance": false