@galaxy-ds/core 1.1.59 → 1.1.60
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/dist/index.esm.js +0 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -34210,7 +34210,6 @@ var useStyles$n = makeStyles(function (theme) {
|
|
|
34210
34210
|
var MenuItem = React__default.forwardRef(function (props, ref) {
|
|
34211
34211
|
var children = props.children, startAdornment = props.startAdornment, value = props.value, system = props.system, border = props.border, rest = __rest(props, ["children", "startAdornment", "value", "system", "border"]);
|
|
34212
34212
|
var classes = useStyles$n();
|
|
34213
|
-
console.log("soph", props);
|
|
34214
34213
|
return (React__default.createElement("div", { className: classes.root },
|
|
34215
34214
|
React__default.createElement(MuiMenuItem, __assign$1({ ref: ref }, rest, { button: true, className: clsx(classes.root, system ? "gds-menu-item-system" : "", startAdornment ? "gds-menu-item-icon" : "") }),
|
|
34216
34215
|
startAdornment ? (React__default.createElement(ListItemIcon, null, startAdornment)) : null,
|