@eaze/hero
Advanced tools
Comparing version 3.0.5 to 3.0.6
@@ -228,3 +228,3 @@ 'use strict'; | ||
return desktopImage; | ||
}, ');background-size:contain;}@media (min-width:1280px) and (min-resolution:2dppx){background-image:linear-gradient(270deg,transparent 500px,', function (_ref15) { | ||
}, ');}@media (min-width:1280px) and (min-resolution:2dppx){background-image:linear-gradient(270deg,transparent 500px,', function (_ref15) { | ||
var rgba = _ref15.rgba; | ||
@@ -235,2 +235,2 @@ return rgba; | ||
return desktopImage2x; | ||
}, ');background-size:contain;}'); | ||
}, ');}'); |
{ | ||
"name": "@eaze/hero", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"description": "Page Hero component", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -215,3 +215,2 @@ import React, { PureComponent } from 'react' | ||
background-image: linear-gradient(270deg, transparent 500px, ${({ rgba }) => rgba} 1256px), url(${({ desktopImage }) => desktopImage}); | ||
background-size: contain; | ||
} | ||
@@ -221,4 +220,3 @@ | ||
background-image: linear-gradient(270deg, transparent 500px, ${({ rgba }) => rgba} 1256px), url(${({ desktopImage2x }) => desktopImage2x}); | ||
background-size: contain; | ||
} | ||
` |
Sorry, the diff of this file is not supported yet
115008
9
706