@titelmedia/bricks-gallery
Advanced tools
Comparing version 0.1.19 to 0.1.21
@@ -6,3 +6,3 @@ 'use strict'; | ||
describe('@titelmedia/bricks-gallery', () => { | ||
it('needs tests'); | ||
it.todo('needs tests'); | ||
}); |
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.1.21](https://github.com/titel-media/bricks-lerna/compare/v0.1.20...v0.1.21) (2022-01-05) | ||
### Features | ||
* Added a lot of fixes for tests and tests for Credits. WIP: gsap is still breaking tests ([533fe23](https://github.com/titel-media/bricks-lerna/commit/533fe23a3f1cd6a9ee1ca0f66f6beeaac38b1efd)) | ||
## [0.1.19](https://github.com/titel-media/bricks-lerna/compare/v0.1.18...v0.1.19) (2021-12-21) | ||
@@ -8,0 +19,0 @@ |
@@ -16,2 +16,4 @@ "use strict"; | ||
var _smoothScroll = require("./galleries/smooth-scroll"); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -35,2 +37,6 @@ | ||
case 'smooth-scroll': | ||
C = _smoothScroll.SmoothScroll; | ||
break; | ||
default: | ||
@@ -44,2 +50,3 @@ break; | ||
const GalleryComponent = getGalleryComponent(); | ||
console.log(galleryType); | ||
return _react.default.createElement(_bricksUtils.WindowSizeProvider, null, _react.default.createElement(GalleryComponent, { | ||
@@ -46,0 +53,0 @@ items: items |
@@ -5,2 +5,3 @@ import React from 'react'; | ||
import { Drawer } from './galleries/drawer/index.js'; | ||
import { SmoothScroll } from './galleries/smooth-scroll'; | ||
// import Swiper from './galleries/swiper/index.js'; | ||
@@ -18,2 +19,5 @@ | ||
break; | ||
case 'smooth-scroll': | ||
C = SmoothScroll; | ||
break; | ||
// case 'swiper': | ||
@@ -30,3 +34,3 @@ // C = Swiper; | ||
const GalleryComponent = getGalleryComponent(); | ||
console.log(galleryType); | ||
return ( | ||
@@ -33,0 +37,0 @@ <WindowSizeProvider> |
{ | ||
"name": "@titelmedia/bricks-gallery", | ||
"version": "0.1.19", | ||
"version": "0.1.21", | ||
"description": "> TODO: description", | ||
@@ -28,4 +28,4 @@ "author": "highsnob", | ||
"dependencies": { | ||
"@titelmedia/bricks-theme": "^0.1.19", | ||
"@titelmedia/bricks-utils": "^0.1.5", | ||
"@titelmedia/bricks-theme": "^0.1.21", | ||
"@titelmedia/bricks-utils": "^0.1.21", | ||
"gsap": "^3.8.0", | ||
@@ -35,3 +35,3 @@ "lodash": "^4.17.21", | ||
}, | ||
"gitHead": "8c36f5db1d8d1f19ab30080243fb6a937856777e" | ||
"gitHead": "95405e1e364f5e8383dd4993c9ef8cbe3ba01ad9" | ||
} |
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
49121
31
762