@vention/machine-ui 4.2.2 → 4.2.4
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 +1 -0
- package/index.esm.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
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",
|