@regulaforensics/ui-components 8.1.494-nightly → 8.2.496-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 +30 -30
- package/dist/core/index.css +2 -2
- package/dist/core/index.js +17123 -17098
- package/dist/index.d.ts +6 -0
- package/dist/main/index.cjs +30 -30
- package/dist/main/index.css +2 -2
- package/dist/main/index.js +17123 -17098
- package/package.json +20 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/ui-components",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.2.496-nightly",
|
|
4
4
|
"description": "Regula UI components",
|
|
5
5
|
"author": "Regula Forensics, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -40,56 +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.
|
|
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.496-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.2.1",
|
|
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.
|
|
58
|
+
"@eslint/js": "^9.29.0",
|
|
59
59
|
"@storybook/addon-essentials": "^8.6.14",
|
|
60
60
|
"@storybook/manager-api": "^8.6.14",
|
|
61
61
|
"@storybook/react": "^8.6.14",
|
|
62
62
|
"@storybook/react-vite": "^8.6.14",
|
|
63
63
|
"@storybook/theming": "^8.6.14",
|
|
64
|
-
"@types/lodash": "^4.17.
|
|
65
|
-
"@types/
|
|
66
|
-
"@types/node": "^22.14.1",
|
|
64
|
+
"@types/lodash": "^4.17.18",
|
|
65
|
+
"@types/node": "^24.0.3",
|
|
67
66
|
"@types/react": "^18.3.13",
|
|
68
67
|
"@types/react-dom": "^18.3.1",
|
|
69
68
|
"@types/react-scroll": "^1.8.10",
|
|
70
69
|
"@types/react-transition-group": "^4.4.12",
|
|
71
|
-
"@vitejs/plugin-react-swc": "^3.
|
|
72
|
-
"eslint": "^9.
|
|
70
|
+
"@vitejs/plugin-react-swc": "^3.10.2",
|
|
71
|
+
"eslint": "^9.29.0",
|
|
73
72
|
"eslint-config-prettier": "^10.1.5",
|
|
74
|
-
"eslint-plugin-prettier": "^5.
|
|
73
|
+
"eslint-plugin-prettier": "^5.5.0",
|
|
75
74
|
"eslint-plugin-react": "^7.37.5",
|
|
76
75
|
"globals": "^16.2.0",
|
|
77
76
|
"husky": "^9.1.7",
|
|
78
77
|
"js-yaml": "^4.1.0",
|
|
79
|
-
"lint-staged": "^
|
|
78
|
+
"lint-staged": "^16.1.2",
|
|
80
79
|
"mkdirp": "^3.0.1",
|
|
81
|
-
"pdfkit": "^0.
|
|
80
|
+
"pdfkit": "^0.17.1",
|
|
82
81
|
"prettier": "^3.5.3",
|
|
83
82
|
"react": "^18.3.1",
|
|
84
83
|
"react-dom": "^18.3.1",
|
|
85
84
|
"rimraf": "^6.0.1",
|
|
86
85
|
"rollup-preserve-directives": "^1.1.3",
|
|
87
|
-
"sass": "^1.
|
|
86
|
+
"sass": "^1.89.2",
|
|
88
87
|
"storybook": "^8.6.14",
|
|
89
88
|
"typescript": "^5.8.3",
|
|
90
|
-
"typescript-eslint": "^8.
|
|
91
|
-
"vite": "^6.3.
|
|
92
|
-
"vite-plugin-dts": "^4.5.
|
|
89
|
+
"typescript-eslint": "^8.34.1",
|
|
90
|
+
"vite": "^6.3.5",
|
|
91
|
+
"vite-plugin-dts": "^4.5.4",
|
|
93
92
|
"xml2js": "^0.6.2",
|
|
94
93
|
"yargs": "^17.7.2"
|
|
95
94
|
},
|