react-photo-view
Advanced tools
Comparing version 0.2.0 to 0.2.1
import _taggedTemplateLiteral from 'babel-runtime/helpers/taggedTemplateLiteral'; | ||
var _templateObject = _taggedTemplateLiteral(['\n position: absolute;\n left: 0;\n bottom: 0;\n padding: 10px;\n width: 100%;\n min-height: 44px;\n line-height: 1.5;\n font-size: 14px;\n color: #ccc;\n background-color: rgba(0, 0, 0, 0.5);\n text-align: justify;\n transition: opacity 0.2s ease-out;\n z-index: 20;\n'], ['\n position: absolute;\n left: 0;\n bottom: 0;\n padding: 10px;\n width: 100%;\n min-height: 44px;\n line-height: 1.5;\n font-size: 14px;\n color: #ccc;\n background-color: rgba(0, 0, 0, 0.5);\n text-align: justify;\n transition: opacity 0.2s ease-out;\n z-index: 20;\n']); | ||
var _templateObject = _taggedTemplateLiteral(['\n box-sizing: border-box;\n position: absolute;\n left: 0;\n bottom: 0;\n padding: 10px;\n width: 100%;\n min-height: 44px;\n line-height: 1.5;\n font-size: 14px;\n color: #ccc;\n background-color: rgba(0, 0, 0, 0.5);\n text-align: justify;\n transition: opacity 0.2s ease-out;\n z-index: 20;\n'], ['\n box-sizing: border-box;\n position: absolute;\n left: 0;\n bottom: 0;\n padding: 10px;\n width: 100%;\n min-height: 44px;\n line-height: 1.5;\n font-size: 14px;\n color: #ccc;\n background-color: rgba(0, 0, 0, 0.5);\n text-align: justify;\n transition: opacity 0.2s ease-out;\n z-index: 20;\n']); | ||
@@ -5,0 +5,0 @@ import styled from 'styled-components'; |
@@ -11,3 +11,3 @@ 'use strict'; | ||
var _templateObject = (0, _taggedTemplateLiteral3['default'])(['\n position: absolute;\n left: 0;\n bottom: 0;\n padding: 10px;\n width: 100%;\n min-height: 44px;\n line-height: 1.5;\n font-size: 14px;\n color: #ccc;\n background-color: rgba(0, 0, 0, 0.5);\n text-align: justify;\n transition: opacity 0.2s ease-out;\n z-index: 20;\n'], ['\n position: absolute;\n left: 0;\n bottom: 0;\n padding: 10px;\n width: 100%;\n min-height: 44px;\n line-height: 1.5;\n font-size: 14px;\n color: #ccc;\n background-color: rgba(0, 0, 0, 0.5);\n text-align: justify;\n transition: opacity 0.2s ease-out;\n z-index: 20;\n']); | ||
var _templateObject = (0, _taggedTemplateLiteral3['default'])(['\n box-sizing: border-box;\n position: absolute;\n left: 0;\n bottom: 0;\n padding: 10px;\n width: 100%;\n min-height: 44px;\n line-height: 1.5;\n font-size: 14px;\n color: #ccc;\n background-color: rgba(0, 0, 0, 0.5);\n text-align: justify;\n transition: opacity 0.2s ease-out;\n z-index: 20;\n'], ['\n box-sizing: border-box;\n position: absolute;\n left: 0;\n bottom: 0;\n padding: 10px;\n width: 100%;\n min-height: 44px;\n line-height: 1.5;\n font-size: 14px;\n color: #ccc;\n background-color: rgba(0, 0, 0, 0.5);\n text-align: justify;\n transition: opacity 0.2s ease-out;\n z-index: 20;\n']); | ||
@@ -14,0 +14,0 @@ var _styledComponents = require('styled-components'); |
{ | ||
"name": "react-photo-view", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "React photo preview.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index", |
160845