@regulaforensics/ui-components 7.6.273-nightly → 7.6.275-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 -6
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -7888,7 +7888,7 @@ Hr([
|
|
|
7888
7888
|
U(Ht.OFF)
|
|
7889
7889
|
], _r.prototype, "LightIndex");
|
|
7890
7890
|
Hr([
|
|
7891
|
-
|
|
7891
|
+
M(),
|
|
7892
7892
|
tt(),
|
|
7893
7893
|
st(() => fn)
|
|
7894
7894
|
], _r.prototype, "Area");
|
|
@@ -12470,7 +12470,7 @@ const Ru = [
|
|
|
12470
12470
|
type: c.ElementType,
|
|
12471
12471
|
location: {
|
|
12472
12472
|
light: I,
|
|
12473
|
-
rect: [c.Area]
|
|
12473
|
+
rect: c.Area ? [c.Area] : []
|
|
12474
12474
|
}
|
|
12475
12475
|
}));
|
|
12476
12476
|
}), ML.isBelongs(E)) {
|
|
@@ -12487,7 +12487,7 @@ const Ru = [
|
|
|
12487
12487
|
result: I.SecurityTextResultOCR,
|
|
12488
12488
|
location: {
|
|
12489
12489
|
light: I.EtalonLightType,
|
|
12490
|
-
rect: [I.EtalonFieldRect]
|
|
12490
|
+
rect: I.EtalonFieldRect ? [I.EtalonFieldRect] : []
|
|
12491
12491
|
}
|
|
12492
12492
|
},
|
|
12493
12493
|
checkType: I.Type,
|
|
@@ -12496,7 +12496,7 @@ const Ru = [
|
|
|
12496
12496
|
diagnose: I.ElementDiagnose ?? nt.UNKNOWN,
|
|
12497
12497
|
location: {
|
|
12498
12498
|
light: I.LightType,
|
|
12499
|
-
rect: [I.FieldRect]
|
|
12499
|
+
rect: I.FieldRect ? [I.FieldRect] : []
|
|
12500
12500
|
}
|
|
12501
12501
|
}));
|
|
12502
12502
|
}), (i = E.List) != null && i.length || o.groups.push(Co.fromPlain({
|
|
@@ -12521,7 +12521,7 @@ const Ru = [
|
|
|
12521
12521
|
image: c.ResultImages.Images[0].image,
|
|
12522
12522
|
location: R === Ht.OFF ? void 0 : {
|
|
12523
12523
|
light: R,
|
|
12524
|
-
rect: [c.Area]
|
|
12524
|
+
rect: c.Area ? [c.Area] : []
|
|
12525
12525
|
}
|
|
12526
12526
|
}));
|
|
12527
12527
|
}
|
|
@@ -12539,7 +12539,7 @@ const Ru = [
|
|
|
12539
12539
|
feature: I.ElementType ?? ht.BLANK,
|
|
12540
12540
|
location: {
|
|
12541
12541
|
light: void 0,
|
|
12542
|
-
rect: [I.ElementRect]
|
|
12542
|
+
rect: I.ElementRect ? [I.ElementRect] : []
|
|
12543
12543
|
}
|
|
12544
12544
|
})));
|
|
12545
12545
|
}), (a = E.List) != null && a.length || o.groups.push(Co.fromPlain({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/ui-components",
|
|
3
|
-
"version": "7.6.
|
|
3
|
+
"version": "7.6.275-nightly",
|
|
4
4
|
"description": "Regula UI components",
|
|
5
5
|
"author": "Regula Forensics, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"i18n:report": "npx node ./scripts/i18n-report.js --languages en,ru --file ./scripts/Translator.xml --src ./src"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@storybook/addon-essentials": "^8.
|
|
26
|
-
"@storybook/manager-api": "^8.
|
|
27
|
-
"@storybook/react": "^8.
|
|
28
|
-
"@storybook/react-vite": "^8.
|
|
29
|
-
"@storybook/theming": "^8.
|
|
25
|
+
"@storybook/addon-essentials": "^8.5.0",
|
|
26
|
+
"@storybook/manager-api": "^8.5.0",
|
|
27
|
+
"@storybook/react": "^8.5.0",
|
|
28
|
+
"@storybook/react-vite": "^8.5.0",
|
|
29
|
+
"@storybook/theming": "^8.5.0",
|
|
30
30
|
"@types/react": "^18.3.13",
|
|
31
31
|
"@types/react-custom-scroll": "^5.0.3",
|
|
32
32
|
"@types/react-dom": "^18.3.1",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"react": "^18.3.1",
|
|
40
40
|
"react-dom": "^18.3.1",
|
|
41
41
|
"rimraf": "^6.0.1",
|
|
42
|
-
"sass": "^1.83.
|
|
43
|
-
"storybook": "^8.
|
|
42
|
+
"sass": "^1.83.4",
|
|
43
|
+
"storybook": "^8.5.0",
|
|
44
44
|
"tsyringe": "^4.8.0",
|
|
45
45
|
"typescript": "^5.5.4",
|
|
46
46
|
"vite": "^6.0.7",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"react-dom": ">=18.0.0"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@regulaforensics/document-reader-typings": "^7.6.
|
|
56
|
+
"@regulaforensics/document-reader-typings": "^7.6.275-nightly",
|
|
57
57
|
"@regulaforensics/facesdk-webclient": "^6.4.85",
|
|
58
58
|
"@uiw/react-json-view": "^2.0.0-alpha.30",
|
|
59
59
|
"classnames": "^2.5.1",
|