twreporter-react-header-components
Advanced tools
Comparing version 1.0.0-beta.10 to 1.0.0-beta.11
@@ -79,3 +79,3 @@ 'use strict'; | ||
displayName: 'channels__ChannelsContainer', | ||
componentId: 's1l1qojr-0' | ||
componentId: 's1cfcwnw-0' | ||
})(['justify-content:space-between;padding:', ';background-color:', ';', ' ', ' ', ' user-select:none;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;list-style-type:none;margin:0;'], (0, _styleUtils.arrayToCssShorthand)(styles.channelsPadding.mobile), function (props) { | ||
@@ -87,3 +87,3 @@ return (0, _theme.selectBgColor)(props.pageTheme); | ||
displayName: 'channels__ChannelContainer', | ||
componentId: 's1l1qojr-1' | ||
componentId: 's1cfcwnw-1' | ||
})(['padding:', ';margin:', ';', ' ', ' position:relative;font-size:', ';font-weight:', ';letter-spacing:.5px;color:', ';cursor:pointer;', ' &::after{', '}'], (0, _styleUtils.arrayToCssShorthand)(styles.itemPadding.mobile), (0, _styleUtils.arrayToCssShorthand)(styles.itemMargin.mobile), _styleUtils.screen.tabletOnly(_templateObject4, (0, _styleUtils.arrayToCssShorthand)(styles.itemPadding.tablet), (0, _styleUtils.arrayToCssShorthand)(styles.itemMargin.tablet)), _styleUtils.screen.desktopAbove(_templateObject4, (0, _styleUtils.arrayToCssShorthand)(styles.itemPadding.desktop), (0, _styleUtils.arrayToCssShorthand)(styles.itemMargin.desktop)), _commonVariables.fonts.size.medium, _commonVariables.fonts.weight.bold, function (props) { | ||
@@ -97,4 +97,4 @@ return (0, _theme.selectTextColor)(props.pageTheme); | ||
var Channels = function (_React$PureComponent) { | ||
_inherits(Channels, _React$PureComponent); | ||
var Channels = function (_React$Component) { | ||
_inherits(Channels, _React$Component); | ||
@@ -156,3 +156,3 @@ function Channels(props) { | ||
return Channels; | ||
}(_react2.default.PureComponent); | ||
}(_react2.default.Component); | ||
@@ -159,0 +159,0 @@ Channels.propTypes = { |
{ | ||
"name": "twreporter-react-header-components", | ||
"version": "1.0.0-beta.10", | ||
"version": "1.0.0-beta.11", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "build": "gulp build-package --color", |
85490