@hellobetterdigitalnz/selwynui 0.0.1-25 → 0.0.1-27

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.
@@ -0,0 +1,7 @@
1
+ export interface ListingDetailBlockProps {
2
+ title: string;
3
+ description: string;
4
+ facilities: string[];
5
+ contact: string[];
6
+ location: string;
7
+ }
@@ -12,6 +12,12 @@ export { default as IntroBlock } from './IntroBlock/IntroBlock';
12
12
  export type { default as IntroBlockProps } from './IntroBlock/IntroBlockProps';
13
13
  export { default as KPIBlock } from './KPIBlock/KPIBlock';
14
14
  export type { default as KPIBlockProps } from './KPIBlock/KPIBlockProps';
15
+ export { default as PathwayBlock } from './PathwayBlock/PathwayBlock';
16
+ export type { default as PathwayBlockProps } from './PathwayBlock/PathwayBlockProps';
17
+ export { default as ChatItenaryBlock } from './ChatItenaryBlock/ChatItenaryBlock';
18
+ export type { default as ChatItenaryBlockProps } from './ChatItenaryBlock/ChatItenaryBlockProps';
19
+ export { default as TestimonyCard } from './TestimonyCard/TestimonyCard';
20
+ export type { default as TestimonyCardProps } from './TestimonyCard/TestimonyCardProps';
15
21
  export { default as Pathway } from './Pathway/Pathway';
16
22
  export type { default as PathwayProps } from './Pathway/PathwayProps';
17
23
  export { default as PromoBannerBlock } from './PromoBannerBlock/PromoBannerBlock';
@@ -4,6 +4,7 @@ export { default as CaretRight } from './Arrows/CaretRight/CaretRight';
4
4
  export { default as CaretLeft } from './Arrows/CaretLeft/CaretLeft';
5
5
  export { default as CaretUpDown } from './Arrows/CaretUpDown/CaretUpDown.tsx';
6
6
  export { default as ArrowLeft } from './Arrows/ArrowLeft/ArrowLeft.tsx';
7
+ export { default as ArrowRight } from './Arrows/ArrowRight/ArrowRight.tsx';
7
8
  export { default as ArrowsDownUp } from './Arrows/ArrowsDownUp/ArrowsDownUp.tsx';
8
9
  export { default as ArrowsOutCardinal } from './Arrows/ArrowsOutCardinal/ArrowsOutCardinal.tsx';
9
10
  export { default as CaretCircleRight } from './Arrows/CaretCircleRight/CaretCircleRight.tsx';