@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.js
CHANGED
|
@@ -35795,6 +35795,9 @@ var useStyles$a = makeStyles(function (theme) {
|
|
|
35795
35795
|
justifyContent: "space-between",
|
|
35796
35796
|
alignItems: "flex-end",
|
|
35797
35797
|
}); },
|
|
35798
|
+
toolbarContent: {
|
|
35799
|
+
marginTop: '10px',
|
|
35800
|
+
}
|
|
35798
35801
|
});
|
|
35799
35802
|
});
|
|
35800
35803
|
var HeaderToolbar = function (_a) {
|
|
@@ -35806,7 +35809,7 @@ var HeaderToolbar = function (_a) {
|
|
|
35806
35809
|
React__default["default"].createElement(Box$2, { className: clsx(classes.toolbarContainer, "gds-toolbar-title") },
|
|
35807
35810
|
title && (tooltip ? (React__default["default"].createElement(Tooltip, { title: title, placement: "bottom-start" },
|
|
35808
35811
|
React__default["default"].createElement(Typography, { gutterBottom: true, variant: "h4", noWrap: true, upperCase: true }, title))) : (React__default["default"].createElement(Typography, { gutterBottom: true, variant: "h4", noWrap: true, upperCase: true }, title))),
|
|
35809
|
-
left),
|
|
35812
|
+
React__default["default"].createElement(Box$2, { className: clsx(classes.toolbarContent) }, left)),
|
|
35810
35813
|
right && (React__default["default"].createElement(Box$2, { className: clsx("gds-buttons-w-divider", classes.containerDivider) }, right)))));
|
|
35811
35814
|
};
|
|
35812
35815
|
|
|
@@ -46943,7 +46946,6 @@ var themeWeb = createTheme({
|
|
|
46943
46946
|
fontSize: typography$1.h4.fontSize,
|
|
46944
46947
|
fontWeight: typography$1.h4.fontWeight,
|
|
46945
46948
|
lineHeight: typography$1.h4.lineHeight,
|
|
46946
|
-
marginBottom: '24px',
|
|
46947
46949
|
}
|
|
46948
46950
|
}
|
|
46949
46951
|
},
|
|
@@ -49317,7 +49319,7 @@ var themeDesktop = createTheme({
|
|
|
49317
49319
|
color: pallettes.brand.text.main,
|
|
49318
49320
|
"&.MuiTypography-h4": {
|
|
49319
49321
|
".gds-toolbar-title &": {
|
|
49320
|
-
marginBottom: '
|
|
49322
|
+
marginBottom: '0',
|
|
49321
49323
|
color: pallettes.brand.primary.light + " !important",
|
|
49322
49324
|
}
|
|
49323
49325
|
}
|