@regulaforensics/ui-components 8.2.510-rc → 8.2.511-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 +15 -41
- package/dist/core/index.css +2 -2
- package/dist/core/index.js +24340 -27386
- package/dist/index.d.ts +6 -0
- package/dist/main/index.cjs +15 -41
- package/dist/main/index.css +2 -2
- package/dist/main/index.js +24340 -27386
- package/package.json +27 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/ui-components",
|
|
3
|
-
"version": "8.2.
|
|
3
|
+
"version": "8.2.511-nightly",
|
|
4
4
|
"description": "Regula UI components",
|
|
5
5
|
"author": "Regula Forensics, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -40,58 +40,55 @@
|
|
|
40
40
|
"*.{js,ts,tsx}": "eslint --fix"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@babel/runtime": "^7.27.
|
|
44
|
-
"@regulaforensics/document-reader-typings": "^8.2.
|
|
45
|
-
"@regulaforensics/facesdk-webclient": "^
|
|
46
|
-
"@uiw/react-json-view": "^2.0.0-alpha.
|
|
43
|
+
"@babel/runtime": "^7.27.6",
|
|
44
|
+
"@regulaforensics/document-reader-typings": "^8.2.511-nightly",
|
|
45
|
+
"@regulaforensics/facesdk-webclient": "^7.1.255",
|
|
46
|
+
"@uiw/react-json-view": "^2.0.0-alpha.32",
|
|
47
47
|
"classnames": "^2.5.1",
|
|
48
|
-
"i18next": "^
|
|
48
|
+
"i18next": "^25.3.0",
|
|
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
|
-
"react-i18next": "^15.
|
|
53
|
+
"react-i18next": "^15.5.3",
|
|
54
54
|
"react-scroll": "^1.9.3",
|
|
55
55
|
"react-transition-group": "^4.4.5"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@eslint/js": "^9.
|
|
59
|
-
"@storybook/addon-
|
|
60
|
-
"@storybook/
|
|
61
|
-
"@storybook/react": "^
|
|
62
|
-
"@
|
|
63
|
-
"@
|
|
64
|
-
"@types/lodash": "^4.17.17",
|
|
65
|
-
"@types/mustache": "^4.2.5",
|
|
66
|
-
"@types/node": "^22.14.1",
|
|
58
|
+
"@eslint/js": "^9.30.1",
|
|
59
|
+
"@storybook/addon-docs": "^9.0.15",
|
|
60
|
+
"@storybook/react": "^9.0.15",
|
|
61
|
+
"@storybook/react-vite": "^9.0.15",
|
|
62
|
+
"@types/lodash": "^4.17.20",
|
|
63
|
+
"@types/node": "^24.0.10",
|
|
67
64
|
"@types/react": "^18.3.13",
|
|
68
65
|
"@types/react-dom": "^18.3.1",
|
|
69
66
|
"@types/react-scroll": "^1.8.10",
|
|
70
67
|
"@types/react-transition-group": "^4.4.12",
|
|
71
|
-
"@vitejs/plugin-react-swc": "^3.
|
|
72
|
-
"eslint": "^9.
|
|
68
|
+
"@vitejs/plugin-react-swc": "^3.10.2",
|
|
69
|
+
"eslint": "^9.30.1",
|
|
73
70
|
"eslint-config-prettier": "^10.1.5",
|
|
74
|
-
"eslint-plugin-prettier": "^5.
|
|
71
|
+
"eslint-plugin-prettier": "^5.5.1",
|
|
75
72
|
"eslint-plugin-react": "^7.37.5",
|
|
76
|
-
"globals": "^16.
|
|
73
|
+
"globals": "^16.3.0",
|
|
77
74
|
"husky": "^9.1.7",
|
|
78
75
|
"js-yaml": "^4.1.0",
|
|
79
|
-
"lint-staged": "^
|
|
76
|
+
"lint-staged": "^16.1.2",
|
|
80
77
|
"mkdirp": "^3.0.1",
|
|
81
|
-
"pdfkit": "^0.
|
|
82
|
-
"prettier": "^3.
|
|
78
|
+
"pdfkit": "^0.17.1",
|
|
79
|
+
"prettier": "^3.6.2",
|
|
83
80
|
"react": "^18.3.1",
|
|
84
81
|
"react-dom": "^18.3.1",
|
|
85
82
|
"rimraf": "^6.0.1",
|
|
86
83
|
"rollup-preserve-directives": "^1.1.3",
|
|
87
|
-
"sass": "^1.
|
|
88
|
-
"storybook": "^
|
|
84
|
+
"sass": "^1.89.2",
|
|
85
|
+
"storybook": "^9.0.15",
|
|
89
86
|
"typescript": "^5.8.3",
|
|
90
|
-
"typescript-eslint": "^8.
|
|
91
|
-
"vite": "^6.3.
|
|
92
|
-
"vite-plugin-dts": "^4.5.
|
|
87
|
+
"typescript-eslint": "^8.35.1",
|
|
88
|
+
"vite": "^6.3.5",
|
|
89
|
+
"vite-plugin-dts": "^4.5.4",
|
|
93
90
|
"xml2js": "^0.6.2",
|
|
94
|
-
"yargs": "^
|
|
91
|
+
"yargs": "^18.0.0"
|
|
95
92
|
},
|
|
96
93
|
"peerDependencies": {
|
|
97
94
|
"react": ">=18.0.0",
|