@micromerce/media-fileuploader 1.0.1329 → 1.0.1332

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/cjs/index.js CHANGED
@@ -17831,7 +17831,14 @@ const MEDIA_TYPE = Object.freeze({
17831
17831
  },
17832
17832
  zip: {
17833
17833
  icon: FaFileArchive_1,
17834
- name: ['application/zip', 'application/x-zip-compressed', 'application/zip-compressed', 'multipart/x-zip']
17834
+ name: [
17835
+ 'application/zip',
17836
+ 'application/x-zip-compressed',
17837
+ 'application/zip-compressed',
17838
+ 'multipart/x-zip',
17839
+ 'application/x-7z-compressed',
17840
+ 'application/x-7zip'
17841
+ ]
17835
17842
  },
17836
17843
  json: {
17837
17844
  icon: FaFileCode_1,