@micromerce/media-fileuploader 1.0.1329 → 1.0.1334

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