@zero-library/common 3.1.1 → 3.1.2
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/index.cjs.js +5 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +5 -0
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -3139,12 +3139,17 @@ var luyaFilePreview_default = ({ suffix, fileUrl, emptyProps, fileName }) => {
|
|
|
3139
3139
|
case "CSV":
|
|
3140
3140
|
return /* @__PURE__ */ jsx(DocumentPreview_default, { fileUrl });
|
|
3141
3141
|
case "MP4":
|
|
3142
|
+
case "MOV":
|
|
3143
|
+
case "MKV":
|
|
3144
|
+
case "AVI":
|
|
3145
|
+
case "FLV":
|
|
3142
3146
|
return /* @__PURE__ */ jsx(VideoPlayer_default, { fileUrl });
|
|
3143
3147
|
case "MP3":
|
|
3144
3148
|
case "WAV":
|
|
3145
3149
|
case "M4A":
|
|
3146
3150
|
case "AAC":
|
|
3147
3151
|
case "ACC":
|
|
3152
|
+
case "WMA":
|
|
3148
3153
|
return /* @__PURE__ */ jsx(AudioPlayer_default, { fileUrl });
|
|
3149
3154
|
case "HTML":
|
|
3150
3155
|
case "HTM":
|