grep-components 1.15.0-grepf-1697.5 → 1.15.0-grepf-1697.6
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 +7 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4407,7 +4407,8 @@ var useFooterStyles = makeStyles()(function (theme) {
|
|
|
4407
4407
|
_a[theme.breakpoints.up('md')] = {
|
|
4408
4408
|
minHeight: '100px',
|
|
4409
4409
|
},
|
|
4410
|
-
_a.fontFamily = 'Montserrat
|
|
4410
|
+
_a.fontFamily = 'Montserrat',
|
|
4411
|
+
_a.fontWeight = 600,
|
|
4411
4412
|
_a.fontSize = '14px',
|
|
4412
4413
|
_a),
|
|
4413
4414
|
content: (_b = {
|
|
@@ -4446,8 +4447,9 @@ var useFooterStyles = makeStyles()(function (theme) {
|
|
|
4446
4447
|
item: (_e = {
|
|
4447
4448
|
color: Colors.white,
|
|
4448
4449
|
width: 'fit-content',
|
|
4449
|
-
height: '10px',
|
|
4450
4450
|
margin: '0',
|
|
4451
|
+
height: '10px',
|
|
4452
|
+
gap: '10px',
|
|
4451
4453
|
borderRight: "1px solid ".concat(theme.palette.divider)
|
|
4452
4454
|
},
|
|
4453
4455
|
_e[theme.breakpoints.down('md')] = {
|
|
@@ -4461,7 +4463,8 @@ var useFooterStyles = makeStyles()(function (theme) {
|
|
|
4461
4463
|
itemText: {
|
|
4462
4464
|
padding: 0,
|
|
4463
4465
|
margin: '0 auto',
|
|
4464
|
-
fontFamily: 'Montserrat
|
|
4466
|
+
fontFamily: 'Montserrat',
|
|
4467
|
+
fontWeight: 400,
|
|
4465
4468
|
fontSize: '14px',
|
|
4466
4469
|
},
|
|
4467
4470
|
itemBtn: {
|
|
@@ -4477,7 +4480,7 @@ var Footer = function (_a) {
|
|
|
4477
4480
|
var items = _a.items, serviceNameText = _a.serviceNameText, udirLink = _a.udirLink, udirLogo = _a.udirLogo;
|
|
4478
4481
|
var classes = useFooterStyles().classes;
|
|
4479
4482
|
var renderItem = function (text) { return (React__default.createElement(ListItemText, { className: classes.itemText, primary: text, primaryTypographyProps: {
|
|
4480
|
-
style: { fontSize: 14, fontFamily: 'Montserrat
|
|
4483
|
+
style: { fontSize: 14, fontFamily: 'Montserrat', fontWeight: 400 },
|
|
4481
4484
|
} })); };
|
|
4482
4485
|
return (React__default.createElement(Box, { className: classes.footer },
|
|
4483
4486
|
React__default.createElement(Box, { className: classes.content },
|