@open-amt-cloud-toolkit/ui-toolkit-react 3.0.0 → 3.0.3
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/README.md +13 -4
- package/dist/package.json +12 -12
- package/package.json +12 -12
- package/reactjs/src/kvm.bundle.js +1 -1
- package/reactjs/src/sol.bundle.js +4 -5
- package/reactjs/shared/SnackBar.d.ts +0 -5
- package/reactjs/src/sol.bundle.js.LICENSE.txt +0 -18
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# UI Toolkit React
|
|
2
2
|
|
|
3
3
|
[](https://snyk.io/test/github/open-amt-cloud-toolkit/ui-toolkit?targetFile=package.json) 
|
|
4
|
-

|
|
4
|
+
 [](https://api.securityscorecards.dev/projects/github.com/open-amt-cloud-toolkit/ui-toolkit-react) [](https://discord.gg/yrcMp2kDWh)
|
|
5
5
|
|
|
6
6
|
> Disclaimer: Production viable releases are tagged and listed under 'Releases'. All other check-ins should be considered 'in-development' and should not be used in production
|
|
7
7
|
|
|
@@ -17,7 +17,7 @@ The UI Toolkit provides prebuilt, React-based components for integrating remote
|
|
|
17
17
|
|
|
18
18
|
To succesfully deploy the UI Toolkit using React, the following software must be installed on your development system:
|
|
19
19
|
|
|
20
|
-
- [Node.js* LTS
|
|
20
|
+
- [Node.js* LTS 18.x.x or newer](https://nodejs.org/en/)
|
|
21
21
|
- [git](https://git-scm.com/downloads)
|
|
22
22
|
- [Visual Studio Code](https://code.visualstudio.com/) or any other IDE of choice
|
|
23
23
|
|
|
@@ -58,12 +58,21 @@ The React app can be created in any preferred development directory. The MPS can
|
|
|
58
58
|
On Your Network: http://172.16.17.4:3000
|
|
59
59
|
```
|
|
60
60
|
|
|
61
|
+
<br>
|
|
62
|
+
|
|
63
|
+
## Additional Resources
|
|
64
|
+
|
|
65
|
+
- For detailed documentation and Getting Started, [visit the docs site](https://open-amt-cloud-toolkit.github.io/docs).
|
|
61
66
|
|
|
62
|
-
|
|
67
|
+
- Looking to contribute? [Find more information here about contribution guidelines and practices](.\CONTRIBUTING.md).
|
|
63
68
|
|
|
69
|
+
- Find a bug? Or have ideas for new features? [Open a new Issue](https://github.com/open-amt-cloud-toolkit/ui-toolkit-react/issues).
|
|
64
70
|
|
|
65
|
-
|
|
71
|
+
- Need additional support or want to get the latest news and events about Open AMT? Connect with the team directly through Discord.
|
|
66
72
|
|
|
73
|
+
[](https://discord.gg/yrcMp2kDWh)
|
|
74
|
+
|
|
75
|
+
<br>
|
|
67
76
|
|
|
68
77
|
## License Note
|
|
69
78
|
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-amt-cloud-toolkit/ui-toolkit-react",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"description": "React UI controls for Intel AMT features",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -29,25 +29,25 @@
|
|
|
29
29
|
"@fortawesome/fontawesome-svg-core": "^6.2.1",
|
|
30
30
|
"@fortawesome/free-solid-svg-icons": "^6.2.1",
|
|
31
31
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
32
|
-
"@open-amt-cloud-toolkit/ui-toolkit": "^2.0.
|
|
33
|
-
"i18next": "^
|
|
32
|
+
"@open-amt-cloud-toolkit/ui-toolkit": "^2.0.10",
|
|
33
|
+
"i18next": "^23.2.1",
|
|
34
34
|
"i18next-browser-languagedetector": "^7.0.1",
|
|
35
35
|
"md5": "^2.2.1",
|
|
36
36
|
"moment": "^2.29.4",
|
|
37
|
-
"react-i18next": "^
|
|
37
|
+
"react-i18next": "^13.0.0",
|
|
38
38
|
"sass": "^1.56.1",
|
|
39
|
-
"styled-components": "^
|
|
39
|
+
"styled-components": "^6.0.3",
|
|
40
40
|
"winston": "^3.0.0",
|
|
41
41
|
"ws": "^8.11.0",
|
|
42
42
|
"xterm": "^5.0.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@testing-library/jest-dom": "^
|
|
46
|
-
"@testing-library/react": "^
|
|
45
|
+
"@testing-library/jest-dom": "^6.0.0",
|
|
46
|
+
"@testing-library/react": "^14.0.0",
|
|
47
47
|
"@testing-library/user-event": "^14.4.3",
|
|
48
48
|
"@types/jest": "^29.2.3",
|
|
49
49
|
"@types/md5": "^2.3.2",
|
|
50
|
-
"@types/node": "^
|
|
50
|
+
"@types/node": "^20.0.0",
|
|
51
51
|
"@types/react": "^18.0.25",
|
|
52
52
|
"@types/react-dom": "^18.0.9",
|
|
53
53
|
"@types/ws": "^8.2.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"css-loader": "^6.7.2",
|
|
58
58
|
"eslint": "^8.27.0",
|
|
59
59
|
"eslint-config-standard": "^17.0.0",
|
|
60
|
-
"eslint-config-standard-with-typescript": "^
|
|
60
|
+
"eslint-config-standard-with-typescript": "^37.0.0",
|
|
61
61
|
"eslint-plugin-import": "^2.26.0",
|
|
62
62
|
"eslint-plugin-node": "^11.1.0",
|
|
63
63
|
"eslint-plugin-promise": "^6.1.1",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"identity-obj-proxy": "^3.0.0",
|
|
67
67
|
"jest": "^29.3.1 ",
|
|
68
68
|
"jest-environment-jsdom": "^29.3.1",
|
|
69
|
-
"jest-junit": "^
|
|
69
|
+
"jest-junit": "^16.0.0",
|
|
70
70
|
"jest-transform-stub": "^2.0.0",
|
|
71
71
|
"react": "^18.2.0",
|
|
72
72
|
"react-dom": "^18.2.0",
|
|
@@ -75,9 +75,9 @@
|
|
|
75
75
|
"style-loader": "^3.3.1",
|
|
76
76
|
"ts-jest": "^29.0.3",
|
|
77
77
|
"ts-loader": "^9.4.1",
|
|
78
|
-
"typescript": "^
|
|
78
|
+
"typescript": "^5.0.4",
|
|
79
79
|
"webpack": "^5.75.0",
|
|
80
|
-
"webpack-cli": "^
|
|
80
|
+
"webpack-cli": "^5.0.1",
|
|
81
81
|
"webpack-dev-server": "^4.11.1",
|
|
82
82
|
"webpack-node-externals": "^3.0.0"
|
|
83
83
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-amt-cloud-toolkit/ui-toolkit-react",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"description": "React UI controls for Intel AMT features",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -29,25 +29,25 @@
|
|
|
29
29
|
"@fortawesome/fontawesome-svg-core": "^6.2.1",
|
|
30
30
|
"@fortawesome/free-solid-svg-icons": "^6.2.1",
|
|
31
31
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
32
|
-
"@open-amt-cloud-toolkit/ui-toolkit": "^2.0.
|
|
33
|
-
"i18next": "^
|
|
32
|
+
"@open-amt-cloud-toolkit/ui-toolkit": "^2.0.10",
|
|
33
|
+
"i18next": "^23.2.1",
|
|
34
34
|
"i18next-browser-languagedetector": "^7.0.1",
|
|
35
35
|
"md5": "^2.2.1",
|
|
36
36
|
"moment": "^2.29.4",
|
|
37
|
-
"react-i18next": "^
|
|
37
|
+
"react-i18next": "^13.0.0",
|
|
38
38
|
"sass": "^1.56.1",
|
|
39
|
-
"styled-components": "^
|
|
39
|
+
"styled-components": "^6.0.3",
|
|
40
40
|
"winston": "^3.0.0",
|
|
41
41
|
"ws": "^8.11.0",
|
|
42
42
|
"xterm": "^5.0.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@testing-library/jest-dom": "^
|
|
46
|
-
"@testing-library/react": "^
|
|
45
|
+
"@testing-library/jest-dom": "^6.0.0",
|
|
46
|
+
"@testing-library/react": "^14.0.0",
|
|
47
47
|
"@testing-library/user-event": "^14.4.3",
|
|
48
48
|
"@types/jest": "^29.2.3",
|
|
49
49
|
"@types/md5": "^2.3.2",
|
|
50
|
-
"@types/node": "^
|
|
50
|
+
"@types/node": "^20.0.0",
|
|
51
51
|
"@types/react": "^18.0.25",
|
|
52
52
|
"@types/react-dom": "^18.0.9",
|
|
53
53
|
"@types/ws": "^8.2.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"css-loader": "^6.7.2",
|
|
58
58
|
"eslint": "^8.27.0",
|
|
59
59
|
"eslint-config-standard": "^17.0.0",
|
|
60
|
-
"eslint-config-standard-with-typescript": "^
|
|
60
|
+
"eslint-config-standard-with-typescript": "^37.0.0",
|
|
61
61
|
"eslint-plugin-import": "^2.26.0",
|
|
62
62
|
"eslint-plugin-node": "^11.1.0",
|
|
63
63
|
"eslint-plugin-promise": "^6.1.1",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"identity-obj-proxy": "^3.0.0",
|
|
67
67
|
"jest": "^29.3.1 ",
|
|
68
68
|
"jest-environment-jsdom": "^29.3.1",
|
|
69
|
-
"jest-junit": "^
|
|
69
|
+
"jest-junit": "^16.0.0",
|
|
70
70
|
"jest-transform-stub": "^2.0.0",
|
|
71
71
|
"react": "^18.2.0",
|
|
72
72
|
"react-dom": "^18.2.0",
|
|
@@ -75,9 +75,9 @@
|
|
|
75
75
|
"style-loader": "^3.3.1",
|
|
76
76
|
"ts-jest": "^29.0.3",
|
|
77
77
|
"ts-loader": "^9.4.1",
|
|
78
|
-
"typescript": "^
|
|
78
|
+
"typescript": "^5.0.4",
|
|
79
79
|
"webpack": "^5.75.0",
|
|
80
|
-
"webpack-cli": "^
|
|
80
|
+
"webpack-cli": "^5.0.1",
|
|
81
81
|
"webpack-dev-server": "^4.11.1",
|
|
82
82
|
"webpack-node-externals": "^3.0.0"
|
|
83
83
|
}
|