@vention/machine-ui 4.2.1 → 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
package/index.esm.js
CHANGED
|
@@ -4206,7 +4206,7 @@ const VentionModal = props => {
|
|
|
4206
4206
|
isTouchDevice: isTouchDevice,
|
|
4207
4207
|
backDropClickClosable: backDropClickClosable,
|
|
4208
4208
|
width: props.width,
|
|
4209
|
-
dataTestId: (_props$dataTestIds$mo = (_props$dataTestIds = props.dataTestIds) == null ? void 0 : _props$dataTestIds.modal) != null ? _props$dataTestIds$mo :
|
|
4209
|
+
dataTestId: (_props$dataTestIds$mo = (_props$dataTestIds = props.dataTestIds) == null ? void 0 : _props$dataTestIds.modal) != null ? _props$dataTestIds$mo : ventionModalTestIds.container,
|
|
4210
4210
|
children: /*#__PURE__*/jsxs(Box$1, {
|
|
4211
4211
|
className: classes.modalContent,
|
|
4212
4212
|
children: [props.type !== "none" && /*#__PURE__*/jsx(Box$1, {
|
|
@@ -4381,6 +4381,7 @@ const getBodyTextTypography = (modalSize, isTouchDevice) => {
|
|
|
4381
4381
|
return "paragraph14Regular";
|
|
4382
4382
|
};
|
|
4383
4383
|
const ventionModalTestIds = {
|
|
4384
|
+
container: "vention-modal-container",
|
|
4384
4385
|
positiveIcon: "vention-modal-positive-icon",
|
|
4385
4386
|
infoIcon: "vention-modal-info-icon",
|
|
4386
4387
|
loadingIcon: "vention-modal-loading-icon",
|
package/package.json
CHANGED
|
@@ -48,6 +48,7 @@ export interface VentionModalProps {
|
|
|
48
48
|
}
|
|
49
49
|
export declare const VentionModal: (props: VentionModalProps) => import("react/jsx-runtime").JSX.Element;
|
|
50
50
|
export declare const ventionModalTestIds: {
|
|
51
|
+
container: string;
|
|
51
52
|
positiveIcon: string;
|
|
52
53
|
infoIcon: string;
|
|
53
54
|
loadingIcon: string;
|