@socotra/ec-react-utils 2.29.0-next.1 → 2.29.0-next.3
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.es.js +2 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -26433,6 +26433,7 @@ w([
|
|
|
26433
26433
|
"application/x-zip-compressed",
|
|
26434
26434
|
"image/jpeg",
|
|
26435
26435
|
"image/png",
|
|
26436
|
+
"image/tiff",
|
|
26436
26437
|
"image/svg+xml",
|
|
26437
26438
|
"text/x-java-source",
|
|
26438
26439
|
"multipart/form-data",
|
|
@@ -26440,7 +26441,7 @@ w([
|
|
|
26440
26441
|
"text/html",
|
|
26441
26442
|
"text/plain"
|
|
26442
26443
|
]);
|
|
26443
|
-
var rn = /* @__PURE__ */ ((e) => (e.applicationJson = "application/json", e.applicationOctetStream = "application/octet-stream", e.applicationPdf = "application/pdf", e.applicationZip = "application/zip", e.applicationZipWindows = "application/x-zip-compressed", e.imageJpg = "image/jpeg", e.imagePng = "image/png", e.imageSvg = "image/svg+xml", e.javaSource = "text/x-java-source", e.multipartFormData = "multipart/form-data", e.textCsv = "text/csv", e.textHtml = "text/html", e.text = "text/plain", e))(rn || {});
|
|
26444
|
+
var rn = /* @__PURE__ */ ((e) => (e.applicationJson = "application/json", e.applicationOctetStream = "application/octet-stream", e.applicationPdf = "application/pdf", e.applicationZip = "application/zip", e.applicationZipWindows = "application/x-zip-compressed", e.imageJpg = "image/jpeg", e.imagePng = "image/png", e.imageTiff = "image/tiff", e.imageSvg = "image/svg+xml", e.javaSource = "text/x-java-source", e.multipartFormData = "multipart/form-data", e.textCsv = "text/csv", e.textHtml = "text/html", e.text = "text/plain", e))(rn || {});
|
|
26444
26445
|
const M0 = Xp.shape.searchEntityType, xB = ma.shape.segmentType, Yp = Io.shape.transactionCategory, mu = w([
|
|
26445
26446
|
...Io.shape.transactionState.options,
|
|
26446
26447
|
"underwritingBlocked"
|