@titelmedia/bricks-gallery
Advanced tools
Comparing version 0.2.15 to 0.2.16
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.2.16](https://github.com/titel-media/bricks-lerna/compare/v0.2.15...v0.2.16) (2022-01-13) | ||
**Note:** Version bump only for package @titelmedia/bricks-gallery | ||
## [0.2.15](https://github.com/titel-media/bricks-lerna/compare/v0.2.14...v0.2.15) (2022-01-13) | ||
@@ -8,0 +16,0 @@ |
@@ -16,4 +16,2 @@ "use strict"; | ||
require("swiper/swiper.min.css"); | ||
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } | ||
@@ -23,2 +21,4 @@ | ||
require('swiper/swiper.min.css'); | ||
_swiper.default.use([_swiper.A11y, _swiper.EffectCoverflow, _swiper.Mousewheel]); | ||
@@ -25,0 +25,0 @@ |
@@ -6,3 +6,3 @@ import React, { useState } from 'react'; | ||
import { Swiper, SwiperSlide } from 'swiper/react/swiper-react.js'; | ||
import 'swiper/swiper.min.css'; | ||
require('swiper/swiper.min.css'); | ||
@@ -17,3 +17,3 @@ SwiperCore.use([A11y, EffectCoverflow, Mousewheel]); | ||
<Swiper | ||
effect='coverflow' | ||
effect="coverflow" | ||
coverflowEffect={{ | ||
@@ -52,3 +52,3 @@ rotate: 0, | ||
srcSet={item.srcSet} | ||
alt='' | ||
alt="" | ||
/> | ||
@@ -62,2 +62,2 @@ </SwiperSlide> | ||
export { GallerySwiper as Swiper } | ||
export { GallerySwiper as Swiper }; |
{ | ||
"name": "@titelmedia/bricks-gallery", | ||
"version": "0.2.15", | ||
"version": "0.2.16", | ||
"description": "> TODO: description", | ||
@@ -34,3 +34,3 @@ "author": "highsnob", | ||
}, | ||
"gitHead": "4e3cfaab081542b4c2d3a6f5e53a3b57eb815bd7" | ||
"gitHead": "610e7c21916a9f881e37c186bd888402ff6fb851" | ||
} |
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
49494