@titelmedia/bricks-gallery
Advanced tools
Comparing version 0.2.8 to 0.2.15
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.2.15](https://github.com/titel-media/bricks-lerna/compare/v0.2.14...v0.2.15) (2022-01-13) | ||
### Bug Fixes | ||
* Adding dependencies ([b8ee739](https://github.com/titel-media/bricks-lerna/commit/b8ee739037626bff6133d6677dd4f8838231688d)) | ||
## [0.2.8](https://github.com/titel-media/bricks-lerna/compare/v0.2.7...v0.2.8) (2022-01-12) | ||
@@ -8,0 +19,0 @@ |
@@ -8,3 +8,3 @@ "use strict"; | ||
var _styled = _interopRequireDefault(require("@emotion/styled")); | ||
var _styledComponents = _interopRequireDefault(require("styled-components")); | ||
@@ -14,3 +14,3 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
const VISIBILITY_THRESHOLD = 3; | ||
const Container = _styled.default.div` | ||
const Container = _styledComponents.default.div` | ||
.swiper-wrapper { | ||
@@ -29,3 +29,3 @@ display: flex; | ||
exports.Container = Container; | ||
const Image = _styled.default.img` | ||
const Image = _styledComponents.default.img` | ||
width: 100%; | ||
@@ -32,0 +32,0 @@ height: 100%; |
@@ -1,2 +0,2 @@ | ||
import styled from '@emotion/styled'; | ||
import styled from 'styled-components'; | ||
@@ -3,0 +3,0 @@ const VISIBILITY_THRESHOLD = 3; |
{ | ||
"name": "@titelmedia/bricks-gallery", | ||
"version": "0.2.8", | ||
"version": "0.2.15", | ||
"description": "> TODO: description", | ||
@@ -34,3 +34,3 @@ "author": "highsnob", | ||
}, | ||
"gitHead": "e7eb4bb8a0e96d4dd3ad27359697de3ac5d4863b" | ||
"gitHead": "4e3cfaab081542b4c2d3a6f5e53a3b57eb815bd7" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49283