@regulaforensics/ui-components 9.3.836-rc → 9.3.837-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/core/index.cjs +16 -16
- package/dist/core/index.css +1 -1
- package/dist/core/index.js +27892 -24774
- package/dist/main/index.cjs +16 -16
- package/dist/main/index.css +1 -1
- package/dist/main/index.js +27892 -24774
- package/dist/typings/index.cjs +8 -8
- package/dist/typings/index.js +971 -909
- package/package.json +29 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/ui-components",
|
|
3
|
-
"version": "9.3.
|
|
3
|
+
"version": "9.3.837-nightly",
|
|
4
4
|
"description": "Regula UI components",
|
|
5
5
|
"author": "Regula Forensics, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -46,74 +46,73 @@
|
|
|
46
46
|
"docs": "typedoc --out docs src/document-reader/typings",
|
|
47
47
|
"prepare": "husky",
|
|
48
48
|
"check-types": "tsc --noEmit --skipLibCheck",
|
|
49
|
-
"i18n:build": "npx node
|
|
50
|
-
"i18n:report": "npx node
|
|
49
|
+
"i18n:build": "npx node scripts/i18n/i18n-build.js --file ./scripts/i18n/Translator.xml --src ./src",
|
|
50
|
+
"i18n:report": "npx node scripts/i18n/i18n-report.js --file ./scripts/i18n/Translator.xml --src ./src"
|
|
51
51
|
},
|
|
52
52
|
"lint-staged": {
|
|
53
53
|
"*.{js,ts,tsx}": "eslint --fix"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@regulaforensics/document-reader-webclient": "^9.
|
|
57
|
-
"@regulaforensics/facesdk-webclient": "^8.
|
|
58
|
-
"@uiw/react-json-view": "^2.0.0-alpha.
|
|
56
|
+
"@regulaforensics/document-reader-webclient": "^9.3.753-nightly",
|
|
57
|
+
"@regulaforensics/facesdk-webclient": "^8.2.524-nightly",
|
|
58
|
+
"@uiw/react-json-view": "^2.0.0-alpha.41",
|
|
59
59
|
"class-transformer": "^0.5.1",
|
|
60
60
|
"class-validator": "^0.14.3",
|
|
61
61
|
"classnames": "^2.5.1",
|
|
62
62
|
"date-fns": "^4.1.0",
|
|
63
|
-
"i18next": "^25.
|
|
64
|
-
"lodash": "^4.17.
|
|
65
|
-
"overlayscrollbars": "^2.
|
|
63
|
+
"i18next": "^25.8.13",
|
|
64
|
+
"lodash": "^4.17.23",
|
|
65
|
+
"overlayscrollbars": "^2.14.0",
|
|
66
66
|
"overlayscrollbars-react": "^0.5.6",
|
|
67
67
|
"pako": "^2.1.0",
|
|
68
68
|
"react-device-detect": "^2.2.3",
|
|
69
|
-
"react-i18next": "^16.5.
|
|
69
|
+
"react-i18next": "^16.5.4",
|
|
70
70
|
"react-scroll": "^1.9.3",
|
|
71
71
|
"react-transition-group": "^4.4.5",
|
|
72
72
|
"reflect-metadata": "^0.2.2",
|
|
73
73
|
"thenby": "^1.3.4"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@eslint/js": "^
|
|
77
|
-
"@microsoft/api-extractor": "^7.
|
|
78
|
-
"@storybook/addon-docs": "^10.
|
|
79
|
-
"@storybook/react": "^10.
|
|
80
|
-
"@storybook/react-vite": "^10.
|
|
76
|
+
"@eslint/js": "^10.0.1",
|
|
77
|
+
"@microsoft/api-extractor": "^7.57.4",
|
|
78
|
+
"@storybook/addon-docs": "^10.2.11",
|
|
79
|
+
"@storybook/react": "^10.2.11",
|
|
80
|
+
"@storybook/react-vite": "^10.2.11",
|
|
81
81
|
"@types/deep-diff": "^1.0.5",
|
|
82
|
-
"@types/lodash": "^4.17.
|
|
83
|
-
"@types/node": "^25.0
|
|
82
|
+
"@types/lodash": "^4.17.24",
|
|
83
|
+
"@types/node": "^25.3.0",
|
|
84
84
|
"@types/pako": "^2.0.4",
|
|
85
85
|
"@types/react": "^18.3.13",
|
|
86
86
|
"@types/react-dom": "^18.3.1",
|
|
87
87
|
"@types/react-scroll": "^1.8.10",
|
|
88
88
|
"@types/react-transition-group": "^4.4.12",
|
|
89
|
-
"@vitejs/plugin-react-swc": "^4.2.
|
|
89
|
+
"@vitejs/plugin-react-swc": "^4.2.3",
|
|
90
90
|
"deep-diff": "^1.0.2",
|
|
91
|
-
"dotenv": "^17.
|
|
92
|
-
"eslint": "^
|
|
91
|
+
"dotenv": "^17.3.1",
|
|
92
|
+
"eslint": "^10.0.2",
|
|
93
93
|
"eslint-config-prettier": "^10.1.8",
|
|
94
94
|
"eslint-plugin-prettier": "^5.5.5",
|
|
95
|
-
"
|
|
96
|
-
"globals": "^17.0.0",
|
|
95
|
+
"globals": "^17.3.0",
|
|
97
96
|
"husky": "^9.1.7",
|
|
98
97
|
"js-yaml": "^4.1.1",
|
|
99
98
|
"lint-staged": "^16.2.7",
|
|
100
99
|
"mkdirp": "^3.0.1",
|
|
101
100
|
"pdfkit": "^0.17.2",
|
|
102
|
-
"prettier": "^3.8.
|
|
101
|
+
"prettier": "^3.8.1",
|
|
103
102
|
"react": "^18.3.1",
|
|
104
103
|
"react-dom": "^18.3.1",
|
|
105
|
-
"rimraf": "^6.1.
|
|
104
|
+
"rimraf": "^6.1.3",
|
|
106
105
|
"rollup-preserve-directives": "^1.1.3",
|
|
107
|
-
"sass": "^1.97.
|
|
108
|
-
"storybook": "^10.
|
|
109
|
-
"typedoc": "^0.28.
|
|
106
|
+
"sass": "^1.97.3",
|
|
107
|
+
"storybook": "^10.2.11",
|
|
108
|
+
"typedoc": "^0.28.17",
|
|
110
109
|
"typedoc-plugin-coverage": "^4.0.2",
|
|
111
110
|
"typescript": "^5.9.3",
|
|
112
|
-
"typescript-eslint": "^8.
|
|
111
|
+
"typescript-eslint": "^8.56.1",
|
|
113
112
|
"vite": "^7.3.1",
|
|
114
|
-
"vite-bundle-analyzer": "^1.3.
|
|
113
|
+
"vite-bundle-analyzer": "^1.3.6",
|
|
115
114
|
"vite-plugin-dts": "^4.5.4",
|
|
116
|
-
"vitest": "^4.0.
|
|
115
|
+
"vitest": "^4.0.18",
|
|
117
116
|
"xml2js": "^0.6.2",
|
|
118
117
|
"yargs": "^18.0.0"
|
|
119
118
|
},
|