@mui/codemod
Version:
Codemod scripts for Material UI.
98 lines (97 loc) • 2.34 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
var _Typography = _interopRequireDefault(require("@org/ui/material/Typography"));
var _material = require("@org/ui/material");
var _jsxRuntime = require("react/jsx-runtime");
/*#__PURE__*/(0, _jsxRuntime.jsx)(_Typography.default, {});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Typography, {});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_Typography.default, {
className: "my-class"
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Typography, {
className: "my-class"
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_Typography.default, {
sx: {
marginBottom: "16px"
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Typography, {
sx: {
marginBottom: "16px"
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_Typography.default, {
className: "my-class",
sx: {
marginBottom: "16px"
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Typography, {
className: "my-class",
sx: {
marginBottom: "16px"
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_Typography.default, {
className: "my-class"
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Typography, {
className: "my-class"
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_Typography.default, {
className: "my-class",
sx: {
marginBottom: "16px"
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Typography, {
className: "my-class",
sx: {
marginBottom: "16px"
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_Typography.default, {
className: "my-class",
sx: paragraph ? {
marginBottom: "16px"
} : undefined
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Typography, {
className: "my-class",
sx: paragraph ? {
marginBottom: "16px"
} : undefined
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_Typography.default, {
sx: {
marginBottom: "32px"
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Typography, {
sx: {
marginBottom: "32px"
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_Typography.default, {
sx: {
mb: "32px"
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Typography, {
sx: {
mb: "32px"
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_Typography.default, {
sx: {
color: "black",
marginBottom: "16px"
}
});
/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Typography, {
sx: {
color: "black",
marginBottom: "16px"
}
});