@regulaforensics/ui-components 7.3.35-nightly → 7.3.37-nightly
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.js +6 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -39549,6 +39549,7 @@ const H9_ = () => nt("7db3f51cb5f102200a4d8b6c75e515bf"), B9_ = "_container_yhid
|
|
|
39549
39549
|
className: zE.avatar,
|
|
39550
39550
|
src: r,
|
|
39551
39551
|
alt: R("portrait"),
|
|
39552
|
+
draggable: !1,
|
|
39552
39553
|
viewer: !0,
|
|
39553
39554
|
magnifier: !0,
|
|
39554
39555
|
download: !0
|
|
@@ -40416,7 +40417,8 @@ const my_ = () => nt("c629d0f0d0896c2f20a19a5ed9ede37b"), Gy_ = "_container_5l0y
|
|
|
40416
40417
|
"img",
|
|
40417
40418
|
{
|
|
40418
40419
|
src: t,
|
|
40419
|
-
alt: _
|
|
40420
|
+
alt: _,
|
|
40421
|
+
draggable: !1
|
|
40420
40422
|
}
|
|
40421
40423
|
)
|
|
40422
40424
|
}
|
|
@@ -40556,6 +40558,7 @@ const my_ = () => nt("c629d0f0d0896c2f20a19a5ed9ede37b"), Gy_ = "_container_5l0y
|
|
|
40556
40558
|
magnifierImg: I,
|
|
40557
40559
|
previewImg: I,
|
|
40558
40560
|
downloadImg: I,
|
|
40561
|
+
draggable: !1,
|
|
40559
40562
|
magnifier: !0,
|
|
40560
40563
|
download: !0,
|
|
40561
40564
|
viewer: !0
|
|
@@ -41405,6 +41408,7 @@ const KX_ = () => nt("3bc9054a63aa53765bd9ce110e67521e"), WX_ = "_container_fdn1
|
|
|
41405
41408
|
src: t,
|
|
41406
41409
|
alt: String(_),
|
|
41407
41410
|
className: wP.image,
|
|
41411
|
+
draggable: !1,
|
|
41408
41412
|
magnifier: !0,
|
|
41409
41413
|
download: !0,
|
|
41410
41414
|
viewer: !0
|
|
@@ -41668,6 +41672,7 @@ const RZ_ = () => nt("90a425db4934211fafe21693ab2e9a39"), SZ_ = "_text_65hh4_1",
|
|
|
41668
41672
|
src: `data:image;base64,${t}`,
|
|
41669
41673
|
alt: String(e),
|
|
41670
41674
|
className: ns.image,
|
|
41675
|
+
draggable: !1,
|
|
41671
41676
|
magnifier: !0,
|
|
41672
41677
|
viewer: !0,
|
|
41673
41678
|
download: !0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/ui-components",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.37-nightly",
|
|
4
4
|
"description": "Regula UI components",
|
|
5
5
|
"author": "Regula Forensics, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"react-dom": ">=18.0.0"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@regulaforensics/document-reader-recipes": "^7.3.
|
|
54
|
+
"@regulaforensics/document-reader-recipes": "^7.3.37-nightly",
|
|
55
55
|
"@uiw/react-json-view": "^2.0.0-alpha.24",
|
|
56
56
|
"classnames": "^2.5.1",
|
|
57
57
|
"i18next": "^23.11.5",
|