twreporter-react-footer-components
Advanced tools
Comparing version 1.0.3-beta.2 to 1.0.3-beta.3
@@ -226,3 +226,3 @@ 'use strict'; | ||
footerContentMaxWidth: { | ||
mobile: 284, | ||
mobile: 273, | ||
desktop: 1440 }, | ||
@@ -237,3 +237,3 @@ sectionMargin: { | ||
displayName: 'footer__FooterContainer', | ||
componentId: 's1kf4dsh-0' | ||
componentId: 's1bua550-0' | ||
})(['box-sizing:border-box;width:100%;position:relative;background-color:', ';padding:', ';', ''], function (props) { | ||
@@ -245,3 +245,3 @@ return (0, _theme.selectBgColor)(props.pageTheme); | ||
displayName: 'footer__FooterContent', | ||
componentId: 's1kf4dsh-1' | ||
componentId: 's1bua550-1' | ||
})(['max-width:', 'px;', ' margin:0 auto;box-sizing:border-box;position:relative;width:100%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;', ' align-items:flex-start;'], styles.footerContentMaxWidth.desktop, _styleUtils.screen.mobileOnly(_templateObject2, styles.footerContentMaxWidth.mobile), _styleUtils.screen.tabletAbove(_templateObject3)); | ||
@@ -251,3 +251,3 @@ | ||
displayName: 'footer__SectionContainer', | ||
componentId: 's1kf4dsh-2' | ||
componentId: 's1bua550-2' | ||
})(['box-sizing:border-box;width:', ';', ' margin:', ';', ''], styles.sectionWidth.mobile, _styleUtils.screen.tabletAbove(_templateObject4, styles.sectionWidth.desktop), (0, _styleUtils.arrayToCssShorthand)(styles.sectionMargin.desktop), _styleUtils.screen.mobileOnly(_templateObject5, (0, _styleUtils.arrayToCssShorthand)(styles.sectionMargin.mobile))); | ||
@@ -257,3 +257,3 @@ | ||
displayName: 'footer__SectionContent', | ||
componentId: 's1kf4dsh-3' | ||
componentId: 's1bua550-3' | ||
})(['box-sizing:border-box;display:flex;flex-wrap:nowrap;flex-direction:column;', ' ', ''], _styleUtils.screen.tabletAbove(_templateObject6), _styleUtils.screen.mobileOnly(_templateObject7)); | ||
@@ -263,3 +263,3 @@ | ||
displayName: 'footer__SectionTitle', | ||
componentId: 's1kf4dsh-4' | ||
componentId: 's1bua550-4' | ||
})(['svg{width:', 'px;height:', 'px;}'], styles.iconWidth, styles.iconHeight); | ||
@@ -269,3 +269,3 @@ | ||
displayName: 'footer__SectionItems', | ||
componentId: 's1kf4dsh-5' | ||
componentId: 's1bua550-5' | ||
})(['box-sizing:border-box;list-style-type:none;margin:0;padding:0;', ' a{cursor:pointer;color:', ';text-decoration:none;&:link,:active,:visited,:focus{color:', ';text-decoration:none;}&:hover{color:', ';text-decoration:underline;}}'], _styleUtils.screen.tabletAbove(_templateObject8), function (props) { | ||
@@ -279,3 +279,3 @@ return (0, _theme.selectTextColor)(props.pageTheme); | ||
displayName: 'footer__SectionItem', | ||
componentId: 's1kf4dsh-6' | ||
componentId: 's1bua550-6' | ||
})(['display:block;box-sizing:border-box;height:', 'px;line-height:', 'px;letter-spacing:.3px;font-size:', ';'], styles.iconHeight, styles.iconHeight, _commonVariables.fonts.size.medium); | ||
@@ -282,0 +282,0 @@ |
{ | ||
"name": "twreporter-react-footer-components", | ||
"version": "1.0.3-beta.2", | ||
"version": "1.0.3-beta.3", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "build": "gulp build-package --color", |