@galaxy-ds/core 1.1.64 → 1.1.65
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 +5 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +5 -3
- package/dist/index.js.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -35768,6 +35768,9 @@ var useStyles$a = makeStyles(function (theme) {
|
|
|
35768
35768
|
justifyContent: "space-between",
|
|
35769
35769
|
alignItems: "flex-end",
|
|
35770
35770
|
}); },
|
|
35771
|
+
toolbarContent: {
|
|
35772
|
+
marginTop: '10px',
|
|
35773
|
+
}
|
|
35771
35774
|
});
|
|
35772
35775
|
});
|
|
35773
35776
|
var HeaderToolbar = function (_a) {
|
|
@@ -35779,7 +35782,7 @@ var HeaderToolbar = function (_a) {
|
|
|
35779
35782
|
React__default.createElement(Box$2, { className: clsx(classes.toolbarContainer, "gds-toolbar-title") },
|
|
35780
35783
|
title && (tooltip ? (React__default.createElement(Tooltip, { title: title, placement: "bottom-start" },
|
|
35781
35784
|
React__default.createElement(Typography, { gutterBottom: true, variant: "h4", noWrap: true, upperCase: true }, title))) : (React__default.createElement(Typography, { gutterBottom: true, variant: "h4", noWrap: true, upperCase: true }, title))),
|
|
35782
|
-
left),
|
|
35785
|
+
React__default.createElement(Box$2, { className: clsx(classes.toolbarContent) }, left)),
|
|
35783
35786
|
right && (React__default.createElement(Box$2, { className: clsx("gds-buttons-w-divider", classes.containerDivider) }, right)))));
|
|
35784
35787
|
};
|
|
35785
35788
|
|
|
@@ -46916,7 +46919,6 @@ var themeWeb = createTheme({
|
|
|
46916
46919
|
fontSize: typography$1.h4.fontSize,
|
|
46917
46920
|
fontWeight: typography$1.h4.fontWeight,
|
|
46918
46921
|
lineHeight: typography$1.h4.lineHeight,
|
|
46919
|
-
marginBottom: '24px',
|
|
46920
46922
|
}
|
|
46921
46923
|
}
|
|
46922
46924
|
},
|
|
@@ -49290,7 +49292,7 @@ var themeDesktop = createTheme({
|
|
|
49290
49292
|
color: pallettes.brand.text.main,
|
|
49291
49293
|
"&.MuiTypography-h4": {
|
|
49292
49294
|
".gds-toolbar-title &": {
|
|
49293
|
-
marginBottom: '
|
|
49295
|
+
marginBottom: '0',
|
|
49294
49296
|
color: pallettes.brand.primary.light + " !important",
|
|
49295
49297
|
}
|
|
49296
49298
|
}
|