@titelmedia/bricks-images
Advanced tools
Comparing version 2.7.0 to 2.8.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [2.8.0](https://github.com/titel-media/bricks-lerna/compare/v2.7.4...v2.8.0) (2024-05-10) | ||
### Features | ||
- added customCss to each component ([f4c92ef](https://github.com/titel-media/bricks-lerna/commit/f4c92efdb17166243d63446e95287d0198006db3)) | ||
# [2.7.0](https://github.com/titel-media/bricks-lerna/compare/v2.6.0...v2.7.0) (2024-04-25) | ||
@@ -8,0 +14,0 @@ |
@@ -110,3 +110,4 @@ "use strict"; | ||
enableAnimation, | ||
setAnimationDuration = 0.75 | ||
setAnimationDuration = 0.75, | ||
customCss | ||
}) => { | ||
@@ -134,3 +135,4 @@ const containerRef = (0, _react.useRef)(null); | ||
useContainer: useContainer, | ||
usePadding: !usePadding === false | ||
usePadding: !usePadding === false, | ||
customCss: customCss | ||
}, _react.default.createElement(_styles.Content, { | ||
@@ -137,0 +139,0 @@ ref: containerRef, |
@@ -112,2 +112,3 @@ "use strict"; | ||
const Container = _styledComponents.default.div` | ||
${props => props.customCss}; | ||
${props => (0, _layout.setContainer)({ | ||
@@ -114,0 +115,0 @@ size: props.useContainer ? 'lg' : 'xl' |
@@ -132,2 +132,3 @@ import React, { useEffect, useRef } from 'react'; | ||
setAnimationDuration = 0.75, | ||
customCss, | ||
}) => { | ||
@@ -163,2 +164,3 @@ const containerRef = useRef(null); | ||
usePadding={!usePadding === false} | ||
customCss={customCss} | ||
> | ||
@@ -165,0 +167,0 @@ <Content ref={containerRef} type={galleryType}> |
@@ -108,2 +108,3 @@ import styled, { css } from 'styled-components'; | ||
export const Container = styled.div` | ||
${props => props.customCss}; | ||
${props => | ||
@@ -110,0 +111,0 @@ setContainer({ |
{ | ||
"name": "@titelmedia/bricks-images", | ||
"version": "2.7.0", | ||
"version": "2.8.0", | ||
"description": "> TODO: description", | ||
@@ -31,3 +31,3 @@ "author": "Katerina Vaseva <katerina.vsv@gmail.com>", | ||
}, | ||
"gitHead": "6170642b883c98c32c5ae678a08ac6f66aa12bf9" | ||
"gitHead": "cd450ba1a3f420b2a08a822bfb0f5f73c9b0aee7" | ||
} |
Sorry, the diff of this file is not supported yet
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
65995
713