@hellobetterdigitalnz/selwynui 0.0.1-7 → 0.0.1-9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -78,9 +78,9 @@ const ImageContent = (props: ImageContentProps) => {
|
|
|
78
78
|
</div>
|
|
79
79
|
</div>
|
|
80
80
|
</Container>
|
|
81
|
-
<div className={styles.svgBackgroundPillar}>
|
|
81
|
+
{pillar && <div className={styles.svgBackgroundPillar}>
|
|
82
82
|
<PillarIcon pillar={pillar}/>
|
|
83
|
-
</div>
|
|
83
|
+
</div>}
|
|
84
84
|
</div>
|
|
85
85
|
}
|
|
86
86
|
|
|
@@ -19,5 +19,5 @@ export { default as PromoBannerBlock } from './PromoBannerBlock/PromoBannerBlock
|
|
|
19
19
|
export type { default as PromoBannerBlockProps } from './PromoBannerBlock/PromoBannerBlockProps';
|
|
20
20
|
|
|
21
21
|
//ImageContent
|
|
22
|
-
export {default as ImageContent} from './ImageContent/ImageContent'
|
|
22
|
+
export {default as ImageContent} from './ImageContent/ImageContent.tsx'
|
|
23
23
|
export type {default as ImageContentProps} from './ImageContent/ImageContentProps'
|