grep-components 1.16.0-grepf-1829.2 → 1.16.0-grepf-1829.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/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4921,7 +4921,6 @@ var useStyles$b = makeStyles()({
|
|
|
4921
4921
|
link: {
|
|
4922
4922
|
fontSize: 16,
|
|
4923
4923
|
textDecoration: 'none',
|
|
4924
|
-
lineHeight: '24px',
|
|
4925
4924
|
'&:hover': {
|
|
4926
4925
|
textDecoration: 'underline',
|
|
4927
4926
|
},
|
|
@@ -4950,7 +4949,7 @@ var GrepCrumbs = function (_a) {
|
|
|
4950
4949
|
return (React__default.createElement("div", { className: classes.container, style: style }, breadcrumbs.map(function (crumb, index) {
|
|
4951
4950
|
return crumb.path ? (React__default.createElement(Box, { key: index, display: "flex" },
|
|
4952
4951
|
React__default.createElement(Link, { className: classes.link, tabIndex: 0, component: "button", onClick: function () { return handleClick(crumb); } }, crumb.label),
|
|
4953
|
-
index !== breadcrumbs.length - 1 && React__default.createElement(Box, { margin: "
|
|
4952
|
+
index !== breadcrumbs.length - 1 && (React__default.createElement(Box, { margin: "auto 8px", height: "fit-content" /*lineHeight="20px"*/ }, ">")))) : (React__default.createElement(Tooltip, { key: index, title: showTooltip ? crumb.label : '' },
|
|
4954
4953
|
React__default.createElement("div", { className: classes.current, ref: ref }, crumb.label)));
|
|
4955
4954
|
})));
|
|
4956
4955
|
};
|