@hellobetterdigitalnz/selwynui 0.0.1-4 → 0.0.1-6
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
|
@@ -16,4 +16,8 @@ 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
|
+
export {default as ImageContent} from './ImageContent/ImageContent'
|
|
23
|
+
export type {default as ImageContentProps} from './ImageContent/ImageContentProps'
|
|
@@ -27,6 +27,5 @@ export { default as HeroBanner } from './HeroBanner/HeroBanner';
|
|
|
27
27
|
export type { default as HeroBannerProps } from './HeroBanner/HeroBannerProps';
|
|
28
28
|
|
|
29
29
|
// Megamenu
|
|
30
|
-
|
|
31
30
|
export { default as MegaMenu} from './Header/MegaMenu/MegaMenu.tsx'
|
|
32
31
|
export type { default as MegaMenuProps } from './Header/MegaMenu/MegaMenuProps.tsx'
|