@jobber/components 6.63.4 → 6.64.0
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.
|
@@ -3,6 +3,9 @@ export declare enum FileTypes {
|
|
|
3
3
|
JPG = "image/jpg",
|
|
4
4
|
PNG = "image/png",
|
|
5
5
|
HEIC = "image/heic",
|
|
6
|
+
WEBP = "image/webp",
|
|
7
|
+
GIF = "image/gif",
|
|
8
|
+
AVIF = "image/avif",
|
|
6
9
|
PDF = "application/pdf",
|
|
7
10
|
DOCX = "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
|
|
8
11
|
XLSX = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
|
package/dist/InputFile-cjs.js
CHANGED
|
@@ -1448,6 +1448,9 @@ var FileTypes;
|
|
|
1448
1448
|
FileTypes["JPG"] = "image/jpg";
|
|
1449
1449
|
FileTypes["PNG"] = "image/png";
|
|
1450
1450
|
FileTypes["HEIC"] = "image/heic";
|
|
1451
|
+
FileTypes["WEBP"] = "image/webp";
|
|
1452
|
+
FileTypes["GIF"] = "image/gif";
|
|
1453
|
+
FileTypes["AVIF"] = "image/avif";
|
|
1451
1454
|
FileTypes["PDF"] = "application/pdf";
|
|
1452
1455
|
FileTypes["DOCX"] = "application/vnd.openxmlformats-officedocument.wordprocessingml.document";
|
|
1453
1456
|
FileTypes["XLSX"] = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet";
|
package/dist/InputFile-es.js
CHANGED
|
@@ -1446,6 +1446,9 @@ var FileTypes;
|
|
|
1446
1446
|
FileTypes["JPG"] = "image/jpg";
|
|
1447
1447
|
FileTypes["PNG"] = "image/png";
|
|
1448
1448
|
FileTypes["HEIC"] = "image/heic";
|
|
1449
|
+
FileTypes["WEBP"] = "image/webp";
|
|
1450
|
+
FileTypes["GIF"] = "image/gif";
|
|
1451
|
+
FileTypes["AVIF"] = "image/avif";
|
|
1449
1452
|
FileTypes["PDF"] = "application/pdf";
|
|
1450
1453
|
FileTypes["DOCX"] = "application/vnd.openxmlformats-officedocument.wordprocessingml.document";
|
|
1451
1454
|
FileTypes["XLSX"] = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/components",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.64.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -542,5 +542,5 @@
|
|
|
542
542
|
"> 1%",
|
|
543
543
|
"IE 10"
|
|
544
544
|
],
|
|
545
|
-
"gitHead": "
|
|
545
|
+
"gitHead": "33eceb2f5045af7c89bad1e5faaeb49f02d0e07b"
|
|
546
546
|
}
|