@eaze/hero
Advanced tools
Comparing version 3.0.23 to 3.0.24
@@ -166,3 +166,3 @@ 'use strict'; | ||
var Container = /*#__PURE__*/(0, _reactEmotion2.default)('div', { | ||
target: 'css-1gyrxfl0' | ||
target: 'css-k1j4b40' | ||
})('margin:0 auto;width:100%;position:relative;height:30rem;background-size:cover;background-repeat:no-repeat;background-position:right;background-color:', function (_ref) { | ||
@@ -211,3 +211,3 @@ var backgroundColor = _ref.backgroundColor; | ||
var Content = /*#__PURE__*/(0, _reactEmotion2.default)('div', { | ||
target: 'css-1gyrxfl1' | ||
target: 'css-k1j4b41' | ||
})('max-width:', function (_ref12) { | ||
@@ -222,15 +222,15 @@ var slide = _ref12.slide; | ||
var Child = /*#__PURE__*/(0, _reactEmotion2.default)('div', { | ||
target: 'css-1gyrxfl2' | ||
target: 'css-k1j4b42' | ||
})('display:inline-block;'); | ||
var Description = /*#__PURE__*/(0, _reactEmotion2.default)(_typography.Text, { | ||
target: 'css-1gyrxfl3' | ||
target: 'css-k1j4b43' | ||
})('color:white !important;font-size:1.6rem;max-width:30rem;overflow:hidden;display:-webkit-box;margin-bottom:2rem;-webkit-line-clamp:3;-webkit-box-orient:vertical;'); | ||
var StyleTitle = /*#__PURE__*/(0, _reactEmotion2.default)(_typography.Title, { | ||
target: 'css-1gyrxfl4' | ||
})('font-size:2.8rem;margin-bottom:1rem;line-height:1em;'); | ||
target: 'css-k1j4b44' | ||
})('font-size:2.8rem;margin-bottom:1rem;line-height:1.2em;'); | ||
var Heading = /*#__PURE__*/(0, _reactEmotion2.default)('div', { | ||
target: 'css-1gyrxfl5' | ||
target: 'css-k1j4b45' | ||
})('max-width:120rem;padding-left:', function (_ref14) { | ||
@@ -237,0 +237,0 @@ var slide = _ref14.slide; |
{ | ||
"name": "@eaze/hero", | ||
"version": "3.0.23", | ||
"version": "3.0.24", | ||
"description": "Page Hero component", | ||
@@ -42,4 +42,3 @@ "main": "dist/index.js", | ||
"access": "public" | ||
}, | ||
"gitHead": "757cc8a091a87848fc176f2752b7245be76986ee" | ||
} | ||
} |
@@ -147,3 +147,3 @@ import React, { PureComponent } from 'react' | ||
height: 30rem; | ||
display: flex; | ||
display: flex; | ||
flex-direction: column; | ||
@@ -207,3 +207,3 @@ justify-content: flex-end; | ||
margin-bottom: 1rem; | ||
line-height: 1em; | ||
line-height: 1.2em; | ||
` | ||
@@ -210,0 +210,0 @@ |
16203