@regulaforensics/ui-components 9.2.776-rc → 9.2.777-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 -48
- package/dist/core/index.css +1 -9
- package/dist/core/index.d.ts +70 -1
- package/dist/core/index.js +14623 -14627
- package/dist/main/index.cjs +15 -48
- package/dist/main/index.css +1 -9
- package/dist/main/index.d.ts +70 -1
- package/dist/main/index.js +14623 -14627
- package/dist/typings/index.cjs +3 -16
- package/dist/typings/index.d.ts +70 -1
- package/dist/typings/index.js +1000 -1034
- package/package.json +29 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regulaforensics/ui-components",
|
|
3
|
-
"version": "9.2.
|
|
3
|
+
"version": "9.2.777-nightly",
|
|
4
4
|
"description": "Regula UI components",
|
|
5
5
|
"author": "Regula Forensics, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -53,67 +53,67 @@
|
|
|
53
53
|
"*.{js,ts,tsx}": "eslint --fix"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@regulaforensics/document-reader-webclient": "^9.
|
|
56
|
+
"@regulaforensics/document-reader-webclient": "^9.2.692-nightly",
|
|
57
57
|
"@regulaforensics/facesdk-webclient": "^8.1.420-nightly",
|
|
58
|
-
"@uiw/react-json-view": "^2.0.0-alpha.
|
|
58
|
+
"@uiw/react-json-view": "^2.0.0-alpha.40",
|
|
59
59
|
"class-transformer": "^0.5.1",
|
|
60
|
-
"class-validator": "^0.14.
|
|
60
|
+
"class-validator": "^0.14.3",
|
|
61
61
|
"classnames": "^2.5.1",
|
|
62
62
|
"date-fns": "^4.1.0",
|
|
63
|
-
"i18next": "^25.
|
|
63
|
+
"i18next": "^25.7.4",
|
|
64
64
|
"lodash": "^4.17.21",
|
|
65
|
-
"overlayscrollbars": "^2.
|
|
65
|
+
"overlayscrollbars": "^2.13.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.
|
|
69
|
+
"react-i18next": "^16.5.3",
|
|
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": "^9.
|
|
77
|
-
"@microsoft/api-extractor": "^7.
|
|
78
|
-
"@storybook/addon-docs": "^
|
|
79
|
-
"@storybook/react": "^
|
|
80
|
-
"@storybook/react-vite": "^
|
|
76
|
+
"@eslint/js": "^9.39.2",
|
|
77
|
+
"@microsoft/api-extractor": "^7.55.2",
|
|
78
|
+
"@storybook/addon-docs": "^10.1.11",
|
|
79
|
+
"@storybook/react": "^10.1.11",
|
|
80
|
+
"@storybook/react-vite": "^10.1.11",
|
|
81
81
|
"@types/deep-diff": "^1.0.5",
|
|
82
|
-
"@types/lodash": "^4.17.
|
|
83
|
-
"@types/node": "^
|
|
82
|
+
"@types/lodash": "^4.17.23",
|
|
83
|
+
"@types/node": "^25.0.9",
|
|
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.
|
|
89
|
+
"@vitejs/plugin-react-swc": "^4.2.2",
|
|
90
90
|
"deep-diff": "^1.0.2",
|
|
91
91
|
"dotenv": "^17.2.3",
|
|
92
|
-
"eslint": "^9.
|
|
92
|
+
"eslint": "^9.39.2",
|
|
93
93
|
"eslint-config-prettier": "^10.1.8",
|
|
94
|
-
"eslint-plugin-prettier": "^5.5.
|
|
94
|
+
"eslint-plugin-prettier": "^5.5.5",
|
|
95
95
|
"eslint-plugin-react": "^7.37.5",
|
|
96
|
-
"globals": "^
|
|
96
|
+
"globals": "^17.0.0",
|
|
97
97
|
"husky": "^9.1.7",
|
|
98
|
-
"js-yaml": "^4.1.
|
|
99
|
-
"lint-staged": "^16.2.
|
|
98
|
+
"js-yaml": "^4.1.1",
|
|
99
|
+
"lint-staged": "^16.2.7",
|
|
100
100
|
"mkdirp": "^3.0.1",
|
|
101
101
|
"pdfkit": "^0.17.2",
|
|
102
|
-
"prettier": "^3.
|
|
102
|
+
"prettier": "^3.8.0",
|
|
103
103
|
"react": "^18.3.1",
|
|
104
104
|
"react-dom": "^18.3.1",
|
|
105
|
-
"rimraf": "^6.1.
|
|
105
|
+
"rimraf": "^6.1.2",
|
|
106
106
|
"rollup-preserve-directives": "^1.1.3",
|
|
107
|
-
"sass": "^1.
|
|
108
|
-
"storybook": "^
|
|
109
|
-
"typedoc": "^0.28.
|
|
107
|
+
"sass": "^1.97.2",
|
|
108
|
+
"storybook": "^10.1.11",
|
|
109
|
+
"typedoc": "^0.28.16",
|
|
110
110
|
"typedoc-plugin-coverage": "^4.0.2",
|
|
111
111
|
"typescript": "^5.9.3",
|
|
112
|
-
"typescript-eslint": "^8.
|
|
113
|
-
"vite": "^7.1
|
|
114
|
-
"vite-bundle-analyzer": "^1.2
|
|
112
|
+
"typescript-eslint": "^8.53.0",
|
|
113
|
+
"vite": "^7.3.1",
|
|
114
|
+
"vite-bundle-analyzer": "^1.3.2",
|
|
115
115
|
"vite-plugin-dts": "^4.5.4",
|
|
116
|
-
"vitest": "^4.0.
|
|
116
|
+
"vitest": "^4.0.17",
|
|
117
117
|
"xml2js": "^0.6.2",
|
|
118
118
|
"yargs": "^18.0.0"
|
|
119
119
|
},
|