@hellobetterdigitalnz/selwynui 0.0.1-4 → 0.0.1-5

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hellobetterdigitalnz/selwynui",
3
- "version": "0.0.1-4",
3
+ "version": "0.0.1-5",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",
@@ -16,4 +16,9 @@ export type { default as PathwayProps } from './Pathway/PathwayProps';
16
16
 
17
17
  // PromoBanner
18
18
  export { default as PromoBannerBlock } from './PromoBannerBlock/PromoBannerBlock';
19
- export type { default as PromoBannerBlockProps } from './PromoBannerBlock/PromoBannerBlockProps';
19
+ export type { default as PromoBannerBlockProps } from './PromoBannerBlock/PromoBannerBlockProps';
20
+
21
+ //ImageContent
22
+
23
+ export {default as ImageContent} from './ImageContent/ImageContent'
24
+ export type {default as ImageContentProps} from './ImageContent/ImageContentProps'