@regulaforensics/ui-components 8.3.568-nightly → 8.3.570-rc
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 +15 -20
- package/dist/core/index.css +3 -3
- package/dist/core/index.js +25374 -27603
- package/dist/index.d.ts +1 -13
- package/dist/main/index.cjs +15 -20
- package/dist/main/index.css +3 -3
- package/dist/main/index.js +25374 -27603
- package/package.json +19 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/ui-components",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.570-rc",
|
|
4
4
|
"description": "Regula UI components",
|
|
5
5
|
"author": "Regula Forensics, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
"*.{js,ts,tsx}": "eslint --fix"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@babel/runtime": "^7.
|
|
44
|
-
"@regulaforensics/document-reader-typings": "^8.3.
|
|
43
|
+
"@babel/runtime": "^7.27.6",
|
|
44
|
+
"@regulaforensics/document-reader-typings": "^8.3.570-rc",
|
|
45
45
|
"@regulaforensics/facesdk-webclient": "^7.1.291",
|
|
46
|
-
"@uiw/react-json-view": "^2.0.0-alpha.
|
|
46
|
+
"@uiw/react-json-view": "^2.0.0-alpha.33",
|
|
47
47
|
"classnames": "^2.5.1",
|
|
48
|
-
"i18next": "^25.3.
|
|
48
|
+
"i18next": "^25.3.2",
|
|
49
49
|
"lodash": "^4.17.21",
|
|
50
|
-
"overlayscrollbars": "^2.11.
|
|
50
|
+
"overlayscrollbars": "^2.11.4",
|
|
51
51
|
"overlayscrollbars-react": "^0.5.6",
|
|
52
52
|
"react-device-detect": "^2.2.3",
|
|
53
53
|
"react-i18next": "^15.6.1",
|
|
@@ -55,25 +55,25 @@
|
|
|
55
55
|
"react-transition-group": "^4.4.5"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@eslint/js": "^9.
|
|
59
|
-
"@storybook/addon-docs": "^9.
|
|
60
|
-
"@storybook/react": "^9.
|
|
61
|
-
"@storybook/react-vite": "^9.
|
|
58
|
+
"@eslint/js": "^9.31.0",
|
|
59
|
+
"@storybook/addon-docs": "^9.0.18",
|
|
60
|
+
"@storybook/react": "^9.0.18",
|
|
61
|
+
"@storybook/react-vite": "^9.0.18",
|
|
62
62
|
"@types/lodash": "^4.17.20",
|
|
63
|
-
"@types/node": "^24.
|
|
63
|
+
"@types/node": "^24.1.0",
|
|
64
64
|
"@types/react": "^18.3.13",
|
|
65
65
|
"@types/react-dom": "^18.3.1",
|
|
66
66
|
"@types/react-scroll": "^1.8.10",
|
|
67
67
|
"@types/react-transition-group": "^4.4.12",
|
|
68
|
-
"@vitejs/plugin-react-swc": "^
|
|
69
|
-
"eslint": "^9.
|
|
68
|
+
"@vitejs/plugin-react-swc": "^3.11.0",
|
|
69
|
+
"eslint": "^9.31.0",
|
|
70
70
|
"eslint-config-prettier": "^10.1.8",
|
|
71
|
-
"eslint-plugin-prettier": "^5.5.
|
|
71
|
+
"eslint-plugin-prettier": "^5.5.3",
|
|
72
72
|
"eslint-plugin-react": "^7.37.5",
|
|
73
73
|
"globals": "^16.3.0",
|
|
74
74
|
"husky": "^9.1.7",
|
|
75
75
|
"js-yaml": "^4.1.0",
|
|
76
|
-
"lint-staged": "^16.1.
|
|
76
|
+
"lint-staged": "^16.1.2",
|
|
77
77
|
"mkdirp": "^3.0.1",
|
|
78
78
|
"pdfkit": "^0.17.1",
|
|
79
79
|
"prettier": "^3.6.2",
|
|
@@ -81,10 +81,10 @@
|
|
|
81
81
|
"react-dom": "^18.3.1",
|
|
82
82
|
"rimraf": "^6.0.1",
|
|
83
83
|
"rollup-preserve-directives": "^1.1.3",
|
|
84
|
-
"sass": "^1.
|
|
85
|
-
"storybook": "^9.
|
|
86
|
-
"typescript": "^5.
|
|
87
|
-
"typescript-eslint": "^8.
|
|
84
|
+
"sass": "^1.89.2",
|
|
85
|
+
"storybook": "^9.0.18",
|
|
86
|
+
"typescript": "^5.8.3",
|
|
87
|
+
"typescript-eslint": "^8.38.0",
|
|
88
88
|
"vite": "^6.3.5",
|
|
89
89
|
"vite-plugin-dts": "^4.5.4",
|
|
90
90
|
"xml2js": "^0.6.2",
|