@vention/machine-ui 4.2.2 → 4.2.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 CHANGED
@@ -64,3 +64,4 @@ Machine UI components work exceptionally well for industrial HMI applications. F
64
64
 
65
65
  This library is provided for use with Vention machines and applications.
66
66
 
67
+
package/index.esm.js CHANGED
@@ -4381,7 +4381,7 @@ const getBodyTextTypography = (modalSize, isTouchDevice) => {
4381
4381
  return "paragraph14Regular";
4382
4382
  };
4383
4383
  const ventionModalTestIds = {
4384
- container: "vention-modal",
4384
+ container: "vention-modal-container",
4385
4385
  positiveIcon: "vention-modal-positive-icon",
4386
4386
  infoIcon: "vention-modal-info-icon",
4387
4387
  loadingIcon: "vention-modal-loading-icon",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vention/machine-ui",
3
- "version": "4.2.2",
3
+ "version": "4.2.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/VentionCo/machine-cloud.git"