cloudmr-ux 1.8.7 → 1.8.9

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.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -252,7 +252,7 @@ interface CMRSelectUploadProps extends CMRUploadProps {
252
252
  /**
253
253
  * Enforces the extension of selected files
254
254
  */
255
- fileExtension?: string;
255
+ fileExtension?: string | string[];
256
256
  }
257
257
  interface UploadedFile {
258
258
  id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloudmr-ux",
3
- "version": "1.8.7",
3
+ "version": "1.8.9",
4
4
  "author": "erosmontin@gmail.com",
5
5
  "license": "MIT",
6
6
  "repository": "erosmontin/cloudmr-ux",